Max level shown:
1 [ Feb 25 04:21:14 Enabled. ]
2 [ Feb 25 04:21:14 Rereading configuration. ]
3 [ Feb 25 04:21:16 Rereading configuration. ]
4 [ Feb 25 04:21:28 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 25 04:21:28 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.25 04:21:28.985217 [ 1 ] {} <Information> Application: Will watch for the process with pid 23111
29 2025.02.25 04:21:28.985827 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2025.02.25 04:21:29.481793 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23111
31 2025.02.25 04:21:29.483256 [ 1 ] {} <Information> Application: starting up
32 2025.02.25 04:21:29.483984 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2025.02.25 04:21:29.574592 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2025.02.25 04:21:29.600581 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2025.02.25 04:21:29.600664 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2025.02.25 04:21:29.600681 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2025.02.25 04:21:29.600755 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2025.02.25 04:21:29.601376 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2025.02.25 04:21:29.603028 [ 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.25 04:21:29.603869 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2025.02.25 04:21:29.604738 [ 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.25 04:21:29.604790 [ 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.25 04:21:29.604830 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2025.02.25 04:21:29.605014 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2025.02.25 04:21:29.605900 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2025.02.25 04:21:29.611357 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2025.02.25 04:21:29.612151 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2025.02.25 04:21:29.613481 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2025.02.25 04:21:29.613576 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2025.02.25 04:21:29.615146 [ 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.25 04:21:29.615687 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2025.02.25 04:21:29.620245 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2025.02.25 04:21:29.620933 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2025.02.25 04:21:29.622499 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2025.02.25 04:21:29.622890 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2025.02.25 04:21:29.623379 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2025.02.25 04:21:29.623718 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2025.02.25 04:21:29.625099 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2025.02.25 04:21:29.625131 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2025.02.25 04:21:29.625220 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache
65 2025.02.25 04:21:29.625348 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache
66 2025.02.25 04:21:29.634930 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2025.02.25 04:21:29.634956 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000147032 sec
68 2025.02.25 04:21:29.635022 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2025.02.25 04:21:29.635060 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2025.02.25 04:21:29.635723 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2025.02.25 04:21:29.636826 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2025.02.25 04:21:29.650547 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2025.02.25 04:21:29.650592 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2025.02.25 04:21:29.650661 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2025.02.25 04:21:29.650674 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2025.02.25 04:21:29.650706 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2025.02.25 04:21:29.650772 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2025.02.25 04:21:29.654746 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2025.02.25 04:21:29.654793 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2025.02.25 04:21:29.654840 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2025.02.25 04:21:29.655048 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2025.02.25 04:21:29.655068 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2025.02.25 04:21:29.655103 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2025.02.25 04:21:29.655170 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2025.02.25 04:21:29.655184 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2025.02.25 04:21:29.655212 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2025.02.25 04:21:29.655277 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2025.02.25 04:21:29.684804 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2025.02.25 04:21:29.686167 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2025.02.25 04:21:29.686247 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000100141 sec
91 2025.02.25 04:21:29.686261 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2025.02.25 04:21:29.686272 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2025.02.25 04:21:29.686296 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2025.02.25 04:21:29.686514 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2025.02.25 04:21:29.686615 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2025.02.25 04:21:29.686631 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2025.02.25 04:21:29.686643 [ 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.25 04:21:29.686655 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2025.02.25 04:21:29.697568 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2025.02.25 04:21:29.697781 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.11 MiB (RSS), difference: 92.34 MiB
101 2025.02.25 04:21:29.698918 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.59e-05 sec.
102 2025.02.25 04:21:29.699953 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2025.02.25 04:21:29.700056 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2025.02.25 04:21:29.700075 [ 1 ] {} <Information> Application: Ready for connections.
105 2025.02.25 04:21:29.779821 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58068
106 2025.02.25 04:21:29.780121 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2025.02.25 04:21:29.780175 [ 3 ] {} <Debug> TCP-Session: 56280863-f959-40b1-a903-cf396d5ddc02 Authenticating user 'default' from [fd00:1122:3344:101::c]:58068
108 2025.02.25 04:21:29.780209 [ 3 ] {} <Debug> TCP-Session: 56280863-f959-40b1-a903-cf396d5ddc02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2025.02.25 04:21:29.780284 [ 3 ] {} <Debug> TCP-Session: 56280863-f959-40b1-a903-cf396d5ddc02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2025.02.25 04:21:29.780376 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2025.02.25 04:21:29.780403 [ 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.25 04:21:29.780479 [ 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.25 04:21:29.781967 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45206
114 2025.02.25 04:21:29.782103 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
115 2025.02.25 04:21:29.782136 [ 4 ] {} <Debug> TCP-Session: 3971daa4-1006-4674-be26-c42bec019d11 Authenticating user 'default' from [fd00:1122:3344:101::c]:45206
116 2025.02.25 04:21:29.782164 [ 4 ] {} <Debug> TCP-Session: 3971daa4-1006-4674-be26-c42bec019d11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
117 2025.02.25 04:21:29.782275 [ 4 ] {} <Debug> TCP-Session: 3971daa4-1006-4674-be26-c42bec019d11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
118 2025.02.25 04:21:29.782766 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46281
119 2025.02.25 04:21:29.782865 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36496
120 2025.02.25 04:21:29.782896 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
121 2025.02.25 04:21:29.782863 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55694
122 2025.02.25 04:21:29.782989 [ 5 ] {} <Debug> TCP-Session: 34b56baf-8450-4f85-846b-e0a2be05b980 Authenticating user 'default' from [fd00:1122:3344:101::c]:46281
123 2025.02.25 04:21:29.783197 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
124 2025.02.25 04:21:29.783226 [ 5 ] {} <Debug> TCP-Session: 34b56baf-8450-4f85-846b-e0a2be05b980 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
125 2025.02.25 04:21:29.783212 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62092
126 2025.02.25 04:21:29.783269 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47976
127 2025.02.25 04:21:29.783305 [ 253 ] {} <Debug> TCP-Session: 8e7cc3b4-cac1-45e4-a8bd-3d0286b35c48 Authenticating user 'default' from [fd00:1122:3344:101::c]:36496
128 2025.02.25 04:21:29.783327 [ 5 ] {} <Debug> TCP-Session: 34b56baf-8450-4f85-846b-e0a2be05b980 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
129 2025.02.25 04:21:29.783217 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
130 2025.02.25 04:21:29.783545 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
131 2025.02.25 04:21:29.783594 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
132 2025.02.25 04:21:29.783603 [ 254 ] {} <Debug> TCP-Session: 545883f0-bb28-4eb8-a2bf-28dff0ee71e3 Authenticating user 'default' from [fd00:1122:3344:101::c]:55694
133 2025.02.25 04:21:29.783647 [ 253 ] {} <Debug> TCP-Session: 8e7cc3b4-cac1-45e4-a8bd-3d0286b35c48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
134 2025.02.25 04:21:29.783699 [ 255 ] {} <Debug> TCP-Session: 6a6af014-426d-4358-916a-8c1a8d61b7bc Authenticating user 'default' from [fd00:1122:3344:101::c]:62092
135 2025.02.25 04:21:29.783524 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44939
136 2025.02.25 04:21:29.783745 [ 256 ] {} <Debug> TCP-Session: e777b943-a444-4164-a104-ff7b32c50bf5 Authenticating user 'default' from [fd00:1122:3344:101::c]:47976
137 2025.02.25 04:21:29.783721 [ 254 ] {} <Debug> TCP-Session: 545883f0-bb28-4eb8-a2bf-28dff0ee71e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
138 2025.02.25 04:21:29.783792 [ 255 ] {} <Debug> TCP-Session: 6a6af014-426d-4358-916a-8c1a8d61b7bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
139 2025.02.25 04:21:29.783766 [ 253 ] {} <Debug> TCP-Session: 8e7cc3b4-cac1-45e4-a8bd-3d0286b35c48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
140 2025.02.25 04:21:29.783878 [ 256 ] {} <Debug> TCP-Session: e777b943-a444-4164-a104-ff7b32c50bf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
141 2025.02.25 04:21:29.783920 [ 255 ] {} <Debug> TCP-Session: 6a6af014-426d-4358-916a-8c1a8d61b7bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
142 2025.02.25 04:21:29.783966 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
143 2025.02.25 04:21:29.784015 [ 256 ] {} <Debug> TCP-Session: e777b943-a444-4164-a104-ff7b32c50bf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
144 2025.02.25 04:21:29.784051 [ 254 ] {} <Debug> TCP-Session: 545883f0-bb28-4eb8-a2bf-28dff0ee71e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
145 2025.02.25 04:21:29.784077 [ 257 ] {} <Debug> TCP-Session: c5902b56-363d-4687-999b-7dd38370b67d Authenticating user 'default' from [fd00:1122:3344:101::c]:44939
146 2025.02.25 04:21:29.784157 [ 257 ] {} <Debug> TCP-Session: c5902b56-363d-4687-999b-7dd38370b67d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
147 2025.02.25 04:21:29.784289 [ 257 ] {} <Debug> TCP-Session: c5902b56-363d-4687-999b-7dd38370b67d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
148 2025.02.25 04:21:30.000166 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.17 MiB, peak 117.17 MiB, free memory in arenas 0.00 B, will set to 119.40 MiB (RSS), difference: 2.22 MiB
149 2025.02.25 04:21:30.389566 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56543
150 2025.02.25 04:21:30.389855 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
151 2025.02.25 04:21:30.389893 [ 258 ] {} <Debug> TCP-Session: cdc2291b-5f5f-4368-945c-bc3a5aeffd5c Authenticating user 'default' from [fd00:1122:3344:101::a]:56543
152 2025.02.25 04:21:30.389922 [ 258 ] {} <Debug> TCP-Session: cdc2291b-5f5f-4368-945c-bc3a5aeffd5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
153 2025.02.25 04:21:30.390003 [ 258 ] {} <Debug> TCP-Session: cdc2291b-5f5f-4368-945c-bc3a5aeffd5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
154 2025.02.25 04:21:30.390082 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
155 2025.02.25 04:21:30.390112 [ 258 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
156 2025.02.25 04:21:30.390200 [ 258 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
157 2025.02.25 04:21:30.391673 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53654
158 2025.02.25 04:21:30.391754 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46421
159 2025.02.25 04:21:30.392095 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
160 2025.02.25 04:21:30.392133 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42128
161 2025.02.25 04:21:30.392210 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49405
162 2025.02.25 04:21:30.392230 [ 260 ] {} <Debug> TCP-Session: 08bfb286-a4c5-4dd3-b1d3-95763d8648a7 Authenticating user 'default' from [fd00:1122:3344:101::a]:46421
163 2025.02.25 04:21:30.392100 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
164 2025.02.25 04:21:30.392275 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35117
165 2025.02.25 04:21:30.392359 [ 260 ] {} <Debug> TCP-Session: 08bfb286-a4c5-4dd3-b1d3-95763d8648a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
166 2025.02.25 04:21:30.392090 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43003
167 2025.02.25 04:21:30.392665 [ 260 ] {} <Debug> TCP-Session: 08bfb286-a4c5-4dd3-b1d3-95763d8648a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
168 2025.02.25 04:21:30.392720 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
169 2025.02.25 04:21:30.392739 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
170 2025.02.25 04:21:30.392900 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39819
171 2025.02.25 04:21:30.392900 [ 259 ] {} <Debug> TCP-Session: 537c7daf-997f-4aa6-80ab-dfee5c7a460d Authenticating user 'default' from [fd00:1122:3344:101::a]:53654
172 2025.02.25 04:21:30.393010 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
173 2025.02.25 04:21:30.393037 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
174 2025.02.25 04:21:30.393089 [ 262 ] {} <Debug> TCP-Session: 17503882-6d32-4179-b4cb-1e64306e61ea Authenticating user 'default' from [fd00:1122:3344:101::a]:42128
175 2025.02.25 04:21:30.393204 [ 261 ] {} <Debug> TCP-Session: 9e5c576f-0707-43b0-9675-9f32a33eaacf Authenticating user 'default' from [fd00:1122:3344:101::a]:43003
176 2025.02.25 04:21:30.393222 [ 263 ] {} <Debug> TCP-Session: 2c7171cb-29ae-4bf1-a569-d8f7706949ce Authenticating user 'default' from [fd00:1122:3344:101::a]:49405
177 2025.02.25 04:21:30.393177 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
178 2025.02.25 04:21:30.393231 [ 259 ] {} <Debug> TCP-Session: 537c7daf-997f-4aa6-80ab-dfee5c7a460d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
179 2025.02.25 04:21:30.393250 [ 264 ] {} <Debug> TCP-Session: e2cb05a8-2b6f-43d6-a6a3-4e7605993dd2 Authenticating user 'default' from [fd00:1122:3344:101::a]:35117
180 2025.02.25 04:21:30.393307 [ 261 ] {} <Debug> TCP-Session: 9e5c576f-0707-43b0-9675-9f32a33eaacf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
181 2025.02.25 04:21:30.393366 [ 262 ] {} <Debug> TCP-Session: 17503882-6d32-4179-b4cb-1e64306e61ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
182 2025.02.25 04:21:30.393383 [ 264 ] {} <Debug> TCP-Session: e2cb05a8-2b6f-43d6-a6a3-4e7605993dd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
183 2025.02.25 04:21:30.393398 [ 259 ] {} <Debug> TCP-Session: 537c7daf-997f-4aa6-80ab-dfee5c7a460d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
184 2025.02.25 04:21:30.393434 [ 261 ] {} <Debug> TCP-Session: 9e5c576f-0707-43b0-9675-9f32a33eaacf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
185 2025.02.25 04:21:30.393457 [ 264 ] {} <Debug> TCP-Session: e2cb05a8-2b6f-43d6-a6a3-4e7605993dd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
186 2025.02.25 04:21:30.393473 [ 262 ] {} <Debug> TCP-Session: 17503882-6d32-4179-b4cb-1e64306e61ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
187 2025.02.25 04:21:30.393344 [ 265 ] {} <Debug> TCP-Session: 398a0c52-ac0a-4092-ad63-14963510a016 Authenticating user 'default' from [fd00:1122:3344:101::a]:39819
188 2025.02.25 04:21:30.393328 [ 263 ] {} <Debug> TCP-Session: 2c7171cb-29ae-4bf1-a569-d8f7706949ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
189 2025.02.25 04:21:30.393618 [ 263 ] {} <Debug> TCP-Session: 2c7171cb-29ae-4bf1-a569-d8f7706949ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
190 2025.02.25 04:21:30.393664 [ 265 ] {} <Debug> TCP-Session: 398a0c52-ac0a-4092-ad63-14963510a016 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
191 2025.02.25 04:21:30.393791 [ 265 ] {} <Debug> TCP-Session: 398a0c52-ac0a-4092-ad63-14963510a016 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
192 2025.02.25 04:21:30.940605 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50022
193 2025.02.25 04:21:30.940894 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
194 2025.02.25 04:21:30.940992 [ 266 ] {} <Debug> TCP-Session: ff263349-4b70-4e6e-a918-0ebf59d29ea1 Authenticating user 'default' from [fd00:1122:3344:101::b]:50022
195 2025.02.25 04:21:30.941033 [ 266 ] {} <Debug> TCP-Session: ff263349-4b70-4e6e-a918-0ebf59d29ea1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
196 2025.02.25 04:21:30.941060 [ 266 ] {} <Debug> TCP-Session: ff263349-4b70-4e6e-a918-0ebf59d29ea1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
197 2025.02.25 04:21:30.941236 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
198 2025.02.25 04:21:30.941284 [ 266 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
199 2025.02.25 04:21:30.941413 [ 266 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
200 2025.02.25 04:21:30.943861 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43021
201 2025.02.25 04:21:30.944017 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50826
202 2025.02.25 04:21:30.944084 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
203 2025.02.25 04:21:30.944093 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62220
204 2025.02.25 04:21:30.944127 [ 267 ] {} <Debug> TCP-Session: 0c43f6ca-c3b8-4521-bf76-a1e3b3625b9e Authenticating user 'default' from [fd00:1122:3344:101::b]:43021
205 2025.02.25 04:21:30.944261 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62822
206 2025.02.25 04:21:30.944277 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
207 2025.02.25 04:21:30.944294 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52271
208 2025.02.25 04:21:30.944352 [ 268 ] {} <Debug> TCP-Session: 0f3fcaf8-7ad5-4529-9364-e637d4ae9a97 Authenticating user 'default' from [fd00:1122:3344:101::b]:50826
209 2025.02.25 04:21:30.944326 [ 267 ] {} <Debug> TCP-Session: 0c43f6ca-c3b8-4521-bf76-a1e3b3625b9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
210 2025.02.25 04:21:30.944511 [ 267 ] {} <Debug> TCP-Session: 0c43f6ca-c3b8-4521-bf76-a1e3b3625b9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
211 2025.02.25 04:21:30.944514 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
212 2025.02.25 04:21:30.944527 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44967
213 2025.02.25 04:21:30.944565 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44713
214 2025.02.25 04:21:30.944772 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
215 2025.02.25 04:21:30.944793 [ 268 ] {} <Debug> TCP-Session: 0f3fcaf8-7ad5-4529-9364-e637d4ae9a97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
216 2025.02.25 04:21:30.944771 [ 270 ] {} <Debug> TCP-Session: 0e324f0f-e820-4268-a54a-332480d3f664 Authenticating user 'default' from [fd00:1122:3344:101::b]:62822
217 2025.02.25 04:21:30.944893 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
218 2025.02.25 04:21:30.945014 [ 269 ] {} <Debug> TCP-Session: 4341d88a-7763-4116-925f-7dbc855a9371 Authenticating user 'default' from [fd00:1122:3344:101::b]:62220
219 2025.02.25 04:21:30.945030 [ 270 ] {} <Debug> TCP-Session: 0e324f0f-e820-4268-a54a-332480d3f664 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
220 2025.02.25 04:21:30.945040 [ 268 ] {} <Debug> TCP-Session: 0f3fcaf8-7ad5-4529-9364-e637d4ae9a97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
221 2025.02.25 04:21:30.945091 [ 273 ] {} <Debug> TCP-Session: c8a7a4df-3500-4553-a6ce-920df7504dd9 Authenticating user 'default' from [fd00:1122:3344:101::b]:44967
222 2025.02.25 04:21:30.945179 [ 269 ] {} <Debug> TCP-Session: 4341d88a-7763-4116-925f-7dbc855a9371 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
223 2025.02.25 04:21:30.945182 [ 270 ] {} <Debug> TCP-Session: 0e324f0f-e820-4268-a54a-332480d3f664 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
224 2025.02.25 04:21:30.945287 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
225 2025.02.25 04:21:30.945298 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
226 2025.02.25 04:21:30.945321 [ 269 ] {} <Debug> TCP-Session: 4341d88a-7763-4116-925f-7dbc855a9371 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
227 2025.02.25 04:21:30.945307 [ 273 ] {} <Debug> TCP-Session: c8a7a4df-3500-4553-a6ce-920df7504dd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
228 2025.02.25 04:21:30.945506 [ 271 ] {} <Debug> TCP-Session: 60ace0ea-cd58-46dc-a767-a8ebc4534963 Authenticating user 'default' from [fd00:1122:3344:101::b]:52271
229 2025.02.25 04:21:30.945505 [ 272 ] {} <Debug> TCP-Session: 89140481-7684-4848-8658-81229d0c35d9 Authenticating user 'default' from [fd00:1122:3344:101::b]:44713
230 2025.02.25 04:21:30.945612 [ 271 ] {} <Debug> TCP-Session: 60ace0ea-cd58-46dc-a767-a8ebc4534963 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
231 2025.02.25 04:21:30.945639 [ 273 ] {} <Debug> TCP-Session: c8a7a4df-3500-4553-a6ce-920df7504dd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
232 2025.02.25 04:21:30.945627 [ 272 ] {} <Debug> TCP-Session: 89140481-7684-4848-8658-81229d0c35d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
233 2025.02.25 04:21:30.945700 [ 271 ] {} <Debug> TCP-Session: 60ace0ea-cd58-46dc-a767-a8ebc4534963 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
234 2025.02.25 04:21:30.945710 [ 272 ] {} <Debug> TCP-Session: 89140481-7684-4848-8658-81229d0c35d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
235 2025.02.25 04:21:33.307286 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53053
236 2025.02.25 04:21:33.307449 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
237 2025.02.25 04:21:33.307561 [ 274 ] {} <Debug> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Authenticating user 'default' from [fd00:1122:3344:101::d]:53053
238 2025.02.25 04:21:33.307587 [ 274 ] {} <Debug> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
239 2025.02.25 04:21:33.307600 [ 274 ] {} <Debug> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
240 2025.02.25 04:21:33.307740 [ 274 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
241 2025.02.25 04:21:33.307766 [ 274 ] {} <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
242 2025.02.25 04:21:33.307859 [ 274 ] {} <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
243 2025.02.25 04:21:33.309600 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42700
244 2025.02.25 04:21:33.309658 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41220
245 2025.02.25 04:21:33.309814 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59985
246 2025.02.25 04:21:33.309841 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55369
247 2025.02.25 04:21:33.310100 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
248 2025.02.25 04:21:33.310142 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55539
249 2025.02.25 04:21:33.310401 [ 276 ] {} <Debug> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Authenticating user 'default' from [fd00:1122:3344:101::d]:41220
250 2025.02.25 04:21:33.310147 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
251 2025.02.25 04:21:33.310415 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
252 2025.02.25 04:21:33.310603 [ 276 ] {} <Debug> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
253 2025.02.25 04:21:33.310608 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49147
254 2025.02.25 04:21:33.310647 [ 275 ] {} <Debug> TCP-Session: 5e681db3-f418-4c15-9476-12cb857e68c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:42700
255 2025.02.25 04:21:33.310662 [ 276 ] {} <Debug> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
256 2025.02.25 04:21:33.310611 [ 278 ] {} <Debug> TCP-Session: f7739557-33e6-4b7a-a528-58e8066c343b Authenticating user 'default' from [fd00:1122:3344:101::d]:59985
257 2025.02.25 04:21:33.310799 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42633
258 2025.02.25 04:21:33.310899 [ 278 ] {} <Debug> TCP-Session: f7739557-33e6-4b7a-a528-58e8066c343b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
259 2025.02.25 04:21:33.310925 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40672
260 2025.02.25 04:21:33.311104 [ 278 ] {} <Debug> TCP-Session: f7739557-33e6-4b7a-a528-58e8066c343b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
261 2025.02.25 04:21:33.311105 [ 275 ] {} <Debug> TCP-Session: 5e681db3-f418-4c15-9476-12cb857e68c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
262 2025.02.25 04:21:33.311253 [ 275 ] {} <Debug> TCP-Session: 5e681db3-f418-4c15-9476-12cb857e68c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
263 2025.02.25 04:21:33.311522 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
264 2025.02.25 04:21:33.311549 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
265 2025.02.25 04:21:33.311613 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
266 2025.02.25 04:21:33.311571 [ 280 ] {} <Debug> TCP-Session: c2426d58-494a-4c3e-90b4-7c2caca0da9b Authenticating user 'default' from [fd00:1122:3344:101::d]:49147
267 2025.02.25 04:21:33.311659 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
268 2025.02.25 04:21:33.311674 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
269 2025.02.25 04:21:33.311737 [ 282 ] {} <Debug> TCP-Session: 9fdfc80e-f401-44bc-aa9a-72286d24c42c Authenticating user 'default' from [fd00:1122:3344:101::d]:40672
270 2025.02.25 04:21:33.311757 [ 279 ] {} <Debug> TCP-Session: b2dfbe40-ae38-4a54-adea-c62e9ad74873 Authenticating user 'default' from [fd00:1122:3344:101::d]:55539
271 2025.02.25 04:21:33.311707 [ 280 ] {} <Debug> TCP-Session: c2426d58-494a-4c3e-90b4-7c2caca0da9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
272 2025.02.25 04:21:33.311815 [ 281 ] {} <Debug> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:42633
273 2025.02.25 04:21:33.311841 [ 282 ] {} <Debug> TCP-Session: 9fdfc80e-f401-44bc-aa9a-72286d24c42c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
274 2025.02.25 04:21:33.311826 [ 279 ] {} <Debug> TCP-Session: b2dfbe40-ae38-4a54-adea-c62e9ad74873 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
275 2025.02.25 04:21:33.311887 [ 280 ] {} <Debug> TCP-Session: c2426d58-494a-4c3e-90b4-7c2caca0da9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
276 2025.02.25 04:21:33.311904 [ 282 ] {} <Debug> TCP-Session: 9fdfc80e-f401-44bc-aa9a-72286d24c42c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
277 2025.02.25 04:21:33.311928 [ 281 ] {} <Debug> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
278 2025.02.25 04:21:33.311953 [ 279 ] {} <Debug> TCP-Session: b2dfbe40-ae38-4a54-adea-c62e9ad74873 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
279 2025.02.25 04:21:33.311713 [ 277 ] {} <Debug> TCP-Session: c87a54bc-0520-40a5-85b5-7f4e5b2f5103 Authenticating user 'default' from [fd00:1122:3344:101::d]:55369
280 2025.02.25 04:21:33.312912 [ 281 ] {} <Debug> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
281 2025.02.25 04:21:33.312923 [ 277 ] {} <Debug> TCP-Session: c87a54bc-0520-40a5-85b5-7f4e5b2f5103 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
282 2025.02.25 04:21:33.313080 [ 277 ] {} <Debug> TCP-Session: c87a54bc-0520-40a5-85b5-7f4e5b2f5103 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
283 2025.02.25 04:21:33.315932 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
284 2025.02.25 04:21:33.326073 [ 274 ] {696803e0-7ecb-4d8d-b8fb-e74131fa297c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
285 2025.02.25 04:21:33.390155 [ 274 ] {696803e0-7ecb-4d8d-b8fb-e74131fa297c} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:53053) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
286 
287 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
288 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
289 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
290 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
291 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
292 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
293 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
294 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
295 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
296 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
297 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
298 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
299 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
300 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
301 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
302 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
303 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
304 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
305 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
306 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
307 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
308 
309 2025.02.25 04:21:33.391736 [ 274 ] {696803e0-7ecb-4d8d-b8fb-e74131fa297c} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
310 
311 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
312 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
313 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
314 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
315 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
316 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
317 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
318 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
319 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
320 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
321 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
322 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
323 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
324 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
325 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
326 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
327 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
328 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
329 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
330 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
331 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
332 
333 2025.02.25 04:21:33.392049 [ 274 ] {696803e0-7ecb-4d8d-b8fb-e74131fa297c} <Debug> TCPHandler: Processed in 0.080497513 sec.
334 2025.02.25 04:21:33.392438 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
335 2025.02.25 04:21:33.392645 [ 281 ] {329a7253-99a9-4761-aeda-f2ec3097129a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
336 2025.02.25 04:21:33.393065 [ 281 ] {329a7253-99a9-4761-aeda-f2ec3097129a} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:42633) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
337 
338 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
339 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
340 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
341 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
342 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
343 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
344 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
345 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
346 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
347 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
348 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
349 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
350 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
351 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
352 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
353 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
354 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
355 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
356 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
357 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
358 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
359 
360 2025.02.25 04:21:33.393316 [ 281 ] {329a7253-99a9-4761-aeda-f2ec3097129a} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
361 
362 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
363 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
364 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
365 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
366 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
367 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
368 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
369 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
370 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
371 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
372 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
373 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
374 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
375 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
376 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
377 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
378 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
379 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
380 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
381 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
382 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
383 
384 2025.02.25 04:21:33.393607 [ 281 ] {329a7253-99a9-4761-aeda-f2ec3097129a} <Debug> TCPHandler: Processed in 0.001369231 sec.
385 2025.02.25 04:21:33.395914 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
386 2025.02.25 04:21:33.397323 [ 274 ] {a0db644f-9f32-4786-b15a-c3136f5ff207} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
387 2025.02.25 04:21:33.397419 [ 274 ] {a0db644f-9f32-4786-b15a-c3136f5ff207} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
388 2025.02.25 04:21:33.399023 [ 274 ] {a0db644f-9f32-4786-b15a-c3136f5ff207} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
389 2025.02.25 04:21:33.399120 [ 274 ] {a0db644f-9f32-4786-b15a-c3136f5ff207} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000130902 sec
390 2025.02.25 04:21:33.399137 [ 274 ] {a0db644f-9f32-4786-b15a-c3136f5ff207} <Trace> ReferentialDeps: No tables
391 2025.02.25 04:21:33.399150 [ 274 ] {a0db644f-9f32-4786-b15a-c3136f5ff207} <Trace> LoadingDeps: No tables
392 2025.02.25 04:21:33.399213 [ 274 ] {a0db644f-9f32-4786-b15a-c3136f5ff207} <Information> DatabaseAtomic (oximeter): Starting up tables.
393 2025.02.25 04:21:33.399912 [ 274 ] {a0db644f-9f32-4786-b15a-c3136f5ff207} <Debug> TCPHandler: Processed in 0.004109012 sec.
394 2025.02.25 04:21:33.400114 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
395 2025.02.25 04:21:33.400299 [ 281 ] {55737167-98bd-4696-9c4c-5214259a07fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) /* The version table contains metadata about the `oximeter` database */
396 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
397 2025.02.25 04:21:33.400438 [ 281 ] {55737167-98bd-4696-9c4c-5214259a07fc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
398 2025.02.25 04:21:33.412062 [ 281 ] {55737167-98bd-4696-9c4c-5214259a07fc} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
399 2025.02.25 04:21:33.413761 [ 281 ] {55737167-98bd-4696-9c4c-5214259a07fc} <Debug> oximeter.version (b7598bdb-f2cf-4e9e-8a3e-dc9ad6e0946f): Loading data parts
400 2025.02.25 04:21:33.414323 [ 281 ] {55737167-98bd-4696-9c4c-5214259a07fc} <Debug> oximeter.version (b7598bdb-f2cf-4e9e-8a3e-dc9ad6e0946f): There are no data parts
401 2025.02.25 04:21:33.417334 [ 281 ] {55737167-98bd-4696-9c4c-5214259a07fc} <Debug> TCPHandler: Processed in 0.017279427 sec.
402 2025.02.25 04:21:33.417659 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
403 2025.02.25 04:21:33.417908 [ 274 ] {0ed40a57-87be-483e-8ba5-c82e023cc56d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) /* The measurement tables contain all individual samples from each timeseries.
404 *
405 * Each table stores a single datum type, and otherwise contains nearly the same
406 * structure. The primary sorting key is on the timeseries name, key, and then
407 * timestamp, so that all timeseries from the same schema are grouped, followed
408 * by all samples from the same timeseries.
409 *
410 * This reflects that one usually looks up the _key_ in one or more field table,
411 * and then uses that to index quickly into the measurements tables.
412 */
413 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)
414 2025.02.25 04:21:33.418095 [ 274 ] {0ed40a57-87be-483e-8ba5-c82e023cc56d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
415 2025.02.25 04:21:33.428499 [ 274 ] {0ed40a57-87be-483e-8ba5-c82e023cc56d} <Debug> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Loading data parts
416 2025.02.25 04:21:33.428798 [ 274 ] {0ed40a57-87be-483e-8ba5-c82e023cc56d} <Debug> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): There are no data parts
417 2025.02.25 04:21:33.430178 [ 274 ] {0ed40a57-87be-483e-8ba5-c82e023cc56d} <Debug> TCPHandler: Processed in 0.012590487 sec.
418 2025.02.25 04:21:33.430396 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
419 2025.02.25 04:21:33.430706 [ 281 ] {7402114d-c084-4665-9bcf-6c37224fafb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) 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)
420 2025.02.25 04:21:33.430761 [ 281 ] {7402114d-c084-4665-9bcf-6c37224fafb3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
421 2025.02.25 04:21:33.432854 [ 281 ] {7402114d-c084-4665-9bcf-6c37224fafb3} <Debug> oximeter.measurements_i8 (32f032ae-18b9-4f97-996d-51cd683c594b): Loading data parts
422 2025.02.25 04:21:33.433013 [ 281 ] {7402114d-c084-4665-9bcf-6c37224fafb3} <Debug> oximeter.measurements_i8 (32f032ae-18b9-4f97-996d-51cd683c594b): There are no data parts
423 2025.02.25 04:21:33.434279 [ 281 ] {7402114d-c084-4665-9bcf-6c37224fafb3} <Debug> TCPHandler: Processed in 0.003949759 sec.
424 2025.02.25 04:21:33.434560 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
425 2025.02.25 04:21:33.434780 [ 274 ] {45769277-5a5a-4a24-a200-95504b9d13aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) 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)
426 2025.02.25 04:21:33.434913 [ 274 ] {45769277-5a5a-4a24-a200-95504b9d13aa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
427 2025.02.25 04:21:33.436810 [ 274 ] {45769277-5a5a-4a24-a200-95504b9d13aa} <Debug> oximeter.measurements_u8 (00605da5-3d86-42d7-96c3-18ffc6c44cb6): Loading data parts
428 2025.02.25 04:21:33.437086 [ 274 ] {45769277-5a5a-4a24-a200-95504b9d13aa} <Debug> oximeter.measurements_u8 (00605da5-3d86-42d7-96c3-18ffc6c44cb6): There are no data parts
429 2025.02.25 04:21:33.438334 [ 274 ] {45769277-5a5a-4a24-a200-95504b9d13aa} <Debug> TCPHandler: Processed in 0.003839647 sec.
430 2025.02.25 04:21:33.438523 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
431 2025.02.25 04:21:33.438818 [ 281 ] {ab493a84-9973-4784-b357-7d85a376e7f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) 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)
432 2025.02.25 04:21:33.438871 [ 281 ] {ab493a84-9973-4784-b357-7d85a376e7f7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
433 2025.02.25 04:21:33.440853 [ 281 ] {ab493a84-9973-4784-b357-7d85a376e7f7} <Debug> oximeter.measurements_i16 (1b7c863e-e5ac-4dd5-a78c-4d97bbd4597a): Loading data parts
434 2025.02.25 04:21:33.441013 [ 281 ] {ab493a84-9973-4784-b357-7d85a376e7f7} <Debug> oximeter.measurements_i16 (1b7c863e-e5ac-4dd5-a78c-4d97bbd4597a): There are no data parts
435 2025.02.25 04:21:33.442181 [ 281 ] {ab493a84-9973-4784-b357-7d85a376e7f7} <Debug> TCPHandler: Processed in 0.003715765 sec.
436 2025.02.25 04:21:33.442425 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
437 2025.02.25 04:21:33.442636 [ 274 ] {67443c87-d57c-4ecf-beaf-93fbe04e622c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) 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)
438 2025.02.25 04:21:33.442770 [ 274 ] {67443c87-d57c-4ecf-beaf-93fbe04e622c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
439 2025.02.25 04:21:33.444683 [ 274 ] {67443c87-d57c-4ecf-beaf-93fbe04e622c} <Debug> oximeter.measurements_u16 (abfaee5f-a87c-433c-b33a-2d8b988cf685): Loading data parts
440 2025.02.25 04:21:33.444881 [ 274 ] {67443c87-d57c-4ecf-beaf-93fbe04e622c} <Debug> oximeter.measurements_u16 (abfaee5f-a87c-433c-b33a-2d8b988cf685): There are no data parts
441 2025.02.25 04:21:33.446162 [ 274 ] {67443c87-d57c-4ecf-beaf-93fbe04e622c} <Debug> TCPHandler: Processed in 0.003794516 sec.
442 2025.02.25 04:21:33.446364 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
443 2025.02.25 04:21:33.446634 [ 281 ] {d57b50f3-d24d-49d8-84f6-357f80258a17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) 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)
444 2025.02.25 04:21:33.446730 [ 281 ] {d57b50f3-d24d-49d8-84f6-357f80258a17} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
445 2025.02.25 04:21:33.448798 [ 281 ] {d57b50f3-d24d-49d8-84f6-357f80258a17} <Debug> oximeter.measurements_i32 (ea208ac9-a256-4ab3-ab31-a53525953698): Loading data parts
446 2025.02.25 04:21:33.448961 [ 281 ] {d57b50f3-d24d-49d8-84f6-357f80258a17} <Debug> oximeter.measurements_i32 (ea208ac9-a256-4ab3-ab31-a53525953698): There are no data parts
447 2025.02.25 04:21:33.450180 [ 281 ] {d57b50f3-d24d-49d8-84f6-357f80258a17} <Debug> TCPHandler: Processed in 0.003880127 sec.
448 2025.02.25 04:21:33.450484 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
449 2025.02.25 04:21:33.450695 [ 274 ] {1cbdbbc8-6d3b-4c59-948c-33e987cc1e68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) 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)
450 2025.02.25 04:21:33.450880 [ 274 ] {1cbdbbc8-6d3b-4c59-948c-33e987cc1e68} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
451 2025.02.25 04:21:33.453148 [ 274 ] {1cbdbbc8-6d3b-4c59-948c-33e987cc1e68} <Debug> oximeter.measurements_u32 (6b2b3cf7-34ac-42a1-b5c8-077b77c76964): Loading data parts
452 2025.02.25 04:21:33.453378 [ 274 ] {1cbdbbc8-6d3b-4c59-948c-33e987cc1e68} <Debug> oximeter.measurements_u32 (6b2b3cf7-34ac-42a1-b5c8-077b77c76964): There are no data parts
453 2025.02.25 04:21:33.454714 [ 274 ] {1cbdbbc8-6d3b-4c59-948c-33e987cc1e68} <Debug> TCPHandler: Processed in 0.004288024 sec.
454 2025.02.25 04:21:33.454903 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
455 2025.02.25 04:21:33.455178 [ 281 ] {64d022e6-fa89-42ee-9240-ca3cada5891b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) 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)
456 2025.02.25 04:21:33.455271 [ 281 ] {64d022e6-fa89-42ee-9240-ca3cada5891b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
457 2025.02.25 04:21:33.457278 [ 281 ] {64d022e6-fa89-42ee-9240-ca3cada5891b} <Debug> oximeter.measurements_i64 (e4b9964f-e5ac-4ebf-90c8-bd3c011eb754): Loading data parts
458 2025.02.25 04:21:33.457448 [ 281 ] {64d022e6-fa89-42ee-9240-ca3cada5891b} <Debug> oximeter.measurements_i64 (e4b9964f-e5ac-4ebf-90c8-bd3c011eb754): There are no data parts
459 2025.02.25 04:21:33.458643 [ 281 ] {64d022e6-fa89-42ee-9240-ca3cada5891b} <Debug> TCPHandler: Processed in 0.003798796 sec.
460 2025.02.25 04:21:33.458908 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
461 2025.02.25 04:21:33.459116 [ 274 ] {a99a1fe2-fcf6-43a2-88cd-dcc03d967b6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) 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)
462 2025.02.25 04:21:33.459256 [ 274 ] {a99a1fe2-fcf6-43a2-88cd-dcc03d967b6f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
463 2025.02.25 04:21:33.461187 [ 274 ] {a99a1fe2-fcf6-43a2-88cd-dcc03d967b6f} <Debug> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Loading data parts
464 2025.02.25 04:21:33.461330 [ 274 ] {a99a1fe2-fcf6-43a2-88cd-dcc03d967b6f} <Debug> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): There are no data parts
465 2025.02.25 04:21:33.462665 [ 274 ] {a99a1fe2-fcf6-43a2-88cd-dcc03d967b6f} <Debug> TCPHandler: Processed in 0.003813207 sec.
466 2025.02.25 04:21:33.462849 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
467 2025.02.25 04:21:33.463065 [ 281 ] {b788a358-d381-4fa7-8d7d-0e8b2376b986} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) 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)
468 2025.02.25 04:21:33.463204 [ 281 ] {b788a358-d381-4fa7-8d7d-0e8b2376b986} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
469 2025.02.25 04:21:33.465049 [ 281 ] {b788a358-d381-4fa7-8d7d-0e8b2376b986} <Debug> oximeter.measurements_f32 (5de01400-6fb7-4ed0-88be-abb3aee1f4f6): Loading data parts
470 2025.02.25 04:21:33.465220 [ 281 ] {b788a358-d381-4fa7-8d7d-0e8b2376b986} <Debug> oximeter.measurements_f32 (5de01400-6fb7-4ed0-88be-abb3aee1f4f6): There are no data parts
471 2025.02.25 04:21:33.466355 [ 281 ] {b788a358-d381-4fa7-8d7d-0e8b2376b986} <Debug> TCPHandler: Processed in 0.003563043 sec.
472 2025.02.25 04:21:33.466866 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
473 2025.02.25 04:21:33.467112 [ 274 ] {378650e1-476f-46cc-a41c-d749779a4a3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) 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)
474 2025.02.25 04:21:33.467330 [ 274 ] {378650e1-476f-46cc-a41c-d749779a4a3e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
475 2025.02.25 04:21:33.469252 [ 274 ] {378650e1-476f-46cc-a41c-d749779a4a3e} <Debug> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Loading data parts
476 2025.02.25 04:21:33.469437 [ 274 ] {378650e1-476f-46cc-a41c-d749779a4a3e} <Debug> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): There are no data parts
477 2025.02.25 04:21:33.470663 [ 274 ] {378650e1-476f-46cc-a41c-d749779a4a3e} <Debug> TCPHandler: Processed in 0.003855107 sec.
478 2025.02.25 04:21:33.470847 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
479 2025.02.25 04:21:33.471060 [ 281 ] {5a599f56-df20-4535-adce-4234386a6a7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) 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)
480 2025.02.25 04:21:33.471189 [ 281 ] {5a599f56-df20-4535-adce-4234386a6a7c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
481 2025.02.25 04:21:33.473061 [ 281 ] {5a599f56-df20-4535-adce-4234386a6a7c} <Debug> oximeter.measurements_string (ca8f77a0-db2a-4989-95c1-87fcb9483629): Loading data parts
482 2025.02.25 04:21:33.473218 [ 281 ] {5a599f56-df20-4535-adce-4234386a6a7c} <Debug> oximeter.measurements_string (ca8f77a0-db2a-4989-95c1-87fcb9483629): There are no data parts
483 2025.02.25 04:21:33.474508 [ 281 ] {5a599f56-df20-4535-adce-4234386a6a7c} <Debug> TCPHandler: Processed in 0.003719535 sec.
484 2025.02.25 04:21:33.474760 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
485 2025.02.25 04:21:33.475013 [ 274 ] {ae2f8064-2857-408b-8807-be2fefa49c13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
486 * NOTE: Right now we can't unambiguously record a nullable byte array.
487 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
488 * a string isn't palatable for a few reasons.
489 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
490 * details.
491 */
492 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
493 2025.02.25 04:21:33.475162 [ 274 ] {ae2f8064-2857-408b-8807-be2fefa49c13} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
494 2025.02.25 04:21:33.477441 [ 274 ] {ae2f8064-2857-408b-8807-be2fefa49c13} <Debug> oximeter.measurements_bytes (b4faf131-253a-44ab-ac50-eacea99cd46a): Loading data parts
495 2025.02.25 04:21:33.477581 [ 274 ] {ae2f8064-2857-408b-8807-be2fefa49c13} <Debug> oximeter.measurements_bytes (b4faf131-253a-44ab-ac50-eacea99cd46a): There are no data parts
496 2025.02.25 04:21:33.478746 [ 274 ] {ae2f8064-2857-408b-8807-be2fefa49c13} <Debug> TCPHandler: Processed in 0.00405518 sec.
497 2025.02.25 04:21:33.479015 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
498 2025.02.25 04:21:33.479235 [ 281 ] {cf754586-b727-445e-9234-74da495281b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) 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)
499 2025.02.25 04:21:33.479363 [ 281 ] {cf754586-b727-445e-9234-74da495281b4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
500 2025.02.25 04:21:33.481183 [ 281 ] {cf754586-b727-445e-9234-74da495281b4} <Debug> oximeter.measurements_cumulativei64 (e2de22ca-a552-426a-bec8-8c47d9e953f8): Loading data parts
501 2025.02.25 04:21:33.481434 [ 281 ] {cf754586-b727-445e-9234-74da495281b4} <Debug> oximeter.measurements_cumulativei64 (e2de22ca-a552-426a-bec8-8c47d9e953f8): There are no data parts
502 2025.02.25 04:21:33.482714 [ 281 ] {cf754586-b727-445e-9234-74da495281b4} <Debug> TCPHandler: Processed in 0.003756576 sec.
503 2025.02.25 04:21:33.482918 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
504 2025.02.25 04:21:33.483273 [ 274 ] {79c3e82f-9fef-4262-9a2d-9aab0c5baaff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) 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)
505 2025.02.25 04:21:33.483409 [ 274 ] {79c3e82f-9fef-4262-9a2d-9aab0c5baaff} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
506 2025.02.25 04:21:33.485295 [ 274 ] {79c3e82f-9fef-4262-9a2d-9aab0c5baaff} <Debug> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Loading data parts
507 2025.02.25 04:21:33.485453 [ 274 ] {79c3e82f-9fef-4262-9a2d-9aab0c5baaff} <Debug> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): There are no data parts
508 2025.02.25 04:21:33.486759 [ 274 ] {79c3e82f-9fef-4262-9a2d-9aab0c5baaff} <Debug> TCPHandler: Processed in 0.003909498 sec.
509 2025.02.25 04:21:33.486949 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
510 2025.02.25 04:21:33.487172 [ 281 ] {074e9dc5-e375-4a48-a3d9-52c8917a46fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) 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)
511 2025.02.25 04:21:33.487313 [ 281 ] {074e9dc5-e375-4a48-a3d9-52c8917a46fa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
512 2025.02.25 04:21:33.489304 [ 281 ] {074e9dc5-e375-4a48-a3d9-52c8917a46fa} <Debug> oximeter.measurements_cumulativef32 (4b8ed85f-0ac9-494b-b84d-ba1bd39dcc34): Loading data parts
513 2025.02.25 04:21:33.489464 [ 281 ] {074e9dc5-e375-4a48-a3d9-52c8917a46fa} <Debug> oximeter.measurements_cumulativef32 (4b8ed85f-0ac9-494b-b84d-ba1bd39dcc34): There are no data parts
514 2025.02.25 04:21:33.490643 [ 281 ] {074e9dc5-e375-4a48-a3d9-52c8917a46fa} <Debug> TCPHandler: Processed in 0.003753425 sec.
515 2025.02.25 04:21:33.490916 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
516 2025.02.25 04:21:33.491178 [ 274 ] {4f329622-5e45-4061-9006-f55cc7c67c79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) 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)
517 2025.02.25 04:21:33.491331 [ 274 ] {4f329622-5e45-4061-9006-f55cc7c67c79} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
518 2025.02.25 04:21:33.493230 [ 274 ] {4f329622-5e45-4061-9006-f55cc7c67c79} <Debug> oximeter.measurements_cumulativef64 (c2004c01-5826-4139-a449-8ac6452fda36): Loading data parts
519 2025.02.25 04:21:33.493465 [ 274 ] {4f329622-5e45-4061-9006-f55cc7c67c79} <Debug> oximeter.measurements_cumulativef64 (c2004c01-5826-4139-a449-8ac6452fda36): There are no data parts
520 2025.02.25 04:21:33.494586 [ 274 ] {4f329622-5e45-4061-9006-f55cc7c67c79} <Debug> TCPHandler: Processed in 0.003737366 sec.
521 2025.02.25 04:21:33.494768 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
522 2025.02.25 04:21:33.495161 [ 281 ] {2edaa3c6-8693-4379-9e49-c3ce9c5d9744} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
523 * NOTE: Array types cannot be Nullable, see
524 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
525 * for more details.
526 *
527 * This means we need to use empty arrays to indicate a missing value. This
528 * is unfortunate, and at this point relies on the fact that an
529 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
530 * to figure out another way to represent missing samples here.
531 */
532 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)
533 2025.02.25 04:21:33.495286 [ 281 ] {2edaa3c6-8693-4379-9e49-c3ce9c5d9744} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
534 2025.02.25 04:21:33.497512 [ 281 ] {2edaa3c6-8693-4379-9e49-c3ce9c5d9744} <Debug> oximeter.measurements_histogrami8 (9548b974-a048-412e-b53d-078ddbb92934): Loading data parts
535 2025.02.25 04:21:33.497659 [ 281 ] {2edaa3c6-8693-4379-9e49-c3ce9c5d9744} <Debug> oximeter.measurements_histogrami8 (9548b974-a048-412e-b53d-078ddbb92934): There are no data parts
536 2025.02.25 04:21:33.498952 [ 281 ] {2edaa3c6-8693-4379-9e49-c3ce9c5d9744} <Debug> TCPHandler: Processed in 0.004242034 sec.
537 2025.02.25 04:21:33.499203 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
538 2025.02.25 04:21:33.499559 [ 274 ] {158c6286-181a-4cbb-a2e7-1c6a806b2e30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) 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)
539 2025.02.25 04:21:33.499722 [ 274 ] {158c6286-181a-4cbb-a2e7-1c6a806b2e30} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
540 2025.02.25 04:21:33.501928 [ 274 ] {158c6286-181a-4cbb-a2e7-1c6a806b2e30} <Debug> oximeter.measurements_histogramu8 (dfabd1c5-12f2-43be-a298-cf6d036634a6): Loading data parts
541 2025.02.25 04:21:33.502247 [ 274 ] {158c6286-181a-4cbb-a2e7-1c6a806b2e30} <Debug> oximeter.measurements_histogramu8 (dfabd1c5-12f2-43be-a298-cf6d036634a6): There are no data parts
542 2025.02.25 04:21:33.504637 [ 274 ] {158c6286-181a-4cbb-a2e7-1c6a806b2e30} <Debug> TCPHandler: Processed in 0.005503732 sec.
543 2025.02.25 04:21:33.504836 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
544 2025.02.25 04:21:33.505237 [ 281 ] {6081cced-dcc5-49e1-bf0f-fdb728c2ea92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) 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)
545 2025.02.25 04:21:33.505364 [ 281 ] {6081cced-dcc5-49e1-bf0f-fdb728c2ea92} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
546 2025.02.25 04:21:33.507604 [ 281 ] {6081cced-dcc5-49e1-bf0f-fdb728c2ea92} <Debug> oximeter.measurements_histogrami16 (49661f33-9e3e-412e-8304-1f0e84eb671b): Loading data parts
547 2025.02.25 04:21:33.507759 [ 281 ] {6081cced-dcc5-49e1-bf0f-fdb728c2ea92} <Debug> oximeter.measurements_histogrami16 (49661f33-9e3e-412e-8304-1f0e84eb671b): There are no data parts
548 2025.02.25 04:21:33.508998 [ 281 ] {6081cced-dcc5-49e1-bf0f-fdb728c2ea92} <Debug> TCPHandler: Processed in 0.004224472 sec.
549 2025.02.25 04:21:33.509247 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
550 2025.02.25 04:21:33.509552 [ 274 ] {8c5ce73c-504a-4a92-b515-80dd4d5a7e74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) 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)
551 2025.02.25 04:21:33.509703 [ 274 ] {8c5ce73c-504a-4a92-b515-80dd4d5a7e74} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
552 2025.02.25 04:21:33.511906 [ 274 ] {8c5ce73c-504a-4a92-b515-80dd4d5a7e74} <Debug> oximeter.measurements_histogramu16 (af4ddd67-af4a-4f90-958e-94dfdd07f37d): Loading data parts
553 2025.02.25 04:21:33.512104 [ 274 ] {8c5ce73c-504a-4a92-b515-80dd4d5a7e74} <Debug> oximeter.measurements_histogramu16 (af4ddd67-af4a-4f90-958e-94dfdd07f37d): There are no data parts
554 2025.02.25 04:21:33.513367 [ 274 ] {8c5ce73c-504a-4a92-b515-80dd4d5a7e74} <Debug> TCPHandler: Processed in 0.004181252 sec.
555 2025.02.25 04:21:33.513567 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
556 2025.02.25 04:21:33.513948 [ 281 ] {dad6adca-48e7-4bef-9f94-c1735e66de31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) 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)
557 2025.02.25 04:21:33.514070 [ 281 ] {dad6adca-48e7-4bef-9f94-c1735e66de31} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
558 2025.02.25 04:21:33.516261 [ 281 ] {dad6adca-48e7-4bef-9f94-c1735e66de31} <Debug> oximeter.measurements_histogrami32 (5cd5c1a3-5fe3-4501-939f-2a2b2e4b5ae2): Loading data parts
559 2025.02.25 04:21:33.516430 [ 281 ] {dad6adca-48e7-4bef-9f94-c1735e66de31} <Debug> oximeter.measurements_histogrami32 (5cd5c1a3-5fe3-4501-939f-2a2b2e4b5ae2): There are no data parts
560 2025.02.25 04:21:33.517815 [ 281 ] {dad6adca-48e7-4bef-9f94-c1735e66de31} <Debug> TCPHandler: Processed in 0.004305964 sec.
561 2025.02.25 04:21:33.518063 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
562 2025.02.25 04:21:33.518359 [ 274 ] {6bdcd2ba-3a8c-4f3c-99f1-520123666b1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) 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)
563 2025.02.25 04:21:33.518505 [ 274 ] {6bdcd2ba-3a8c-4f3c-99f1-520123666b1f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
564 2025.02.25 04:21:33.520765 [ 274 ] {6bdcd2ba-3a8c-4f3c-99f1-520123666b1f} <Debug> oximeter.measurements_histogramu32 (162ca0e1-87db-48d6-968e-6a988cd1f0d0): Loading data parts
565 2025.02.25 04:21:33.520956 [ 274 ] {6bdcd2ba-3a8c-4f3c-99f1-520123666b1f} <Debug> oximeter.measurements_histogramu32 (162ca0e1-87db-48d6-968e-6a988cd1f0d0): There are no data parts
566 2025.02.25 04:21:33.522321 [ 274 ] {6bdcd2ba-3a8c-4f3c-99f1-520123666b1f} <Debug> TCPHandler: Processed in 0.004317704 sec.
567 2025.02.25 04:21:33.522503 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
568 2025.02.25 04:21:33.522855 [ 281 ] {dd8474e9-f483-4b0b-a93d-eff047a07719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) 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)
569 2025.02.25 04:21:33.523044 [ 281 ] {dd8474e9-f483-4b0b-a93d-eff047a07719} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
570 2025.02.25 04:21:33.525264 [ 281 ] {dd8474e9-f483-4b0b-a93d-eff047a07719} <Debug> oximeter.measurements_histogrami64 (67454e24-0f75-47fe-a788-7edf507c2b0a): Loading data parts
571 2025.02.25 04:21:33.525436 [ 281 ] {dd8474e9-f483-4b0b-a93d-eff047a07719} <Debug> oximeter.measurements_histogrami64 (67454e24-0f75-47fe-a788-7edf507c2b0a): There are no data parts
572 2025.02.25 04:21:33.526704 [ 281 ] {dd8474e9-f483-4b0b-a93d-eff047a07719} <Debug> TCPHandler: Processed in 0.004257973 sec.
573 2025.02.25 04:21:33.526979 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
574 2025.02.25 04:21:33.527274 [ 274 ] {170b6dde-72be-4347-96d2-f293b94f9fe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) 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)
575 2025.02.25 04:21:33.527439 [ 274 ] {170b6dde-72be-4347-96d2-f293b94f9fe2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
576 2025.02.25 04:21:33.529659 [ 274 ] {170b6dde-72be-4347-96d2-f293b94f9fe2} <Debug> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Loading data parts
577 2025.02.25 04:21:33.529870 [ 274 ] {170b6dde-72be-4347-96d2-f293b94f9fe2} <Debug> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): There are no data parts
578 2025.02.25 04:21:33.531130 [ 274 ] {170b6dde-72be-4347-96d2-f293b94f9fe2} <Debug> TCPHandler: Processed in 0.004211823 sec.
579 2025.02.25 04:21:33.531324 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
580 2025.02.25 04:21:33.531730 [ 281 ] {94356156-9660-4cc5-807d-3a6123cfaff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) 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)
581 2025.02.25 04:21:33.531889 [ 281 ] {94356156-9660-4cc5-807d-3a6123cfaff5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
582 2025.02.25 04:21:33.534108 [ 281 ] {94356156-9660-4cc5-807d-3a6123cfaff5} <Debug> oximeter.measurements_histogramf32 (08cd3be7-8b60-46a4-9a9d-88ca51815b01): Loading data parts
583 2025.02.25 04:21:33.534266 [ 281 ] {94356156-9660-4cc5-807d-3a6123cfaff5} <Debug> oximeter.measurements_histogramf32 (08cd3be7-8b60-46a4-9a9d-88ca51815b01): There are no data parts
584 2025.02.25 04:21:33.535517 [ 281 ] {94356156-9660-4cc5-807d-3a6123cfaff5} <Debug> TCPHandler: Processed in 0.004262084 sec.
585 2025.02.25 04:21:33.535773 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
586 2025.02.25 04:21:33.536072 [ 274 ] {f2f9233f-2b90-4388-9890-cf7485b2f2f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) 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)
587 2025.02.25 04:21:33.536227 [ 274 ] {f2f9233f-2b90-4388-9890-cf7485b2f2f8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
588 2025.02.25 04:21:33.538368 [ 274 ] {f2f9233f-2b90-4388-9890-cf7485b2f2f8} <Debug> oximeter.measurements_histogramf64 (445b2f74-d88b-4afa-9750-e106b16f0e55): Loading data parts
589 2025.02.25 04:21:33.538565 [ 274 ] {f2f9233f-2b90-4388-9890-cf7485b2f2f8} <Debug> oximeter.measurements_histogramf64 (445b2f74-d88b-4afa-9750-e106b16f0e55): There are no data parts
590 2025.02.25 04:21:33.539955 [ 274 ] {f2f9233f-2b90-4388-9890-cf7485b2f2f8} <Debug> TCPHandler: Processed in 0.004241743 sec.
591 2025.02.25 04:21:33.540148 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
592 2025.02.25 04:21:33.540456 [ 281 ] {2ac20ffe-cd54-42e5-b6c5-47e3b5086591} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) /* The field tables store named dimensions of each timeseries.
593 *
594 * As with the measurement tables, there is one field table for each field data
595 * type. Fields are deduplicated by using the "replacing merge tree", though
596 * this behavior **must not** be relied upon for query correctness.
597 *
598 * The index for the fields differs from the measurements, however. Rows are
599 * sorted by timeseries name, then field name, field value, and finally
600 * timeseries key. This reflects the most common pattern for looking them up:
601 * by field name and possibly value, within a timeseries. The resulting keys are
602 * usually then used to look up measurements.
603 *
604 * NOTE: We may want to consider a secondary index on these tables, sorting by
605 * timeseries name and then key, since it would improve lookups where one
606 * already has the key. Realistically though, these tables are quite small and
607 * so performance benefits will be low in absolute terms.
608 *
609 * TTL: We use a materialized column to expire old field table records. This
610 * column is generated automatically by the database whenever a new row is
611 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
612 * query. Since these tables are `ReplacingMergeTree`s, that means the last
613 * record will remain during a deduplication, which will have the last
614 * timestamp. ClickHouse will then expire old data for us, similar to the
615 * measurement tables.
616 */
617 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)
618 2025.02.25 04:21:33.540606 [ 281 ] {2ac20ffe-cd54-42e5-b6c5-47e3b5086591} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
619 2025.02.25 04:21:33.542701 [ 281 ] {2ac20ffe-cd54-42e5-b6c5-47e3b5086591} <Debug> oximeter.fields_bool (4f5a4ac6-8282-4c83-b6e3-19f296d45850): Loading data parts
620 2025.02.25 04:21:33.542858 [ 281 ] {2ac20ffe-cd54-42e5-b6c5-47e3b5086591} <Debug> oximeter.fields_bool (4f5a4ac6-8282-4c83-b6e3-19f296d45850): There are no data parts
621 2025.02.25 04:21:33.544289 [ 281 ] {2ac20ffe-cd54-42e5-b6c5-47e3b5086591} <Debug> TCPHandler: Processed in 0.004211603 sec.
622 2025.02.25 04:21:33.544481 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
623 2025.02.25 04:21:33.544786 [ 274 ] {6b5afada-525e-4a6b-a94f-9139f3eb83cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) 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)
624 2025.02.25 04:21:33.544909 [ 274 ] {6b5afada-525e-4a6b-a94f-9139f3eb83cb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
625 2025.02.25 04:21:33.546862 [ 274 ] {6b5afada-525e-4a6b-a94f-9139f3eb83cb} <Debug> oximeter.fields_i8 (fa45156d-b4c8-4bf7-a54a-2f5395e7e92d): Loading data parts
626 2025.02.25 04:21:33.547009 [ 274 ] {6b5afada-525e-4a6b-a94f-9139f3eb83cb} <Debug> oximeter.fields_i8 (fa45156d-b4c8-4bf7-a54a-2f5395e7e92d): There are no data parts
627 2025.02.25 04:21:33.548256 [ 274 ] {6b5afada-525e-4a6b-a94f-9139f3eb83cb} <Debug> TCPHandler: Processed in 0.003834397 sec.
628 2025.02.25 04:21:33.548478 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
629 2025.02.25 04:21:33.548727 [ 281 ] {4e3f50fa-55f2-410c-9d66-6d97d8a32573} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) 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)
630 2025.02.25 04:21:33.548875 [ 281 ] {4e3f50fa-55f2-410c-9d66-6d97d8a32573} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
631 2025.02.25 04:21:33.550792 [ 281 ] {4e3f50fa-55f2-410c-9d66-6d97d8a32573} <Debug> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Loading data parts
632 2025.02.25 04:21:33.550959 [ 281 ] {4e3f50fa-55f2-410c-9d66-6d97d8a32573} <Debug> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): There are no data parts
633 2025.02.25 04:21:33.552146 [ 281 ] {4e3f50fa-55f2-410c-9d66-6d97d8a32573} <Debug> TCPHandler: Processed in 0.003735346 sec.
634 2025.02.25 04:21:33.552338 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
635 2025.02.25 04:21:33.552675 [ 274 ] {83d1517f-92fd-402e-8672-9c40f75dc842} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) 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)
636 2025.02.25 04:21:33.552809 [ 274 ] {83d1517f-92fd-402e-8672-9c40f75dc842} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
637 2025.02.25 04:21:33.554692 [ 274 ] {83d1517f-92fd-402e-8672-9c40f75dc842} <Debug> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Loading data parts
638 2025.02.25 04:21:33.554831 [ 274 ] {83d1517f-92fd-402e-8672-9c40f75dc842} <Debug> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): There are no data parts
639 2025.02.25 04:21:33.556106 [ 274 ] {83d1517f-92fd-402e-8672-9c40f75dc842} <Debug> TCPHandler: Processed in 0.003834797 sec.
640 2025.02.25 04:21:33.556282 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
641 2025.02.25 04:21:33.556489 [ 281 ] {eb77ac25-cca2-42c5-933d-ab22982431a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) 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)
642 2025.02.25 04:21:33.556620 [ 281 ] {eb77ac25-cca2-42c5-933d-ab22982431a8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
643 2025.02.25 04:21:33.558546 [ 281 ] {eb77ac25-cca2-42c5-933d-ab22982431a8} <Debug> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Loading data parts
644 2025.02.25 04:21:33.558698 [ 281 ] {eb77ac25-cca2-42c5-933d-ab22982431a8} <Debug> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): There are no data parts
645 2025.02.25 04:21:33.559979 [ 281 ] {eb77ac25-cca2-42c5-933d-ab22982431a8} <Debug> TCPHandler: Processed in 0.003750515 sec.
646 2025.02.25 04:21:33.560203 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
647 2025.02.25 04:21:33.560502 [ 274 ] {5a65a6ac-f17e-4f49-a2d4-527158d76e17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) 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)
648 2025.02.25 04:21:33.560639 [ 274 ] {5a65a6ac-f17e-4f49-a2d4-527158d76e17} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
649 2025.02.25 04:21:33.562559 [ 274 ] {5a65a6ac-f17e-4f49-a2d4-527158d76e17} <Debug> oximeter.fields_i32 (b4d4de32-05a0-4ce1-8d53-ccbe58030360): Loading data parts
650 2025.02.25 04:21:33.562721 [ 274 ] {5a65a6ac-f17e-4f49-a2d4-527158d76e17} <Debug> oximeter.fields_i32 (b4d4de32-05a0-4ce1-8d53-ccbe58030360): There are no data parts
651 2025.02.25 04:21:33.563943 [ 274 ] {5a65a6ac-f17e-4f49-a2d4-527158d76e17} <Debug> TCPHandler: Processed in 0.003808817 sec.
652 2025.02.25 04:21:33.564113 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
653 2025.02.25 04:21:33.564320 [ 281 ] {ccf4774e-87d5-4b45-acf5-7be38e2a5c42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) 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)
654 2025.02.25 04:21:33.564452 [ 281 ] {ccf4774e-87d5-4b45-acf5-7be38e2a5c42} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
655 2025.02.25 04:21:33.566378 [ 281 ] {ccf4774e-87d5-4b45-acf5-7be38e2a5c42} <Debug> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Loading data parts
656 2025.02.25 04:21:33.566543 [ 281 ] {ccf4774e-87d5-4b45-acf5-7be38e2a5c42} <Debug> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): There are no data parts
657 2025.02.25 04:21:33.568007 [ 281 ] {ccf4774e-87d5-4b45-acf5-7be38e2a5c42} <Debug> TCPHandler: Processed in 0.003949839 sec.
658 2025.02.25 04:21:33.568257 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
659 2025.02.25 04:21:33.568474 [ 274 ] {4ba37571-97cd-4d4b-b19f-11cdb3f1356e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) 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)
660 2025.02.25 04:21:33.568622 [ 274 ] {4ba37571-97cd-4d4b-b19f-11cdb3f1356e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
661 2025.02.25 04:21:33.570480 [ 274 ] {4ba37571-97cd-4d4b-b19f-11cdb3f1356e} <Debug> oximeter.fields_i64 (3a0d2958-3f72-4089-a8be-745eda8c1e47): Loading data parts
662 2025.02.25 04:21:33.570717 [ 274 ] {4ba37571-97cd-4d4b-b19f-11cdb3f1356e} <Debug> oximeter.fields_i64 (3a0d2958-3f72-4089-a8be-745eda8c1e47): There are no data parts
663 2025.02.25 04:21:33.571875 [ 274 ] {4ba37571-97cd-4d4b-b19f-11cdb3f1356e} <Debug> TCPHandler: Processed in 0.003675674 sec.
664 2025.02.25 04:21:33.572062 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
665 2025.02.25 04:21:33.572410 [ 281 ] {1197ea64-13b1-4bc7-8162-49ffd7278d7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) 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)
666 2025.02.25 04:21:33.572469 [ 281 ] {1197ea64-13b1-4bc7-8162-49ffd7278d7b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
667 2025.02.25 04:21:33.574491 [ 281 ] {1197ea64-13b1-4bc7-8162-49ffd7278d7b} <Debug> oximeter.fields_u64 (3214a6bd-219a-4898-b4f0-0d7e44fddbaa): Loading data parts
668 2025.02.25 04:21:33.574649 [ 281 ] {1197ea64-13b1-4bc7-8162-49ffd7278d7b} <Debug> oximeter.fields_u64 (3214a6bd-219a-4898-b4f0-0d7e44fddbaa): There are no data parts
669 2025.02.25 04:21:33.575736 [ 281 ] {1197ea64-13b1-4bc7-8162-49ffd7278d7b} <Debug> TCPHandler: Processed in 0.003796946 sec.
670 2025.02.25 04:21:33.576044 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
671 2025.02.25 04:21:33.576289 [ 274 ] {9fb1d927-56b2-46df-a829-0493d81c606f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) 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)
672 2025.02.25 04:21:33.576447 [ 274 ] {9fb1d927-56b2-46df-a829-0493d81c606f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
673 2025.02.25 04:21:33.578404 [ 274 ] {9fb1d927-56b2-46df-a829-0493d81c606f} <Debug> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Loading data parts
674 2025.02.25 04:21:33.578630 [ 274 ] {9fb1d927-56b2-46df-a829-0493d81c606f} <Debug> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): There are no data parts
675 2025.02.25 04:21:33.579798 [ 274 ] {9fb1d927-56b2-46df-a829-0493d81c606f} <Debug> TCPHandler: Processed in 0.003821267 sec.
676 2025.02.25 04:21:33.579986 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
677 2025.02.25 04:21:33.580380 [ 281 ] {fc1ba149-240a-4fd8-9f1f-e0394de383ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) 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)
678 2025.02.25 04:21:33.580505 [ 281 ] {fc1ba149-240a-4fd8-9f1f-e0394de383ac} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
679 2025.02.25 04:21:33.582459 [ 281 ] {fc1ba149-240a-4fd8-9f1f-e0394de383ac} <Debug> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Loading data parts
680 2025.02.25 04:21:33.582610 [ 281 ] {fc1ba149-240a-4fd8-9f1f-e0394de383ac} <Debug> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): There are no data parts
681 2025.02.25 04:21:33.583842 [ 281 ] {fc1ba149-240a-4fd8-9f1f-e0394de383ac} <Debug> TCPHandler: Processed in 0.003923678 sec.
682 2025.02.25 04:21:33.584062 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
683 2025.02.25 04:21:33.584272 [ 274 ] {a2eb3093-3571-4dff-8989-24de84e0fd4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) 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)
684 2025.02.25 04:21:33.584418 [ 274 ] {a2eb3093-3571-4dff-8989-24de84e0fd4e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
685 2025.02.25 04:21:33.586330 [ 274 ] {a2eb3093-3571-4dff-8989-24de84e0fd4e} <Debug> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Loading data parts
686 2025.02.25 04:21:33.586703 [ 274 ] {a2eb3093-3571-4dff-8989-24de84e0fd4e} <Debug> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): There are no data parts
687 2025.02.25 04:21:33.588003 [ 274 ] {a2eb3093-3571-4dff-8989-24de84e0fd4e} <Debug> TCPHandler: Processed in 0.003999649 sec.
688 2025.02.25 04:21:33.588207 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
689 2025.02.25 04:21:33.588645 [ 281 ] {52aa1d4d-7088-4858-9d4f-80c9a4fde94e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) /* The timeseries schema table stores the extracted schema for the samples
690 * oximeter collects.
691 */
692 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)
693 2025.02.25 04:21:33.588801 [ 281 ] {52aa1d4d-7088-4858-9d4f-80c9a4fde94e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
694 2025.02.25 04:21:33.590698 [ 281 ] {52aa1d4d-7088-4858-9d4f-80c9a4fde94e} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105): Loading data parts
695 2025.02.25 04:21:33.591002 [ 281 ] {52aa1d4d-7088-4858-9d4f-80c9a4fde94e} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105): There are no data parts
696 2025.02.25 04:21:33.592276 [ 281 ] {52aa1d4d-7088-4858-9d4f-80c9a4fde94e} <Debug> TCPHandler: Processed in 0.004137291 sec.
697 2025.02.25 04:21:33.592485 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
698 2025.02.25 04:21:33.592862 [ 274 ] {b092fe20-832a-4873-93cb-5d1c30d55a38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
699 2025.02.25 04:21:33.595534 [ 274 ] {b092fe20-832a-4873-93cb-5d1c30d55a38} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
700 2025.02.25 04:21:33.605727 [ 283 ] {b092fe20-832a-4873-93cb-5d1c30d55a38} <Trace> oximeter.version (b7598bdb-f2cf-4e9e-8a3e-dc9ad6e0946f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
701 2025.02.25 04:21:33.605968 [ 283 ] {b092fe20-832a-4873-93cb-5d1c30d55a38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
702 2025.02.25 04:21:33.613023 [ 283 ] {b092fe20-832a-4873-93cb-5d1c30d55a38} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
703 2025.02.25 04:21:33.613619 [ 283 ] {b092fe20-832a-4873-93cb-5d1c30d55a38} <Trace> oximeter.version (b7598bdb-f2cf-4e9e-8a3e-dc9ad6e0946f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
704 2025.02.25 04:21:33.614023 [ 274 ] {b092fe20-832a-4873-93cb-5d1c30d55a38} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.0213 sec., 46.948356807511736 rows/sec., 751.17 B/sec.
705 2025.02.25 04:21:33.614298 [ 274 ] {b092fe20-832a-4873-93cb-5d1c30d55a38} <Debug> TCPHandler: Processed in 0.021879574 sec.
706 2025.02.25 04:21:34.000181 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 127.83 MiB, peak 127.83 MiB, free memory in arenas 0.00 B, will set to 140.93 MiB (RSS), difference: 13.10 MiB
707 2025.02.25 04:21:37.155615 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549
708 2025.02.25 04:21:37.155615 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
709 2025.02.25 04:21:37.155728 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
710 2025.02.25 04:21:37.155762 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
711 2025.02.25 04:21:37.161508 [ 244 ] {} <Debug> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Loading data parts
712 2025.02.25 04:21:37.161861 [ 244 ] {} <Debug> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): There are no data parts
713 2025.02.25 04:21:37.171708 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
714 2025.02.25 04:21:37.171884 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
715 2025.02.25 04:21:37.177077 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
716 2025.02.25 04:21:37.177996 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
717 2025.02.25 04:21:37.178755 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549
718 2025.02.25 04:21:37.180929 [ 243 ] {} <Debug> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Loading data parts
719 2025.02.25 04:21:37.181117 [ 243 ] {} <Debug> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): There are no data parts
720 2025.02.25 04:21:37.204051 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
721 2025.02.25 04:21:37.204202 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
722 2025.02.25 04:21:37.211634 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
723 2025.02.25 04:21:37.212864 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): 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.25 04:21:37.215458 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
725 2025.02.25 04:21:38.000175 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.94 MiB, peak 149.94 MiB, free memory in arenas 0.00 B, will set to 150.53 MiB (RSS), difference: 4.59 MiB
726 2025.02.25 04:21:39.655574 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88
727 2025.02.25 04:21:39.656040 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
728 2025.02.25 04:21:39.661171 [ 242 ] {} <Debug> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Loading data parts
729 2025.02.25 04:21:39.661390 [ 242 ] {} <Debug> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): There are no data parts
730 2025.02.25 04:21:39.666913 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
731 2025.02.25 04:21:39.667102 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
732 2025.02.25 04:21:39.668775 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
733 2025.02.25 04:21:39.669294 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): 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.25 04:21:39.669896 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88
735 2025.02.25 04:21:40.000173 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.72 MiB, peak 154.72 MiB, free memory in arenas 0.00 B, will set to 150.90 MiB (RSS), difference: -3.82 MiB
736 2025.02.25 04:21:44.625391 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache
737 2025.02.25 04:21:44.625452 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache
738 2025.02.25 04:21:44.678950 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976
739 2025.02.25 04:21:44.679940 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
740 2025.02.25 04:21:44.679986 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
741 2025.02.25 04:21:44.680685 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
742 2025.02.25 04:21:44.681269 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): 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.25 04:21:44.681585 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
744 2025.02.25 04:21:44.715621 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
745 2025.02.25 04:21:44.736668 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
746 2025.02.25 04:21:44.736783 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
747 2025.02.25 04:21:44.744442 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
748 2025.02.25 04:21:44.745595 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): 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.25 04:21:44.748866 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
750 2025.02.25 04:21:50.000175 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.49 MiB, peak 155.58 MiB, free memory in arenas 0.00 B, will set to 152.51 MiB (RSS), difference: 4.02 MiB
751 2025.02.25 04:21:52.181788 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464
752 2025.02.25 04:21:52.182453 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
753 2025.02.25 04:21:52.182494 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
754 2025.02.25 04:21:52.183222 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
755 2025.02.25 04:21:52.183725 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
756 2025.02.25 04:21:52.183991 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464
757 2025.02.25 04:21:52.249035 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
758 2025.02.25 04:21:52.266973 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
759 2025.02.25 04:21:52.267081 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
760 2025.02.25 04:21:52.273443 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
761 2025.02.25 04:21:52.274560 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
762 2025.02.25 04:21:52.277346 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
763 2025.02.25 04:21:53.628783 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
764 2025.02.25 04:21:53.629011 [ 274 ] {09cf9b1f-60a7-4e8e-af3a-abac5cd59fbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
765 2025.02.25 04:21:53.629447 [ 274 ] {09cf9b1f-60a7-4e8e-af3a-abac5cd59fbc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
766 2025.02.25 04:21:53.629705 [ 274 ] {09cf9b1f-60a7-4e8e-af3a-abac5cd59fbc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
767 2025.02.25 04:21:53.630462 [ 274 ] {09cf9b1f-60a7-4e8e-af3a-abac5cd59fbc} <Debug> TCPHandler: Processed in 0.001811767 sec.
768 2025.02.25 04:21:53.639555 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
769 2025.02.25 04:21:53.639809 [ 281 ] {020940a4-8683-4aa6-b672-726667033c3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete)
770 2025.02.25 04:21:53.641639 [ 281 ] {020940a4-8683-4aa6-b672-726667033c3f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
771 2025.02.25 04:21:53.641720 [ 281 ] {020940a4-8683-4aa6-b672-726667033c3f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
772 2025.02.25 04:21:53.642363 [ 281 ] {020940a4-8683-4aa6-b672-726667033c3f} <Debug> TCPHandler: Processed in 0.002940533 sec.
773 2025.02.25 04:21:53.642673 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
774 2025.02.25 04:21:53.642839 [ 274 ] {5a35ac43-1215-4d03-a43f-dc114b070386} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete)
775 2025.02.25 04:21:53.643283 [ 274 ] {5a35ac43-1215-4d03-a43f-dc114b070386} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
776 2025.02.25 04:21:53.643342 [ 274 ] {5a35ac43-1215-4d03-a43f-dc114b070386} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
777 2025.02.25 04:21:53.643898 [ 274 ] {5a35ac43-1215-4d03-a43f-dc114b070386} <Debug> TCPHandler: Processed in 0.001282519 sec.
778 2025.02.25 04:21:53.644152 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
779 2025.02.25 04:21:53.644313 [ 281 ] {11f072c6-8882-4591-82a3-9c6565963b01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
780 2025.02.25 04:21:53.644688 [ 281 ] {11f072c6-8882-4591-82a3-9c6565963b01} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
781 2025.02.25 04:21:53.644745 [ 281 ] {11f072c6-8882-4591-82a3-9c6565963b01} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
782 2025.02.25 04:21:53.645277 [ 281 ] {11f072c6-8882-4591-82a3-9c6565963b01} <Debug> TCPHandler: Processed in 0.001181887 sec.
783 2025.02.25 04:21:53.645604 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
784 2025.02.25 04:21:53.645773 [ 274 ] {3a655a9a-65b3-4399-b5be-926768655293} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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)
785 2025.02.25 04:21:53.646210 [ 274 ] {3a655a9a-65b3-4399-b5be-926768655293} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
786 2025.02.25 04:21:53.646277 [ 274 ] {3a655a9a-65b3-4399-b5be-926768655293} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
787 2025.02.25 04:21:53.646840 [ 274 ] {3a655a9a-65b3-4399-b5be-926768655293} <Debug> TCPHandler: Processed in 0.001289509 sec.
788 2025.02.25 04:21:53.647096 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
789 2025.02.25 04:21:53.647250 [ 281 ] {09930071-c2d2-49ce-8943-40b6f99439f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', '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)
790 2025.02.25 04:21:53.647616 [ 281 ] {09930071-c2d2-49ce-8943-40b6f99439f1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
791 2025.02.25 04:21:53.647671 [ 281 ] {09930071-c2d2-49ce-8943-40b6f99439f1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
792 2025.02.25 04:21:53.648158 [ 281 ] {09930071-c2d2-49ce-8943-40b6f99439f1} <Debug> TCPHandler: Processed in 0.001115486 sec.
793 2025.02.25 04:21:53.648484 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
794 2025.02.25 04:21:53.648636 [ 274 ] {1b7a0e0c-5b9a-4057-971d-e042f8285cdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', '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)
795 2025.02.25 04:21:53.649005 [ 274 ] {1b7a0e0c-5b9a-4057-971d-e042f8285cdf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
796 2025.02.25 04:21:53.649061 [ 274 ] {1b7a0e0c-5b9a-4057-971d-e042f8285cdf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
797 2025.02.25 04:21:53.649547 [ 274 ] {1b7a0e0c-5b9a-4057-971d-e042f8285cdf} <Debug> TCPHandler: Processed in 0.001118937 sec.
798 2025.02.25 04:21:53.649807 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
799 2025.02.25 04:21:53.649960 [ 281 ] {2ac17f4d-c161-4461-b350-e1cee45bc1f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_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)
800 2025.02.25 04:21:53.650327 [ 281 ] {2ac17f4d-c161-4461-b350-e1cee45bc1f8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
801 2025.02.25 04:21:53.650384 [ 281 ] {2ac17f4d-c161-4461-b350-e1cee45bc1f8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
802 2025.02.25 04:21:53.650867 [ 281 ] {2ac17f4d-c161-4461-b350-e1cee45bc1f8} <Debug> TCPHandler: Processed in 0.001115977 sec.
803 2025.02.25 04:21:53.651112 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
804 2025.02.25 04:21:53.651264 [ 274 ] {13260e2e-c6da-4103-ac9d-e89e87b2748c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) 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', '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)
805 2025.02.25 04:21:53.651644 [ 274 ] {13260e2e-c6da-4103-ac9d-e89e87b2748c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
806 2025.02.25 04:21:53.651698 [ 274 ] {13260e2e-c6da-4103-ac9d-e89e87b2748c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
807 2025.02.25 04:21:53.652183 [ 274 ] {13260e2e-c6da-4103-ac9d-e89e87b2748c} <Debug> TCPHandler: Processed in 0.001123807 sec.
808 2025.02.25 04:21:53.652438 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
809 2025.02.25 04:21:53.652593 [ 281 ] {90e99f0d-7310-44dd-8d24-a811252f9800} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) 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', '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)
810 2025.02.25 04:21:53.653030 [ 281 ] {90e99f0d-7310-44dd-8d24-a811252f9800} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
811 2025.02.25 04:21:53.653096 [ 281 ] {90e99f0d-7310-44dd-8d24-a811252f9800} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
812 2025.02.25 04:21:53.653663 [ 281 ] {90e99f0d-7310-44dd-8d24-a811252f9800} <Debug> TCPHandler: Processed in 0.001278199 sec.
813 2025.02.25 04:21:53.653928 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
814 2025.02.25 04:21:53.654086 [ 274 ] {a449d3c6-9148-4fba-bce9-c6db65422b75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) 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', '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)
815 2025.02.25 04:21:53.654467 [ 274 ] {a449d3c6-9148-4fba-bce9-c6db65422b75} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
816 2025.02.25 04:21:53.654526 [ 274 ] {a449d3c6-9148-4fba-bce9-c6db65422b75} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
817 2025.02.25 04:21:53.655017 [ 274 ] {a449d3c6-9148-4fba-bce9-c6db65422b75} <Debug> TCPHandler: Processed in 0.001145017 sec.
818 2025.02.25 04:21:53.655271 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
819 2025.02.25 04:21:53.655430 [ 281 ] {19667f73-8642-444e-a281-5523f6e0ba4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) 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', '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)
820 2025.02.25 04:21:53.655819 [ 281 ] {19667f73-8642-444e-a281-5523f6e0ba4e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
821 2025.02.25 04:21:53.655875 [ 281 ] {19667f73-8642-444e-a281-5523f6e0ba4e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
822 2025.02.25 04:21:53.656367 [ 281 ] {19667f73-8642-444e-a281-5523f6e0ba4e} <Debug> TCPHandler: Processed in 0.001149917 sec.
823 2025.02.25 04:21:53.656635 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
824 2025.02.25 04:21:53.656821 [ 274 ] {28daea7f-f31d-45af-a44a-4ef6eaa7d1f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) 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', '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)
825 2025.02.25 04:21:53.657288 [ 274 ] {28daea7f-f31d-45af-a44a-4ef6eaa7d1f2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
826 2025.02.25 04:21:53.657356 [ 274 ] {28daea7f-f31d-45af-a44a-4ef6eaa7d1f2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
827 2025.02.25 04:21:53.657902 [ 274 ] {28daea7f-f31d-45af-a44a-4ef6eaa7d1f2} <Debug> TCPHandler: Processed in 0.00132103 sec.
828 2025.02.25 04:21:53.658158 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
829 2025.02.25 04:21:53.658319 [ 281 ] {f9793859-ca8d-49cb-a55e-d961b9bd2589} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) 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', '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)
830 2025.02.25 04:21:53.658705 [ 281 ] {f9793859-ca8d-49cb-a55e-d961b9bd2589} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
831 2025.02.25 04:21:53.658761 [ 281 ] {f9793859-ca8d-49cb-a55e-d961b9bd2589} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
832 2025.02.25 04:21:53.659284 [ 281 ] {f9793859-ca8d-49cb-a55e-d961b9bd2589} <Debug> TCPHandler: Processed in 0.001178947 sec.
833 2025.02.25 04:21:53.659561 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
834 2025.02.25 04:21:53.659736 [ 274 ] {6412ddd4-4775-4988-84f4-ddb14129f345} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) 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', '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)
835 2025.02.25 04:21:53.660210 [ 274 ] {6412ddd4-4775-4988-84f4-ddb14129f345} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
836 2025.02.25 04:21:53.660277 [ 274 ] {6412ddd4-4775-4988-84f4-ddb14129f345} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
837 2025.02.25 04:21:53.660842 [ 274 ] {6412ddd4-4775-4988-84f4-ddb14129f345} <Debug> TCPHandler: Processed in 0.001334979 sec.
838 2025.02.25 04:21:53.661103 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
839 2025.02.25 04:21:53.661265 [ 281 ] {fc3e51f0-4ef7-46f2-8ffd-f3d618ae7b8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) 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', '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)
840 2025.02.25 04:21:53.661660 [ 281 ] {fc3e51f0-4ef7-46f2-8ffd-f3d618ae7b8d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
841 2025.02.25 04:21:53.661715 [ 281 ] {fc3e51f0-4ef7-46f2-8ffd-f3d618ae7b8d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
842 2025.02.25 04:21:53.662209 [ 281 ] {fc3e51f0-4ef7-46f2-8ffd-f3d618ae7b8d} <Debug> TCPHandler: Processed in 0.001158418 sec.
843 2025.02.25 04:21:53.662464 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
844 2025.02.25 04:21:53.662628 [ 274 ] {9f37df3c-680c-44d2-a49a-f2f92fcd1e0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) 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', '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)
845 2025.02.25 04:21:53.663100 [ 274 ] {9f37df3c-680c-44d2-a49a-f2f92fcd1e0a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
846 2025.02.25 04:21:53.663168 [ 274 ] {9f37df3c-680c-44d2-a49a-f2f92fcd1e0a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
847 2025.02.25 04:21:53.663746 [ 274 ] {9f37df3c-680c-44d2-a49a-f2f92fcd1e0a} <Debug> TCPHandler: Processed in 0.00133396 sec.
848 2025.02.25 04:21:53.664033 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
849 2025.02.25 04:21:53.664196 [ 281 ] {f60fc99d-453b-4ad4-9d22-d74993b4ff11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) 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', '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)
850 2025.02.25 04:21:53.664598 [ 281 ] {f60fc99d-453b-4ad4-9d22-d74993b4ff11} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
851 2025.02.25 04:21:53.664654 [ 281 ] {f60fc99d-453b-4ad4-9d22-d74993b4ff11} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
852 2025.02.25 04:21:53.665150 [ 281 ] {f60fc99d-453b-4ad4-9d22-d74993b4ff11} <Debug> TCPHandler: Processed in 0.001170437 sec.
853 2025.02.25 04:21:53.671341 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
854 2025.02.25 04:21:53.671492 [ 274 ] {8297ffb7-9a20-45ed-b36d-e5b1532f3e97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
855 2025.02.25 04:21:53.671554 [ 274 ] {8297ffb7-9a20-45ed-b36d-e5b1532f3e97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
856 2025.02.25 04:21:53.672343 [ 274 ] {8297ffb7-9a20-45ed-b36d-e5b1532f3e97} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105): Trying to reserve 1.00 MiB using storage policy from min volume index 0
857 2025.02.25 04:21:53.672386 [ 274 ] {8297ffb7-9a20-45ed-b36d-e5b1532f3e97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
858 2025.02.25 04:21:53.673087 [ 274 ] {8297ffb7-9a20-45ed-b36d-e5b1532f3e97} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
859 2025.02.25 04:21:53.673484 [ 274 ] {8297ffb7-9a20-45ed-b36d-e5b1532f3e97} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
860 2025.02.25 04:21:53.673706 [ 274 ] {8297ffb7-9a20-45ed-b36d-e5b1532f3e97} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002257 sec., 7975.188303057156 rows/sec., 1.09 MiB/sec.
861 2025.02.25 04:21:53.673769 [ 274 ] {8297ffb7-9a20-45ed-b36d-e5b1532f3e97} <Debug> TCPHandler: Processed in 0.002495527 sec.
862 2025.02.25 04:21:53.673936 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
863 2025.02.25 04:21:53.674086 [ 281 ] {259e5e68-fab5-43a4-a1dc-e4a539654bd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
864 2025.02.25 04:21:53.674144 [ 281 ] {259e5e68-fab5-43a4-a1dc-e4a539654bd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
865 2025.02.25 04:21:53.677722 [ 281 ] {259e5e68-fab5-43a4-a1dc-e4a539654bd1} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
866 2025.02.25 04:21:53.677769 [ 281 ] {259e5e68-fab5-43a4-a1dc-e4a539654bd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
867 2025.02.25 04:21:53.678329 [ 281 ] {259e5e68-fab5-43a4-a1dc-e4a539654bd1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
868 2025.02.25 04:21:53.678818 [ 281 ] {259e5e68-fab5-43a4-a1dc-e4a539654bd1} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
869 2025.02.25 04:21:53.679012 [ 281 ] {259e5e68-fab5-43a4-a1dc-e4a539654bd1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00497 sec., 11267.605633802817 rows/sec., 880.87 KiB/sec.
870 2025.02.25 04:21:53.679070 [ 281 ] {259e5e68-fab5-43a4-a1dc-e4a539654bd1} <Debug> TCPHandler: Processed in 0.005198637 sec.
871 2025.02.25 04:21:53.679233 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
872 2025.02.25 04:21:53.679373 [ 274 ] {9d3a354f-aab3-4bc9-b48c-9a02f27861a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
873 2025.02.25 04:21:53.679432 [ 274 ] {9d3a354f-aab3-4bc9-b48c-9a02f27861a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
874 2025.02.25 04:21:53.680099 [ 274 ] {9d3a354f-aab3-4bc9-b48c-9a02f27861a9} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
875 2025.02.25 04:21:53.680139 [ 274 ] {9d3a354f-aab3-4bc9-b48c-9a02f27861a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
876 2025.02.25 04:21:53.680616 [ 274 ] {9d3a354f-aab3-4bc9-b48c-9a02f27861a9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
877 2025.02.25 04:21:53.681086 [ 274 ] {9d3a354f-aab3-4bc9-b48c-9a02f27861a9} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
878 2025.02.25 04:21:53.681294 [ 274 ] {9d3a354f-aab3-4bc9-b48c-9a02f27861a9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001955 sec., 32736.572890025574 rows/sec., 2.56 MiB/sec.
879 2025.02.25 04:21:53.681348 [ 274 ] {9d3a354f-aab3-4bc9-b48c-9a02f27861a9} <Debug> TCPHandler: Processed in 0.002180102 sec.
880 2025.02.25 04:21:53.681509 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
881 2025.02.25 04:21:53.681652 [ 281 ] {d616d429-1096-4c6c-a859-85231824fd8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
882 2025.02.25 04:21:53.681716 [ 281 ] {d616d429-1096-4c6c-a859-85231824fd8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
883 2025.02.25 04:21:53.682434 [ 281 ] {d616d429-1096-4c6c-a859-85231824fd8c} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
884 2025.02.25 04:21:53.682475 [ 281 ] {d616d429-1096-4c6c-a859-85231824fd8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
885 2025.02.25 04:21:53.683064 [ 281 ] {d616d429-1096-4c6c-a859-85231824fd8c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
886 2025.02.25 04:21:53.683527 [ 281 ] {d616d429-1096-4c6c-a859-85231824fd8c} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
887 2025.02.25 04:21:53.683768 [ 281 ] {d616d429-1096-4c6c-a859-85231824fd8c} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.002136 sec., 59925.09363295881 rows/sec., 4.17 MiB/sec.
888 2025.02.25 04:21:53.683845 [ 281 ] {d616d429-1096-4c6c-a859-85231824fd8c} <Debug> TCPHandler: Processed in 0.002401155 sec.
889 2025.02.25 04:21:53.684007 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
890 2025.02.25 04:21:53.684147 [ 274 ] {63d444d4-b72b-45ba-8a1d-38a95f4b6ba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
891 2025.02.25 04:21:53.684206 [ 274 ] {63d444d4-b72b-45ba-8a1d-38a95f4b6ba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
892 2025.02.25 04:21:53.684757 [ 274 ] {63d444d4-b72b-45ba-8a1d-38a95f4b6ba4} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
893 2025.02.25 04:21:53.684795 [ 274 ] {63d444d4-b72b-45ba-8a1d-38a95f4b6ba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
894 2025.02.25 04:21:53.685270 [ 274 ] {63d444d4-b72b-45ba-8a1d-38a95f4b6ba4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
895 2025.02.25 04:21:53.685778 [ 274 ] {63d444d4-b72b-45ba-8a1d-38a95f4b6ba4} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
896 2025.02.25 04:21:53.685989 [ 274 ] {63d444d4-b72b-45ba-8a1d-38a95f4b6ba4} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001875 sec., 25600 rows/sec., 1.73 MiB/sec.
897 2025.02.25 04:21:53.686041 [ 274 ] {63d444d4-b72b-45ba-8a1d-38a95f4b6ba4} <Debug> TCPHandler: Processed in 0.002099211 sec.
898 2025.02.25 04:21:58.632192 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
899 2025.02.25 04:21:58.632390 [ 274 ] {7238ed7d-f88d-4b6b-8f73-2784e237ec28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
900 2025.02.25 04:21:58.632459 [ 274 ] {7238ed7d-f88d-4b6b-8f73-2784e237ec28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
901 2025.02.25 04:21:58.633236 [ 274 ] {7238ed7d-f88d-4b6b-8f73-2784e237ec28} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
902 2025.02.25 04:21:58.633280 [ 274 ] {7238ed7d-f88d-4b6b-8f73-2784e237ec28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
903 2025.02.25 04:21:58.633821 [ 274 ] {7238ed7d-f88d-4b6b-8f73-2784e237ec28} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
904 2025.02.25 04:21:58.634328 [ 274 ] {7238ed7d-f88d-4b6b-8f73-2784e237ec28} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
905 2025.02.25 04:21:58.634558 [ 274 ] {7238ed7d-f88d-4b6b-8f73-2784e237ec28} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002218 sec., 25247.971145175834 rows/sec., 1.93 MiB/sec.
906 2025.02.25 04:21:58.634620 [ 274 ] {7238ed7d-f88d-4b6b-8f73-2784e237ec28} <Debug> TCPHandler: Processed in 0.002546607 sec.
907 2025.02.25 04:21:58.634907 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
908 2025.02.25 04:21:58.635214 [ 281 ] {136dda79-c030-4274-96b5-b4768a8b3a8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
909 2025.02.25 04:21:58.635330 [ 281 ] {136dda79-c030-4274-96b5-b4768a8b3a8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
910 2025.02.25 04:21:58.636327 [ 281 ] {136dda79-c030-4274-96b5-b4768a8b3a8d} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
911 2025.02.25 04:21:58.636375 [ 281 ] {136dda79-c030-4274-96b5-b4768a8b3a8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
912 2025.02.25 04:21:58.636917 [ 281 ] {136dda79-c030-4274-96b5-b4768a8b3a8d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
913 2025.02.25 04:21:58.637378 [ 281 ] {136dda79-c030-4274-96b5-b4768a8b3a8d} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
914 2025.02.25 04:21:58.637621 [ 281 ] {136dda79-c030-4274-96b5-b4768a8b3a8d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002493 sec., 25671.88126754914 rows/sec., 2.00 MiB/sec.
915 2025.02.25 04:21:58.637688 [ 281 ] {136dda79-c030-4274-96b5-b4768a8b3a8d} <Debug> TCPHandler: Processed in 0.002935423 sec.
916 2025.02.25 04:21:58.637868 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
917 2025.02.25 04:21:58.638016 [ 274 ] {86471d5c-e7a7-40c9-b1b0-8c4b350a1e03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
918 2025.02.25 04:21:58.638082 [ 274 ] {86471d5c-e7a7-40c9-b1b0-8c4b350a1e03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
919 2025.02.25 04:21:58.638777 [ 274 ] {86471d5c-e7a7-40c9-b1b0-8c4b350a1e03} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
920 2025.02.25 04:21:58.638824 [ 274 ] {86471d5c-e7a7-40c9-b1b0-8c4b350a1e03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
921 2025.02.25 04:21:58.639355 [ 274 ] {86471d5c-e7a7-40c9-b1b0-8c4b350a1e03} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
922 2025.02.25 04:21:58.639842 [ 274 ] {86471d5c-e7a7-40c9-b1b0-8c4b350a1e03} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
923 2025.02.25 04:21:58.640061 [ 274 ] {86471d5c-e7a7-40c9-b1b0-8c4b350a1e03} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002082 sec., 76849.18347742555 rows/sec., 5.35 MiB/sec.
924 2025.02.25 04:21:58.640122 [ 274 ] {86471d5c-e7a7-40c9-b1b0-8c4b350a1e03} <Debug> TCPHandler: Processed in 0.002325054 sec.
925 2025.02.25 04:21:58.640306 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
926 2025.02.25 04:21:58.640434 [ 281 ] {8baa91bc-23e5-4c0d-9ee5-a51c3e62d93a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
927 2025.02.25 04:21:58.640490 [ 281 ] {8baa91bc-23e5-4c0d-9ee5-a51c3e62d93a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
928 2025.02.25 04:21:58.641007 [ 281 ] {8baa91bc-23e5-4c0d-9ee5-a51c3e62d93a} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
929 2025.02.25 04:21:58.641049 [ 281 ] {8baa91bc-23e5-4c0d-9ee5-a51c3e62d93a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
930 2025.02.25 04:21:58.641538 [ 281 ] {8baa91bc-23e5-4c0d-9ee5-a51c3e62d93a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
931 2025.02.25 04:21:58.641996 [ 281 ] {8baa91bc-23e5-4c0d-9ee5-a51c3e62d93a} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
932 2025.02.25 04:21:58.642270 [ 281 ] {8baa91bc-23e5-4c0d-9ee5-a51c3e62d93a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001851 sec., 32414.91085899514 rows/sec., 2.18 MiB/sec.
933 2025.02.25 04:21:58.642407 [ 281 ] {8baa91bc-23e5-4c0d-9ee5-a51c3e62d93a} <Debug> TCPHandler: Processed in 0.002164912 sec.
934 2025.02.25 04:21:59.625504 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache
935 2025.02.25 04:21:59.625594 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache
936 2025.02.25 04:21:59.670593 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 142
937 2025.02.25 04:21:59.674870 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
938 2025.02.25 04:21:59.674911 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
939 2025.02.25 04:21:59.676528 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
940 2025.02.25 04:21:59.677048 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
941 2025.02.25 04:21:59.677905 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 142
942 2025.02.25 04:21:59.684215 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891
943 2025.02.25 04:21:59.684967 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
944 2025.02.25 04:21:59.685012 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
945 2025.02.25 04:21:59.685706 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
946 2025.02.25 04:21:59.686243 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
947 2025.02.25 04:21:59.686507 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
948 2025.02.25 04:21:59.777509 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
949 2025.02.25 04:21:59.796483 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
950 2025.02.25 04:21:59.796531 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
951 2025.02.25 04:21:59.803512 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
952 2025.02.25 04:21:59.804687 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
953 2025.02.25 04:21:59.807276 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
954 2025.02.25 04:22:03.625930 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
955 2025.02.25 04:22:03.626177 [ 274 ] {6cef74c3-ff1d-4410-ad9e-38c25da5dab3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) 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)
956 2025.02.25 04:22:03.626605 [ 274 ] {6cef74c3-ff1d-4410-ad9e-38c25da5dab3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
957 2025.02.25 04:22:03.626679 [ 274 ] {6cef74c3-ff1d-4410-ad9e-38c25da5dab3} <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
958 2025.02.25 04:22:03.626987 [ 274 ] {6cef74c3-ff1d-4410-ad9e-38c25da5dab3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
959 2025.02.25 04:22:03.627161 [ 274 ] {6cef74c3-ff1d-4410-ad9e-38c25da5dab3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
960 2025.02.25 04:22:03.627500 [ 274 ] {6cef74c3-ff1d-4410-ad9e-38c25da5dab3} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
961 2025.02.25 04:22:03.628667 [ 274 ] {6cef74c3-ff1d-4410-ad9e-38c25da5dab3} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
962 2025.02.25 04:22:03.628719 [ 274 ] {6cef74c3-ff1d-4410-ad9e-38c25da5dab3} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (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
963 2025.02.25 04:22:03.628738 [ 274 ] {6cef74c3-ff1d-4410-ad9e-38c25da5dab3} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Spreading mark ranges among streams (default reading)
964 2025.02.25 04:22:03.628863 [ 274 ] {6cef74c3-ff1d-4410-ad9e-38c25da5dab3} <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'))"
965 2025.02.25 04:22:03.628889 [ 274 ] {6cef74c3-ff1d-4410-ad9e-38c25da5dab3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
966 2025.02.25 04:22:03.632969 [ 274 ] {6cef74c3-ff1d-4410-ad9e-38c25da5dab3} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.006897 sec., 2609.830361026533 rows/sec., 106.76 KiB/sec.
967 2025.02.25 04:22:03.633112 [ 274 ] {6cef74c3-ff1d-4410-ad9e-38c25da5dab3} <Debug> TCPHandler: Processed in 0.007306088 sec.
968 2025.02.25 04:22:03.640372 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
969 2025.02.25 04:22:03.640498 [ 274 ] {fca0e74b-3dcc-4d01-ae87-21e3101f0d36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
970 2025.02.25 04:22:03.640551 [ 274 ] {fca0e74b-3dcc-4d01-ae87-21e3101f0d36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
971 2025.02.25 04:22:03.641303 [ 274 ] {fca0e74b-3dcc-4d01-ae87-21e3101f0d36} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105): Trying to reserve 1.00 MiB using storage policy from min volume index 0
972 2025.02.25 04:22:03.641351 [ 274 ] {fca0e74b-3dcc-4d01-ae87-21e3101f0d36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
973 2025.02.25 04:22:03.641979 [ 274 ] {fca0e74b-3dcc-4d01-ae87-21e3101f0d36} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
974 2025.02.25 04:22:03.642366 [ 274 ] {fca0e74b-3dcc-4d01-ae87-21e3101f0d36} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
975 2025.02.25 04:22:03.642591 [ 274 ] {fca0e74b-3dcc-4d01-ae87-21e3101f0d36} <Debug> executeQuery: Read 1 rows, 153.00 B in 0.002131 sec., 469.2632566870014 rows/sec., 70.11 KiB/sec.
976 2025.02.25 04:22:03.642647 [ 274 ] {fca0e74b-3dcc-4d01-ae87-21e3101f0d36} <Debug> TCPHandler: Processed in 0.002332935 sec.
977 2025.02.25 04:22:03.642908 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
978 2025.02.25 04:22:03.643123 [ 281 ] {8184e3b1-3bff-4d05-b1b8-5610a0c77cce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
979 2025.02.25 04:22:03.643204 [ 281 ] {8184e3b1-3bff-4d05-b1b8-5610a0c77cce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
980 2025.02.25 04:22:03.644078 [ 281 ] {8184e3b1-3bff-4d05-b1b8-5610a0c77cce} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
981 2025.02.25 04:22:03.644123 [ 281 ] {8184e3b1-3bff-4d05-b1b8-5610a0c77cce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
982 2025.02.25 04:22:03.644708 [ 281 ] {8184e3b1-3bff-4d05-b1b8-5610a0c77cce} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
983 2025.02.25 04:22:03.645181 [ 281 ] {8184e3b1-3bff-4d05-b1b8-5610a0c77cce} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
984 2025.02.25 04:22:03.645419 [ 281 ] {8184e3b1-3bff-4d05-b1b8-5610a0c77cce} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002358 sec., 30534.35114503817 rows/sec., 2.47 MiB/sec.
985 2025.02.25 04:22:03.645488 [ 281 ] {8184e3b1-3bff-4d05-b1b8-5610a0c77cce} <Debug> TCPHandler: Processed in 0.002728441 sec.
986 2025.02.25 04:22:03.645655 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
987 2025.02.25 04:22:03.645799 [ 274 ] {da6b8204-55be-4569-83d2-218c03456f9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
988 2025.02.25 04:22:03.645859 [ 274 ] {da6b8204-55be-4569-83d2-218c03456f9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
989 2025.02.25 04:22:03.646512 [ 274 ] {da6b8204-55be-4569-83d2-218c03456f9a} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
990 2025.02.25 04:22:03.646549 [ 274 ] {da6b8204-55be-4569-83d2-218c03456f9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
991 2025.02.25 04:22:03.647051 [ 274 ] {da6b8204-55be-4569-83d2-218c03456f9a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
992 2025.02.25 04:22:03.647505 [ 274 ] {da6b8204-55be-4569-83d2-218c03456f9a} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
993 2025.02.25 04:22:03.647770 [ 274 ] {da6b8204-55be-4569-83d2-218c03456f9a} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001992 sec., 4016.064257028113 rows/sec., 301.99 KiB/sec.
994 2025.02.25 04:22:03.647849 [ 274 ] {da6b8204-55be-4569-83d2-218c03456f9a} <Debug> TCPHandler: Processed in 0.002262274 sec.
995 2025.02.25 04:22:03.648021 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
996 2025.02.25 04:22:03.648166 [ 281 ] {20df3638-0ed5-4c4e-9946-feac663eb13b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
997 2025.02.25 04:22:03.648225 [ 281 ] {20df3638-0ed5-4c4e-9946-feac663eb13b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
998 2025.02.25 04:22:03.648971 [ 281 ] {20df3638-0ed5-4c4e-9946-feac663eb13b} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
999 2025.02.25 04:22:03.649020 [ 281 ] {20df3638-0ed5-4c4e-9946-feac663eb13b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1000 2025.02.25 04:22:03.649514 [ 281 ] {20df3638-0ed5-4c4e-9946-feac663eb13b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1001 2025.02.25 04:22:03.650020 [ 281 ] {20df3638-0ed5-4c4e-9946-feac663eb13b} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1002 2025.02.25 04:22:03.650234 [ 281 ] {20df3638-0ed5-4c4e-9946-feac663eb13b} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002104 sec., 34220.532319391634 rows/sec., 2.67 MiB/sec.
1003 2025.02.25 04:22:03.650289 [ 281 ] {20df3638-0ed5-4c4e-9946-feac663eb13b} <Debug> TCPHandler: Processed in 0.002339085 sec.
1004 2025.02.25 04:22:03.650438 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1005 2025.02.25 04:22:03.650558 [ 274 ] {731f8fcb-bef3-4e12-a135-e9e274e22f31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1006 2025.02.25 04:22:03.650611 [ 274 ] {731f8fcb-bef3-4e12-a135-e9e274e22f31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1007 2025.02.25 04:22:03.651184 [ 274 ] {731f8fcb-bef3-4e12-a135-e9e274e22f31} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1008 2025.02.25 04:22:03.651225 [ 274 ] {731f8fcb-bef3-4e12-a135-e9e274e22f31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1009 2025.02.25 04:22:03.651723 [ 274 ] {731f8fcb-bef3-4e12-a135-e9e274e22f31} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1010 2025.02.25 04:22:03.652158 [ 274 ] {731f8fcb-bef3-4e12-a135-e9e274e22f31} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1011 2025.02.25 04:22:03.652439 [ 274 ] {731f8fcb-bef3-4e12-a135-e9e274e22f31} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001884 sec., 84925.69002123142 rows/sec., 5.91 MiB/sec.
1012 2025.02.25 04:22:03.652545 [ 274 ] {731f8fcb-bef3-4e12-a135-e9e274e22f31} <Debug> TCPHandler: Processed in 0.002163742 sec.
1013 2025.02.25 04:22:03.652704 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1014 2025.02.25 04:22:03.652845 [ 281 ] {52eddfb0-2273-4fca-a7ae-a6330961c689} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1015 2025.02.25 04:22:03.652938 [ 281 ] {52eddfb0-2273-4fca-a7ae-a6330961c689} <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
1016 2025.02.25 04:22:03.654078 [ 281 ] {52eddfb0-2273-4fca-a7ae-a6330961c689} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1017 2025.02.25 04:22:03.654118 [ 281 ] {52eddfb0-2273-4fca-a7ae-a6330961c689} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1018 2025.02.25 04:22:03.657218 [ 281 ] {52eddfb0-2273-4fca-a7ae-a6330961c689} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1019 2025.02.25 04:22:03.657964 [ 281 ] {52eddfb0-2273-4fca-a7ae-a6330961c689} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1020 2025.02.25 04:22:03.658246 [ 281 ] {52eddfb0-2273-4fca-a7ae-a6330961c689} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005435 sec., 1471.9411223551058 rows/sec., 2.64 MiB/sec.
1021 2025.02.25 04:22:03.658350 [ 281 ] {52eddfb0-2273-4fca-a7ae-a6330961c689} <Debug> TCPHandler: Processed in 0.005714875 sec.
1022 2025.02.25 04:22:03.658501 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1023 2025.02.25 04:22:03.658622 [ 274 ] {ff0153c1-6fb8-466b-89fc-87ae658ea405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1024 2025.02.25 04:22:03.658674 [ 274 ] {ff0153c1-6fb8-466b-89fc-87ae658ea405} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1025 2025.02.25 04:22:03.659166 [ 274 ] {ff0153c1-6fb8-466b-89fc-87ae658ea405} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1026 2025.02.25 04:22:03.659209 [ 274 ] {ff0153c1-6fb8-466b-89fc-87ae658ea405} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1027 2025.02.25 04:22:03.659675 [ 274 ] {ff0153c1-6fb8-466b-89fc-87ae658ea405} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1028 2025.02.25 04:22:03.660120 [ 274 ] {ff0153c1-6fb8-466b-89fc-87ae658ea405} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1029 2025.02.25 04:22:03.660336 [ 274 ] {ff0153c1-6fb8-466b-89fc-87ae658ea405} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00174 sec., 34482.75862068965 rows/sec., 2.32 MiB/sec.
1030 2025.02.25 04:22:03.660388 [ 274 ] {ff0153c1-6fb8-466b-89fc-87ae658ea405} <Debug> TCPHandler: Processed in 0.001946679 sec.
1031 2025.02.25 04:22:07.186679 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379
1032 2025.02.25 04:22:07.187327 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1033 2025.02.25 04:22:07.187377 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1034 2025.02.25 04:22:07.188123 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1035 2025.02.25 04:22:07.188589 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1036 2025.02.25 04:22:07.188852 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379
1037 2025.02.25 04:22:07.307422 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1038 2025.02.25 04:22:07.326359 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1039 2025.02.25 04:22:07.326411 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1040 2025.02.25 04:22:07.333490 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1041 2025.02.25 04:22:07.334779 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1042 2025.02.25 04:22:07.337270 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1043 2025.02.25 04:22:08.633180 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1044 2025.02.25 04:22:08.633379 [ 274 ] {c7bc9409-0a58-446f-b6b1-5e007f304065} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1045 2025.02.25 04:22:08.633454 [ 274 ] {c7bc9409-0a58-446f-b6b1-5e007f304065} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1046 2025.02.25 04:22:08.634363 [ 274 ] {c7bc9409-0a58-446f-b6b1-5e007f304065} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1047 2025.02.25 04:22:08.634406 [ 274 ] {c7bc9409-0a58-446f-b6b1-5e007f304065} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1048 2025.02.25 04:22:08.634956 [ 274 ] {c7bc9409-0a58-446f-b6b1-5e007f304065} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1049 2025.02.25 04:22:08.635446 [ 274 ] {c7bc9409-0a58-446f-b6b1-5e007f304065} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1050 2025.02.25 04:22:08.635648 [ 274 ] {c7bc9409-0a58-446f-b6b1-5e007f304065} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002325 sec., 24086.021505376346 rows/sec., 1.84 MiB/sec.
1051 2025.02.25 04:22:08.635709 [ 274 ] {c7bc9409-0a58-446f-b6b1-5e007f304065} <Debug> TCPHandler: Processed in 0.002662609 sec.
1052 2025.02.25 04:22:08.635990 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1053 2025.02.25 04:22:08.636184 [ 281 ] {ae637604-952e-49a1-adcb-96c9f47c04cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1054 2025.02.25 04:22:08.636260 [ 281 ] {ae637604-952e-49a1-adcb-96c9f47c04cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1055 2025.02.25 04:22:08.637044 [ 281 ] {ae637604-952e-49a1-adcb-96c9f47c04cc} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1056 2025.02.25 04:22:08.637098 [ 281 ] {ae637604-952e-49a1-adcb-96c9f47c04cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1057 2025.02.25 04:22:08.637729 [ 281 ] {ae637604-952e-49a1-adcb-96c9f47c04cc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1058 2025.02.25 04:22:08.638270 [ 281 ] {ae637604-952e-49a1-adcb-96c9f47c04cc} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1059 2025.02.25 04:22:08.638581 [ 281 ] {ae637604-952e-49a1-adcb-96c9f47c04cc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002434 sec., 26294.16598192276 rows/sec., 2.05 MiB/sec.
1060 2025.02.25 04:22:08.638687 [ 281 ] {ae637604-952e-49a1-adcb-96c9f47c04cc} <Debug> TCPHandler: Processed in 0.002836442 sec.
1061 2025.02.25 04:22:08.638860 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1062 2025.02.25 04:22:08.638984 [ 274 ] {36d3be48-15bc-4eac-a75c-241708d97c2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1063 2025.02.25 04:22:08.639040 [ 274 ] {36d3be48-15bc-4eac-a75c-241708d97c2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1064 2025.02.25 04:22:08.639616 [ 274 ] {36d3be48-15bc-4eac-a75c-241708d97c2c} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1065 2025.02.25 04:22:08.639657 [ 274 ] {36d3be48-15bc-4eac-a75c-241708d97c2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1066 2025.02.25 04:22:08.640158 [ 274 ] {36d3be48-15bc-4eac-a75c-241708d97c2c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1067 2025.02.25 04:22:08.640606 [ 274 ] {36d3be48-15bc-4eac-a75c-241708d97c2c} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1068 2025.02.25 04:22:08.640794 [ 274 ] {36d3be48-15bc-4eac-a75c-241708d97c2c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00184 sec., 86956.52173913043 rows/sec., 6.06 MiB/sec.
1069 2025.02.25 04:22:08.640848 [ 274 ] {36d3be48-15bc-4eac-a75c-241708d97c2c} <Debug> TCPHandler: Processed in 0.00204448 sec.
1070 2025.02.25 04:22:08.641063 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1071 2025.02.25 04:22:08.641293 [ 281 ] {0ec70702-9344-4adc-95e6-3382d9bac607} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1072 2025.02.25 04:22:08.641392 [ 281 ] {0ec70702-9344-4adc-95e6-3382d9bac607} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1073 2025.02.25 04:22:08.642287 [ 281 ] {0ec70702-9344-4adc-95e6-3382d9bac607} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1074 2025.02.25 04:22:08.642327 [ 281 ] {0ec70702-9344-4adc-95e6-3382d9bac607} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1075 2025.02.25 04:22:08.642837 [ 281 ] {0ec70702-9344-4adc-95e6-3382d9bac607} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1076 2025.02.25 04:22:08.643296 [ 281 ] {0ec70702-9344-4adc-95e6-3382d9bac607} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1077 2025.02.25 04:22:08.643520 [ 281 ] {0ec70702-9344-4adc-95e6-3382d9bac607} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002289 sec., 26212.319790301444 rows/sec., 1.77 MiB/sec.
1078 2025.02.25 04:22:08.643574 [ 281 ] {0ec70702-9344-4adc-95e6-3382d9bac607} <Debug> TCPHandler: Processed in 0.002625779 sec.
1079 2025.02.25 04:22:09.678287 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 166
1080 2025.02.25 04:22:09.681241 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1081 2025.02.25 04:22:09.681293 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1082 2025.02.25 04:22:09.682895 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1083 2025.02.25 04:22:09.683458 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1084 2025.02.25 04:22:09.684087 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 166
1085 2025.02.25 04:22:13.632889 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1086 2025.02.25 04:22:13.633091 [ 274 ] {6d7f498c-5b66-450a-8d15-5129884045a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1087 2025.02.25 04:22:13.633170 [ 274 ] {6d7f498c-5b66-450a-8d15-5129884045a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1088 2025.02.25 04:22:13.633982 [ 274 ] {6d7f498c-5b66-450a-8d15-5129884045a1} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1089 2025.02.25 04:22:13.634036 [ 274 ] {6d7f498c-5b66-450a-8d15-5129884045a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1090 2025.02.25 04:22:13.634464 [ 274 ] {6d7f498c-5b66-450a-8d15-5129884045a1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1091 2025.02.25 04:22:13.634717 [ 274 ] {6d7f498c-5b66-450a-8d15-5129884045a1} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1092 2025.02.25 04:22:13.634955 [ 274 ] {6d7f498c-5b66-450a-8d15-5129884045a1} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001958 sec., 36772.216547497446 rows/sec., 2.97 MiB/sec.
1093 2025.02.25 04:22:13.635014 [ 274 ] {6d7f498c-5b66-450a-8d15-5129884045a1} <Debug> TCPHandler: Processed in 0.002302454 sec.
1094 2025.02.25 04:22:13.635330 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1095 2025.02.25 04:22:13.635615 [ 281 ] {ed54dc92-8903-408c-8207-1c5bd714bf86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1096 2025.02.25 04:22:13.635695 [ 281 ] {ed54dc92-8903-408c-8207-1c5bd714bf86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1097 2025.02.25 04:22:13.636503 [ 281 ] {ed54dc92-8903-408c-8207-1c5bd714bf86} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1098 2025.02.25 04:22:13.636545 [ 281 ] {ed54dc92-8903-408c-8207-1c5bd714bf86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1099 2025.02.25 04:22:13.636969 [ 281 ] {ed54dc92-8903-408c-8207-1c5bd714bf86} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1100 2025.02.25 04:22:13.637220 [ 281 ] {ed54dc92-8903-408c-8207-1c5bd714bf86} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1101 2025.02.25 04:22:13.637476 [ 281 ] {ed54dc92-8903-408c-8207-1c5bd714bf86} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001907 sec., 4195.070791819612 rows/sec., 315.45 KiB/sec.
1102 2025.02.25 04:22:13.637571 [ 281 ] {ed54dc92-8903-408c-8207-1c5bd714bf86} <Debug> TCPHandler: Processed in 0.002369915 sec.
1103 2025.02.25 04:22:13.637749 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1104 2025.02.25 04:22:13.637895 [ 274 ] {0a6467e2-1db5-4fb0-9aea-392f21989d59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1105 2025.02.25 04:22:13.637952 [ 274 ] {0a6467e2-1db5-4fb0-9aea-392f21989d59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1106 2025.02.25 04:22:13.638641 [ 274 ] {0a6467e2-1db5-4fb0-9aea-392f21989d59} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1107 2025.02.25 04:22:13.638683 [ 274 ] {0a6467e2-1db5-4fb0-9aea-392f21989d59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1108 2025.02.25 04:22:13.639046 [ 274 ] {0a6467e2-1db5-4fb0-9aea-392f21989d59} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1109 2025.02.25 04:22:13.639279 [ 274 ] {0a6467e2-1db5-4fb0-9aea-392f21989d59} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1110 2025.02.25 04:22:13.639500 [ 274 ] {0a6467e2-1db5-4fb0-9aea-392f21989d59} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.00164 sec., 43902.439024390245 rows/sec., 3.43 MiB/sec.
1111 2025.02.25 04:22:13.639557 [ 274 ] {0a6467e2-1db5-4fb0-9aea-392f21989d59} <Debug> TCPHandler: Processed in 0.001872748 sec.
1112 2025.02.25 04:22:13.639732 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1113 2025.02.25 04:22:13.639877 [ 281 ] {6137a0d6-8eef-432a-ad57-4817706b349a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1114 2025.02.25 04:22:13.639943 [ 281 ] {6137a0d6-8eef-432a-ad57-4817706b349a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1115 2025.02.25 04:22:13.640572 [ 281 ] {6137a0d6-8eef-432a-ad57-4817706b349a} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1116 2025.02.25 04:22:13.640610 [ 281 ] {6137a0d6-8eef-432a-ad57-4817706b349a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1117 2025.02.25 04:22:13.641009 [ 281 ] {6137a0d6-8eef-432a-ad57-4817706b349a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1118 2025.02.25 04:22:13.641266 [ 281 ] {6137a0d6-8eef-432a-ad57-4817706b349a} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1119 2025.02.25 04:22:13.641472 [ 281 ] {6137a0d6-8eef-432a-ad57-4817706b349a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001625 sec., 98461.53846153847 rows/sec., 6.86 MiB/sec.
1120 2025.02.25 04:22:13.641542 [ 281 ] {6137a0d6-8eef-432a-ad57-4817706b349a} <Debug> TCPHandler: Processed in 0.001878168 sec.
1121 2025.02.25 04:22:13.641696 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1122 2025.02.25 04:22:13.641836 [ 274 ] {834db0df-f784-4b88-8e3c-8f1ff1db6c71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1123 2025.02.25 04:22:13.641928 [ 274 ] {834db0df-f784-4b88-8e3c-8f1ff1db6c71} <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
1124 2025.02.25 04:22:13.643111 [ 274 ] {834db0df-f784-4b88-8e3c-8f1ff1db6c71} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1125 2025.02.25 04:22:13.643151 [ 274 ] {834db0df-f784-4b88-8e3c-8f1ff1db6c71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1126 2025.02.25 04:22:13.643766 [ 274 ] {834db0df-f784-4b88-8e3c-8f1ff1db6c71} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1127 2025.02.25 04:22:13.644022 [ 274 ] {834db0df-f784-4b88-8e3c-8f1ff1db6c71} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1128 2025.02.25 04:22:13.644345 [ 274 ] {834db0df-f784-4b88-8e3c-8f1ff1db6c71} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002529 sec., 3163.305654408857 rows/sec., 5.67 MiB/sec.
1129 2025.02.25 04:22:13.644465 [ 274 ] {834db0df-f784-4b88-8e3c-8f1ff1db6c71} <Debug> TCPHandler: Processed in 0.002837452 sec.
1130 2025.02.25 04:22:13.644620 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1131 2025.02.25 04:22:13.644739 [ 281 ] {2833fbe5-ce4d-4c9c-b80c-e878ee981634} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1132 2025.02.25 04:22:13.644790 [ 281 ] {2833fbe5-ce4d-4c9c-b80c-e878ee981634} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1133 2025.02.25 04:22:13.645275 [ 281 ] {2833fbe5-ce4d-4c9c-b80c-e878ee981634} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1134 2025.02.25 04:22:13.645312 [ 281 ] {2833fbe5-ce4d-4c9c-b80c-e878ee981634} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1135 2025.02.25 04:22:13.645688 [ 281 ] {2833fbe5-ce4d-4c9c-b80c-e878ee981634} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1136 2025.02.25 04:22:13.645929 [ 281 ] {2833fbe5-ce4d-4c9c-b80c-e878ee981634} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1137 2025.02.25 04:22:13.646111 [ 281 ] {2833fbe5-ce4d-4c9c-b80c-e878ee981634} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001399 sec., 42887.776983559685 rows/sec., 2.89 MiB/sec.
1138 2025.02.25 04:22:13.646161 [ 281 ] {2833fbe5-ce4d-4c9c-b80c-e878ee981634} <Debug> TCPHandler: Processed in 0.001596163 sec.
1139 2025.02.25 04:22:14.625857 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache
1140 2025.02.25 04:22:14.625928 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache
1141 2025.02.25 04:22:14.689005 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806
1142 2025.02.25 04:22:14.689612 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1143 2025.02.25 04:22:14.689662 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1144 2025.02.25 04:22:14.690244 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1145 2025.02.25 04:22:14.690517 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1146 2025.02.25 04:22:14.690721 [ 73 ] {} <Debug> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1147 2025.02.25 04:22:14.690777 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1148 2025.02.25 04:22:14.690811 [ 73 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1149 2025.02.25 04:22:14.690839 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1150 2025.02.25 04:22:14.691074 [ 203 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
1151 2025.02.25 04:22:14.691266 [ 203 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1152 2025.02.25 04:22:14.691342 [ 203 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
1153 2025.02.25 04:22:14.691464 [ 203 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
1154 2025.02.25 04:22:14.691674 [ 203 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
1155 2025.02.25 04:22:14.691805 [ 203 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
1156 2025.02.25 04:22:14.692020 [ 203 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
1157 2025.02.25 04:22:14.692087 [ 203 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
1158 2025.02.25 04:22:14.698514 [ 187 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.007583122 sec., 370032.29013063485 rows/sec., 5.29 MiB/sec.
1159 2025.02.25 04:22:14.699269 [ 187 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1160 2025.02.25 04:22:14.699628 [ 187 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_6_1} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1161 2025.02.25 04:22:14.699714 [ 187 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_6_1} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1162 2025.02.25 04:22:14.699825 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB.
1163 2025.02.25 04:22:14.837383 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1164 2025.02.25 04:22:14.859751 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1165 2025.02.25 04:22:14.859817 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1166 2025.02.25 04:22:14.866803 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1167 2025.02.25 04:22:14.867615 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1168 2025.02.25 04:22:14.867984 [ 73 ] {} <Debug> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1169 2025.02.25 04:22:14.868131 [ 73 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1170 2025.02.25 04:22:14.868201 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1171 2025.02.25 04:22:14.868521 [ 187 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
1172 2025.02.25 04:22:14.877569 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1173 2025.02.25 04:22:14.878775 [ 187 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1174 2025.02.25 04:22:14.879716 [ 187 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
1175 2025.02.25 04:22:14.884366 [ 187 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
1176 2025.02.25 04:22:14.888730 [ 187 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
1177 2025.02.25 04:22:14.893255 [ 187 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
1178 2025.02.25 04:22:14.900306 [ 187 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
1179 2025.02.25 04:22:14.904715 [ 187 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
1180 2025.02.25 04:22:14.965369 [ 189 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.097031639 sec., 474.072173510333 rows/sec., 2.45 MiB/sec.
1181 2025.02.25 04:22:14.967972 [ 186 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1182 2025.02.25 04:22:14.971047 [ 186 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_6_1} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1183 2025.02.25 04:22:14.971179 [ 186 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_6_1} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1184 2025.02.25 04:22:14.973605 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
1185 2025.02.25 04:22:15.000178 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.03 MiB, peak 168.57 MiB, free memory in arenas 0.00 B, will set to 162.61 MiB (RSS), difference: 3.58 MiB
1186 2025.02.25 04:22:18.625938 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1187 2025.02.25 04:22:18.626199 [ 274 ] {5cc10fa0-ab75-4b11-8660-2bd5074d88b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) 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)
1188 2025.02.25 04:22:18.626592 [ 274 ] {5cc10fa0-ab75-4b11-8660-2bd5074d88b9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1189 2025.02.25 04:22:18.626637 [ 274 ] {5cc10fa0-ab75-4b11-8660-2bd5074d88b9} <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
1190 2025.02.25 04:22:18.626947 [ 274 ] {5cc10fa0-ab75-4b11-8660-2bd5074d88b9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1191 2025.02.25 04:22:18.627030 [ 274 ] {5cc10fa0-ab75-4b11-8660-2bd5074d88b9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1192 2025.02.25 04:22:18.627207 [ 274 ] {5cc10fa0-ab75-4b11-8660-2bd5074d88b9} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1193 2025.02.25 04:22:18.627400 [ 286 ] {5cc10fa0-ab75-4b11-8660-2bd5074d88b9} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1194 2025.02.25 04:22:18.627486 [ 287 ] {5cc10fa0-ab75-4b11-8660-2bd5074d88b9} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1195 2025.02.25 04:22:18.627607 [ 274 ] {5cc10fa0-ab75-4b11-8660-2bd5074d88b9} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges
1196 2025.02.25 04:22:18.627639 [ 274 ] {5cc10fa0-ab75-4b11-8660-2bd5074d88b9} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Spreading mark ranges among streams (default reading)
1197 2025.02.25 04:22:18.627692 [ 274 ] {5cc10fa0-ab75-4b11-8660-2bd5074d88b9} <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'))"
1198 2025.02.25 04:22:18.627718 [ 274 ] {5cc10fa0-ab75-4b11-8660-2bd5074d88b9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1199 2025.02.25 04:22:18.628602 [ 274 ] {5cc10fa0-ab75-4b11-8660-2bd5074d88b9} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002511 sec., 7168.458781362006 rows/sec., 293.24 KiB/sec.
1200 2025.02.25 04:22:18.628738 [ 274 ] {5cc10fa0-ab75-4b11-8660-2bd5074d88b9} <Debug> TCPHandler: Processed in 0.002930054 sec.
1201 2025.02.25 04:22:18.629807 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1202 2025.02.25 04:22:18.630044 [ 281 ] {f023c4b6-7107-470f-b986-0c08d6c6741c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) 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_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1203 2025.02.25 04:22:18.630438 [ 281 ] {f023c4b6-7107-470f-b986-0c08d6c6741c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1204 2025.02.25 04:22:18.630484 [ 281 ] {f023c4b6-7107-470f-b986-0c08d6c6741c} <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_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE
1205 2025.02.25 04:22:18.630786 [ 281 ] {f023c4b6-7107-470f-b986-0c08d6c6741c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1206 2025.02.25 04:22:18.630869 [ 281 ] {f023c4b6-7107-470f-b986-0c08d6c6741c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1207 2025.02.25 04:22:18.631057 [ 281 ] {f023c4b6-7107-470f-b986-0c08d6c6741c} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1208 2025.02.25 04:22:18.631163 [ 287 ] {f023c4b6-7107-470f-b986-0c08d6c6741c} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1209 2025.02.25 04:22:18.631180 [ 286 ] {f023c4b6-7107-470f-b986-0c08d6c6741c} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1210 2025.02.25 04:22:18.631285 [ 281 ] {f023c4b6-7107-470f-b986-0c08d6c6741c} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges
1211 2025.02.25 04:22:18.631312 [ 281 ] {f023c4b6-7107-470f-b986-0c08d6c6741c} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Spreading mark ranges among streams (default reading)
1212 2025.02.25 04:22:18.631366 [ 281 ] {f023c4b6-7107-470f-b986-0c08d6c6741c} <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_data_link:link_enabled', 'switch_rib:active_routes'))"
1213 2025.02.25 04:22:18.631393 [ 281 ] {f023c4b6-7107-470f-b986-0c08d6c6741c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1214 2025.02.25 04:22:18.632125 [ 281 ] {f023c4b6-7107-470f-b986-0c08d6c6741c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002187 sec., 8230.452674897118 rows/sec., 336.68 KiB/sec.
1215 2025.02.25 04:22:18.632252 [ 281 ] {f023c4b6-7107-470f-b986-0c08d6c6741c} <Debug> TCPHandler: Processed in 0.002574308 sec.
1216 2025.02.25 04:22:18.632943 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1217 2025.02.25 04:22:18.633130 [ 274 ] {584a8dcb-4c5a-4c43-b764-a89c672e2803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1218 2025.02.25 04:22:18.633456 [ 274 ] {584a8dcb-4c5a-4c43-b764-a89c672e2803} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1219 2025.02.25 04:22:18.633500 [ 274 ] {584a8dcb-4c5a-4c43-b764-a89c672e2803} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE
1220 2025.02.25 04:22:18.633774 [ 274 ] {584a8dcb-4c5a-4c43-b764-a89c672e2803} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1221 2025.02.25 04:22:18.633844 [ 274 ] {584a8dcb-4c5a-4c43-b764-a89c672e2803} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1222 2025.02.25 04:22:18.633994 [ 274 ] {584a8dcb-4c5a-4c43-b764-a89c672e2803} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1223 2025.02.25 04:22:18.634090 [ 286 ] {584a8dcb-4c5a-4c43-b764-a89c672e2803} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1224 2025.02.25 04:22:18.634107 [ 287 ] {584a8dcb-4c5a-4c43-b764-a89c672e2803} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1225 2025.02.25 04:22:18.634199 [ 274 ] {584a8dcb-4c5a-4c43-b764-a89c672e2803} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges
1226 2025.02.25 04:22:18.634229 [ 274 ] {584a8dcb-4c5a-4c43-b764-a89c672e2803} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Spreading mark ranges among streams (default reading)
1227 2025.02.25 04:22:18.634278 [ 274 ] {584a8dcb-4c5a-4c43-b764-a89c672e2803} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))"
1228 2025.02.25 04:22:18.634303 [ 274 ] {584a8dcb-4c5a-4c43-b764-a89c672e2803} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1229 2025.02.25 04:22:18.634941 [ 274 ] {584a8dcb-4c5a-4c43-b764-a89c672e2803} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001898 sec., 9483.667017913593 rows/sec., 387.95 KiB/sec.
1230 2025.02.25 04:22:18.635067 [ 274 ] {584a8dcb-4c5a-4c43-b764-a89c672e2803} <Debug> TCPHandler: Processed in 0.002183402 sec.
1231 2025.02.25 04:22:18.635369 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1232 2025.02.25 04:22:18.635556 [ 281 ] {1d495af4-11c4-4da7-8331-3961daadd4d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete)
1233 2025.02.25 04:22:18.635880 [ 281 ] {1d495af4-11c4-4da7-8331-3961daadd4d6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1234 2025.02.25 04:22:18.635925 [ 281 ] {1d495af4-11c4-4da7-8331-3961daadd4d6} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE
1235 2025.02.25 04:22:18.636204 [ 281 ] {1d495af4-11c4-4da7-8331-3961daadd4d6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1236 2025.02.25 04:22:18.636274 [ 281 ] {1d495af4-11c4-4da7-8331-3961daadd4d6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1237 2025.02.25 04:22:18.636426 [ 281 ] {1d495af4-11c4-4da7-8331-3961daadd4d6} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1238 2025.02.25 04:22:18.636516 [ 287 ] {1d495af4-11c4-4da7-8331-3961daadd4d6} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1239 2025.02.25 04:22:18.636538 [ 286 ] {1d495af4-11c4-4da7-8331-3961daadd4d6} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1240 2025.02.25 04:22:18.636629 [ 281 ] {1d495af4-11c4-4da7-8331-3961daadd4d6} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges
1241 2025.02.25 04:22:18.636656 [ 281 ] {1d495af4-11c4-4da7-8331-3961daadd4d6} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Spreading mark ranges among streams (default reading)
1242 2025.02.25 04:22:18.636705 [ 281 ] {1d495af4-11c4-4da7-8331-3961daadd4d6} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))"
1243 2025.02.25 04:22:18.636731 [ 281 ] {1d495af4-11c4-4da7-8331-3961daadd4d6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1244 2025.02.25 04:22:18.637333 [ 281 ] {1d495af4-11c4-4da7-8331-3961daadd4d6} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001863 sec., 9661.83574879227 rows/sec., 395.24 KiB/sec.
1245 2025.02.25 04:22:18.637461 [ 281 ] {1d495af4-11c4-4da7-8331-3961daadd4d6} <Debug> TCPHandler: Processed in 0.002151702 sec.
1246 2025.02.25 04:22:18.637776 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1247 2025.02.25 04:22:18.637988 [ 274 ] {f63a63f1-5bc7-49ef-aa8e-4dfba039175c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1248 2025.02.25 04:22:18.638365 [ 274 ] {f63a63f1-5bc7-49ef-aa8e-4dfba039175c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1249 2025.02.25 04:22:18.638419 [ 274 ] {f63a63f1-5bc7-49ef-aa8e-4dfba039175c} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE
1250 2025.02.25 04:22:18.638718 [ 274 ] {f63a63f1-5bc7-49ef-aa8e-4dfba039175c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1251 2025.02.25 04:22:18.638786 [ 274 ] {f63a63f1-5bc7-49ef-aa8e-4dfba039175c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1252 2025.02.25 04:22:18.638938 [ 274 ] {f63a63f1-5bc7-49ef-aa8e-4dfba039175c} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1253 2025.02.25 04:22:18.639023 [ 286 ] {f63a63f1-5bc7-49ef-aa8e-4dfba039175c} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1254 2025.02.25 04:22:18.639044 [ 287 ] {f63a63f1-5bc7-49ef-aa8e-4dfba039175c} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1255 2025.02.25 04:22:18.639149 [ 274 ] {f63a63f1-5bc7-49ef-aa8e-4dfba039175c} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges
1256 2025.02.25 04:22:18.639177 [ 274 ] {f63a63f1-5bc7-49ef-aa8e-4dfba039175c} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Spreading mark ranges among streams (default reading)
1257 2025.02.25 04:22:18.639225 [ 274 ] {f63a63f1-5bc7-49ef-aa8e-4dfba039175c} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))"
1258 2025.02.25 04:22:18.639251 [ 274 ] {f63a63f1-5bc7-49ef-aa8e-4dfba039175c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1259 2025.02.25 04:22:18.639861 [ 274 ] {f63a63f1-5bc7-49ef-aa8e-4dfba039175c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001975 sec., 9113.92405063291 rows/sec., 372.82 KiB/sec.
1260 2025.02.25 04:22:18.639984 [ 274 ] {f63a63f1-5bc7-49ef-aa8e-4dfba039175c} <Debug> TCPHandler: Processed in 0.002276563 sec.
1261 2025.02.25 04:22:18.640321 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1262 2025.02.25 04:22:18.640504 [ 281 ] {ca1f3709-7636-4823-a4a0-e30d0d607852} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) 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_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)
1263 2025.02.25 04:22:18.640823 [ 281 ] {ca1f3709-7636-4823-a4a0-e30d0d607852} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1264 2025.02.25 04:22:18.640866 [ 281 ] {ca1f3709-7636-4823-a4a0-e30d0d607852} <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_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
1265 2025.02.25 04:22:18.641143 [ 281 ] {ca1f3709-7636-4823-a4a0-e30d0d607852} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1266 2025.02.25 04:22:18.641212 [ 281 ] {ca1f3709-7636-4823-a4a0-e30d0d607852} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1267 2025.02.25 04:22:18.641365 [ 281 ] {ca1f3709-7636-4823-a4a0-e30d0d607852} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1268 2025.02.25 04:22:18.641471 [ 287 ] {ca1f3709-7636-4823-a4a0-e30d0d607852} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1269 2025.02.25 04:22:18.641482 [ 286 ] {ca1f3709-7636-4823-a4a0-e30d0d607852} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1270 2025.02.25 04:22:18.641593 [ 281 ] {ca1f3709-7636-4823-a4a0-e30d0d607852} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges
1271 2025.02.25 04:22:18.641620 [ 281 ] {ca1f3709-7636-4823-a4a0-e30d0d607852} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Spreading mark ranges among streams (default reading)
1272 2025.02.25 04:22:18.641668 [ 281 ] {ca1f3709-7636-4823-a4a0-e30d0d607852} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
1273 2025.02.25 04:22:18.641694 [ 281 ] {ca1f3709-7636-4823-a4a0-e30d0d607852} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1274 2025.02.25 04:22:18.642318 [ 281 ] {ca1f3709-7636-4823-a4a0-e30d0d607852} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.0019 sec., 9473.684210526315 rows/sec., 387.54 KiB/sec.
1275 2025.02.25 04:22:18.642438 [ 281 ] {ca1f3709-7636-4823-a4a0-e30d0d607852} <Debug> TCPHandler: Processed in 0.002176313 sec.
1276 2025.02.25 04:22:18.642743 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1277 2025.02.25 04:22:18.642924 [ 274 ] {7bfc0e05-12ce-4b43-8dd8-440ab2c57bcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) 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_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)
1278 2025.02.25 04:22:18.643249 [ 274 ] {7bfc0e05-12ce-4b43-8dd8-440ab2c57bcf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1279 2025.02.25 04:22:18.643294 [ 274 ] {7bfc0e05-12ce-4b43-8dd8-440ab2c57bcf} <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_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
1280 2025.02.25 04:22:18.643587 [ 274 ] {7bfc0e05-12ce-4b43-8dd8-440ab2c57bcf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1281 2025.02.25 04:22:18.643655 [ 274 ] {7bfc0e05-12ce-4b43-8dd8-440ab2c57bcf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1282 2025.02.25 04:22:18.643806 [ 274 ] {7bfc0e05-12ce-4b43-8dd8-440ab2c57bcf} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1283 2025.02.25 04:22:18.643881 [ 286 ] {7bfc0e05-12ce-4b43-8dd8-440ab2c57bcf} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1284 2025.02.25 04:22:18.643905 [ 287 ] {7bfc0e05-12ce-4b43-8dd8-440ab2c57bcf} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1285 2025.02.25 04:22:18.644000 [ 274 ] {7bfc0e05-12ce-4b43-8dd8-440ab2c57bcf} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges
1286 2025.02.25 04:22:18.644027 [ 274 ] {7bfc0e05-12ce-4b43-8dd8-440ab2c57bcf} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Spreading mark ranges among streams (default reading)
1287 2025.02.25 04:22:18.644074 [ 274 ] {7bfc0e05-12ce-4b43-8dd8-440ab2c57bcf} <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_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'))"
1288 2025.02.25 04:22:18.644099 [ 274 ] {7bfc0e05-12ce-4b43-8dd8-440ab2c57bcf} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1289 2025.02.25 04:22:18.644659 [ 274 ] {7bfc0e05-12ce-4b43-8dd8-440ab2c57bcf} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00182 sec., 9890.10989010989 rows/sec., 404.58 KiB/sec.
1290 2025.02.25 04:22:18.644741 [ 274 ] {7bfc0e05-12ce-4b43-8dd8-440ab2c57bcf} <Debug> TCPHandler: Processed in 0.002054271 sec.
1291 2025.02.25 04:22:18.645082 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1292 2025.02.25 04:22:18.645277 [ 281 ] {c9dcbd00-4590-4912-8d15-ef33b2362548} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) 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_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)
1293 2025.02.25 04:22:18.645615 [ 281 ] {c9dcbd00-4590-4912-8d15-ef33b2362548} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1294 2025.02.25 04:22:18.645661 [ 281 ] {c9dcbd00-4590-4912-8d15-ef33b2362548} <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_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
1295 2025.02.25 04:22:18.645964 [ 281 ] {c9dcbd00-4590-4912-8d15-ef33b2362548} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1296 2025.02.25 04:22:18.646040 [ 281 ] {c9dcbd00-4590-4912-8d15-ef33b2362548} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1297 2025.02.25 04:22:18.646199 [ 281 ] {c9dcbd00-4590-4912-8d15-ef33b2362548} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1298 2025.02.25 04:22:18.646337 [ 286 ] {c9dcbd00-4590-4912-8d15-ef33b2362548} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1299 2025.02.25 04:22:18.646347 [ 287 ] {c9dcbd00-4590-4912-8d15-ef33b2362548} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1300 2025.02.25 04:22:18.646445 [ 281 ] {c9dcbd00-4590-4912-8d15-ef33b2362548} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges
1301 2025.02.25 04:22:18.646470 [ 281 ] {c9dcbd00-4590-4912-8d15-ef33b2362548} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Spreading mark ranges among streams (default reading)
1302 2025.02.25 04:22:18.646520 [ 281 ] {c9dcbd00-4590-4912-8d15-ef33b2362548} <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_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'))"
1303 2025.02.25 04:22:18.646573 [ 281 ] {c9dcbd00-4590-4912-8d15-ef33b2362548} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1304 2025.02.25 04:22:18.647167 [ 281 ] {c9dcbd00-4590-4912-8d15-ef33b2362548} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001984 sec., 9072.58064516129 rows/sec., 371.13 KiB/sec.
1305 2025.02.25 04:22:18.647290 [ 281 ] {c9dcbd00-4590-4912-8d15-ef33b2362548} <Debug> TCPHandler: Processed in 0.002269884 sec.
1306 2025.02.25 04:22:18.647617 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1307 2025.02.25 04:22:18.647802 [ 274 ] {de8a8866-bf4b-4b0a-9d82-dc1f8c424761} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) 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_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)
1308 2025.02.25 04:22:18.648129 [ 274 ] {de8a8866-bf4b-4b0a-9d82-dc1f8c424761} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1309 2025.02.25 04:22:18.648173 [ 274 ] {de8a8866-bf4b-4b0a-9d82-dc1f8c424761} <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_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
1310 2025.02.25 04:22:18.648464 [ 274 ] {de8a8866-bf4b-4b0a-9d82-dc1f8c424761} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1311 2025.02.25 04:22:18.648530 [ 274 ] {de8a8866-bf4b-4b0a-9d82-dc1f8c424761} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1312 2025.02.25 04:22:18.648707 [ 274 ] {de8a8866-bf4b-4b0a-9d82-dc1f8c424761} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1313 2025.02.25 04:22:18.648807 [ 287 ] {de8a8866-bf4b-4b0a-9d82-dc1f8c424761} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1314 2025.02.25 04:22:18.648821 [ 286 ] {de8a8866-bf4b-4b0a-9d82-dc1f8c424761} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1315 2025.02.25 04:22:18.648916 [ 274 ] {de8a8866-bf4b-4b0a-9d82-dc1f8c424761} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges
1316 2025.02.25 04:22:18.648939 [ 274 ] {de8a8866-bf4b-4b0a-9d82-dc1f8c424761} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Spreading mark ranges among streams (default reading)
1317 2025.02.25 04:22:18.648987 [ 274 ] {de8a8866-bf4b-4b0a-9d82-dc1f8c424761} <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_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'))"
1318 2025.02.25 04:22:18.649012 [ 274 ] {de8a8866-bf4b-4b0a-9d82-dc1f8c424761} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1319 2025.02.25 04:22:18.649630 [ 274 ] {de8a8866-bf4b-4b0a-9d82-dc1f8c424761} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001915 sec., 9399.47780678851 rows/sec., 384.51 KiB/sec.
1320 2025.02.25 04:22:18.649772 [ 274 ] {de8a8866-bf4b-4b0a-9d82-dc1f8c424761} <Debug> TCPHandler: Processed in 0.002214132 sec.
1321 2025.02.25 04:22:18.650069 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1322 2025.02.25 04:22:18.650257 [ 281 ] {8555c4d3-c0d4-4953-bdc2-b80ced68b73b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) 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_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)
1323 2025.02.25 04:22:18.650584 [ 281 ] {8555c4d3-c0d4-4953-bdc2-b80ced68b73b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1324 2025.02.25 04:22:18.650630 [ 281 ] {8555c4d3-c0d4-4953-bdc2-b80ced68b73b} <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_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
1325 2025.02.25 04:22:18.650925 [ 281 ] {8555c4d3-c0d4-4953-bdc2-b80ced68b73b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1326 2025.02.25 04:22:18.650992 [ 281 ] {8555c4d3-c0d4-4953-bdc2-b80ced68b73b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1327 2025.02.25 04:22:18.651145 [ 281 ] {8555c4d3-c0d4-4953-bdc2-b80ced68b73b} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1328 2025.02.25 04:22:18.651256 [ 286 ] {8555c4d3-c0d4-4953-bdc2-b80ced68b73b} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1329 2025.02.25 04:22:18.651272 [ 287 ] {8555c4d3-c0d4-4953-bdc2-b80ced68b73b} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1330 2025.02.25 04:22:18.651371 [ 281 ] {8555c4d3-c0d4-4953-bdc2-b80ced68b73b} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges
1331 2025.02.25 04:22:18.651393 [ 281 ] {8555c4d3-c0d4-4953-bdc2-b80ced68b73b} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Spreading mark ranges among streams (default reading)
1332 2025.02.25 04:22:18.651439 [ 281 ] {8555c4d3-c0d4-4953-bdc2-b80ced68b73b} <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_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'))"
1333 2025.02.25 04:22:18.651467 [ 281 ] {8555c4d3-c0d4-4953-bdc2-b80ced68b73b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1334 2025.02.25 04:22:18.652042 [ 281 ] {8555c4d3-c0d4-4953-bdc2-b80ced68b73b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001874 sec., 9605.122732123798 rows/sec., 392.92 KiB/sec.
1335 2025.02.25 04:22:18.652162 [ 281 ] {8555c4d3-c0d4-4953-bdc2-b80ced68b73b} <Debug> TCPHandler: Processed in 0.002147322 sec.
1336 2025.02.25 04:22:18.652465 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1337 2025.02.25 04:22:18.652675 [ 274 ] {c7e87465-4e90-4f77-ae70-5fafb582fcae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) 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_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)
1338 2025.02.25 04:22:18.653060 [ 274 ] {c7e87465-4e90-4f77-ae70-5fafb582fcae} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1339 2025.02.25 04:22:18.653115 [ 274 ] {c7e87465-4e90-4f77-ae70-5fafb582fcae} <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_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
1340 2025.02.25 04:22:18.653488 [ 274 ] {c7e87465-4e90-4f77-ae70-5fafb582fcae} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1341 2025.02.25 04:22:18.653564 [ 274 ] {c7e87465-4e90-4f77-ae70-5fafb582fcae} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1342 2025.02.25 04:22:18.653715 [ 274 ] {c7e87465-4e90-4f77-ae70-5fafb582fcae} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1343 2025.02.25 04:22:18.653804 [ 286 ] {c7e87465-4e90-4f77-ae70-5fafb582fcae} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1344 2025.02.25 04:22:18.653819 [ 287 ] {c7e87465-4e90-4f77-ae70-5fafb582fcae} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1345 2025.02.25 04:22:18.653917 [ 274 ] {c7e87465-4e90-4f77-ae70-5fafb582fcae} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges
1346 2025.02.25 04:22:18.653945 [ 274 ] {c7e87465-4e90-4f77-ae70-5fafb582fcae} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Spreading mark ranges among streams (default reading)
1347 2025.02.25 04:22:18.653993 [ 274 ] {c7e87465-4e90-4f77-ae70-5fafb582fcae} <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_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'))"
1348 2025.02.25 04:22:18.654021 [ 274 ] {c7e87465-4e90-4f77-ae70-5fafb582fcae} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1349 2025.02.25 04:22:18.654691 [ 274 ] {c7e87465-4e90-4f77-ae70-5fafb582fcae} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002121 sec., 8486.562942008486 rows/sec., 347.16 KiB/sec.
1350 2025.02.25 04:22:18.654815 [ 274 ] {c7e87465-4e90-4f77-ae70-5fafb582fcae} <Debug> TCPHandler: Processed in 0.002417006 sec.
1351 2025.02.25 04:22:18.660752 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1352 2025.02.25 04:22:18.661058 [ 281 ] {59cb9883-b2f9-4cad-b882-e26772b62bd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) 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_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)
1353 2025.02.25 04:22:18.661607 [ 281 ] {59cb9883-b2f9-4cad-b882-e26772b62bd7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1354 2025.02.25 04:22:18.661661 [ 281 ] {59cb9883-b2f9-4cad-b882-e26772b62bd7} <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_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
1355 2025.02.25 04:22:18.662056 [ 281 ] {59cb9883-b2f9-4cad-b882-e26772b62bd7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1356 2025.02.25 04:22:18.662133 [ 281 ] {59cb9883-b2f9-4cad-b882-e26772b62bd7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1357 2025.02.25 04:22:18.662294 [ 281 ] {59cb9883-b2f9-4cad-b882-e26772b62bd7} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1358 2025.02.25 04:22:18.662407 [ 287 ] {59cb9883-b2f9-4cad-b882-e26772b62bd7} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1359 2025.02.25 04:22:18.662417 [ 286 ] {59cb9883-b2f9-4cad-b882-e26772b62bd7} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1360 2025.02.25 04:22:18.662534 [ 281 ] {59cb9883-b2f9-4cad-b882-e26772b62bd7} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges
1361 2025.02.25 04:22:18.662562 [ 281 ] {59cb9883-b2f9-4cad-b882-e26772b62bd7} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Spreading mark ranges among streams (default reading)
1362 2025.02.25 04:22:18.662612 [ 281 ] {59cb9883-b2f9-4cad-b882-e26772b62bd7} <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_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'))"
1363 2025.02.25 04:22:18.662637 [ 281 ] {59cb9883-b2f9-4cad-b882-e26772b62bd7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1364 2025.02.25 04:22:18.663205 [ 281 ] {59cb9883-b2f9-4cad-b882-e26772b62bd7} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002307 sec., 7802.340702210663 rows/sec., 319.17 KiB/sec.
1365 2025.02.25 04:22:18.663289 [ 281 ] {59cb9883-b2f9-4cad-b882-e26772b62bd7} <Debug> TCPHandler: Processed in 0.002615879 sec.
1366 2025.02.25 04:22:18.669841 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1367 2025.02.25 04:22:18.669970 [ 274 ] {bd974718-4602-48bf-8e9c-2ba7c130f979} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1368 2025.02.25 04:22:18.670023 [ 274 ] {bd974718-4602-48bf-8e9c-2ba7c130f979} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1369 2025.02.25 04:22:18.670840 [ 274 ] {bd974718-4602-48bf-8e9c-2ba7c130f979} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1370 2025.02.25 04:22:18.670886 [ 274 ] {bd974718-4602-48bf-8e9c-2ba7c130f979} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1371 2025.02.25 04:22:18.671423 [ 274 ] {bd974718-4602-48bf-8e9c-2ba7c130f979} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1372 2025.02.25 04:22:18.671654 [ 274 ] {bd974718-4602-48bf-8e9c-2ba7c130f979} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1373 2025.02.25 04:22:18.671892 [ 274 ] {bd974718-4602-48bf-8e9c-2ba7c130f979} <Debug> executeQuery: Read 12 rows, 4.37 KiB in 0.001922 sec., 6243.496357960457 rows/sec., 2.22 MiB/sec.
1374 2025.02.25 04:22:18.671996 [ 274 ] {bd974718-4602-48bf-8e9c-2ba7c130f979} <Debug> TCPHandler: Processed in 0.002188033 sec.
1375 2025.02.25 04:22:18.672179 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1376 2025.02.25 04:22:18.672335 [ 281 ] {bfddd742-eca2-4cab-9119-cec64608e7da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1377 2025.02.25 04:22:18.672395 [ 281 ] {bfddd742-eca2-4cab-9119-cec64608e7da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1378 2025.02.25 04:22:18.675236 [ 281 ] {bfddd742-eca2-4cab-9119-cec64608e7da} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1379 2025.02.25 04:22:18.675280 [ 281 ] {bfddd742-eca2-4cab-9119-cec64608e7da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1380 2025.02.25 04:22:18.675717 [ 281 ] {bfddd742-eca2-4cab-9119-cec64608e7da} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1381 2025.02.25 04:22:18.675966 [ 281 ] {bfddd742-eca2-4cab-9119-cec64608e7da} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1382 2025.02.25 04:22:18.676224 [ 281 ] {bfddd742-eca2-4cab-9119-cec64608e7da} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.003933 sec., 53902.87312484109 rows/sec., 3.43 MiB/sec.
1383 2025.02.25 04:22:18.676377 [ 281 ] {bfddd742-eca2-4cab-9119-cec64608e7da} <Debug> TCPHandler: Processed in 0.004267834 sec.
1384 2025.02.25 04:22:18.676542 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1385 2025.02.25 04:22:18.676668 [ 274 ] {dc1f2ebf-0092-4488-8110-ef3d8312ac43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1386 2025.02.25 04:22:18.676719 [ 274 ] {dc1f2ebf-0092-4488-8110-ef3d8312ac43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1387 2025.02.25 04:22:18.677704 [ 274 ] {dc1f2ebf-0092-4488-8110-ef3d8312ac43} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1388 2025.02.25 04:22:18.677747 [ 274 ] {dc1f2ebf-0092-4488-8110-ef3d8312ac43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1389 2025.02.25 04:22:18.678165 [ 274 ] {dc1f2ebf-0092-4488-8110-ef3d8312ac43} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1390 2025.02.25 04:22:18.678414 [ 274 ] {dc1f2ebf-0092-4488-8110-ef3d8312ac43} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1391 2025.02.25 04:22:18.678582 [ 69 ] {} <Debug> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1392 2025.02.25 04:22:18.678662 [ 274 ] {dc1f2ebf-0092-4488-8110-ef3d8312ac43} <Debug> executeQuery: Read 617 rows, 49.35 KiB in 0.002014 sec., 306355.51142005954 rows/sec., 23.93 MiB/sec.
1393 2025.02.25 04:22:18.678668 [ 69 ] {} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1394 2025.02.25 04:22:18.678746 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1395 2025.02.25 04:22:18.678806 [ 274 ] {dc1f2ebf-0092-4488-8110-ef3d8312ac43} <Debug> TCPHandler: Processed in 0.002323945 sec.
1396 2025.02.25 04:22:18.679033 [ 190 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::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
1397 2025.02.25 04:22:18.679035 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1398 2025.02.25 04:22:18.679184 [ 190 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1399 2025.02.25 04:22:18.679227 [ 281 ] {767c5b56-d36e-4e52-9b72-64b8ff126027} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1400 2025.02.25 04:22:18.679227 [ 190 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::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
1401 2025.02.25 04:22:18.679293 [ 281 ] {767c5b56-d36e-4e52-9b72-64b8ff126027} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1402 2025.02.25 04:22:18.679451 [ 190 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::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
1403 2025.02.25 04:22:18.679832 [ 190 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 72 rows starting from the beginning of the part
1404 2025.02.25 04:22:18.680288 [ 190 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::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
1405 2025.02.25 04:22:18.680558 [ 190 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part
1406 2025.02.25 04:22:18.680915 [ 190 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 617 rows starting from the beginning of the part
1407 2025.02.25 04:22:18.681870 [ 281 ] {767c5b56-d36e-4e52-9b72-64b8ff126027} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1408 2025.02.25 04:22:18.681921 [ 281 ] {767c5b56-d36e-4e52-9b72-64b8ff126027} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1409 2025.02.25 04:22:18.682670 [ 281 ] {767c5b56-d36e-4e52-9b72-64b8ff126027} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1410 2025.02.25 04:22:18.683052 [ 281 ] {767c5b56-d36e-4e52-9b72-64b8ff126027} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1411 2025.02.25 04:22:18.683073 [ 190 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 929 rows, containing 5 columns (5 merged, 0 gathered) in 0.004204422 sec., 220957.8391512555 rows/sec., 18.13 MiB/sec.
1412 2025.02.25 04:22:18.683350 [ 281 ] {767c5b56-d36e-4e52-9b72-64b8ff126027} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.004168 sec., 25431.861804222648 rows/sec., 1.50 MiB/sec.
1413 2025.02.25 04:22:18.683416 [ 189 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1414 2025.02.25 04:22:18.683475 [ 281 ] {767c5b56-d36e-4e52-9b72-64b8ff126027} <Debug> TCPHandler: Processed in 0.004533157 sec.
1415 2025.02.25 04:22:18.683672 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1416 2025.02.25 04:22:18.683861 [ 274 ] {caf46c28-a09a-4fb9-97c0-a234561f6694} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1417 2025.02.25 04:22:18.683921 [ 193 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_6_1} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1418 2025.02.25 04:22:18.683949 [ 274 ] {caf46c28-a09a-4fb9-97c0-a234561f6694} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1419 2025.02.25 04:22:18.684149 [ 193 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_6_1} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1420 2025.02.25 04:22:18.684326 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB.
1421 2025.02.25 04:22:18.684915 [ 274 ] {caf46c28-a09a-4fb9-97c0-a234561f6694} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1422 2025.02.25 04:22:18.684961 [ 274 ] {caf46c28-a09a-4fb9-97c0-a234561f6694} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1423 2025.02.25 04:22:18.685341 [ 274 ] {caf46c28-a09a-4fb9-97c0-a234561f6694} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1424 2025.02.25 04:22:18.685592 [ 274 ] {caf46c28-a09a-4fb9-97c0-a234561f6694} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): 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.25 04:22:18.685806 [ 274 ] {caf46c28-a09a-4fb9-97c0-a234561f6694} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001999 sec., 56528.26413206603 rows/sec., 3.66 MiB/sec.
1426 2025.02.25 04:22:18.685867 [ 274 ] {caf46c28-a09a-4fb9-97c0-a234561f6694} <Debug> TCPHandler: Processed in 0.002273954 sec.
1427 2025.02.25 04:22:18.686028 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1428 2025.02.25 04:22:18.686166 [ 281 ] {5bc25141-3db8-449f-9aa0-87df49928e2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1429 2025.02.25 04:22:18.686224 [ 281 ] {5bc25141-3db8-449f-9aa0-87df49928e2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1430 2025.02.25 04:22:18.686900 [ 281 ] {5bc25141-3db8-449f-9aa0-87df49928e2c} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1431 2025.02.25 04:22:18.686940 [ 281 ] {5bc25141-3db8-449f-9aa0-87df49928e2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1432 2025.02.25 04:22:18.687306 [ 281 ] {5bc25141-3db8-449f-9aa0-87df49928e2c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1433 2025.02.25 04:22:18.687547 [ 281 ] {5bc25141-3db8-449f-9aa0-87df49928e2c} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1434 2025.02.25 04:22:18.687829 [ 281 ] {5bc25141-3db8-449f-9aa0-87df49928e2c} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001673 sec., 66945.60669456067 rows/sec., 3.81 MiB/sec.
1435 2025.02.25 04:22:18.687897 [ 281 ] {5bc25141-3db8-449f-9aa0-87df49928e2c} <Debug> TCPHandler: Processed in 0.001934568 sec.
1436 2025.02.25 04:22:18.688076 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1437 2025.02.25 04:22:18.688218 [ 274 ] {97cc2a6f-8e63-479f-992d-311c9c71fa75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1438 2025.02.25 04:22:18.688276 [ 274 ] {97cc2a6f-8e63-479f-992d-311c9c71fa75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1439 2025.02.25 04:22:18.689095 [ 274 ] {97cc2a6f-8e63-479f-992d-311c9c71fa75} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1440 2025.02.25 04:22:18.689136 [ 274 ] {97cc2a6f-8e63-479f-992d-311c9c71fa75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1441 2025.02.25 04:22:18.689529 [ 274 ] {97cc2a6f-8e63-479f-992d-311c9c71fa75} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1442 2025.02.25 04:22:18.689772 [ 274 ] {97cc2a6f-8e63-479f-992d-311c9c71fa75} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1443 2025.02.25 04:22:18.689936 [ 69 ] {} <Debug> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1444 2025.02.25 04:22:18.690002 [ 69 ] {} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1445 2025.02.25 04:22:18.690046 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1446 2025.02.25 04:22:18.690043 [ 274 ] {97cc2a6f-8e63-479f-992d-311c9c71fa75} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001845 sec., 207046.0704607046 rows/sec., 14.60 MiB/sec.
1447 2025.02.25 04:22:18.690291 [ 274 ] {97cc2a6f-8e63-479f-992d-311c9c71fa75} <Debug> TCPHandler: Processed in 0.002281434 sec.
1448 2025.02.25 04:22:18.690321 [ 189 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::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
1449 2025.02.25 04:22:18.690489 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1450 2025.02.25 04:22:18.690514 [ 189 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1451 2025.02.25 04:22:18.690564 [ 189 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 64 rows starting from the beginning of the part
1452 2025.02.25 04:22:18.690759 [ 281 ] {39476df2-5671-42d5-a957-2077e4682c96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1453 2025.02.25 04:22:18.690877 [ 189 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part
1454 2025.02.25 04:22:18.690993 [ 281 ] {39476df2-5671-42d5-a957-2077e4682c96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1455 2025.02.25 04:22:18.691247 [ 189 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 72 rows starting from the beginning of the part
1456 2025.02.25 04:22:18.691622 [ 189 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::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
1457 2025.02.25 04:22:18.692047 [ 189 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part
1458 2025.02.25 04:22:18.692367 [ 189 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 382 rows starting from the beginning of the part
1459 2025.02.25 04:22:18.693337 [ 281 ] {39476df2-5671-42d5-a957-2077e4682c96} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1460 2025.02.25 04:22:18.693416 [ 281 ] {39476df2-5671-42d5-a957-2077e4682c96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1461 2025.02.25 04:22:18.694512 [ 281 ] {39476df2-5671-42d5-a957-2077e4682c96} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1462 2025.02.25 04:22:18.694964 [ 281 ] {39476df2-5671-42d5-a957-2077e4682c96} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1463 2025.02.25 04:22:18.695318 [ 190 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 718 rows, containing 5 columns (5 merged, 0 gathered) in 0.005198077 sec., 138128.00387527928 rows/sec., 10.76 MiB/sec.
1464 2025.02.25 04:22:18.695565 [ 281 ] {39476df2-5671-42d5-a957-2077e4682c96} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004929 sec., 1217.2854534388314 rows/sec., 63.60 KiB/sec.
1465 2025.02.25 04:22:18.695624 [ 190 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1466 2025.02.25 04:22:18.695715 [ 281 ] {39476df2-5671-42d5-a957-2077e4682c96} <Debug> TCPHandler: Processed in 0.005311068 sec.
1467 2025.02.25 04:22:18.695878 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1468 2025.02.25 04:22:18.696048 [ 190 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_6_1} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1469 2025.02.25 04:22:18.696079 [ 274 ] {88286b22-b69f-480f-9515-0a6c7f9d8dbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1470 2025.02.25 04:22:18.696185 [ 274 ] {88286b22-b69f-480f-9515-0a6c7f9d8dbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1471 2025.02.25 04:22:18.696207 [ 190 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_6_1} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1472 2025.02.25 04:22:18.696413 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB.
1473 2025.02.25 04:22:18.696985 [ 274 ] {88286b22-b69f-480f-9515-0a6c7f9d8dbb} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1474 2025.02.25 04:22:18.697031 [ 274 ] {88286b22-b69f-480f-9515-0a6c7f9d8dbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1475 2025.02.25 04:22:18.697456 [ 274 ] {88286b22-b69f-480f-9515-0a6c7f9d8dbb} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1476 2025.02.25 04:22:18.697705 [ 274 ] {88286b22-b69f-480f-9515-0a6c7f9d8dbb} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1477 2025.02.25 04:22:18.697873 [ 69 ] {} <Debug> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1478 2025.02.25 04:22:18.697929 [ 69 ] {} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1479 2025.02.25 04:22:18.697973 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1480 2025.02.25 04:22:18.697972 [ 274 ] {88286b22-b69f-480f-9515-0a6c7f9d8dbb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001955 sec., 121227.62148337594 rows/sec., 8.13 MiB/sec.
1481 2025.02.25 04:22:18.698121 [ 274 ] {88286b22-b69f-480f-9515-0a6c7f9d8dbb} <Debug> TCPHandler: Processed in 0.002314454 sec.
1482 2025.02.25 04:22:18.698161 [ 192 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::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
1483 2025.02.25 04:22:18.698296 [ 192 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1484 2025.02.25 04:22:18.698316 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1485 2025.02.25 04:22:18.698349 [ 192 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 128 rows starting from the beginning of the part
1486 2025.02.25 04:22:18.698629 [ 281 ] {2acf1384-a8a4-4249-9dd2-b414265204ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1487 2025.02.25 04:22:18.698675 [ 192 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part
1488 2025.02.25 04:22:18.698770 [ 281 ] {2acf1384-a8a4-4249-9dd2-b414265204ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1489 2025.02.25 04:22:18.698907 [ 192 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part
1490 2025.02.25 04:22:18.699208 [ 192 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::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
1491 2025.02.25 04:22:18.699651 [ 192 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part
1492 2025.02.25 04:22:18.699966 [ 192 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 237 rows starting from the beginning of the part
1493 2025.02.25 04:22:18.701401 [ 281 ] {2acf1384-a8a4-4249-9dd2-b414265204ce} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1494 2025.02.25 04:22:18.701466 [ 281 ] {2acf1384-a8a4-4249-9dd2-b414265204ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1495 2025.02.25 04:22:18.702446 [ 281 ] {2acf1384-a8a4-4249-9dd2-b414265204ce} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1496 2025.02.25 04:22:18.702871 [ 281 ] {2acf1384-a8a4-4249-9dd2-b414265204ce} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): 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.25 04:22:18.703359 [ 192 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1005 rows, containing 5 columns (5 merged, 0 gathered) in 0.005277128 sec., 190444.49935646815 rows/sec., 13.15 MiB/sec.
1498 2025.02.25 04:22:18.703506 [ 281 ] {2acf1384-a8a4-4249-9dd2-b414265204ce} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004982 sec., 200.7226013649137 rows/sec., 13.53 KiB/sec.
1499 2025.02.25 04:22:18.703717 [ 192 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1500 2025.02.25 04:22:18.703757 [ 281 ] {2acf1384-a8a4-4249-9dd2-b414265204ce} <Debug> TCPHandler: Processed in 0.005534633 sec.
1501 2025.02.25 04:22:18.703950 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1502 2025.02.25 04:22:18.704112 [ 274 ] {61887952-9c07-4541-89af-5c137b5b5701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1503 2025.02.25 04:22:18.704117 [ 192 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1504 2025.02.25 04:22:18.704181 [ 274 ] {61887952-9c07-4541-89af-5c137b5b5701} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1505 2025.02.25 04:22:18.704216 [ 192 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1506 2025.02.25 04:22:18.704323 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
1507 2025.02.25 04:22:18.704764 [ 274 ] {61887952-9c07-4541-89af-5c137b5b5701} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1508 2025.02.25 04:22:18.704803 [ 274 ] {61887952-9c07-4541-89af-5c137b5b5701} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1509 2025.02.25 04:22:18.705175 [ 274 ] {61887952-9c07-4541-89af-5c137b5b5701} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1510 2025.02.25 04:22:18.705414 [ 274 ] {61887952-9c07-4541-89af-5c137b5b5701} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1511 2025.02.25 04:22:18.705575 [ 69 ] {} <Debug> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1512 2025.02.25 04:22:18.705637 [ 69 ] {} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1513 2025.02.25 04:22:18.705666 [ 274 ] {61887952-9c07-4541-89af-5c137b5b5701} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001587 sec., 51669.8172652804 rows/sec., 3.28 MiB/sec.
1514 2025.02.25 04:22:18.705683 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1515 2025.02.25 04:22:18.705817 [ 274 ] {61887952-9c07-4541-89af-5c137b5b5701} <Debug> TCPHandler: Processed in 0.001958749 sec.
1516 2025.02.25 04:22:18.705894 [ 189 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
1517 2025.02.25 04:22:18.706021 [ 189 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1518 2025.02.25 04:22:18.706051 [ 189 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 48 rows starting from the beginning of the part
1519 2025.02.25 04:22:18.706121 [ 189 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part
1520 2025.02.25 04:22:18.706252 [ 189 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part
1521 2025.02.25 04:22:18.706442 [ 189 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
1522 2025.02.25 04:22:18.706514 [ 189 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part
1523 2025.02.25 04:22:18.706725 [ 189 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 82 rows starting from the beginning of the part
1524 2025.02.25 04:22:18.707669 [ 192 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 370 rows, containing 4 columns (4 merged, 0 gathered) in 0.001860108 sec., 198913.18138516688 rows/sec., 13.23 MiB/sec.
1525 2025.02.25 04:22:18.707874 [ 200 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1526 2025.02.25 04:22:18.708229 [ 200 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_6_1} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1527 2025.02.25 04:22:18.708318 [ 200 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_6_1} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1528 2025.02.25 04:22:18.708410 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
1529 2025.02.25 04:22:19.000174 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.11 MiB, peak 168.57 MiB, free memory in arenas 0.00 B, will set to 162.93 MiB (RSS), difference: -1.18 MiB
1530 2025.02.25 04:22:19.050970 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1531 2025.02.25 04:22:19.051257 [ 274 ] {53a5194b-22fc-4916-a7a3-3dc0d1eb77ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) 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', '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)
1532 2025.02.25 04:22:19.051707 [ 274 ] {53a5194b-22fc-4916-a7a3-3dc0d1eb77ca} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1533 2025.02.25 04:22:19.051758 [ 274 ] {53a5194b-22fc-4916-a7a3-3dc0d1eb77ca} <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', '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
1534 2025.02.25 04:22:19.052102 [ 274 ] {53a5194b-22fc-4916-a7a3-3dc0d1eb77ca} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1535 2025.02.25 04:22:19.052184 [ 274 ] {53a5194b-22fc-4916-a7a3-3dc0d1eb77ca} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1536 2025.02.25 04:22:19.052361 [ 274 ] {53a5194b-22fc-4916-a7a3-3dc0d1eb77ca} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
1537 2025.02.25 04:22:19.052623 [ 286 ] {53a5194b-22fc-4916-a7a3-3dc0d1eb77ca} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1538 2025.02.25 04:22:19.052682 [ 288 ] {53a5194b-22fc-4916-a7a3-3dc0d1eb77ca} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1539 2025.02.25 04:22:19.052730 [ 289 ] {53a5194b-22fc-4916-a7a3-3dc0d1eb77ca} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1540 2025.02.25 04:22:19.052868 [ 274 ] {53a5194b-22fc-4916-a7a3-3dc0d1eb77ca} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges
1541 2025.02.25 04:22:19.052905 [ 274 ] {53a5194b-22fc-4916-a7a3-3dc0d1eb77ca} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Spreading mark ranges among streams (default reading)
1542 2025.02.25 04:22:19.053083 [ 274 ] {53a5194b-22fc-4916-a7a3-3dc0d1eb77ca} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1543 2025.02.25 04:22:19.053112 [ 274 ] {53a5194b-22fc-4916-a7a3-3dc0d1eb77ca} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Reading approx. 30 rows with 2 streams
1544 2025.02.25 04:22:19.053178 [ 274 ] {53a5194b-22fc-4916-a7a3-3dc0d1eb77ca} <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', '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'))"
1545 2025.02.25 04:22:19.053228 [ 274 ] {53a5194b-22fc-4916-a7a3-3dc0d1eb77ca} <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', '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'))"
1546 2025.02.25 04:22:19.054549 [ 274 ] {53a5194b-22fc-4916-a7a3-3dc0d1eb77ca} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.00343 sec., 8746.355685131195 rows/sec., 327.70 KiB/sec.
1547 2025.02.25 04:22:19.054710 [ 274 ] {53a5194b-22fc-4916-a7a3-3dc0d1eb77ca} <Debug> TCPHandler: Processed in 0.003876918 sec.
1548 2025.02.25 04:22:19.055099 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1549 2025.02.25 04:22:19.055380 [ 281 ] {393a1034-d2c2-4c85-892b-e3e1351c4706} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) 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', '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)
1550 2025.02.25 04:22:19.055863 [ 281 ] {393a1034-d2c2-4c85-892b-e3e1351c4706} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1551 2025.02.25 04:22:19.055915 [ 281 ] {393a1034-d2c2-4c85-892b-e3e1351c4706} <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', '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
1552 2025.02.25 04:22:19.056278 [ 281 ] {393a1034-d2c2-4c85-892b-e3e1351c4706} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1553 2025.02.25 04:22:19.056364 [ 281 ] {393a1034-d2c2-4c85-892b-e3e1351c4706} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1554 2025.02.25 04:22:19.056562 [ 281 ] {393a1034-d2c2-4c85-892b-e3e1351c4706} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
1555 2025.02.25 04:22:19.056676 [ 286 ] {393a1034-d2c2-4c85-892b-e3e1351c4706} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1556 2025.02.25 04:22:19.056744 [ 288 ] {393a1034-d2c2-4c85-892b-e3e1351c4706} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1557 2025.02.25 04:22:19.056757 [ 289 ] {393a1034-d2c2-4c85-892b-e3e1351c4706} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1558 2025.02.25 04:22:19.056904 [ 281 ] {393a1034-d2c2-4c85-892b-e3e1351c4706} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges
1559 2025.02.25 04:22:19.056936 [ 281 ] {393a1034-d2c2-4c85-892b-e3e1351c4706} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Spreading mark ranges among streams (default reading)
1560 2025.02.25 04:22:19.057037 [ 281 ] {393a1034-d2c2-4c85-892b-e3e1351c4706} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1561 2025.02.25 04:22:19.057060 [ 281 ] {393a1034-d2c2-4c85-892b-e3e1351c4706} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Reading approx. 30 rows with 2 streams
1562 2025.02.25 04:22:19.057108 [ 281 ] {393a1034-d2c2-4c85-892b-e3e1351c4706} <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', '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.25 04:22:19.057161 [ 281 ] {393a1034-d2c2-4c85-892b-e3e1351c4706} <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', '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'))"
1564 2025.02.25 04:22:19.058290 [ 281 ] {393a1034-d2c2-4c85-892b-e3e1351c4706} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.003043 sec., 9858.692080184028 rows/sec., 369.38 KiB/sec.
1565 2025.02.25 04:22:19.058463 [ 281 ] {393a1034-d2c2-4c85-892b-e3e1351c4706} <Debug> TCPHandler: Processed in 0.003504092 sec.
1566 2025.02.25 04:22:19.058711 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1567 2025.02.25 04:22:19.058911 [ 274 ] {6140faf1-1103-4c7c-aaff-d62535ad85bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) 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', '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)
1568 2025.02.25 04:22:19.059264 [ 274 ] {6140faf1-1103-4c7c-aaff-d62535ad85bb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1569 2025.02.25 04:22:19.059315 [ 274 ] {6140faf1-1103-4c7c-aaff-d62535ad85bb} <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', '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
1570 2025.02.25 04:22:19.059634 [ 274 ] {6140faf1-1103-4c7c-aaff-d62535ad85bb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1571 2025.02.25 04:22:19.059703 [ 274 ] {6140faf1-1103-4c7c-aaff-d62535ad85bb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1572 2025.02.25 04:22:19.059857 [ 274 ] {6140faf1-1103-4c7c-aaff-d62535ad85bb} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
1573 2025.02.25 04:22:19.059961 [ 286 ] {6140faf1-1103-4c7c-aaff-d62535ad85bb} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1574 2025.02.25 04:22:19.059995 [ 288 ] {6140faf1-1103-4c7c-aaff-d62535ad85bb} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1575 2025.02.25 04:22:19.060027 [ 289 ] {6140faf1-1103-4c7c-aaff-d62535ad85bb} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1576 2025.02.25 04:22:19.060125 [ 274 ] {6140faf1-1103-4c7c-aaff-d62535ad85bb} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges
1577 2025.02.25 04:22:19.060154 [ 274 ] {6140faf1-1103-4c7c-aaff-d62535ad85bb} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Spreading mark ranges among streams (default reading)
1578 2025.02.25 04:22:19.060239 [ 274 ] {6140faf1-1103-4c7c-aaff-d62535ad85bb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1579 2025.02.25 04:22:19.060260 [ 274 ] {6140faf1-1103-4c7c-aaff-d62535ad85bb} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Reading approx. 30 rows with 2 streams
1580 2025.02.25 04:22:19.060304 [ 274 ] {6140faf1-1103-4c7c-aaff-d62535ad85bb} <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', '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.25 04:22:19.060352 [ 274 ] {6140faf1-1103-4c7c-aaff-d62535ad85bb} <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', '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.25 04:22:19.061421 [ 274 ] {6140faf1-1103-4c7c-aaff-d62535ad85bb} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.002612 sec., 11485.451761102602 rows/sec., 430.33 KiB/sec.
1583 2025.02.25 04:22:19.061576 [ 274 ] {6140faf1-1103-4c7c-aaff-d62535ad85bb} <Debug> TCPHandler: Processed in 0.002924193 sec.
1584 2025.02.25 04:22:19.061938 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1585 2025.02.25 04:22:19.062151 [ 281 ] {f53cfa67-02b8-43eb-9cf7-d08f8a3197f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) 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', '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.25 04:22:19.062515 [ 281 ] {f53cfa67-02b8-43eb-9cf7-d08f8a3197f1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1587 2025.02.25 04:22:19.062567 [ 281 ] {f53cfa67-02b8-43eb-9cf7-d08f8a3197f1} <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', '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.25 04:22:19.062898 [ 281 ] {f53cfa67-02b8-43eb-9cf7-d08f8a3197f1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1589 2025.02.25 04:22:19.062970 [ 281 ] {f53cfa67-02b8-43eb-9cf7-d08f8a3197f1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1590 2025.02.25 04:22:19.063127 [ 281 ] {f53cfa67-02b8-43eb-9cf7-d08f8a3197f1} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
1591 2025.02.25 04:22:19.063295 [ 286 ] {f53cfa67-02b8-43eb-9cf7-d08f8a3197f1} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1592 2025.02.25 04:22:19.063296 [ 288 ] {f53cfa67-02b8-43eb-9cf7-d08f8a3197f1} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1593 2025.02.25 04:22:19.063320 [ 289 ] {f53cfa67-02b8-43eb-9cf7-d08f8a3197f1} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1594 2025.02.25 04:22:19.063462 [ 281 ] {f53cfa67-02b8-43eb-9cf7-d08f8a3197f1} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges
1595 2025.02.25 04:22:19.063492 [ 281 ] {f53cfa67-02b8-43eb-9cf7-d08f8a3197f1} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Spreading mark ranges among streams (default reading)
1596 2025.02.25 04:22:19.063581 [ 281 ] {f53cfa67-02b8-43eb-9cf7-d08f8a3197f1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1597 2025.02.25 04:22:19.063605 [ 281 ] {f53cfa67-02b8-43eb-9cf7-d08f8a3197f1} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Reading approx. 30 rows with 2 streams
1598 2025.02.25 04:22:19.063649 [ 281 ] {f53cfa67-02b8-43eb-9cf7-d08f8a3197f1} <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', '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.25 04:22:19.063698 [ 281 ] {f53cfa67-02b8-43eb-9cf7-d08f8a3197f1} <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', '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.25 04:22:19.064739 [ 281 ] {f53cfa67-02b8-43eb-9cf7-d08f8a3197f1} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.002693 sec., 11139.992573338284 rows/sec., 417.39 KiB/sec.
1601 2025.02.25 04:22:19.064901 [ 281 ] {f53cfa67-02b8-43eb-9cf7-d08f8a3197f1} <Debug> TCPHandler: Processed in 0.003026545 sec.
1602 2025.02.25 04:22:19.065168 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1603 2025.02.25 04:22:19.065361 [ 274 ] {640a97a5-5899-4d3c-9281-3785225417df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) 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', '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)
1604 2025.02.25 04:22:19.065706 [ 274 ] {640a97a5-5899-4d3c-9281-3785225417df} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1605 2025.02.25 04:22:19.065756 [ 274 ] {640a97a5-5899-4d3c-9281-3785225417df} <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', '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
1606 2025.02.25 04:22:19.066078 [ 274 ] {640a97a5-5899-4d3c-9281-3785225417df} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1607 2025.02.25 04:22:19.066147 [ 274 ] {640a97a5-5899-4d3c-9281-3785225417df} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1608 2025.02.25 04:22:19.066300 [ 274 ] {640a97a5-5899-4d3c-9281-3785225417df} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
1609 2025.02.25 04:22:19.066438 [ 286 ] {640a97a5-5899-4d3c-9281-3785225417df} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1610 2025.02.25 04:22:19.066456 [ 288 ] {640a97a5-5899-4d3c-9281-3785225417df} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1611 2025.02.25 04:22:19.066484 [ 289 ] {640a97a5-5899-4d3c-9281-3785225417df} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1612 2025.02.25 04:22:19.066587 [ 274 ] {640a97a5-5899-4d3c-9281-3785225417df} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges
1613 2025.02.25 04:22:19.066616 [ 274 ] {640a97a5-5899-4d3c-9281-3785225417df} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Spreading mark ranges among streams (default reading)
1614 2025.02.25 04:22:19.066700 [ 274 ] {640a97a5-5899-4d3c-9281-3785225417df} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1615 2025.02.25 04:22:19.066721 [ 274 ] {640a97a5-5899-4d3c-9281-3785225417df} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Reading approx. 30 rows with 2 streams
1616 2025.02.25 04:22:19.066765 [ 274 ] {640a97a5-5899-4d3c-9281-3785225417df} <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', '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'))"
1617 2025.02.25 04:22:19.066812 [ 274 ] {640a97a5-5899-4d3c-9281-3785225417df} <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', '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.25 04:22:19.067912 [ 274 ] {640a97a5-5899-4d3c-9281-3785225417df} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.002647 sec., 11333.585190782018 rows/sec., 424.64 KiB/sec.
1619 2025.02.25 04:22:19.068068 [ 274 ] {640a97a5-5899-4d3c-9281-3785225417df} <Debug> TCPHandler: Processed in 0.002958224 sec.
1620 2025.02.25 04:22:19.068343 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1621 2025.02.25 04:22:19.068574 [ 281 ] {e9f86d5a-d7dd-4fd0-a6cf-a53504963570} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) 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', '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)
1622 2025.02.25 04:22:19.068930 [ 281 ] {e9f86d5a-d7dd-4fd0-a6cf-a53504963570} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1623 2025.02.25 04:22:19.068982 [ 281 ] {e9f86d5a-d7dd-4fd0-a6cf-a53504963570} <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', '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
1624 2025.02.25 04:22:19.069311 [ 281 ] {e9f86d5a-d7dd-4fd0-a6cf-a53504963570} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1625 2025.02.25 04:22:19.069380 [ 281 ] {e9f86d5a-d7dd-4fd0-a6cf-a53504963570} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1626 2025.02.25 04:22:19.069532 [ 281 ] {e9f86d5a-d7dd-4fd0-a6cf-a53504963570} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
1627 2025.02.25 04:22:19.069620 [ 286 ] {e9f86d5a-d7dd-4fd0-a6cf-a53504963570} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1628 2025.02.25 04:22:19.069694 [ 288 ] {e9f86d5a-d7dd-4fd0-a6cf-a53504963570} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1629 2025.02.25 04:22:19.069711 [ 289 ] {e9f86d5a-d7dd-4fd0-a6cf-a53504963570} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1630 2025.02.25 04:22:19.069833 [ 281 ] {e9f86d5a-d7dd-4fd0-a6cf-a53504963570} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges
1631 2025.02.25 04:22:19.069869 [ 281 ] {e9f86d5a-d7dd-4fd0-a6cf-a53504963570} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Spreading mark ranges among streams (default reading)
1632 2025.02.25 04:22:19.069956 [ 281 ] {e9f86d5a-d7dd-4fd0-a6cf-a53504963570} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1633 2025.02.25 04:22:19.069977 [ 281 ] {e9f86d5a-d7dd-4fd0-a6cf-a53504963570} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Reading approx. 30 rows with 2 streams
1634 2025.02.25 04:22:19.070020 [ 281 ] {e9f86d5a-d7dd-4fd0-a6cf-a53504963570} <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', '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'))"
1635 2025.02.25 04:22:19.070079 [ 281 ] {e9f86d5a-d7dd-4fd0-a6cf-a53504963570} <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', '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'))"
1636 2025.02.25 04:22:19.071165 [ 281 ] {e9f86d5a-d7dd-4fd0-a6cf-a53504963570} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.002705 sec., 11090.573012939001 rows/sec., 415.54 KiB/sec.
1637 2025.02.25 04:22:19.071327 [ 281 ] {e9f86d5a-d7dd-4fd0-a6cf-a53504963570} <Debug> TCPHandler: Processed in 0.003054245 sec.
1638 2025.02.25 04:22:19.169023 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1639 2025.02.25 04:22:19.169189 [ 274 ] {af8ca81f-7250-414a-b2d6-78eff916149c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1640 2025.02.25 04:22:19.169258 [ 274 ] {af8ca81f-7250-414a-b2d6-78eff916149c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1641 2025.02.25 04:22:19.170060 [ 274 ] {af8ca81f-7250-414a-b2d6-78eff916149c} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1642 2025.02.25 04:22:19.170108 [ 274 ] {af8ca81f-7250-414a-b2d6-78eff916149c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1643 2025.02.25 04:22:19.170633 [ 274 ] {af8ca81f-7250-414a-b2d6-78eff916149c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1644 2025.02.25 04:22:19.170855 [ 274 ] {af8ca81f-7250-414a-b2d6-78eff916149c} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1645 2025.02.25 04:22:19.171096 [ 274 ] {af8ca81f-7250-414a-b2d6-78eff916149c} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001954 sec., 3070.6243602865916 rows/sec., 683.69 KiB/sec.
1646 2025.02.25 04:22:19.171163 [ 274 ] {af8ca81f-7250-414a-b2d6-78eff916149c} <Debug> TCPHandler: Processed in 0.002217993 sec.
1647 2025.02.25 04:22:19.171384 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1648 2025.02.25 04:22:19.171567 [ 281 ] {a8faf127-aeed-45aa-807b-7d3cde122663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1649 2025.02.25 04:22:19.171645 [ 281 ] {a8faf127-aeed-45aa-807b-7d3cde122663} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1650 2025.02.25 04:22:19.173108 [ 281 ] {a8faf127-aeed-45aa-807b-7d3cde122663} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1651 2025.02.25 04:22:19.173164 [ 281 ] {a8faf127-aeed-45aa-807b-7d3cde122663} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1652 2025.02.25 04:22:19.173709 [ 281 ] {a8faf127-aeed-45aa-807b-7d3cde122663} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1653 2025.02.25 04:22:19.173984 [ 281 ] {a8faf127-aeed-45aa-807b-7d3cde122663} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1654 2025.02.25 04:22:19.174326 [ 281 ] {a8faf127-aeed-45aa-807b-7d3cde122663} <Debug> executeQuery: Read 1212 rows, 102.08 KiB in 0.002792 sec., 434097.42120343837 rows/sec., 35.70 MiB/sec.
1655 2025.02.25 04:22:19.174476 [ 281 ] {a8faf127-aeed-45aa-807b-7d3cde122663} <Debug> TCPHandler: Processed in 0.003206217 sec.
1656 2025.02.25 04:22:19.174623 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1657 2025.02.25 04:22:19.174744 [ 274 ] {ec000641-2270-4518-8b35-c5cb36189750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1658 2025.02.25 04:22:19.174793 [ 274 ] {ec000641-2270-4518-8b35-c5cb36189750} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1659 2025.02.25 04:22:19.175396 [ 274 ] {ec000641-2270-4518-8b35-c5cb36189750} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1660 2025.02.25 04:22:19.175438 [ 274 ] {ec000641-2270-4518-8b35-c5cb36189750} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1661 2025.02.25 04:22:19.175798 [ 274 ] {ec000641-2270-4518-8b35-c5cb36189750} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1662 2025.02.25 04:22:19.176040 [ 274 ] {ec000641-2270-4518-8b35-c5cb36189750} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1663 2025.02.25 04:22:19.176252 [ 274 ] {ec000641-2270-4518-8b35-c5cb36189750} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001535 sec., 5211.726384364822 rows/sec., 391.90 KiB/sec.
1664 2025.02.25 04:22:19.176307 [ 274 ] {ec000641-2270-4518-8b35-c5cb36189750} <Debug> TCPHandler: Processed in 0.001739526 sec.
1665 2025.02.25 04:22:19.176450 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1666 2025.02.25 04:22:19.176583 [ 281 ] {0d2b8c96-d0e2-4c04-8c99-e744fd543ad4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1667 2025.02.25 04:22:19.176646 [ 281 ] {0d2b8c96-d0e2-4c04-8c99-e744fd543ad4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1668 2025.02.25 04:22:19.177486 [ 281 ] {0d2b8c96-d0e2-4c04-8c99-e744fd543ad4} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1669 2025.02.25 04:22:19.177538 [ 281 ] {0d2b8c96-d0e2-4c04-8c99-e744fd543ad4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1670 2025.02.25 04:22:19.177922 [ 281 ] {0d2b8c96-d0e2-4c04-8c99-e744fd543ad4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1671 2025.02.25 04:22:19.178169 [ 281 ] {0d2b8c96-d0e2-4c04-8c99-e744fd543ad4} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1672 2025.02.25 04:22:19.178369 [ 281 ] {0d2b8c96-d0e2-4c04-8c99-e744fd543ad4} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001815 sec., 125619.8347107438 rows/sec., 8.51 MiB/sec.
1673 2025.02.25 04:22:19.178520 [ 281 ] {0d2b8c96-d0e2-4c04-8c99-e744fd543ad4} <Debug> TCPHandler: Processed in 0.002123982 sec.
1674 2025.02.25 04:22:19.178706 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1675 2025.02.25 04:22:19.178845 [ 274 ] {709b1b1c-98a5-4ffe-b862-1855a50ea726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1676 2025.02.25 04:22:19.178904 [ 274 ] {709b1b1c-98a5-4ffe-b862-1855a50ea726} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1677 2025.02.25 04:22:19.179798 [ 274 ] {709b1b1c-98a5-4ffe-b862-1855a50ea726} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1678 2025.02.25 04:22:19.179839 [ 274 ] {709b1b1c-98a5-4ffe-b862-1855a50ea726} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1679 2025.02.25 04:22:19.180224 [ 274 ] {709b1b1c-98a5-4ffe-b862-1855a50ea726} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1680 2025.02.25 04:22:19.180463 [ 274 ] {709b1b1c-98a5-4ffe-b862-1855a50ea726} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1681 2025.02.25 04:22:19.180681 [ 274 ] {709b1b1c-98a5-4ffe-b862-1855a50ea726} <Debug> executeQuery: Read 528 rows, 40.04 KiB in 0.001867 sec., 282806.64167113014 rows/sec., 20.95 MiB/sec.
1682 2025.02.25 04:22:19.180735 [ 274 ] {709b1b1c-98a5-4ffe-b862-1855a50ea726} <Debug> TCPHandler: Processed in 0.002096241 sec.
1683 2025.02.25 04:22:19.180913 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1684 2025.02.25 04:22:19.181060 [ 281 ] {b615f22c-061f-405a-bfae-a88e5d03e58a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1685 2025.02.25 04:22:19.181125 [ 281 ] {b615f22c-061f-405a-bfae-a88e5d03e58a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1686 2025.02.25 04:22:19.182479 [ 281 ] {b615f22c-061f-405a-bfae-a88e5d03e58a} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1687 2025.02.25 04:22:19.182514 [ 281 ] {b615f22c-061f-405a-bfae-a88e5d03e58a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1688 2025.02.25 04:22:19.183110 [ 281 ] {b615f22c-061f-405a-bfae-a88e5d03e58a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1689 2025.02.25 04:22:19.183361 [ 281 ] {b615f22c-061f-405a-bfae-a88e5d03e58a} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1690 2025.02.25 04:22:19.183586 [ 281 ] {b615f22c-061f-405a-bfae-a88e5d03e58a} <Debug> executeQuery: Read 2492 rows, 170.45 KiB in 0.002552 sec., 976489.0282131662 rows/sec., 65.22 MiB/sec.
1691 2025.02.25 04:22:19.183780 [ 281 ] {b615f22c-061f-405a-bfae-a88e5d03e58a} <Debug> TCPHandler: Processed in 0.002932543 sec.
1692 2025.02.25 04:22:19.183958 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1693 2025.02.25 04:22:19.184098 [ 274 ] {aef50450-ebcc-4e53-a331-bef4b81a6f37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1694 2025.02.25 04:22:19.184188 [ 274 ] {aef50450-ebcc-4e53-a331-bef4b81a6f37} <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
1695 2025.02.25 04:22:19.185326 [ 274 ] {aef50450-ebcc-4e53-a331-bef4b81a6f37} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1696 2025.02.25 04:22:19.185365 [ 274 ] {aef50450-ebcc-4e53-a331-bef4b81a6f37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1697 2025.02.25 04:22:19.185981 [ 274 ] {aef50450-ebcc-4e53-a331-bef4b81a6f37} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1698 2025.02.25 04:22:19.186251 [ 274 ] {aef50450-ebcc-4e53-a331-bef4b81a6f37} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1699 2025.02.25 04:22:19.186504 [ 274 ] {aef50450-ebcc-4e53-a331-bef4b81a6f37} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002437 sec., 3282.7246614690193 rows/sec., 5.88 MiB/sec.
1700 2025.02.25 04:22:19.186605 [ 274 ] {aef50450-ebcc-4e53-a331-bef4b81a6f37} <Debug> TCPHandler: Processed in 0.00271823 sec.
1701 2025.02.25 04:22:19.186774 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1702 2025.02.25 04:22:19.186917 [ 281 ] {0bd02680-3d37-405c-bfe4-d78a1e880758} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1703 2025.02.25 04:22:19.186978 [ 281 ] {0bd02680-3d37-405c-bfe4-d78a1e880758} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1704 2025.02.25 04:22:19.187542 [ 281 ] {0bd02680-3d37-405c-bfe4-d78a1e880758} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1705 2025.02.25 04:22:19.187583 [ 281 ] {0bd02680-3d37-405c-bfe4-d78a1e880758} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1706 2025.02.25 04:22:19.187956 [ 281 ] {0bd02680-3d37-405c-bfe4-d78a1e880758} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1707 2025.02.25 04:22:19.188213 [ 281 ] {0bd02680-3d37-405c-bfe4-d78a1e880758} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1708 2025.02.25 04:22:19.188392 [ 281 ] {0bd02680-3d37-405c-bfe4-d78a1e880758} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001509 sec., 7952.286282306163 rows/sec., 548.79 KiB/sec.
1709 2025.02.25 04:22:19.188444 [ 281 ] {0bd02680-3d37-405c-bfe4-d78a1e880758} <Debug> TCPHandler: Processed in 0.001738645 sec.
1710 2025.02.25 04:22:19.684308 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 86 entries to flush up to offset 252
1711 2025.02.25 04:22:19.688466 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1712 2025.02.25 04:22:19.688522 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1713 2025.02.25 04:22:19.690162 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1714 2025.02.25 04:22:19.690484 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1715 2025.02.25 04:22:19.691051 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 252
1716 2025.02.25 04:22:22.190930 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294
1717 2025.02.25 04:22:22.191600 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1718 2025.02.25 04:22:22.191648 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1719 2025.02.25 04:22:22.192186 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1720 2025.02.25 04:22:22.192464 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1721 2025.02.25 04:22:22.192720 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294
1722 2025.02.25 04:22:22.377685 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1723 2025.02.25 04:22:22.396935 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1724 2025.02.25 04:22:22.397000 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1725 2025.02.25 04:22:22.404456 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1726 2025.02.25 04:22:22.405250 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1727 2025.02.25 04:22:22.407801 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1728 2025.02.25 04:22:23.000273 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.90 MiB, peak 168.57 MiB, free memory in arenas 0.00 B, will set to 165.55 MiB (RSS), difference: 1.65 MiB
1729 2025.02.25 04:22:23.631443 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1730 2025.02.25 04:22:23.631625 [ 274 ] {efa926e3-4b1a-4c1b-8bd5-3f15f2758adb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1731 2025.02.25 04:22:23.631695 [ 274 ] {efa926e3-4b1a-4c1b-8bd5-3f15f2758adb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1732 2025.02.25 04:22:23.632467 [ 274 ] {efa926e3-4b1a-4c1b-8bd5-3f15f2758adb} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1733 2025.02.25 04:22:23.632524 [ 274 ] {efa926e3-4b1a-4c1b-8bd5-3f15f2758adb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1734 2025.02.25 04:22:23.632961 [ 274 ] {efa926e3-4b1a-4c1b-8bd5-3f15f2758adb} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1735 2025.02.25 04:22:23.633235 [ 274 ] {efa926e3-4b1a-4c1b-8bd5-3f15f2758adb} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1736 2025.02.25 04:22:23.633482 [ 274 ] {efa926e3-4b1a-4c1b-8bd5-3f15f2758adb} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001902 sec., 29442.691903259725 rows/sec., 2.25 MiB/sec.
1737 2025.02.25 04:22:23.633550 [ 274 ] {efa926e3-4b1a-4c1b-8bd5-3f15f2758adb} <Debug> TCPHandler: Processed in 0.002235534 sec.
1738 2025.02.25 04:22:23.633830 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1739 2025.02.25 04:22:23.634031 [ 281 ] {e6d90d35-72ae-42a3-add8-e5109ec4a619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1740 2025.02.25 04:22:23.634108 [ 281 ] {e6d90d35-72ae-42a3-add8-e5109ec4a619} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1741 2025.02.25 04:22:23.634920 [ 281 ] {e6d90d35-72ae-42a3-add8-e5109ec4a619} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1742 2025.02.25 04:22:23.634974 [ 281 ] {e6d90d35-72ae-42a3-add8-e5109ec4a619} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1743 2025.02.25 04:22:23.635430 [ 281 ] {e6d90d35-72ae-42a3-add8-e5109ec4a619} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1744 2025.02.25 04:22:23.635714 [ 281 ] {e6d90d35-72ae-42a3-add8-e5109ec4a619} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1745 2025.02.25 04:22:23.636013 [ 281 ] {e6d90d35-72ae-42a3-add8-e5109ec4a619} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002034 sec., 31465.09341199607 rows/sec., 2.46 MiB/sec.
1746 2025.02.25 04:22:23.636182 [ 281 ] {e6d90d35-72ae-42a3-add8-e5109ec4a619} <Debug> TCPHandler: Processed in 0.002503318 sec.
1747 2025.02.25 04:22:23.636347 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1748 2025.02.25 04:22:23.636477 [ 274 ] {cb360246-f5da-46d7-bb6e-09658406535a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1749 2025.02.25 04:22:23.636534 [ 274 ] {cb360246-f5da-46d7-bb6e-09658406535a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1750 2025.02.25 04:22:23.637111 [ 274 ] {cb360246-f5da-46d7-bb6e-09658406535a} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1751 2025.02.25 04:22:23.637153 [ 274 ] {cb360246-f5da-46d7-bb6e-09658406535a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1752 2025.02.25 04:22:23.637565 [ 274 ] {cb360246-f5da-46d7-bb6e-09658406535a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1753 2025.02.25 04:22:23.637822 [ 274 ] {cb360246-f5da-46d7-bb6e-09658406535a} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1754 2025.02.25 04:22:23.638043 [ 274 ] {cb360246-f5da-46d7-bb6e-09658406535a} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001597 sec., 80150.28177833438 rows/sec., 5.58 MiB/sec.
1755 2025.02.25 04:22:23.638104 [ 274 ] {cb360246-f5da-46d7-bb6e-09658406535a} <Debug> TCPHandler: Processed in 0.001814467 sec.
1756 2025.02.25 04:22:23.638281 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1757 2025.02.25 04:22:23.638413 [ 281 ] {621bed3f-abfb-456d-9d29-63501da2a3f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1758 2025.02.25 04:22:23.638470 [ 281 ] {621bed3f-abfb-456d-9d29-63501da2a3f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1759 2025.02.25 04:22:23.638995 [ 281 ] {621bed3f-abfb-456d-9d29-63501da2a3f8} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1760 2025.02.25 04:22:23.639038 [ 281 ] {621bed3f-abfb-456d-9d29-63501da2a3f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1761 2025.02.25 04:22:23.639439 [ 281 ] {621bed3f-abfb-456d-9d29-63501da2a3f8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1762 2025.02.25 04:22:23.639688 [ 281 ] {621bed3f-abfb-456d-9d29-63501da2a3f8} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1763 2025.02.25 04:22:23.639904 [ 281 ] {621bed3f-abfb-456d-9d29-63501da2a3f8} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001521 sec., 31558.185404339252 rows/sec., 2.13 MiB/sec.
1764 2025.02.25 04:22:23.639999 [ 281 ] {621bed3f-abfb-456d-9d29-63501da2a3f8} <Debug> TCPHandler: Processed in 0.001780936 sec.
1765 2025.02.25 04:22:28.638641 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1766 2025.02.25 04:22:28.638837 [ 274 ] {72074a68-5d84-47ef-8c15-a2aabc0d8c7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1767 2025.02.25 04:22:28.638907 [ 274 ] {72074a68-5d84-47ef-8c15-a2aabc0d8c7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1768 2025.02.25 04:22:28.639737 [ 274 ] {72074a68-5d84-47ef-8c15-a2aabc0d8c7b} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1769 2025.02.25 04:22:28.639790 [ 274 ] {72074a68-5d84-47ef-8c15-a2aabc0d8c7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
1770 2025.02.25 04:22:28.640248 [ 274 ] {72074a68-5d84-47ef-8c15-a2aabc0d8c7b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1771 2025.02.25 04:22:28.640498 [ 274 ] {72074a68-5d84-47ef-8c15-a2aabc0d8c7b} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1772 2025.02.25 04:22:28.640831 [ 274 ] {72074a68-5d84-47ef-8c15-a2aabc0d8c7b} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002035 sec., 104176.90417690418 rows/sec., 6.63 MiB/sec.
1773 2025.02.25 04:22:28.640980 [ 274 ] {72074a68-5d84-47ef-8c15-a2aabc0d8c7b} <Debug> TCPHandler: Processed in 0.002462986 sec.
1774 2025.02.25 04:22:28.641281 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1775 2025.02.25 04:22:28.641500 [ 281 ] {ee4a7e83-6397-4634-9c00-cbde038ede6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1776 2025.02.25 04:22:28.641585 [ 281 ] {ee4a7e83-6397-4634-9c00-cbde038ede6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1777 2025.02.25 04:22:28.642697 [ 281 ] {ee4a7e83-6397-4634-9c00-cbde038ede6b} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1778 2025.02.25 04:22:28.642744 [ 281 ] {ee4a7e83-6397-4634-9c00-cbde038ede6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
1779 2025.02.25 04:22:28.643277 [ 281 ] {ee4a7e83-6397-4634-9c00-cbde038ede6b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1780 2025.02.25 04:22:28.643536 [ 281 ] {ee4a7e83-6397-4634-9c00-cbde038ede6b} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1781 2025.02.25 04:22:28.643738 [ 281 ] {ee4a7e83-6397-4634-9c00-cbde038ede6b} <Debug> executeQuery: Read 617 rows, 49.35 KiB in 0.002299 sec., 268377.55545889516 rows/sec., 20.96 MiB/sec.
1782 2025.02.25 04:22:28.643806 [ 281 ] {ee4a7e83-6397-4634-9c00-cbde038ede6b} <Debug> TCPHandler: Processed in 0.002668019 sec.
1783 2025.02.25 04:22:28.643994 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1784 2025.02.25 04:22:28.644141 [ 274 ] {3b76d72a-e68f-4100-ae28-45113c01ba82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1785 2025.02.25 04:22:28.644201 [ 274 ] {3b76d72a-e68f-4100-ae28-45113c01ba82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1786 2025.02.25 04:22:28.644954 [ 274 ] {3b76d72a-e68f-4100-ae28-45113c01ba82} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1787 2025.02.25 04:22:28.644996 [ 274 ] {3b76d72a-e68f-4100-ae28-45113c01ba82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
1788 2025.02.25 04:22:28.645377 [ 274 ] {3b76d72a-e68f-4100-ae28-45113c01ba82} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1789 2025.02.25 04:22:28.645617 [ 274 ] {3b76d72a-e68f-4100-ae28-45113c01ba82} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1790 2025.02.25 04:22:28.645833 [ 274 ] {3b76d72a-e68f-4100-ae28-45113c01ba82} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001727 sec., 61378.11233352635 rows/sec., 3.61 MiB/sec.
1791 2025.02.25 04:22:28.645888 [ 274 ] {3b76d72a-e68f-4100-ae28-45113c01ba82} <Debug> TCPHandler: Processed in 0.001965349 sec.
1792 2025.02.25 04:22:28.646044 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1793 2025.02.25 04:22:28.646173 [ 281 ] {b12b118c-2586-40ff-b4e5-d50b3ffc5584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1794 2025.02.25 04:22:28.646227 [ 281 ] {b12b118c-2586-40ff-b4e5-d50b3ffc5584} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1795 2025.02.25 04:22:28.646879 [ 281 ] {b12b118c-2586-40ff-b4e5-d50b3ffc5584} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1796 2025.02.25 04:22:28.646920 [ 281 ] {b12b118c-2586-40ff-b4e5-d50b3ffc5584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
1797 2025.02.25 04:22:28.647300 [ 281 ] {b12b118c-2586-40ff-b4e5-d50b3ffc5584} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1798 2025.02.25 04:22:28.647550 [ 281 ] {b12b118c-2586-40ff-b4e5-d50b3ffc5584} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1799 2025.02.25 04:22:28.647761 [ 281 ] {b12b118c-2586-40ff-b4e5-d50b3ffc5584} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001617 sec., 69882.49845392702 rows/sec., 4.52 MiB/sec.
1800 2025.02.25 04:22:28.647876 [ 281 ] {b12b118c-2586-40ff-b4e5-d50b3ffc5584} <Debug> TCPHandler: Processed in 0.001889937 sec.
1801 2025.02.25 04:22:28.648032 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1802 2025.02.25 04:22:28.648152 [ 274 ] {88039da9-0a16-4e19-ab04-64b09c66a2fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1803 2025.02.25 04:22:28.648202 [ 274 ] {88039da9-0a16-4e19-ab04-64b09c66a2fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1804 2025.02.25 04:22:28.648826 [ 274 ] {88039da9-0a16-4e19-ab04-64b09c66a2fc} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1805 2025.02.25 04:22:28.648868 [ 274 ] {88039da9-0a16-4e19-ab04-64b09c66a2fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
1806 2025.02.25 04:22:28.649233 [ 274 ] {88039da9-0a16-4e19-ab04-64b09c66a2fc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1807 2025.02.25 04:22:28.649496 [ 274 ] {88039da9-0a16-4e19-ab04-64b09c66a2fc} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1808 2025.02.25 04:22:28.649777 [ 274 ] {88039da9-0a16-4e19-ab04-64b09c66a2fc} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001633 sec., 68585.42559706063 rows/sec., 3.91 MiB/sec.
1809 2025.02.25 04:22:28.649836 [ 274 ] {88039da9-0a16-4e19-ab04-64b09c66a2fc} <Debug> TCPHandler: Processed in 0.001862437 sec.
1810 2025.02.25 04:22:28.649993 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1811 2025.02.25 04:22:28.650135 [ 281 ] {f96fd8ec-1688-4626-be42-971830141780} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1812 2025.02.25 04:22:28.650195 [ 281 ] {f96fd8ec-1688-4626-be42-971830141780} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1813 2025.02.25 04:22:28.651039 [ 281 ] {f96fd8ec-1688-4626-be42-971830141780} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1814 2025.02.25 04:22:28.651079 [ 281 ] {f96fd8ec-1688-4626-be42-971830141780} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
1815 2025.02.25 04:22:28.651473 [ 281 ] {f96fd8ec-1688-4626-be42-971830141780} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1816 2025.02.25 04:22:28.651714 [ 281 ] {f96fd8ec-1688-4626-be42-971830141780} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1817 2025.02.25 04:22:28.651952 [ 281 ] {f96fd8ec-1688-4626-be42-971830141780} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001843 sec., 207270.75420510038 rows/sec., 14.62 MiB/sec.
1818 2025.02.25 04:22:28.652030 [ 281 ] {f96fd8ec-1688-4626-be42-971830141780} <Debug> TCPHandler: Processed in 0.002102621 sec.
1819 2025.02.25 04:22:28.652196 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1820 2025.02.25 04:22:28.652335 [ 274 ] {32752b26-caf4-4648-aad7-1a3c104b9f67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1821 2025.02.25 04:22:28.652397 [ 274 ] {32752b26-caf4-4648-aad7-1a3c104b9f67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1822 2025.02.25 04:22:28.652951 [ 274 ] {32752b26-caf4-4648-aad7-1a3c104b9f67} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1823 2025.02.25 04:22:28.652990 [ 274 ] {32752b26-caf4-4648-aad7-1a3c104b9f67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
1824 2025.02.25 04:22:28.653351 [ 274 ] {32752b26-caf4-4648-aad7-1a3c104b9f67} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1825 2025.02.25 04:22:28.653591 [ 274 ] {32752b26-caf4-4648-aad7-1a3c104b9f67} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1826 2025.02.25 04:22:28.653856 [ 274 ] {32752b26-caf4-4648-aad7-1a3c104b9f67} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001544 sec., 3886.0103626943005 rows/sec., 203.03 KiB/sec.
1827 2025.02.25 04:22:28.653917 [ 274 ] {32752b26-caf4-4648-aad7-1a3c104b9f67} <Debug> TCPHandler: Processed in 0.001789087 sec.
1828 2025.02.25 04:22:28.654075 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1829 2025.02.25 04:22:28.654215 [ 281 ] {e52ed7ce-f74f-4e8f-8af8-d4572e993982} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1830 2025.02.25 04:22:28.654278 [ 281 ] {e52ed7ce-f74f-4e8f-8af8-d4572e993982} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1831 2025.02.25 04:22:28.654963 [ 281 ] {e52ed7ce-f74f-4e8f-8af8-d4572e993982} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1832 2025.02.25 04:22:28.655003 [ 281 ] {e52ed7ce-f74f-4e8f-8af8-d4572e993982} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
1833 2025.02.25 04:22:28.655428 [ 281 ] {e52ed7ce-f74f-4e8f-8af8-d4572e993982} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1834 2025.02.25 04:22:28.655668 [ 281 ] {e52ed7ce-f74f-4e8f-8af8-d4572e993982} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1835 2025.02.25 04:22:28.655879 [ 281 ] {e52ed7ce-f74f-4e8f-8af8-d4572e993982} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001696 sec., 139740.56603773584 rows/sec., 9.37 MiB/sec.
1836 2025.02.25 04:22:28.655933 [ 281 ] {e52ed7ce-f74f-4e8f-8af8-d4572e993982} <Debug> TCPHandler: Processed in 0.001924789 sec.
1837 2025.02.25 04:22:28.656089 [ 274 ] {} <Trace> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1838 2025.02.25 04:22:28.656229 [ 274 ] {b6040da5-71b7-4b65-a229-43b4e06eb74f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1839 2025.02.25 04:22:28.656289 [ 274 ] {b6040da5-71b7-4b65-a229-43b4e06eb74f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1840 2025.02.25 04:22:28.656853 [ 274 ] {b6040da5-71b7-4b65-a229-43b4e06eb74f} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1841 2025.02.25 04:22:28.656894 [ 274 ] {b6040da5-71b7-4b65-a229-43b4e06eb74f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
1842 2025.02.25 04:22:28.657254 [ 274 ] {b6040da5-71b7-4b65-a229-43b4e06eb74f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1843 2025.02.25 04:22:28.657490 [ 274 ] {b6040da5-71b7-4b65-a229-43b4e06eb74f} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1844 2025.02.25 04:22:28.657717 [ 274 ] {b6040da5-71b7-4b65-a229-43b4e06eb74f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001519 sec., 658.3278472679394 rows/sec., 44.36 KiB/sec.
1845 2025.02.25 04:22:28.657767 [ 274 ] {b6040da5-71b7-4b65-a229-43b4e06eb74f} <Debug> TCPHandler: Processed in 0.001747016 sec.
1846 2025.02.25 04:22:28.657914 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1847 2025.02.25 04:22:28.658052 [ 281 ] {fbcc1dcf-ecee-4260-9351-3c6e69437953} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1848 2025.02.25 04:22:28.658113 [ 281 ] {fbcc1dcf-ecee-4260-9351-3c6e69437953} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1849 2025.02.25 04:22:28.658691 [ 281 ] {fbcc1dcf-ecee-4260-9351-3c6e69437953} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1850 2025.02.25 04:22:28.658739 [ 281 ] {fbcc1dcf-ecee-4260-9351-3c6e69437953} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
1851 2025.02.25 04:22:28.659134 [ 281 ] {fbcc1dcf-ecee-4260-9351-3c6e69437953} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1852 2025.02.25 04:22:28.659373 [ 281 ] {fbcc1dcf-ecee-4260-9351-3c6e69437953} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1853 2025.02.25 04:22:28.659572 [ 281 ] {fbcc1dcf-ecee-4260-9351-3c6e69437953} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001552 sec., 52835.051546391755 rows/sec., 3.36 MiB/sec.
1854 2025.02.25 04:22:28.659624 [ 281 ] {fbcc1dcf-ecee-4260-9351-3c6e69437953} <Debug> TCPHandler: Processed in 0.001774837 sec.
1855 2025.02.25 04:22:29.625971 [ 52 ] {} <Debug> DNSResolver: Updating DNS cache
1856 2025.02.25 04:22:29.626027 [ 52 ] {} <Debug> DNSResolver: Updated DNS cache
1857 2025.02.25 04:22:29.691522 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 280
1858 2025.02.25 04:22:29.693061 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721
1859 2025.02.25 04:22:29.697428 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1860 2025.02.25 04:22:29.697538 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
1861 2025.02.25 04:22:29.699587 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1862 2025.02.25 04:22:29.700470 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1863 2025.02.25 04:22:29.700713 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1864 2025.02.25 04:22:29.700861 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
1865 2025.02.25 04:22:29.701108 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
1866 2025.02.25 04:22:29.702860 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1867 2025.02.25 04:22:29.703205 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1868 2025.02.25 04:22:29.704168 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 280
1869 2025.02.25 04:22:29.907906 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
1870 2025.02.25 04:22:29.928437 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1871 2025.02.25 04:22:29.928495 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
1872 2025.02.25 04:22:29.935340 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1873 2025.02.25 04:22:29.936143 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1874 2025.02.25 04:22:29.939512 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
1875 2025.02.25 04:22:33.312959 [ 274 ] {} <Debug> TCPHandler: Done processing connection.
1876 2025.02.25 04:22:33.313066 [ 274 ] {} <Debug> TCP-Session: e5ac4618-fcb8-4ba6-bba9-1f89e415df0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1877 2025.02.25 04:22:33.626593 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1878 2025.02.25 04:22:33.627039 [ 281 ] {21a28c59-37e4-4290-be1f-2721073b0682} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) 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', '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)
1879 2025.02.25 04:22:33.627496 [ 281 ] {21a28c59-37e4-4290-be1f-2721073b0682} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1880 2025.02.25 04:22:33.627550 [ 281 ] {21a28c59-37e4-4290-be1f-2721073b0682} <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', '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
1881 2025.02.25 04:22:33.627924 [ 281 ] {21a28c59-37e4-4290-be1f-2721073b0682} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1882 2025.02.25 04:22:33.628009 [ 281 ] {21a28c59-37e4-4290-be1f-2721073b0682} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1883 2025.02.25 04:22:33.628193 [ 281 ] {21a28c59-37e4-4290-be1f-2721073b0682} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
1884 2025.02.25 04:22:33.628379 [ 286 ] {21a28c59-37e4-4290-be1f-2721073b0682} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1885 2025.02.25 04:22:33.628514 [ 291 ] {21a28c59-37e4-4290-be1f-2721073b0682} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1886 2025.02.25 04:22:33.628556 [ 288 ] {21a28c59-37e4-4290-be1f-2721073b0682} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1887 2025.02.25 04:22:33.628643 [ 289 ] {21a28c59-37e4-4290-be1f-2721073b0682} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1888 2025.02.25 04:22:33.628863 [ 281 ] {21a28c59-37e4-4290-be1f-2721073b0682} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
1889 2025.02.25 04:22:33.628900 [ 281 ] {21a28c59-37e4-4290-be1f-2721073b0682} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Spreading mark ranges among streams (default reading)
1890 2025.02.25 04:22:33.629032 [ 281 ] {21a28c59-37e4-4290-be1f-2721073b0682} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1891 2025.02.25 04:22:33.629057 [ 281 ] {21a28c59-37e4-4290-be1f-2721073b0682} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Reading approx. 36 rows with 3 streams
1892 2025.02.25 04:22:33.629104 [ 281 ] {21a28c59-37e4-4290-be1f-2721073b0682} <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', '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'))"
1893 2025.02.25 04:22:33.629153 [ 281 ] {21a28c59-37e4-4290-be1f-2721073b0682} <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', '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'))"
1894 2025.02.25 04:22:33.629201 [ 281 ] {21a28c59-37e4-4290-be1f-2721073b0682} <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', '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'))"
1895 2025.02.25 04:22:33.630965 [ 281 ] {21a28c59-37e4-4290-be1f-2721073b0682} <Debug> executeQuery: Read 36 rows, 1.34 KiB in 0.004145 sec., 8685.162846803378 rows/sec., 323.48 KiB/sec.
1896 2025.02.25 04:22:33.631187 [ 281 ] {21a28c59-37e4-4290-be1f-2721073b0682} <Debug> TCPHandler: Processed in 0.00478241 sec.
1897 2025.02.25 04:22:33.631630 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1898 2025.02.25 04:22:33.631917 [ 276 ] {7aaf6d86-0105-4537-8d81-f3a257346b1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) 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', '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)
1899 2025.02.25 04:22:33.632397 [ 276 ] {7aaf6d86-0105-4537-8d81-f3a257346b1f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1900 2025.02.25 04:22:33.632450 [ 276 ] {7aaf6d86-0105-4537-8d81-f3a257346b1f} <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', '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
1901 2025.02.25 04:22:33.632823 [ 276 ] {7aaf6d86-0105-4537-8d81-f3a257346b1f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1902 2025.02.25 04:22:33.632902 [ 276 ] {7aaf6d86-0105-4537-8d81-f3a257346b1f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1903 2025.02.25 04:22:33.633086 [ 276 ] {7aaf6d86-0105-4537-8d81-f3a257346b1f} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Key condition: (column 0 notIn 38-element set)
1904 2025.02.25 04:22:33.633254 [ 291 ] {7aaf6d86-0105-4537-8d81-f3a257346b1f} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1905 2025.02.25 04:22:33.633312 [ 288 ] {7aaf6d86-0105-4537-8d81-f3a257346b1f} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1906 2025.02.25 04:22:33.633319 [ 286 ] {7aaf6d86-0105-4537-8d81-f3a257346b1f} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1907 2025.02.25 04:22:33.633365 [ 289 ] {7aaf6d86-0105-4537-8d81-f3a257346b1f} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1908 2025.02.25 04:22:33.633494 [ 276 ] {7aaf6d86-0105-4537-8d81-f3a257346b1f} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
1909 2025.02.25 04:22:33.633525 [ 276 ] {7aaf6d86-0105-4537-8d81-f3a257346b1f} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Spreading mark ranges among streams (default reading)
1910 2025.02.25 04:22:33.633647 [ 276 ] {7aaf6d86-0105-4537-8d81-f3a257346b1f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1911 2025.02.25 04:22:33.633670 [ 276 ] {7aaf6d86-0105-4537-8d81-f3a257346b1f} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Reading approx. 36 rows with 3 streams
1912 2025.02.25 04:22:33.633716 [ 276 ] {7aaf6d86-0105-4537-8d81-f3a257346b1f} <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', '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'))"
1913 2025.02.25 04:22:33.633768 [ 276 ] {7aaf6d86-0105-4537-8d81-f3a257346b1f} <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', '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'))"
1914 2025.02.25 04:22:33.633815 [ 276 ] {7aaf6d86-0105-4537-8d81-f3a257346b1f} <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', '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'))"
1915 2025.02.25 04:22:33.635582 [ 276 ] {7aaf6d86-0105-4537-8d81-f3a257346b1f} <Debug> executeQuery: Read 36 rows, 1.34 KiB in 0.003796 sec., 9483.667017913593 rows/sec., 353.22 KiB/sec.
1916 2025.02.25 04:22:33.635773 [ 276 ] {7aaf6d86-0105-4537-8d81-f3a257346b1f} <Debug> TCPHandler: Processed in 0.004306503 sec.
1917 2025.02.25 04:22:33.636017 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1918 2025.02.25 04:22:33.636258 [ 281 ] {445f9ed4-c7b4-433e-94b6-a237cf2430e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) 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', '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)
1919 2025.02.25 04:22:33.636688 [ 281 ] {445f9ed4-c7b4-433e-94b6-a237cf2430e4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1920 2025.02.25 04:22:33.636749 [ 281 ] {445f9ed4-c7b4-433e-94b6-a237cf2430e4} <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', '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
1921 2025.02.25 04:22:33.637137 [ 281 ] {445f9ed4-c7b4-433e-94b6-a237cf2430e4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1922 2025.02.25 04:22:33.637206 [ 281 ] {445f9ed4-c7b4-433e-94b6-a237cf2430e4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1923 2025.02.25 04:22:33.637362 [ 281 ] {445f9ed4-c7b4-433e-94b6-a237cf2430e4} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Key condition: (column 0 notIn 39-element set)
1924 2025.02.25 04:22:33.637580 [ 288 ] {445f9ed4-c7b4-433e-94b6-a237cf2430e4} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1925 2025.02.25 04:22:33.637582 [ 286 ] {445f9ed4-c7b4-433e-94b6-a237cf2430e4} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1926 2025.02.25 04:22:33.637599 [ 291 ] {445f9ed4-c7b4-433e-94b6-a237cf2430e4} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1927 2025.02.25 04:22:33.637625 [ 289 ] {445f9ed4-c7b4-433e-94b6-a237cf2430e4} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1928 2025.02.25 04:22:33.637786 [ 281 ] {445f9ed4-c7b4-433e-94b6-a237cf2430e4} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
1929 2025.02.25 04:22:33.637814 [ 281 ] {445f9ed4-c7b4-433e-94b6-a237cf2430e4} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Spreading mark ranges among streams (default reading)
1930 2025.02.25 04:22:33.637932 [ 281 ] {445f9ed4-c7b4-433e-94b6-a237cf2430e4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1931 2025.02.25 04:22:33.637955 [ 281 ] {445f9ed4-c7b4-433e-94b6-a237cf2430e4} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Reading approx. 36 rows with 3 streams
1932 2025.02.25 04:22:33.638001 [ 281 ] {445f9ed4-c7b4-433e-94b6-a237cf2430e4} <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', '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'))"
1933 2025.02.25 04:22:33.638051 [ 281 ] {445f9ed4-c7b4-433e-94b6-a237cf2430e4} <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', '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'))"
1934 2025.02.25 04:22:33.638098 [ 281 ] {445f9ed4-c7b4-433e-94b6-a237cf2430e4} <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', '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'))"
1935 2025.02.25 04:22:33.639543 [ 281 ] {445f9ed4-c7b4-433e-94b6-a237cf2430e4} <Debug> executeQuery: Read 36 rows, 1.34 KiB in 0.003411 sec., 10554.089709762533 rows/sec., 393.09 KiB/sec.
1936 2025.02.25 04:22:33.639742 [ 281 ] {445f9ed4-c7b4-433e-94b6-a237cf2430e4} <Debug> TCPHandler: Processed in 0.003794506 sec.
1937 2025.02.25 04:22:33.648875 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1938 2025.02.25 04:22:33.648997 [ 281 ] {c37a6914-82dd-480f-b1b5-7bea26d5eefe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1939 2025.02.25 04:22:33.649058 [ 281 ] {c37a6914-82dd-480f-b1b5-7bea26d5eefe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1940 2025.02.25 04:22:33.649885 [ 281 ] {c37a6914-82dd-480f-b1b5-7bea26d5eefe} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1941 2025.02.25 04:22:33.649942 [ 281 ] {c37a6914-82dd-480f-b1b5-7bea26d5eefe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
1942 2025.02.25 04:22:33.650468 [ 281 ] {c37a6914-82dd-480f-b1b5-7bea26d5eefe} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1943 2025.02.25 04:22:33.650696 [ 281 ] {c37a6914-82dd-480f-b1b5-7bea26d5eefe} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1944 2025.02.25 04:22:33.651063 [ 281 ] {c37a6914-82dd-480f-b1b5-7bea26d5eefe} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.002079 sec., 1443.001443001443 rows/sec., 131.52 KiB/sec.
1945 2025.02.25 04:22:33.651322 [ 281 ] {c37a6914-82dd-480f-b1b5-7bea26d5eefe} <Debug> TCPHandler: Processed in 0.002499727 sec.
1946 2025.02.25 04:22:33.651550 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1947 2025.02.25 04:22:33.651788 [ 276 ] {a0df34ff-1a66-439d-8372-c440046a1ff7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1948 2025.02.25 04:22:33.651883 [ 276 ] {a0df34ff-1a66-439d-8372-c440046a1ff7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1949 2025.02.25 04:22:33.652696 [ 276 ] {a0df34ff-1a66-439d-8372-c440046a1ff7} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1950 2025.02.25 04:22:33.652742 [ 276 ] {a0df34ff-1a66-439d-8372-c440046a1ff7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
1951 2025.02.25 04:22:33.653170 [ 276 ] {a0df34ff-1a66-439d-8372-c440046a1ff7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1952 2025.02.25 04:22:33.653425 [ 276 ] {a0df34ff-1a66-439d-8372-c440046a1ff7} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1953 2025.02.25 04:22:33.653803 [ 276 ] {a0df34ff-1a66-439d-8372-c440046a1ff7} <Debug> executeQuery: Read 126 rows, 11.02 KiB in 0.002046 sec., 61583.57771260997 rows/sec., 5.26 MiB/sec.
1954 2025.02.25 04:22:33.654120 [ 276 ] {a0df34ff-1a66-439d-8372-c440046a1ff7} <Debug> TCPHandler: Processed in 0.00268454 sec.
1955 2025.02.25 04:22:33.654303 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1956 2025.02.25 04:22:33.654442 [ 281 ] {f3490fa1-75e4-4f9f-ad1e-7dcb8f04be94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1957 2025.02.25 04:22:33.654502 [ 281 ] {f3490fa1-75e4-4f9f-ad1e-7dcb8f04be94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1958 2025.02.25 04:22:33.655190 [ 281 ] {f3490fa1-75e4-4f9f-ad1e-7dcb8f04be94} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1959 2025.02.25 04:22:33.655230 [ 281 ] {f3490fa1-75e4-4f9f-ad1e-7dcb8f04be94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
1960 2025.02.25 04:22:33.655606 [ 281 ] {f3490fa1-75e4-4f9f-ad1e-7dcb8f04be94} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1961 2025.02.25 04:22:33.655866 [ 281 ] {f3490fa1-75e4-4f9f-ad1e-7dcb8f04be94} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1962 2025.02.25 04:22:33.656025 [ 48 ] {} <Debug> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1963 2025.02.25 04:22:33.656107 [ 48 ] {} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1964 2025.02.25 04:22:33.656121 [ 281 ] {f3490fa1-75e4-4f9f-ad1e-7dcb8f04be94} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.001701 sec., 20576.1316872428 rows/sec., 1.51 MiB/sec.
1965 2025.02.25 04:22:33.656157 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
1966 2025.02.25 04:22:33.656270 [ 281 ] {f3490fa1-75e4-4f9f-ad1e-7dcb8f04be94} <Debug> TCPHandler: Processed in 0.00202646 sec.
1967 2025.02.25 04:22:33.656617 [ 189 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::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
1968 2025.02.25 04:22:33.656749 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1969 2025.02.25 04:22:33.656842 [ 189 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1970 2025.02.25 04:22:33.656892 [ 189 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::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
1971 2025.02.25 04:22:33.657198 [ 189 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::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
1972 2025.02.25 04:22:33.657230 [ 276 ] {b303b9b8-b34f-4040-89a1-e5a411d3a024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1973 2025.02.25 04:22:33.657445 [ 276 ] {b303b9b8-b34f-4040-89a1-e5a411d3a024} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1974 2025.02.25 04:22:33.657476 [ 189 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 106 rows starting from the beginning of the part
1975 2025.02.25 04:22:33.657818 [ 189 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::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
1976 2025.02.25 04:22:33.658128 [ 189 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 106 rows starting from the beginning of the part
1977 2025.02.25 04:22:33.658470 [ 189 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 35 rows starting from the beginning of the part
1978 2025.02.25 04:22:33.660306 [ 276 ] {b303b9b8-b34f-4040-89a1-e5a411d3a024} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1979 2025.02.25 04:22:33.660384 [ 276 ] {b303b9b8-b34f-4040-89a1-e5a411d3a024} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
1980 2025.02.25 04:22:33.661608 [ 276 ] {b303b9b8-b34f-4040-89a1-e5a411d3a024} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1981 2025.02.25 04:22:33.661617 [ 194 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 271 rows, containing 5 columns (5 merged, 0 gathered) in 0.005290998 sec., 51219.07057987926 rows/sec., 3.37 MiB/sec.
1982 2025.02.25 04:22:33.661874 [ 194 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1983 2025.02.25 04:22:33.662063 [ 276 ] {b303b9b8-b34f-4040-89a1-e5a411d3a024} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1984 2025.02.25 04:22:33.662624 [ 276 ] {b303b9b8-b34f-4040-89a1-e5a411d3a024} <Debug> executeQuery: Read 111 rows, 8.88 KiB in 0.005553 sec., 19989.19502971367 rows/sec., 1.56 MiB/sec.
1985 2025.02.25 04:22:33.662640 [ 194 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_6_1} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1986 2025.02.25 04:22:33.662798 [ 276 ] {b303b9b8-b34f-4040-89a1-e5a411d3a024} <Debug> TCPHandler: Processed in 0.006226042 sec.
1987 2025.02.25 04:22:33.662865 [ 194 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_6_1} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1988 2025.02.25 04:22:33.663006 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1989 2025.02.25 04:22:33.663017 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
1990 2025.02.25 04:22:33.663128 [ 281 ] {efa77379-a8de-47f0-b5ba-a6fc8797d8e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1991 2025.02.25 04:22:33.663180 [ 281 ] {efa77379-a8de-47f0-b5ba-a6fc8797d8e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1992 2025.02.25 04:22:33.663749 [ 281 ] {efa77379-a8de-47f0-b5ba-a6fc8797d8e5} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1993 2025.02.25 04:22:33.663787 [ 281 ] {efa77379-a8de-47f0-b5ba-a6fc8797d8e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
1994 2025.02.25 04:22:33.664184 [ 281 ] {efa77379-a8de-47f0-b5ba-a6fc8797d8e5} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1995 2025.02.25 04:22:33.664430 [ 281 ] {efa77379-a8de-47f0-b5ba-a6fc8797d8e5} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1996 2025.02.25 04:22:33.664744 [ 281 ] {efa77379-a8de-47f0-b5ba-a6fc8797d8e5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00162 sec., 98765.43209876544 rows/sec., 6.88 MiB/sec.
1997 2025.02.25 04:22:33.665091 [ 281 ] {efa77379-a8de-47f0-b5ba-a6fc8797d8e5} <Debug> TCPHandler: Processed in 0.002166692 sec.
1998 2025.02.25 04:22:33.665268 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1999 2025.02.25 04:22:33.665408 [ 276 ] {9385f2e0-3604-462d-ba9b-8aba955bc46f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2000 2025.02.25 04:22:33.665501 [ 276 ] {9385f2e0-3604-462d-ba9b-8aba955bc46f} <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
2001 2025.02.25 04:22:33.666814 [ 276 ] {9385f2e0-3604-462d-ba9b-8aba955bc46f} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2002 2025.02.25 04:22:33.666855 [ 276 ] {9385f2e0-3604-462d-ba9b-8aba955bc46f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
2003 2025.02.25 04:22:33.667535 [ 276 ] {9385f2e0-3604-462d-ba9b-8aba955bc46f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2004 2025.02.25 04:22:33.667793 [ 276 ] {9385f2e0-3604-462d-ba9b-8aba955bc46f} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2005 2025.02.25 04:22:33.668232 [ 276 ] {9385f2e0-3604-462d-ba9b-8aba955bc46f} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002828 sec., 12376.237623762378 rows/sec., 22.18 MiB/sec.
2006 2025.02.25 04:22:33.668440 [ 276 ] {9385f2e0-3604-462d-ba9b-8aba955bc46f} <Debug> TCPHandler: Processed in 0.003238858 sec.
2007 2025.02.25 04:22:33.668681 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2008 2025.02.25 04:22:33.668904 [ 281 ] {bebf85dd-c806-4c50-9130-c71a5651bcbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2009 2025.02.25 04:22:33.668999 [ 281 ] {bebf85dd-c806-4c50-9130-c71a5651bcbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2010 2025.02.25 04:22:33.669506 [ 281 ] {bebf85dd-c806-4c50-9130-c71a5651bcbc} <Trace> oximeter.measurements_i64 (e4b9964f-e5ac-4ebf-90c8-bd3c011eb754): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2011 2025.02.25 04:22:33.669547 [ 281 ] {bebf85dd-c806-4c50-9130-c71a5651bcbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
2012 2025.02.25 04:22:33.669941 [ 281 ] {bebf85dd-c806-4c50-9130-c71a5651bcbc} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2013 2025.02.25 04:22:33.670188 [ 281 ] {bebf85dd-c806-4c50-9130-c71a5651bcbc} <Trace> oximeter.measurements_i64 (e4b9964f-e5ac-4ebf-90c8-bd3c011eb754): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2014 2025.02.25 04:22:33.670541 [ 281 ] {bebf85dd-c806-4c50-9130-c71a5651bcbc} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.001672 sec., 12559.80861244019 rows/sec., 938.01 KiB/sec.
2015 2025.02.25 04:22:33.670616 [ 281 ] {bebf85dd-c806-4c50-9130-c71a5651bcbc} <Debug> TCPHandler: Processed in 0.00204358 sec.
2016 2025.02.25 04:22:33.670764 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2017 2025.02.25 04:22:33.670882 [ 276 ] {7a4e6608-12cc-4961-a43c-d27a7794b6c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2018 2025.02.25 04:22:33.670935 [ 276 ] {7a4e6608-12cc-4961-a43c-d27a7794b6c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2019 2025.02.25 04:22:33.671438 [ 276 ] {7a4e6608-12cc-4961-a43c-d27a7794b6c7} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2020 2025.02.25 04:22:33.671479 [ 276 ] {7a4e6608-12cc-4961-a43c-d27a7794b6c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
2021 2025.02.25 04:22:33.671859 [ 276 ] {7a4e6608-12cc-4961-a43c-d27a7794b6c7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2022 2025.02.25 04:22:33.672142 [ 276 ] {7a4e6608-12cc-4961-a43c-d27a7794b6c7} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2023 2025.02.25 04:22:33.672358 [ 276 ] {7a4e6608-12cc-4961-a43c-d27a7794b6c7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001501 sec., 39973.35109926716 rows/sec., 2.69 MiB/sec.
2024 2025.02.25 04:22:33.672414 [ 276 ] {7a4e6608-12cc-4961-a43c-d27a7794b6c7} <Debug> TCPHandler: Processed in 0.001707446 sec.
2025 2025.02.25 04:22:37.201283 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209
2026 2025.02.25 04:22:37.201951 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2027 2025.02.25 04:22:37.202005 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
2028 2025.02.25 04:22:37.202539 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2029 2025.02.25 04:22:37.202806 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2030 2025.02.25 04:22:37.203154 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209
2031 2025.02.25 04:22:37.439611 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
2032 2025.02.25 04:22:37.459669 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2033 2025.02.25 04:22:37.459730 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
2034 2025.02.25 04:22:37.467312 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2035 2025.02.25 04:22:37.468094 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2036 2025.02.25 04:22:37.470918 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
2037 2025.02.25 04:22:38.639031 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2038 2025.02.25 04:22:38.639236 [ 281 ] {d1abd613-569b-4184-808a-e257dc96ae43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2039 2025.02.25 04:22:38.639311 [ 281 ] {d1abd613-569b-4184-808a-e257dc96ae43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2040 2025.02.25 04:22:38.640225 [ 281 ] {d1abd613-569b-4184-808a-e257dc96ae43} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2041 2025.02.25 04:22:38.640275 [ 281 ] {d1abd613-569b-4184-808a-e257dc96ae43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
2042 2025.02.25 04:22:38.640747 [ 281 ] {d1abd613-569b-4184-808a-e257dc96ae43} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2043 2025.02.25 04:22:38.641022 [ 281 ] {d1abd613-569b-4184-808a-e257dc96ae43} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2044 2025.02.25 04:22:38.641287 [ 281 ] {d1abd613-569b-4184-808a-e257dc96ae43} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002103 sec., 100808.36899667143 rows/sec., 6.41 MiB/sec.
2045 2025.02.25 04:22:38.641363 [ 281 ] {d1abd613-569b-4184-808a-e257dc96ae43} <Debug> TCPHandler: Processed in 0.002477487 sec.
2046 2025.02.25 04:22:38.641631 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2047 2025.02.25 04:22:38.641823 [ 276 ] {bef8da1c-b8ee-4d4c-b708-65c736faf749} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2048 2025.02.25 04:22:38.641897 [ 276 ] {bef8da1c-b8ee-4d4c-b708-65c736faf749} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2049 2025.02.25 04:22:38.642917 [ 276 ] {bef8da1c-b8ee-4d4c-b708-65c736faf749} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2050 2025.02.25 04:22:38.642969 [ 276 ] {bef8da1c-b8ee-4d4c-b708-65c736faf749} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
2051 2025.02.25 04:22:38.643446 [ 276 ] {bef8da1c-b8ee-4d4c-b708-65c736faf749} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2052 2025.02.25 04:22:38.643720 [ 276 ] {bef8da1c-b8ee-4d4c-b708-65c736faf749} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2053 2025.02.25 04:22:38.643899 [ 41 ] {} <Debug> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2054 2025.02.25 04:22:38.643978 [ 41 ] {} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2055 2025.02.25 04:22:38.643983 [ 276 ] {bef8da1c-b8ee-4d4c-b708-65c736faf749} <Debug> executeQuery: Read 617 rows, 49.35 KiB in 0.002202 sec., 280199.8183469573 rows/sec., 21.89 MiB/sec.
2056 2025.02.25 04:22:38.644019 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
2057 2025.02.25 04:22:38.644153 [ 276 ] {bef8da1c-b8ee-4d4c-b708-65c736faf749} <Debug> TCPHandler: Processed in 0.002658039 sec.
2058 2025.02.25 04:22:38.644271 [ 192 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::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
2059 2025.02.25 04:22:38.644357 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2060 2025.02.25 04:22:38.644466 [ 192 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2061 2025.02.25 04:22:38.644547 [ 192 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 633 rows starting from the beginning of the part
2062 2025.02.25 04:22:38.644601 [ 281 ] {f044698f-32df-40d6-851c-5b63d4312251} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2063 2025.02.25 04:22:38.644754 [ 192 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1212 rows starting from the beginning of the part
2064 2025.02.25 04:22:38.644772 [ 281 ] {f044698f-32df-40d6-851c-5b63d4312251} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2065 2025.02.25 04:22:38.645088 [ 192 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::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
2066 2025.02.25 04:22:38.645468 [ 192 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 617 rows starting from the beginning of the part
2067 2025.02.25 04:22:38.645904 [ 192 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 126 rows starting from the beginning of the part
2068 2025.02.25 04:22:38.646312 [ 192 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 617 rows starting from the beginning of the part
2069 2025.02.25 04:22:38.647826 [ 281 ] {f044698f-32df-40d6-851c-5b63d4312251} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2070 2025.02.25 04:22:38.647900 [ 281 ] {f044698f-32df-40d6-851c-5b63d4312251} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2071 2025.02.25 04:22:38.648970 [ 281 ] {f044698f-32df-40d6-851c-5b63d4312251} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2072 2025.02.25 04:22:38.649327 [ 281 ] {f044698f-32df-40d6-851c-5b63d4312251} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2073 2025.02.25 04:22:38.649730 [ 281 ] {f044698f-32df-40d6-851c-5b63d4312251} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.005191 sec., 20419.957618955883 rows/sec., 1.20 MiB/sec.
2074 2025.02.25 04:22:38.650102 [ 281 ] {f044698f-32df-40d6-851c-5b63d4312251} <Debug> TCPHandler: Processed in 0.005814527 sec.
2075 2025.02.25 04:22:38.650232 [ 189 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3261 rows, containing 5 columns (5 merged, 0 gathered) in 0.00607645 sec., 536662.031284714 rows/sec., 44.98 MiB/sec.
2076 2025.02.25 04:22:38.650335 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2077 2025.02.25 04:22:38.650518 [ 276 ] {b3f7cae1-3e81-4b3f-bd52-fc5dbbdce7cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2078 2025.02.25 04:22:38.650612 [ 276 ] {b3f7cae1-3e81-4b3f-bd52-fc5dbbdce7cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2079 2025.02.25 04:22:38.650634 [ 198 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2080 2025.02.25 04:22:38.651342 [ 198 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_11_2} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2081 2025.02.25 04:22:38.651507 [ 198 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_11_2} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2082 2025.02.25 04:22:38.651658 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
2083 2025.02.25 04:22:38.651907 [ 276 ] {b3f7cae1-3e81-4b3f-bd52-fc5dbbdce7cb} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2084 2025.02.25 04:22:38.651954 [ 276 ] {b3f7cae1-3e81-4b3f-bd52-fc5dbbdce7cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
2085 2025.02.25 04:22:38.652335 [ 276 ] {b3f7cae1-3e81-4b3f-bd52-fc5dbbdce7cb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2086 2025.02.25 04:22:38.652584 [ 276 ] {b3f7cae1-3e81-4b3f-bd52-fc5dbbdce7cb} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2087 2025.02.25 04:22:38.652806 [ 276 ] {b3f7cae1-3e81-4b3f-bd52-fc5dbbdce7cb} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002354 sec., 48003.39847068819 rows/sec., 3.11 MiB/sec.
2088 2025.02.25 04:22:38.652869 [ 276 ] {b3f7cae1-3e81-4b3f-bd52-fc5dbbdce7cb} <Debug> TCPHandler: Processed in 0.002616939 sec.
2089 2025.02.25 04:22:38.653039 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2090 2025.02.25 04:22:38.653185 [ 281 ] {3d210fad-20c5-4c73-bf57-0f5b675af0a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2091 2025.02.25 04:22:38.653247 [ 281 ] {3d210fad-20c5-4c73-bf57-0f5b675af0a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2092 2025.02.25 04:22:38.654000 [ 281 ] {3d210fad-20c5-4c73-bf57-0f5b675af0a1} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2093 2025.02.25 04:22:38.654050 [ 281 ] {3d210fad-20c5-4c73-bf57-0f5b675af0a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
2094 2025.02.25 04:22:38.654438 [ 281 ] {3d210fad-20c5-4c73-bf57-0f5b675af0a1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2095 2025.02.25 04:22:38.654692 [ 281 ] {3d210fad-20c5-4c73-bf57-0f5b675af0a1} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2096 2025.02.25 04:22:38.654970 [ 281 ] {3d210fad-20c5-4c73-bf57-0f5b675af0a1} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001811 sec., 61844.284925455555 rows/sec., 3.52 MiB/sec.
2097 2025.02.25 04:22:38.655059 [ 281 ] {3d210fad-20c5-4c73-bf57-0f5b675af0a1} <Debug> TCPHandler: Processed in 0.002088461 sec.
2098 2025.02.25 04:22:38.655218 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2099 2025.02.25 04:22:38.655357 [ 276 ] {04322ae0-c043-498c-8799-1135b911a85e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2100 2025.02.25 04:22:38.655417 [ 276 ] {04322ae0-c043-498c-8799-1135b911a85e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2101 2025.02.25 04:22:38.656274 [ 276 ] {04322ae0-c043-498c-8799-1135b911a85e} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2102 2025.02.25 04:22:38.656315 [ 276 ] {04322ae0-c043-498c-8799-1135b911a85e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
2103 2025.02.25 04:22:38.656706 [ 276 ] {04322ae0-c043-498c-8799-1135b911a85e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2104 2025.02.25 04:22:38.656946 [ 276 ] {04322ae0-c043-498c-8799-1135b911a85e} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2105 2025.02.25 04:22:38.657114 [ 41 ] {} <Debug> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2106 2025.02.25 04:22:38.657176 [ 41 ] {} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2107 2025.02.25 04:22:38.657207 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
2108 2025.02.25 04:22:38.657224 [ 276 ] {04322ae0-c043-498c-8799-1135b911a85e} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.00189 sec., 202116.4021164021 rows/sec., 14.25 MiB/sec.
2109 2025.02.25 04:22:38.657443 [ 276 ] {04322ae0-c043-498c-8799-1135b911a85e} <Debug> TCPHandler: Processed in 0.002283294 sec.
2110 2025.02.25 04:22:38.657488 [ 192 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::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
2111 2025.02.25 04:22:38.657651 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2112 2025.02.25 04:22:38.657682 [ 192 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2113 2025.02.25 04:22:38.657733 [ 192 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 390 rows starting from the beginning of the part
2114 2025.02.25 04:22:38.657966 [ 281 ] {2d74020a-d33a-42f5-961f-e5de642fc583} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2115 2025.02.25 04:22:38.658007 [ 192 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 528 rows starting from the beginning of the part
2116 2025.02.25 04:22:38.658146 [ 281 ] {2d74020a-d33a-42f5-961f-e5de642fc583} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2117 2025.02.25 04:22:38.658326 [ 192 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::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
2118 2025.02.25 04:22:38.658879 [ 192 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 382 rows starting from the beginning of the part
2119 2025.02.25 04:22:38.659288 [ 192 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 111 rows starting from the beginning of the part
2120 2025.02.25 04:22:38.659722 [ 192 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 382 rows starting from the beginning of the part
2121 2025.02.25 04:22:38.660816 [ 281 ] {2d74020a-d33a-42f5-961f-e5de642fc583} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2122 2025.02.25 04:22:38.660894 [ 281 ] {2d74020a-d33a-42f5-961f-e5de642fc583} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2123 2025.02.25 04:22:38.662022 [ 281 ] {2d74020a-d33a-42f5-961f-e5de642fc583} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2124 2025.02.25 04:22:38.662417 [ 281 ] {2d74020a-d33a-42f5-961f-e5de642fc583} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2125 2025.02.25 04:22:38.662954 [ 281 ] {2d74020a-d33a-42f5-961f-e5de642fc583} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005116 sec., 1172.7912431587179 rows/sec., 61.27 KiB/sec.
2126 2025.02.25 04:22:38.663028 [ 198 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1857 rows, containing 5 columns (5 merged, 0 gathered) in 0.005730225 sec., 324071.04433072 rows/sec., 24.66 MiB/sec.
2127 2025.02.25 04:22:38.663052 [ 281 ] {2d74020a-d33a-42f5-961f-e5de642fc583} <Debug> TCPHandler: Processed in 0.005506522 sec.
2128 2025.02.25 04:22:38.663238 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2129 2025.02.25 04:22:38.663247 [ 192 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2130 2025.02.25 04:22:38.663420 [ 276 ] {764e845c-a17f-4118-bb09-7a186494806b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2131 2025.02.25 04:22:38.663525 [ 276 ] {764e845c-a17f-4118-bb09-7a186494806b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2132 2025.02.25 04:22:38.663743 [ 192 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_11_2} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2133 2025.02.25 04:22:38.663990 [ 192 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_11_2} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2134 2025.02.25 04:22:38.664151 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
2135 2025.02.25 04:22:38.664555 [ 276 ] {764e845c-a17f-4118-bb09-7a186494806b} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2136 2025.02.25 04:22:38.664604 [ 276 ] {764e845c-a17f-4118-bb09-7a186494806b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
2137 2025.02.25 04:22:38.665021 [ 276 ] {764e845c-a17f-4118-bb09-7a186494806b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2138 2025.02.25 04:22:38.665262 [ 276 ] {764e845c-a17f-4118-bb09-7a186494806b} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2139 2025.02.25 04:22:38.665417 [ 41 ] {} <Debug> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2140 2025.02.25 04:22:38.665478 [ 41 ] {} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2141 2025.02.25 04:22:38.665507 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
2142 2025.02.25 04:22:38.665537 [ 276 ] {764e845c-a17f-4118-bb09-7a186494806b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00216 sec., 109722.22222222222 rows/sec., 7.35 MiB/sec.
2143 2025.02.25 04:22:38.665655 [ 276 ] {764e845c-a17f-4118-bb09-7a186494806b} <Debug> TCPHandler: Processed in 0.002501447 sec.
2144 2025.02.25 04:22:38.665694 [ 199 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::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
2145 2025.02.25 04:22:38.665819 [ 199 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2146 2025.02.25 04:22:38.665838 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2147 2025.02.25 04:22:38.665870 [ 199 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1005 rows starting from the beginning of the part
2148 2025.02.25 04:22:38.666147 [ 281 ] {f5bb8a0e-efc2-4ca5-8d31-4c28df594275} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2149 2025.02.25 04:22:38.666222 [ 199 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2492 rows starting from the beginning of the part
2150 2025.02.25 04:22:38.666298 [ 281 ] {f5bb8a0e-efc2-4ca5-8d31-4c28df594275} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2151 2025.02.25 04:22:38.666455 [ 199 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 128 rows starting from the beginning of the part
2152 2025.02.25 04:22:38.666927 [ 199 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::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
2153 2025.02.25 04:22:38.667324 [ 199 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::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
2154 2025.02.25 04:22:38.667687 [ 199 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::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
2155 2025.02.25 04:22:38.668626 [ 281 ] {f5bb8a0e-efc2-4ca5-8d31-4c28df594275} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2156 2025.02.25 04:22:38.668694 [ 281 ] {f5bb8a0e-efc2-4ca5-8d31-4c28df594275} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2157 2025.02.25 04:22:38.669362 [ 281 ] {f5bb8a0e-efc2-4ca5-8d31-4c28df594275} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2158 2025.02.25 04:22:38.669897 [ 281 ] {f5bb8a0e-efc2-4ca5-8d31-4c28df594275} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2159 2025.02.25 04:22:38.670527 [ 281 ] {f5bb8a0e-efc2-4ca5-8d31-4c28df594275} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004491 sec., 222.667557336896 rows/sec., 15.00 KiB/sec.
2160 2025.02.25 04:22:38.670595 [ 281 ] {f5bb8a0e-efc2-4ca5-8d31-4c28df594275} <Debug> TCPHandler: Processed in 0.004839701 sec.
2161 2025.02.25 04:22:38.670807 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2162 2025.02.25 04:22:38.670963 [ 199 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4259 rows, containing 5 columns (5 merged, 0 gathered) in 0.00537521 sec., 792341.1364393205 rows/sec., 53.52 MiB/sec.
2163 2025.02.25 04:22:38.670988 [ 276 ] {e97e466c-9f05-4eff-961b-625655e0083c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2164 2025.02.25 04:22:38.671055 [ 276 ] {e97e466c-9f05-4eff-961b-625655e0083c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2165 2025.02.25 04:22:38.671401 [ 192 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2166 2025.02.25 04:22:38.671790 [ 276 ] {e97e466c-9f05-4eff-961b-625655e0083c} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2167 2025.02.25 04:22:38.671848 [ 276 ] {e97e466c-9f05-4eff-961b-625655e0083c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
2168 2025.02.25 04:22:38.672001 [ 192 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2169 2025.02.25 04:22:38.672155 [ 192 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2170 2025.02.25 04:22:38.672306 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB.
2171 2025.02.25 04:22:38.672487 [ 276 ] {e97e466c-9f05-4eff-961b-625655e0083c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2172 2025.02.25 04:22:38.672732 [ 276 ] {e97e466c-9f05-4eff-961b-625655e0083c} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2173 2025.02.25 04:22:38.672904 [ 41 ] {} <Debug> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2174 2025.02.25 04:22:38.672965 [ 41 ] {} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2175 2025.02.25 04:22:38.672979 [ 276 ] {e97e466c-9f05-4eff-961b-625655e0083c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002015 sec., 40694.78908188586 rows/sec., 2.58 MiB/sec.
2176 2025.02.25 04:22:38.673003 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
2177 2025.02.25 04:22:38.673162 [ 276 ] {e97e466c-9f05-4eff-961b-625655e0083c} <Debug> TCPHandler: Processed in 0.002467807 sec.
2178 2025.02.25 04:22:38.673363 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
2179 2025.02.25 04:22:38.673536 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2180 2025.02.25 04:22:38.673569 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 370 rows starting from the beginning of the part
2181 2025.02.25 04:22:38.673683 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part
2182 2025.02.25 04:22:38.673888 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part
2183 2025.02.25 04:22:38.674004 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
2184 2025.02.25 04:22:38.674201 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
2185 2025.02.25 04:22:38.674278 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
2186 2025.02.25 04:22:38.675423 [ 199 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 654 rows, containing 4 columns (4 merged, 0 gathered) in 0.002287534 sec., 285897.38994043367 rows/sec., 18.85 MiB/sec.
2187 2025.02.25 04:22:38.675573 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2188 2025.02.25 04:22:38.675850 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_11_2} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2189 2025.02.25 04:22:38.675930 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_11_2} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2190 2025.02.25 04:22:38.675999 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
2191 2025.02.25 04:22:39.704493 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 322
2192 2025.02.25 04:22:39.708405 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2193 2025.02.25 04:22:39.708470 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
2194 2025.02.25 04:22:39.710046 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2195 2025.02.25 04:22:39.710384 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2196 2025.02.25 04:22:39.710595 [ 39 ] {} <Debug> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2197 2025.02.25 04:22:39.710714 [ 39 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2198 2025.02.25 04:22:39.710776 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
2199 2025.02.25 04:22:39.711364 [ 196 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::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
2200 2025.02.25 04:22:39.712339 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 322
2201 2025.02.25 04:22:39.712758 [ 196 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2202 2025.02.25 04:22:39.712961 [ 196 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::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
2203 2025.02.25 04:22:39.713642 [ 196 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 54 rows starting from the beginning of the part
2204 2025.02.25 04:22:39.714293 [ 196 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part
2205 2025.02.25 04:22:39.714923 [ 196 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 86 rows starting from the beginning of the part
2206 2025.02.25 04:22:39.715558 [ 196 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 28 rows starting from the beginning of the part
2207 2025.02.25 04:22:39.716138 [ 196 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 42 rows starting from the beginning of the part
2208 2025.02.25 04:22:39.724456 [ 199 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 322 rows, containing 72 columns (72 merged, 0 gathered) in 0.013539111 sec., 23782.95000314275 rows/sec., 24.04 MiB/sec.
2209 2025.02.25 04:22:39.725518 [ 195 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2210 2025.02.25 04:22:39.726349 [ 195 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_6_1} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2211 2025.02.25 04:22:39.726443 [ 195 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_6_1} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2212 2025.02.25 04:22:39.726761 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.68 MiB.
2213 2025.02.25 04:22:43.633778 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2214 2025.02.25 04:22:43.633989 [ 281 ] {70679f47-99be-41be-a110-fba14d3431d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2215 2025.02.25 04:22:43.634063 [ 281 ] {70679f47-99be-41be-a110-fba14d3431d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2216 2025.02.25 04:22:43.634880 [ 281 ] {70679f47-99be-41be-a110-fba14d3431d8} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2217 2025.02.25 04:22:43.634930 [ 281 ] {70679f47-99be-41be-a110-fba14d3431d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2218 2025.02.25 04:22:43.635384 [ 281 ] {70679f47-99be-41be-a110-fba14d3431d8} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2219 2025.02.25 04:22:43.635652 [ 281 ] {70679f47-99be-41be-a110-fba14d3431d8} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2220 2025.02.25 04:22:43.635874 [ 281 ] {70679f47-99be-41be-a110-fba14d3431d8} <Debug> executeQuery: Read 126 rows, 11.02 KiB in 0.001941 sec., 64914.99227202473 rows/sec., 5.55 MiB/sec.
2221 2025.02.25 04:22:43.635988 [ 281 ] {70679f47-99be-41be-a110-fba14d3431d8} <Debug> TCPHandler: Processed in 0.002355035 sec.
2222 2025.02.25 04:22:43.636261 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2223 2025.02.25 04:22:43.636503 [ 276 ] {9d48c684-8e05-4023-9a9b-8c259d185b4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2224 2025.02.25 04:22:43.636596 [ 276 ] {9d48c684-8e05-4023-9a9b-8c259d185b4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2225 2025.02.25 04:22:43.637520 [ 276 ] {9d48c684-8e05-4023-9a9b-8c259d185b4c} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2226 2025.02.25 04:22:43.637566 [ 276 ] {9d48c684-8e05-4023-9a9b-8c259d185b4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2227 2025.02.25 04:22:43.638012 [ 276 ] {9d48c684-8e05-4023-9a9b-8c259d185b4c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2228 2025.02.25 04:22:43.638309 [ 276 ] {9d48c684-8e05-4023-9a9b-8c259d185b4c} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2229 2025.02.25 04:22:43.638550 [ 276 ] {9d48c684-8e05-4023-9a9b-8c259d185b4c} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.002113 sec., 16564.12683388547 rows/sec., 1.22 MiB/sec.
2230 2025.02.25 04:22:43.638617 [ 276 ] {9d48c684-8e05-4023-9a9b-8c259d185b4c} <Debug> TCPHandler: Processed in 0.002490327 sec.
2231 2025.02.25 04:22:43.638774 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2232 2025.02.25 04:22:43.638921 [ 281 ] {f5375850-afd5-42a5-824b-3045e65dafbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2233 2025.02.25 04:22:43.638984 [ 281 ] {f5375850-afd5-42a5-824b-3045e65dafbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2234 2025.02.25 04:22:43.639696 [ 281 ] {f5375850-afd5-42a5-824b-3045e65dafbc} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2235 2025.02.25 04:22:43.639736 [ 281 ] {f5375850-afd5-42a5-824b-3045e65dafbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2236 2025.02.25 04:22:43.640117 [ 281 ] {f5375850-afd5-42a5-824b-3045e65dafbc} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2237 2025.02.25 04:22:43.640360 [ 281 ] {f5375850-afd5-42a5-824b-3045e65dafbc} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2238 2025.02.25 04:22:43.640540 [ 281 ] {f5375850-afd5-42a5-824b-3045e65dafbc} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001656 sec., 59782.608695652176 rows/sec., 4.67 MiB/sec.
2239 2025.02.25 04:22:43.640596 [ 281 ] {f5375850-afd5-42a5-824b-3045e65dafbc} <Debug> TCPHandler: Processed in 0.001891149 sec.
2240 2025.02.25 04:22:43.640773 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2241 2025.02.25 04:22:43.640922 [ 276 ] {f69c41ba-13b1-40ed-9a81-5368fd08755f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2242 2025.02.25 04:22:43.640987 [ 276 ] {f69c41ba-13b1-40ed-9a81-5368fd08755f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2243 2025.02.25 04:22:43.641642 [ 276 ] {f69c41ba-13b1-40ed-9a81-5368fd08755f} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2244 2025.02.25 04:22:43.641682 [ 276 ] {f69c41ba-13b1-40ed-9a81-5368fd08755f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2245 2025.02.25 04:22:43.642122 [ 276 ] {f69c41ba-13b1-40ed-9a81-5368fd08755f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2246 2025.02.25 04:22:43.642366 [ 276 ] {f69c41ba-13b1-40ed-9a81-5368fd08755f} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2247 2025.02.25 04:22:43.642594 [ 276 ] {f69c41ba-13b1-40ed-9a81-5368fd08755f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00171 sec., 93567.25146198831 rows/sec., 6.52 MiB/sec.
2248 2025.02.25 04:22:43.642697 [ 276 ] {f69c41ba-13b1-40ed-9a81-5368fd08755f} <Debug> TCPHandler: Processed in 0.001992519 sec.
2249 2025.02.25 04:22:43.642864 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2250 2025.02.25 04:22:43.642986 [ 281 ] {5a75a373-87b8-46a3-b716-0732a3f81ef2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2251 2025.02.25 04:22:43.643069 [ 281 ] {5a75a373-87b8-46a3-b716-0732a3f81ef2} <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
2252 2025.02.25 04:22:43.644267 [ 281 ] {5a75a373-87b8-46a3-b716-0732a3f81ef2} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2253 2025.02.25 04:22:43.644307 [ 281 ] {5a75a373-87b8-46a3-b716-0732a3f81ef2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2254 2025.02.25 04:22:43.644999 [ 281 ] {5a75a373-87b8-46a3-b716-0732a3f81ef2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2255 2025.02.25 04:22:43.645262 [ 281 ] {5a75a373-87b8-46a3-b716-0732a3f81ef2} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2256 2025.02.25 04:22:43.645468 [ 281 ] {5a75a373-87b8-46a3-b716-0732a3f81ef2} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00251 sec., 13944.22310756972 rows/sec., 24.99 MiB/sec.
2257 2025.02.25 04:22:43.645579 [ 281 ] {5a75a373-87b8-46a3-b716-0732a3f81ef2} <Debug> TCPHandler: Processed in 0.002768691 sec.
2258 2025.02.25 04:22:43.645730 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2259 2025.02.25 04:22:43.645849 [ 276 ] {d08ccee2-89a3-4af7-b2e9-2217028109aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2260 2025.02.25 04:22:43.645900 [ 276 ] {d08ccee2-89a3-4af7-b2e9-2217028109aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2261 2025.02.25 04:22:43.646397 [ 276 ] {d08ccee2-89a3-4af7-b2e9-2217028109aa} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2262 2025.02.25 04:22:43.646436 [ 276 ] {d08ccee2-89a3-4af7-b2e9-2217028109aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2263 2025.02.25 04:22:43.646811 [ 276 ] {d08ccee2-89a3-4af7-b2e9-2217028109aa} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2264 2025.02.25 04:22:43.647046 [ 276 ] {d08ccee2-89a3-4af7-b2e9-2217028109aa} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2265 2025.02.25 04:22:43.647264 [ 276 ] {d08ccee2-89a3-4af7-b2e9-2217028109aa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001442 sec., 41608.87656033287 rows/sec., 2.80 MiB/sec.
2266 2025.02.25 04:22:43.647316 [ 276 ] {d08ccee2-89a3-4af7-b2e9-2217028109aa} <Debug> TCPHandler: Processed in 0.001642354 sec.
2267 2025.02.25 04:22:44.626062 [ 33 ] {} <Debug> DNSResolver: Updating DNS cache
2268 2025.02.25 04:22:44.626113 [ 33 ] {} <Debug> DNSResolver: Updated DNS cache
2269 2025.02.25 04:22:44.703308 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636
2270 2025.02.25 04:22:44.704150 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2271 2025.02.25 04:22:44.704214 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2272 2025.02.25 04:22:44.704806 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2273 2025.02.25 04:22:44.705068 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2274 2025.02.25 04:22:44.705315 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
2275 2025.02.25 04:22:44.971014 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
2276 2025.02.25 04:22:44.991396 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2277 2025.02.25 04:22:44.991455 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2278 2025.02.25 04:22:44.998681 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2279 2025.02.25 04:22:44.999431 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2280 2025.02.25 04:22:45.000199 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 172.03 MiB, peak 172.08 MiB, free memory in arenas 0.00 B, will set to 168.56 MiB (RSS), difference: -3.47 MiB
2281 2025.02.25 04:22:45.002888 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
2282 2025.02.25 04:22:46.000166 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.56 MiB, peak 172.08 MiB, free memory in arenas 0.00 B, will set to 168.56 MiB (RSS), difference: 4.00 MiB
2283 2025.02.25 04:22:46.279112 [ 31 ] {} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2284 2025.02.25 04:22:46.279185 [ 31 ] {} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2285 2025.02.25 04:22:46.279211 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2286 2025.02.25 04:22:46.279431 [ 196 ] {dacef43b-63fb-4eda-89a0-f15ccc378105::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
2287 2025.02.25 04:22:46.279758 [ 196 ] {dacef43b-63fb-4eda-89a0-f15ccc378105::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2288 2025.02.25 04:22:46.279801 [ 196 ] {dacef43b-63fb-4eda-89a0-f15ccc378105::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part
2289 2025.02.25 04:22:46.279892 [ 196 ] {dacef43b-63fb-4eda-89a0-f15ccc378105::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
2290 2025.02.25 04:22:46.280077 [ 196 ] {dacef43b-63fb-4eda-89a0-f15ccc378105::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
2291 2025.02.25 04:22:46.280257 [ 196 ] {dacef43b-63fb-4eda-89a0-f15ccc378105::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
2292 2025.02.25 04:22:46.280371 [ 196 ] {dacef43b-63fb-4eda-89a0-f15ccc378105::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 3 rows starting from the beginning of the part
2293 2025.02.25 04:22:46.282600 [ 199 ] {dacef43b-63fb-4eda-89a0-f15ccc378105::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 6 columns (6 merged, 0 gathered) in 0.003307369 sec., 12094.205394076076 rows/sec., 2.55 MiB/sec.
2294 2025.02.25 04:22:46.282807 [ 199 ] {dacef43b-63fb-4eda-89a0-f15ccc378105::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2295 2025.02.25 04:22:46.283703 [ 199 ] {dacef43b-63fb-4eda-89a0-f15ccc378105::all_1_5_1} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2296 2025.02.25 04:22:46.283793 [ 199 ] {dacef43b-63fb-4eda-89a0-f15ccc378105::all_1_5_1} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2297 2025.02.25 04:22:46.283895 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
2298 2025.02.25 04:22:48.633254 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2299 2025.02.25 04:22:48.633528 [ 281 ] {449e8c00-7399-4b0f-a121-413b20bd9867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) 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)
2300 2025.02.25 04:22:48.633970 [ 281 ] {449e8c00-7399-4b0f-a121-413b20bd9867} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2301 2025.02.25 04:22:48.634024 [ 281 ] {449e8c00-7399-4b0f-a121-413b20bd9867} <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
2302 2025.02.25 04:22:48.634402 [ 281 ] {449e8c00-7399-4b0f-a121-413b20bd9867} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2303 2025.02.25 04:22:48.634486 [ 281 ] {449e8c00-7399-4b0f-a121-413b20bd9867} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2304 2025.02.25 04:22:48.634672 [ 281 ] {449e8c00-7399-4b0f-a121-413b20bd9867} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Key condition: (column 0 notIn 40-element set)
2305 2025.02.25 04:22:48.634714 [ 281 ] {449e8c00-7399-4b0f-a121-413b20bd9867} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps
2306 2025.02.25 04:22:48.634741 [ 281 ] {449e8c00-7399-4b0f-a121-413b20bd9867} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (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
2307 2025.02.25 04:22:48.634761 [ 281 ] {449e8c00-7399-4b0f-a121-413b20bd9867} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Spreading mark ranges among streams (default reading)
2308 2025.02.25 04:22:48.634811 [ 281 ] {449e8c00-7399-4b0f-a121-413b20bd9867} <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'))"
2309 2025.02.25 04:22:48.634835 [ 281 ] {449e8c00-7399-4b0f-a121-413b20bd9867} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 40 rows starting from 0
2310 2025.02.25 04:22:48.635792 [ 281 ] {449e8c00-7399-4b0f-a121-413b20bd9867} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.002391 sec., 16729.40192388122 rows/sec., 637.97 KiB/sec.
2311 2025.02.25 04:22:48.635932 [ 281 ] {449e8c00-7399-4b0f-a121-413b20bd9867} <Debug> TCPHandler: Processed in 0.002813982 sec.
2312 2025.02.25 04:22:48.642651 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2313 2025.02.25 04:22:48.642800 [ 281 ] {000e7203-3659-4844-93a5-01d72ed97fcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2314 2025.02.25 04:22:48.642864 [ 281 ] {000e7203-3659-4844-93a5-01d72ed97fcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2315 2025.02.25 04:22:48.643686 [ 281 ] {000e7203-3659-4844-93a5-01d72ed97fcf} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2316 2025.02.25 04:22:48.643735 [ 281 ] {000e7203-3659-4844-93a5-01d72ed97fcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2317 2025.02.25 04:22:48.644235 [ 281 ] {000e7203-3659-4844-93a5-01d72ed97fcf} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2318 2025.02.25 04:22:48.644468 [ 281 ] {000e7203-3659-4844-93a5-01d72ed97fcf} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2319 2025.02.25 04:22:48.644701 [ 281 ] {000e7203-3659-4844-93a5-01d72ed97fcf} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.001946 sec., 513.874614594039 rows/sec., 53.19 KiB/sec.
2320 2025.02.25 04:22:48.644759 [ 281 ] {000e7203-3659-4844-93a5-01d72ed97fcf} <Debug> TCPHandler: Processed in 0.002172463 sec.
2321 2025.02.25 04:22:48.645074 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2322 2025.02.25 04:22:48.645383 [ 276 ] {a8cf0093-d504-4cde-81e9-0cfcc15900d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2323 2025.02.25 04:22:48.645502 [ 276 ] {a8cf0093-d504-4cde-81e9-0cfcc15900d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2324 2025.02.25 04:22:48.646336 [ 276 ] {a8cf0093-d504-4cde-81e9-0cfcc15900d2} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2325 2025.02.25 04:22:48.646391 [ 276 ] {a8cf0093-d504-4cde-81e9-0cfcc15900d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2326 2025.02.25 04:22:48.646846 [ 276 ] {a8cf0093-d504-4cde-81e9-0cfcc15900d2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2327 2025.02.25 04:22:48.647143 [ 276 ] {a8cf0093-d504-4cde-81e9-0cfcc15900d2} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2328 2025.02.25 04:22:48.647432 [ 276 ] {a8cf0093-d504-4cde-81e9-0cfcc15900d2} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002108 sec., 100569.25996204933 rows/sec., 6.40 MiB/sec.
2329 2025.02.25 04:22:48.647557 [ 276 ] {a8cf0093-d504-4cde-81e9-0cfcc15900d2} <Debug> TCPHandler: Processed in 0.002670639 sec.
2330 2025.02.25 04:22:48.647733 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2331 2025.02.25 04:22:48.647878 [ 281 ] {a9bcab1e-bdff-41eb-abb2-5406cd1266e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2332 2025.02.25 04:22:48.647937 [ 281 ] {a9bcab1e-bdff-41eb-abb2-5406cd1266e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2333 2025.02.25 04:22:48.648885 [ 281 ] {a9bcab1e-bdff-41eb-abb2-5406cd1266e8} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2334 2025.02.25 04:22:48.648926 [ 281 ] {a9bcab1e-bdff-41eb-abb2-5406cd1266e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2335 2025.02.25 04:22:48.649419 [ 281 ] {a9bcab1e-bdff-41eb-abb2-5406cd1266e8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2336 2025.02.25 04:22:48.649670 [ 281 ] {a9bcab1e-bdff-41eb-abb2-5406cd1266e8} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2337 2025.02.25 04:22:48.649950 [ 281 ] {a9bcab1e-bdff-41eb-abb2-5406cd1266e8} <Debug> executeQuery: Read 629 rows, 50.50 KiB in 0.002104 sec., 298954.37262357416 rows/sec., 23.44 MiB/sec.
2338 2025.02.25 04:22:48.650157 [ 281 ] {a9bcab1e-bdff-41eb-abb2-5406cd1266e8} <Debug> TCPHandler: Processed in 0.002486686 sec.
2339 2025.02.25 04:22:48.650336 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2340 2025.02.25 04:22:48.650483 [ 276 ] {c0776a49-35ee-4ac4-9bdd-8728df476162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2341 2025.02.25 04:22:48.650545 [ 276 ] {c0776a49-35ee-4ac4-9bdd-8728df476162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2342 2025.02.25 04:22:48.651305 [ 276 ] {c0776a49-35ee-4ac4-9bdd-8728df476162} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2343 2025.02.25 04:22:48.651356 [ 276 ] {c0776a49-35ee-4ac4-9bdd-8728df476162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2344 2025.02.25 04:22:48.651752 [ 276 ] {c0776a49-35ee-4ac4-9bdd-8728df476162} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2345 2025.02.25 04:22:48.652016 [ 276 ] {c0776a49-35ee-4ac4-9bdd-8728df476162} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2346 2025.02.25 04:22:48.652317 [ 276 ] {c0776a49-35ee-4ac4-9bdd-8728df476162} <Debug> executeQuery: Read 111 rows, 6.76 KiB in 0.001845 sec., 60162.60162601626 rows/sec., 3.58 MiB/sec.
2347 2025.02.25 04:22:48.652454 [ 276 ] {c0776a49-35ee-4ac4-9bdd-8728df476162} <Debug> TCPHandler: Processed in 0.002186143 sec.
2348 2025.02.25 04:22:48.652676 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2349 2025.02.25 04:22:48.652899 [ 281 ] {b611a92d-cbd5-4ce0-95ff-ab5758a509b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2350 2025.02.25 04:22:48.652990 [ 281 ] {b611a92d-cbd5-4ce0-95ff-ab5758a509b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2351 2025.02.25 04:22:48.653841 [ 281 ] {b611a92d-cbd5-4ce0-95ff-ab5758a509b1} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2352 2025.02.25 04:22:48.653883 [ 281 ] {b611a92d-cbd5-4ce0-95ff-ab5758a509b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2353 2025.02.25 04:22:48.654258 [ 281 ] {b611a92d-cbd5-4ce0-95ff-ab5758a509b1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2354 2025.02.25 04:22:48.654494 [ 281 ] {b611a92d-cbd5-4ce0-95ff-ab5758a509b1} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2355 2025.02.25 04:22:48.654803 [ 281 ] {b611a92d-cbd5-4ce0-95ff-ab5758a509b1} <Debug> executeQuery: Read 115 rows, 7.62 KiB in 0.001939 sec., 59308.9221248066 rows/sec., 3.84 MiB/sec.
2356 2025.02.25 04:22:48.654887 [ 281 ] {b611a92d-cbd5-4ce0-95ff-ab5758a509b1} <Debug> TCPHandler: Processed in 0.002318945 sec.
2357 2025.02.25 04:22:48.655097 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2358 2025.02.25 04:22:48.655321 [ 276 ] {3943a730-dc87-4515-bcc4-c2ca52b41ec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2359 2025.02.25 04:22:48.655411 [ 276 ] {3943a730-dc87-4515-bcc4-c2ca52b41ec4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2360 2025.02.25 04:22:48.656077 [ 276 ] {3943a730-dc87-4515-bcc4-c2ca52b41ec4} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2361 2025.02.25 04:22:48.656117 [ 276 ] {3943a730-dc87-4515-bcc4-c2ca52b41ec4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2362 2025.02.25 04:22:48.656485 [ 276 ] {3943a730-dc87-4515-bcc4-c2ca52b41ec4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2363 2025.02.25 04:22:48.656724 [ 276 ] {3943a730-dc87-4515-bcc4-c2ca52b41ec4} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2364 2025.02.25 04:22:48.656937 [ 276 ] {3943a730-dc87-4515-bcc4-c2ca52b41ec4} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001672 sec., 66985.64593301436 rows/sec., 3.82 MiB/sec.
2365 2025.02.25 04:22:48.656993 [ 276 ] {3943a730-dc87-4515-bcc4-c2ca52b41ec4} <Debug> TCPHandler: Processed in 0.00200522 sec.
2366 2025.02.25 04:22:48.657199 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2367 2025.02.25 04:22:48.657422 [ 281 ] {81792d4c-344f-40c4-ae3c-fe0aee3a861c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2368 2025.02.25 04:22:48.657508 [ 281 ] {81792d4c-344f-40c4-ae3c-fe0aee3a861c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2369 2025.02.25 04:22:48.658238 [ 281 ] {81792d4c-344f-40c4-ae3c-fe0aee3a861c} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2370 2025.02.25 04:22:48.658279 [ 281 ] {81792d4c-344f-40c4-ae3c-fe0aee3a861c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2371 2025.02.25 04:22:48.658671 [ 281 ] {81792d4c-344f-40c4-ae3c-fe0aee3a861c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2372 2025.02.25 04:22:48.658906 [ 281 ] {81792d4c-344f-40c4-ae3c-fe0aee3a861c} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2373 2025.02.25 04:22:48.659118 [ 281 ] {81792d4c-344f-40c4-ae3c-fe0aee3a861c} <Debug> executeQuery: Read 393 rows, 28.47 KiB in 0.001752 sec., 224315.06849315067 rows/sec., 15.87 MiB/sec.
2374 2025.02.25 04:22:48.659173 [ 281 ] {81792d4c-344f-40c4-ae3c-fe0aee3a861c} <Debug> TCPHandler: Processed in 0.002083201 sec.
2375 2025.02.25 04:22:48.659337 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2376 2025.02.25 04:22:48.659500 [ 276 ] {b07979e2-ab00-4ff2-ac26-085f05f4ba19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2377 2025.02.25 04:22:48.659596 [ 276 ] {b07979e2-ab00-4ff2-ac26-085f05f4ba19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2378 2025.02.25 04:22:48.660462 [ 276 ] {b07979e2-ab00-4ff2-ac26-085f05f4ba19} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2379 2025.02.25 04:22:48.660521 [ 276 ] {b07979e2-ab00-4ff2-ac26-085f05f4ba19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2380 2025.02.25 04:22:48.660890 [ 276 ] {b07979e2-ab00-4ff2-ac26-085f05f4ba19} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2381 2025.02.25 04:22:48.661125 [ 276 ] {b07979e2-ab00-4ff2-ac26-085f05f4ba19} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2382 2025.02.25 04:22:48.661395 [ 276 ] {b07979e2-ab00-4ff2-ac26-085f05f4ba19} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001932 sec., 3105.590062111801 rows/sec., 162.25 KiB/sec.
2383 2025.02.25 04:22:48.661469 [ 276 ] {b07979e2-ab00-4ff2-ac26-085f05f4ba19} <Debug> TCPHandler: Processed in 0.002198042 sec.
2384 2025.02.25 04:22:48.661673 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2385 2025.02.25 04:22:48.661895 [ 281 ] {1f3a40f0-62ab-4596-980f-ca647f765671} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2386 2025.02.25 04:22:48.661994 [ 281 ] {1f3a40f0-62ab-4596-980f-ca647f765671} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2387 2025.02.25 04:22:48.662796 [ 281 ] {1f3a40f0-62ab-4596-980f-ca647f765671} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2388 2025.02.25 04:22:48.662836 [ 281 ] {1f3a40f0-62ab-4596-980f-ca647f765671} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2389 2025.02.25 04:22:48.663257 [ 281 ] {1f3a40f0-62ab-4596-980f-ca647f765671} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2390 2025.02.25 04:22:48.663498 [ 281 ] {1f3a40f0-62ab-4596-980f-ca647f765671} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2391 2025.02.25 04:22:48.663712 [ 281 ] {1f3a40f0-62ab-4596-980f-ca647f765671} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001873 sec., 126534.97063534436 rows/sec., 8.48 MiB/sec.
2392 2025.02.25 04:22:48.663770 [ 281 ] {1f3a40f0-62ab-4596-980f-ca647f765671} <Debug> TCPHandler: Processed in 0.002208643 sec.
2393 2025.02.25 04:22:48.663909 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2394 2025.02.25 04:22:48.664027 [ 276 ] {fef1d9c1-158c-4eb6-ad03-c8eca92c2a68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2395 2025.02.25 04:22:48.664080 [ 276 ] {fef1d9c1-158c-4eb6-ad03-c8eca92c2a68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2396 2025.02.25 04:22:48.664671 [ 276 ] {fef1d9c1-158c-4eb6-ad03-c8eca92c2a68} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2397 2025.02.25 04:22:48.664710 [ 276 ] {fef1d9c1-158c-4eb6-ad03-c8eca92c2a68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2398 2025.02.25 04:22:48.665068 [ 276 ] {fef1d9c1-158c-4eb6-ad03-c8eca92c2a68} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2399 2025.02.25 04:22:48.665331 [ 276 ] {fef1d9c1-158c-4eb6-ad03-c8eca92c2a68} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2400 2025.02.25 04:22:48.665534 [ 276 ] {fef1d9c1-158c-4eb6-ad03-c8eca92c2a68} <Debug> executeQuery: Read 3 rows, 199.00 B in 0.001532 sec., 1958.22454308094 rows/sec., 126.85 KiB/sec.
2401 2025.02.25 04:22:48.665587 [ 276 ] {fef1d9c1-158c-4eb6-ad03-c8eca92c2a68} <Debug> TCPHandler: Processed in 0.001732355 sec.
2402 2025.02.25 04:22:48.665739 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2403 2025.02.25 04:22:48.665877 [ 281 ] {e510e548-e21d-4d3b-9f29-998907c22845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2404 2025.02.25 04:22:48.665969 [ 281 ] {e510e548-e21d-4d3b-9f29-998907c22845} <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
2405 2025.02.25 04:22:48.667122 [ 281 ] {e510e548-e21d-4d3b-9f29-998907c22845} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2406 2025.02.25 04:22:48.667162 [ 281 ] {e510e548-e21d-4d3b-9f29-998907c22845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2407 2025.02.25 04:22:48.667783 [ 281 ] {e510e548-e21d-4d3b-9f29-998907c22845} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2408 2025.02.25 04:22:48.668034 [ 281 ] {e510e548-e21d-4d3b-9f29-998907c22845} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2409 2025.02.25 04:22:48.668211 [ 28 ] {} <Debug> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2410 2025.02.25 04:22:48.668305 [ 281 ] {e510e548-e21d-4d3b-9f29-998907c22845} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002453 sec., 2038.3204239706483 rows/sec., 3.65 MiB/sec.
2411 2025.02.25 04:22:48.668310 [ 28 ] {} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2412 2025.02.25 04:22:48.668402 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2413 2025.02.25 04:22:48.668678 [ 281 ] {e510e548-e21d-4d3b-9f29-998907c22845} <Debug> TCPHandler: Processed in 0.003002304 sec.
2414 2025.02.25 04:22:48.668725 [ 191 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::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
2415 2025.02.25 04:22:48.668870 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2416 2025.02.25 04:22:48.669013 [ 276 ] {021d0519-918b-4c71-a8be-1b8425bf21c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2417 2025.02.25 04:22:48.669085 [ 276 ] {021d0519-918b-4c71-a8be-1b8425bf21c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2418 2025.02.25 04:22:48.669162 [ 191 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2419 2025.02.25 04:22:48.669281 [ 191 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::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
2420 2025.02.25 04:22:48.669866 [ 191 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::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
2421 2025.02.25 04:22:48.670318 [ 276 ] {021d0519-918b-4c71-a8be-1b8425bf21c8} <Trace> oximeter.measurements_i64 (e4b9964f-e5ac-4ebf-90c8-bd3c011eb754): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2422 2025.02.25 04:22:48.670366 [ 276 ] {021d0519-918b-4c71-a8be-1b8425bf21c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2423 2025.02.25 04:22:48.670367 [ 191 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part
2424 2025.02.25 04:22:48.670831 [ 191 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 35 rows starting from the beginning of the part
2425 2025.02.25 04:22:48.671306 [ 191 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 35 rows starting from the beginning of the part
2426 2025.02.25 04:22:48.671320 [ 276 ] {021d0519-918b-4c71-a8be-1b8425bf21c8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2427 2025.02.25 04:22:48.671749 [ 191 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 5 rows starting from the beginning of the part
2428 2025.02.25 04:22:48.671843 [ 276 ] {021d0519-918b-4c71-a8be-1b8425bf21c8} <Trace> oximeter.measurements_i64 (e4b9964f-e5ac-4ebf-90c8-bd3c011eb754): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2429 2025.02.25 04:22:48.672374 [ 276 ] {021d0519-918b-4c71-a8be-1b8425bf21c8} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.003393 sec., 1768.3465959328028 rows/sec., 124.91 KiB/sec.
2430 2025.02.25 04:22:48.672454 [ 276 ] {021d0519-918b-4c71-a8be-1b8425bf21c8} <Debug> TCPHandler: Processed in 0.003658674 sec.
2431 2025.02.25 04:22:48.672660 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2432 2025.02.25 04:22:48.672874 [ 281 ] {d8bd3b0a-e5e2-4dd6-b26f-9fd22db33024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2433 2025.02.25 04:22:48.672974 [ 281 ] {d8bd3b0a-e5e2-4dd6-b26f-9fd22db33024} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2434 2025.02.25 04:22:48.674704 [ 281 ] {d8bd3b0a-e5e2-4dd6-b26f-9fd22db33024} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2435 2025.02.25 04:22:48.674767 [ 281 ] {d8bd3b0a-e5e2-4dd6-b26f-9fd22db33024} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2436 2025.02.25 04:22:48.675916 [ 281 ] {d8bd3b0a-e5e2-4dd6-b26f-9fd22db33024} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2437 2025.02.25 04:22:48.676503 [ 281 ] {d8bd3b0a-e5e2-4dd6-b26f-9fd22db33024} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2438 2025.02.25 04:22:48.677251 [ 281 ] {d8bd3b0a-e5e2-4dd6-b26f-9fd22db33024} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004389 sec., 18683.071314650264 rows/sec., 1.19 MiB/sec.
2439 2025.02.25 04:22:48.677546 [ 281 ] {d8bd3b0a-e5e2-4dd6-b26f-9fd22db33024} <Debug> TCPHandler: Processed in 0.004987105 sec.
2440 2025.02.25 04:22:48.678361 [ 199 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 99 rows, containing 19 columns (19 merged, 0 gathered) in 0.009799626 sec., 10102.426357903862 rows/sec., 18.10 MiB/sec.
2441 2025.02.25 04:22:48.678642 [ 199 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2442 2025.02.25 04:22:48.679029 [ 199 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2443 2025.02.25 04:22:48.679103 [ 199 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2444 2025.02.25 04:22:48.679206 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB.
2445 2025.02.25 04:22:49.000196 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.66 MiB, peak 173.44 MiB, free memory in arenas 0.00 B, will set to 168.60 MiB (RSS), difference: -1.07 MiB
2446 2025.02.25 04:22:49.712663 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 362
2447 2025.02.25 04:22:49.716208 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2448 2025.02.25 04:22:49.716263 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2449 2025.02.25 04:22:49.717753 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2450 2025.02.25 04:22:49.718072 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2451 2025.02.25 04:22:49.718695 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 362
2452 2025.02.25 04:22:50.801747 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2453 2025.02.25 04:22:50.802037 [ 281 ] {26574e4b-9dd8-456c-ac16-eb74a36ce960} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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)
2454 2025.02.25 04:22:50.802515 [ 281 ] {26574e4b-9dd8-456c-ac16-eb74a36ce960} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2455 2025.02.25 04:22:50.802585 [ 281 ] {26574e4b-9dd8-456c-ac16-eb74a36ce960} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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
2456 2025.02.25 04:22:50.802988 [ 281 ] {26574e4b-9dd8-456c-ac16-eb74a36ce960} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2457 2025.02.25 04:22:50.803076 [ 281 ] {26574e4b-9dd8-456c-ac16-eb74a36ce960} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2458 2025.02.25 04:22:50.803258 [ 281 ] {26574e4b-9dd8-456c-ac16-eb74a36ce960} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Key condition: (column 0 notIn 41-element set)
2459 2025.02.25 04:22:50.803430 [ 286 ] {26574e4b-9dd8-456c-ac16-eb74a36ce960} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps
2460 2025.02.25 04:22:50.803432 [ 289 ] {26574e4b-9dd8-456c-ac16-eb74a36ce960} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps
2461 2025.02.25 04:22:50.803593 [ 281 ] {26574e4b-9dd8-456c-ac16-eb74a36ce960} <Debug> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges
2462 2025.02.25 04:22:50.803624 [ 281 ] {26574e4b-9dd8-456c-ac16-eb74a36ce960} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105) (SelectExecutor): Spreading mark ranges among streams (default reading)
2463 2025.02.25 04:22:50.803683 [ 281 ] {26574e4b-9dd8-456c-ac16-eb74a36ce960} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))"
2464 2025.02.25 04:22:50.803711 [ 281 ] {26574e4b-9dd8-456c-ac16-eb74a36ce960} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 40 rows starting from 0
2465 2025.02.25 04:22:50.804499 [ 281 ] {26574e4b-9dd8-456c-ac16-eb74a36ce960} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.002594 sec., 15420.200462606013 rows/sec., 588.05 KiB/sec.
2466 2025.02.25 04:22:50.804633 [ 281 ] {26574e4b-9dd8-456c-ac16-eb74a36ce960} <Debug> TCPHandler: Processed in 0.003026235 sec.
2467 2025.02.25 04:22:50.841826 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2468 2025.02.25 04:22:50.841983 [ 281 ] {e5f2be3d-be1c-4742-bf53-09c39b87ddb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2469 2025.02.25 04:22:50.842046 [ 281 ] {e5f2be3d-be1c-4742-bf53-09c39b87ddb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2470 2025.02.25 04:22:50.842855 [ 281 ] {e5f2be3d-be1c-4742-bf53-09c39b87ddb5} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2471 2025.02.25 04:22:50.842903 [ 281 ] {e5f2be3d-be1c-4742-bf53-09c39b87ddb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2472 2025.02.25 04:22:50.843437 [ 281 ] {e5f2be3d-be1c-4742-bf53-09c39b87ddb5} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2473 2025.02.25 04:22:50.843681 [ 281 ] {e5f2be3d-be1c-4742-bf53-09c39b87ddb5} <Trace> oximeter.timeseries_schema (dacef43b-63fb-4eda-89a0-f15ccc378105): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2474 2025.02.25 04:22:50.843953 [ 281 ] {e5f2be3d-be1c-4742-bf53-09c39b87ddb5} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.002014 sec., 496.5243296921549 rows/sec., 112.49 KiB/sec.
2475 2025.02.25 04:22:50.844121 [ 281 ] {e5f2be3d-be1c-4742-bf53-09c39b87ddb5} <Debug> TCPHandler: Processed in 0.002363655 sec.
2476 2025.02.25 04:22:50.844371 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2477 2025.02.25 04:22:50.844569 [ 276 ] {4ee498dd-03d0-444e-9549-208a4aa968a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2478 2025.02.25 04:22:50.844640 [ 276 ] {4ee498dd-03d0-444e-9549-208a4aa968a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2479 2025.02.25 04:22:50.845381 [ 276 ] {4ee498dd-03d0-444e-9549-208a4aa968a5} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2480 2025.02.25 04:22:50.845425 [ 276 ] {4ee498dd-03d0-444e-9549-208a4aa968a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2481 2025.02.25 04:22:50.845862 [ 276 ] {4ee498dd-03d0-444e-9549-208a4aa968a5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2482 2025.02.25 04:22:50.846121 [ 276 ] {4ee498dd-03d0-444e-9549-208a4aa968a5} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2483 2025.02.25 04:22:50.846376 [ 276 ] {4ee498dd-03d0-444e-9549-208a4aa968a5} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001838 sec., 6528.8356909684435 rows/sec., 532.38 KiB/sec.
2484 2025.02.25 04:22:50.846476 [ 276 ] {4ee498dd-03d0-444e-9549-208a4aa968a5} <Debug> TCPHandler: Processed in 0.002235643 sec.
2485 2025.02.25 04:22:50.846666 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2486 2025.02.25 04:22:50.846801 [ 281 ] {bf7046a4-ac7e-4b17-b059-0ad7ed806b88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2487 2025.02.25 04:22:50.846855 [ 281 ] {bf7046a4-ac7e-4b17-b059-0ad7ed806b88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2488 2025.02.25 04:22:50.848142 [ 281 ] {bf7046a4-ac7e-4b17-b059-0ad7ed806b88} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2489 2025.02.25 04:22:50.848185 [ 281 ] {bf7046a4-ac7e-4b17-b059-0ad7ed806b88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2490 2025.02.25 04:22:50.848693 [ 281 ] {bf7046a4-ac7e-4b17-b059-0ad7ed806b88} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2491 2025.02.25 04:22:50.848940 [ 281 ] {bf7046a4-ac7e-4b17-b059-0ad7ed806b88} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2492 2025.02.25 04:22:50.849159 [ 281 ] {bf7046a4-ac7e-4b17-b059-0ad7ed806b88} <Debug> executeQuery: Read 1272 rows, 107.58 KiB in 0.00239 sec., 532217.5732217573 rows/sec., 43.96 MiB/sec.
2493 2025.02.25 04:22:50.849214 [ 281 ] {bf7046a4-ac7e-4b17-b059-0ad7ed806b88} <Debug> TCPHandler: Processed in 0.002609299 sec.
2494 2025.02.25 04:22:50.849375 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2495 2025.02.25 04:22:50.849505 [ 276 ] {9e527ebd-b5ff-4e04-906b-c105e25e7fc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2496 2025.02.25 04:22:50.849557 [ 276 ] {9e527ebd-b5ff-4e04-906b-c105e25e7fc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2497 2025.02.25 04:22:50.850184 [ 276 ] {9e527ebd-b5ff-4e04-906b-c105e25e7fc1} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2498 2025.02.25 04:22:50.850222 [ 276 ] {9e527ebd-b5ff-4e04-906b-c105e25e7fc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2499 2025.02.25 04:22:50.850601 [ 276 ] {9e527ebd-b5ff-4e04-906b-c105e25e7fc1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2500 2025.02.25 04:22:50.850853 [ 276 ] {9e527ebd-b5ff-4e04-906b-c105e25e7fc1} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2501 2025.02.25 04:22:50.851037 [ 276 ] {9e527ebd-b5ff-4e04-906b-c105e25e7fc1} <Debug> executeQuery: Read 47 rows, 3.47 KiB in 0.001563 sec., 30070.377479206654 rows/sec., 2.17 MiB/sec.
2502 2025.02.25 04:22:50.851093 [ 276 ] {9e527ebd-b5ff-4e04-906b-c105e25e7fc1} <Debug> TCPHandler: Processed in 0.001778607 sec.
2503 2025.02.25 04:22:50.851239 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2504 2025.02.25 04:22:50.851357 [ 281 ] {a4b2bdaa-1569-40c2-a223-70a5cd810520} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2505 2025.02.25 04:22:50.851406 [ 281 ] {a4b2bdaa-1569-40c2-a223-70a5cd810520} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2506 2025.02.25 04:22:50.852075 [ 281 ] {a4b2bdaa-1569-40c2-a223-70a5cd810520} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2507 2025.02.25 04:22:50.852118 [ 281 ] {a4b2bdaa-1569-40c2-a223-70a5cd810520} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2508 2025.02.25 04:22:50.852498 [ 281 ] {a4b2bdaa-1569-40c2-a223-70a5cd810520} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2509 2025.02.25 04:22:50.852738 [ 281 ] {a4b2bdaa-1569-40c2-a223-70a5cd810520} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2510 2025.02.25 04:22:50.852890 [ 43 ] {} <Debug> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2511 2025.02.25 04:22:50.852967 [ 43 ] {} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2512 2025.02.25 04:22:50.852985 [ 281 ] {a4b2bdaa-1569-40c2-a223-70a5cd810520} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001643 sec., 138770.54169202677 rows/sec., 9.40 MiB/sec.
2513 2025.02.25 04:22:50.853010 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2514 2025.02.25 04:22:50.853139 [ 281 ] {a4b2bdaa-1569-40c2-a223-70a5cd810520} <Debug> TCPHandler: Processed in 0.001953259 sec.
2515 2025.02.25 04:22:50.853219 [ 191 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::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
2516 2025.02.25 04:22:50.853325 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2517 2025.02.25 04:22:50.853378 [ 191 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2518 2025.02.25 04:22:50.853425 [ 191 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::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
2519 2025.02.25 04:22:50.853466 [ 276 ] {4e9274de-d414-4616-b57d-5352c5e3cca6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2520 2025.02.25 04:22:50.853550 [ 191 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::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
2521 2025.02.25 04:22:50.853552 [ 276 ] {4e9274de-d414-4616-b57d-5352c5e3cca6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2522 2025.02.25 04:22:50.853886 [ 191 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::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
2523 2025.02.25 04:22:50.854076 [ 191 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::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
2524 2025.02.25 04:22:50.854278 [ 191 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 115 rows starting from the beginning of the part
2525 2025.02.25 04:22:50.854490 [ 191 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::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
2526 2025.02.25 04:22:50.855726 [ 276 ] {4e9274de-d414-4616-b57d-5352c5e3cca6} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2527 2025.02.25 04:22:50.855776 [ 276 ] {4e9274de-d414-4616-b57d-5352c5e3cca6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2528 2025.02.25 04:22:50.856254 [ 191 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 910 rows, containing 5 columns (5 merged, 0 gathered) in 0.003126236 sec., 291084.8701121732 rows/sec., 20.39 MiB/sec.
2529 2025.02.25 04:22:50.856394 [ 276 ] {4e9274de-d414-4616-b57d-5352c5e3cca6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2530 2025.02.25 04:22:50.856439 [ 199 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2531 2025.02.25 04:22:50.856706 [ 276 ] {4e9274de-d414-4616-b57d-5352c5e3cca6} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2532 2025.02.25 04:22:50.856822 [ 199 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_6_1} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2533 2025.02.25 04:22:50.857028 [ 276 ] {4e9274de-d414-4616-b57d-5352c5e3cca6} <Debug> executeQuery: Read 567 rows, 43.19 KiB in 0.003579 sec., 158424.1408214585 rows/sec., 11.78 MiB/sec.
2534 2025.02.25 04:22:50.857029 [ 199 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_6_1} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2535 2025.02.25 04:22:50.857215 [ 276 ] {4e9274de-d414-4616-b57d-5352c5e3cca6} <Debug> TCPHandler: Processed in 0.003958508 sec.
2536 2025.02.25 04:22:50.857222 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB.
2537 2025.02.25 04:22:50.857385 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2538 2025.02.25 04:22:50.857529 [ 281 ] {988c40ac-a41c-4ee1-ba5e-707dc283ec78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2539 2025.02.25 04:22:50.857585 [ 281 ] {988c40ac-a41c-4ee1-ba5e-707dc283ec78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2540 2025.02.25 04:22:50.858324 [ 281 ] {988c40ac-a41c-4ee1-ba5e-707dc283ec78} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2541 2025.02.25 04:22:50.858363 [ 281 ] {988c40ac-a41c-4ee1-ba5e-707dc283ec78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2542 2025.02.25 04:22:50.858921 [ 281 ] {988c40ac-a41c-4ee1-ba5e-707dc283ec78} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2543 2025.02.25 04:22:50.859170 [ 281 ] {988c40ac-a41c-4ee1-ba5e-707dc283ec78} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2544 2025.02.25 04:22:50.859429 [ 281 ] {988c40ac-a41c-4ee1-ba5e-707dc283ec78} <Debug> executeQuery: Read 936 rows, 64.24 KiB in 0.001921 sec., 487246.22592399793 rows/sec., 32.66 MiB/sec.
2545 2025.02.25 04:22:50.859519 [ 281 ] {988c40ac-a41c-4ee1-ba5e-707dc283ec78} <Debug> TCPHandler: Processed in 0.002200153 sec.
2546 2025.02.25 04:22:50.859682 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2547 2025.02.25 04:22:50.859804 [ 276 ] {f60045cf-ebd4-4f42-9a55-ef131aec35fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2548 2025.02.25 04:22:50.859898 [ 276 ] {f60045cf-ebd4-4f42-9a55-ef131aec35fb} <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
2549 2025.02.25 04:22:50.861143 [ 276 ] {f60045cf-ebd4-4f42-9a55-ef131aec35fb} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2550 2025.02.25 04:22:50.861184 [ 276 ] {f60045cf-ebd4-4f42-9a55-ef131aec35fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2551 2025.02.25 04:22:50.861876 [ 276 ] {f60045cf-ebd4-4f42-9a55-ef131aec35fb} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2552 2025.02.25 04:22:50.862140 [ 276 ] {f60045cf-ebd4-4f42-9a55-ef131aec35fb} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2553 2025.02.25 04:22:50.862336 [ 276 ] {f60045cf-ebd4-4f42-9a55-ef131aec35fb} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002559 sec., 13677.217663149668 rows/sec., 24.51 MiB/sec.
2554 2025.02.25 04:22:50.862441 [ 276 ] {f60045cf-ebd4-4f42-9a55-ef131aec35fb} <Debug> TCPHandler: Processed in 0.002820862 sec.
2555 2025.02.25 04:22:50.862602 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2556 2025.02.25 04:22:50.862723 [ 281 ] {6469b172-8bea-436a-a25f-a0d8c991471f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2557 2025.02.25 04:22:50.862776 [ 281 ] {6469b172-8bea-436a-a25f-a0d8c991471f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2558 2025.02.25 04:22:50.863279 [ 281 ] {6469b172-8bea-436a-a25f-a0d8c991471f} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2559 2025.02.25 04:22:50.863318 [ 281 ] {6469b172-8bea-436a-a25f-a0d8c991471f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2560 2025.02.25 04:22:50.863715 [ 281 ] {6469b172-8bea-436a-a25f-a0d8c991471f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2561 2025.02.25 04:22:50.863970 [ 281 ] {6469b172-8bea-436a-a25f-a0d8c991471f} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2562 2025.02.25 04:22:50.864184 [ 281 ] {6469b172-8bea-436a-a25f-a0d8c991471f} <Debug> executeQuery: Read 30 rows, 2.08 KiB in 0.001485 sec., 20202.0202020202 rows/sec., 1.37 MiB/sec.
2563 2025.02.25 04:22:50.864239 [ 281 ] {6469b172-8bea-436a-a25f-a0d8c991471f} <Debug> TCPHandler: Processed in 0.001697875 sec.
2564 2025.02.25 04:22:52.205445 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124
2565 2025.02.25 04:22:52.206080 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2566 2025.02.25 04:22:52.206123 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2567 2025.02.25 04:22:52.206644 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2568 2025.02.25 04:22:52.206897 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2569 2025.02.25 04:22:52.207102 [ 78 ] {} <Debug> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2570 2025.02.25 04:22:52.207138 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124
2571 2025.02.25 04:22:52.207193 [ 78 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2572 2025.02.25 04:22:52.207225 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2573 2025.02.25 04:22:52.207410 [ 191 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
2574 2025.02.25 04:22:52.207619 [ 191 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2575 2025.02.25 04:22:52.207664 [ 191 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
2576 2025.02.25 04:22:52.207741 [ 191 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
2577 2025.02.25 04:22:52.207846 [ 191 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
2578 2025.02.25 04:22:52.208061 [ 191 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
2579 2025.02.25 04:22:52.208325 [ 191 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
2580 2025.02.25 04:22:52.208485 [ 191 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
2581 2025.02.25 04:22:52.210149 [ 199 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.002837852 sec., 1805590.9892411584 rows/sec., 25.83 MiB/sec.
2582 2025.02.25 04:22:52.210812 [ 199 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2583 2025.02.25 04:22:52.211113 [ 199 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_11_2} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2584 2025.02.25 04:22:52.211200 [ 199 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_11_2} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2585 2025.02.25 04:22:52.211293 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB.
2586 2025.02.25 04:22:52.502979 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
2587 2025.02.25 04:22:52.524387 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2588 2025.02.25 04:22:52.524443 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2589 2025.02.25 04:22:52.532658 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2590 2025.02.25 04:22:52.533523 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2591 2025.02.25 04:22:52.533898 [ 94 ] {} <Debug> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2592 2025.02.25 04:22:52.534014 [ 94 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2593 2025.02.25 04:22:52.534073 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2594 2025.02.25 04:22:52.534494 [ 201 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
2595 2025.02.25 04:22:52.554733 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
2596 2025.02.25 04:22:52.555316 [ 201 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2597 2025.02.25 04:22:52.557306 [ 201 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
2598 2025.02.25 04:22:52.563008 [ 201 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
2599 2025.02.25 04:22:52.568652 [ 201 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
2600 2025.02.25 04:22:52.574241 [ 201 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
2601 2025.02.25 04:22:52.579820 [ 201 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
2602 2025.02.25 04:22:52.584334 [ 201 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
2603 2025.02.25 04:22:52.641041 [ 199 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.106786712 sec., 777.2502631226251 rows/sec., 4.02 MiB/sec.
2604 2025.02.25 04:22:52.643637 [ 199 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2605 2025.02.25 04:22:52.646768 [ 199 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_11_2} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2606 2025.02.25 04:22:52.646898 [ 199 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_11_2} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2607 2025.02.25 04:22:52.649488 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB.
2608 2025.02.25 04:22:53.000181 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.73 MiB, peak 179.63 MiB, free memory in arenas 0.00 B, will set to 172.03 MiB (RSS), difference: 2.29 MiB
2609 2025.02.25 04:22:53.628301 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2610 2025.02.25 04:22:53.628521 [ 281 ] {16fc6084-6b91-40f1-8e27-c436da637f0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2611 2025.02.25 04:22:53.628603 [ 281 ] {16fc6084-6b91-40f1-8e27-c436da637f0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2612 2025.02.25 04:22:53.629411 [ 281 ] {16fc6084-6b91-40f1-8e27-c436da637f0f} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2613 2025.02.25 04:22:53.629464 [ 281 ] {16fc6084-6b91-40f1-8e27-c436da637f0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2614 2025.02.25 04:22:53.629904 [ 281 ] {16fc6084-6b91-40f1-8e27-c436da637f0f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2615 2025.02.25 04:22:53.630159 [ 281 ] {16fc6084-6b91-40f1-8e27-c436da637f0f} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2616 2025.02.25 04:22:53.630406 [ 281 ] {16fc6084-6b91-40f1-8e27-c436da637f0f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001947 sec., 28762.19825372368 rows/sec., 2.20 MiB/sec.
2617 2025.02.25 04:22:53.630474 [ 281 ] {16fc6084-6b91-40f1-8e27-c436da637f0f} <Debug> TCPHandler: Processed in 0.002321235 sec.
2618 2025.02.25 04:22:53.630756 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2619 2025.02.25 04:22:53.630974 [ 276 ] {9c05cf90-297e-407b-b00c-c975af7bb7ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2620 2025.02.25 04:22:53.631056 [ 276 ] {9c05cf90-297e-407b-b00c-c975af7bb7ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2621 2025.02.25 04:22:53.631908 [ 276 ] {9c05cf90-297e-407b-b00c-c975af7bb7ca} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2622 2025.02.25 04:22:53.631963 [ 276 ] {9c05cf90-297e-407b-b00c-c975af7bb7ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2623 2025.02.25 04:22:53.632418 [ 276 ] {9c05cf90-297e-407b-b00c-c975af7bb7ca} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2624 2025.02.25 04:22:53.632684 [ 276 ] {9c05cf90-297e-407b-b00c-c975af7bb7ca} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2625 2025.02.25 04:22:53.632931 [ 276 ] {9c05cf90-297e-407b-b00c-c975af7bb7ca} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002014 sec., 31777.557100297912 rows/sec., 2.48 MiB/sec.
2626 2025.02.25 04:22:53.632996 [ 276 ] {9c05cf90-297e-407b-b00c-c975af7bb7ca} <Debug> TCPHandler: Processed in 0.002380855 sec.
2627 2025.02.25 04:22:53.633172 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2628 2025.02.25 04:22:53.633321 [ 281 ] {56a7e141-dc93-4659-be9a-49db5daeec6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2629 2025.02.25 04:22:53.633389 [ 281 ] {56a7e141-dc93-4659-be9a-49db5daeec6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2630 2025.02.25 04:22:53.634008 [ 281 ] {56a7e141-dc93-4659-be9a-49db5daeec6b} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2631 2025.02.25 04:22:53.634050 [ 281 ] {56a7e141-dc93-4659-be9a-49db5daeec6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2632 2025.02.25 04:22:53.634454 [ 281 ] {56a7e141-dc93-4659-be9a-49db5daeec6b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2633 2025.02.25 04:22:53.634704 [ 281 ] {56a7e141-dc93-4659-be9a-49db5daeec6b} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2634 2025.02.25 04:22:53.634978 [ 281 ] {56a7e141-dc93-4659-be9a-49db5daeec6b} <Debug> executeQuery: Read 76 rows, 5.43 KiB in 0.001685 sec., 45103.857566765575 rows/sec., 3.15 MiB/sec.
2635 2025.02.25 04:22:53.635168 [ 281 ] {56a7e141-dc93-4659-be9a-49db5daeec6b} <Debug> TCPHandler: Processed in 0.00206382 sec.
2636 2025.02.25 04:22:53.635359 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2637 2025.02.25 04:22:53.635508 [ 276 ] {90837f06-9f8c-442e-80a8-1f5b9c1ffcb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2638 2025.02.25 04:22:53.635572 [ 276 ] {90837f06-9f8c-442e-80a8-1f5b9c1ffcb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2639 2025.02.25 04:22:53.636166 [ 276 ] {90837f06-9f8c-442e-80a8-1f5b9c1ffcb2} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2640 2025.02.25 04:22:53.636217 [ 276 ] {90837f06-9f8c-442e-80a8-1f5b9c1ffcb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2641 2025.02.25 04:22:53.636663 [ 276 ] {90837f06-9f8c-442e-80a8-1f5b9c1ffcb2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2642 2025.02.25 04:22:53.636917 [ 276 ] {90837f06-9f8c-442e-80a8-1f5b9c1ffcb2} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2643 2025.02.25 04:22:53.637141 [ 276 ] {90837f06-9f8c-442e-80a8-1f5b9c1ffcb2} <Debug> executeQuery: Read 30 rows, 2.06 KiB in 0.001669 sec., 17974.835230677054 rows/sec., 1.21 MiB/sec.
2644 2025.02.25 04:22:53.637196 [ 276 ] {90837f06-9f8c-442e-80a8-1f5b9c1ffcb2} <Debug> TCPHandler: Processed in 0.001907538 sec.
2645 2025.02.25 04:22:58.638220 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2646 2025.02.25 04:22:58.638458 [ 281 ] {6b461662-a04d-4b4c-9246-2d6add15efb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2647 2025.02.25 04:22:58.638543 [ 281 ] {6b461662-a04d-4b4c-9246-2d6add15efb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2648 2025.02.25 04:22:58.639446 [ 281 ] {6b461662-a04d-4b4c-9246-2d6add15efb0} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2649 2025.02.25 04:22:58.639500 [ 281 ] {6b461662-a04d-4b4c-9246-2d6add15efb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2650 2025.02.25 04:22:58.639975 [ 281 ] {6b461662-a04d-4b4c-9246-2d6add15efb0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2651 2025.02.25 04:22:58.640239 [ 281 ] {6b461662-a04d-4b4c-9246-2d6add15efb0} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2652 2025.02.25 04:22:58.640459 [ 115 ] {} <Debug> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2653 2025.02.25 04:22:58.640492 [ 281 ] {6b461662-a04d-4b4c-9246-2d6add15efb0} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002093 sec., 101290.01433349261 rows/sec., 6.44 MiB/sec.
2654 2025.02.25 04:22:58.640586 [ 115 ] {} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2655 2025.02.25 04:22:58.640684 [ 281 ] {6b461662-a04d-4b4c-9246-2d6add15efb0} <Debug> TCPHandler: Processed in 0.002607579 sec.
2656 2025.02.25 04:22:58.640684 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2657 2025.02.25 04:22:58.640901 [ 187 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
2658 2025.02.25 04:22:58.640971 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2659 2025.02.25 04:22:58.641061 [ 187 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2660 2025.02.25 04:22:58.641113 [ 187 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
2661 2025.02.25 04:22:58.641183 [ 276 ] {2fa57bd5-2372-422a-9311-a02afd313dc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2662 2025.02.25 04:22:58.641285 [ 187 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
2663 2025.02.25 04:22:58.641341 [ 276 ] {2fa57bd5-2372-422a-9311-a02afd313dc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2664 2025.02.25 04:22:58.641700 [ 187 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
2665 2025.02.25 04:22:58.642052 [ 187 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
2666 2025.02.25 04:22:58.642352 [ 187 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
2667 2025.02.25 04:22:58.643919 [ 276 ] {2fa57bd5-2372-422a-9311-a02afd313dc4} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2668 2025.02.25 04:22:58.643960 [ 276 ] {2fa57bd5-2372-422a-9311-a02afd313dc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2669 2025.02.25 04:22:58.644209 [ 187 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.00337596 sec., 313984.7628526404 rows/sec., 21.17 MiB/sec.
2670 2025.02.25 04:22:58.644452 [ 187 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2671 2025.02.25 04:22:58.644669 [ 276 ] {2fa57bd5-2372-422a-9311-a02afd313dc4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2672 2025.02.25 04:22:58.644808 [ 187 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_5_1} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2673 2025.02.25 04:22:58.644913 [ 187 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_5_1} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2674 2025.02.25 04:22:58.645013 [ 276 ] {2fa57bd5-2372-422a-9311-a02afd313dc4} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2675 2025.02.25 04:22:58.645014 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
2676 2025.02.25 04:22:58.645157 [ 115 ] {} <Debug> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2677 2025.02.25 04:22:58.645193 [ 115 ] {} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2678 2025.02.25 04:22:58.645216 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2679 2025.02.25 04:22:58.645239 [ 276 ] {2fa57bd5-2372-422a-9311-a02afd313dc4} <Debug> executeQuery: Read 627 rows, 50.33 KiB in 0.004127 sec., 151926.338744851 rows/sec., 11.91 MiB/sec.
2680 2025.02.25 04:22:58.645581 [ 199 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::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
2681 2025.02.25 04:22:58.645605 [ 276 ] {2fa57bd5-2372-422a-9311-a02afd313dc4} <Debug> TCPHandler: Processed in 0.004767631 sec.
2682 2025.02.25 04:22:58.646018 [ 199 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2683 2025.02.25 04:22:58.646053 [ 199 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1827 rows starting from the beginning of the part
2684 2025.02.25 04:22:58.646083 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2685 2025.02.25 04:22:58.646302 [ 199 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 126 rows starting from the beginning of the part
2686 2025.02.25 04:22:58.646435 [ 281 ] {4c3765c5-a69e-448e-a437-b485a011d839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2687 2025.02.25 04:22:58.646595 [ 281 ] {4c3765c5-a69e-448e-a437-b485a011d839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2688 2025.02.25 04:22:58.646701 [ 199 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 629 rows starting from the beginning of the part
2689 2025.02.25 04:22:58.647023 [ 199 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1272 rows starting from the beginning of the part
2690 2025.02.25 04:22:58.647366 [ 199 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part
2691 2025.02.25 04:22:58.647729 [ 199 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 627 rows starting from the beginning of the part
2692 2025.02.25 04:22:58.649172 [ 281 ] {4c3765c5-a69e-448e-a437-b485a011d839} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2693 2025.02.25 04:22:58.649257 [ 281 ] {4c3765c5-a69e-448e-a437-b485a011d839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2694 2025.02.25 04:22:58.650265 [ 281 ] {4c3765c5-a69e-448e-a437-b485a011d839} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2695 2025.02.25 04:22:58.650605 [ 281 ] {4c3765c5-a69e-448e-a437-b485a011d839} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2696 2025.02.25 04:22:58.650781 [ 115 ] {} <Debug> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2697 2025.02.25 04:22:58.650849 [ 115 ] {} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2698 2025.02.25 04:22:58.650890 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2699 2025.02.25 04:22:58.650901 [ 281 ] {4c3765c5-a69e-448e-a437-b485a011d839} <Debug> executeQuery: Read 111 rows, 6.76 KiB in 0.00456 sec., 24342.105263157897 rows/sec., 1.45 MiB/sec.
2700 2025.02.25 04:22:58.651165 [ 281 ] {4c3765c5-a69e-448e-a437-b485a011d839} <Debug> TCPHandler: Processed in 0.005425031 sec.
2701 2025.02.25 04:22:58.651392 [ 186 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::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
2702 2025.02.25 04:22:58.651456 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2703 2025.02.25 04:22:58.651974 [ 276 ] {6ecd025d-58a2-475c-82c3-50a94cf4e554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2704 2025.02.25 04:22:58.652077 [ 186 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2705 2025.02.25 04:22:58.652139 [ 276 ] {6ecd025d-58a2-475c-82c3-50a94cf4e554} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2706 2025.02.25 04:22:58.652165 [ 186 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 141 rows starting from the beginning of the part
2707 2025.02.25 04:22:58.652171 [ 190 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4537 rows, containing 5 columns (5 merged, 0 gathered) in 0.006907193 sec., 656851.4880067778 rows/sec., 55.65 MiB/sec.
2708 2025.02.25 04:22:58.652602 [ 186 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 106 rows starting from the beginning of the part
2709 2025.02.25 04:22:58.652764 [ 190 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2710 2025.02.25 04:22:58.653175 [ 186 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 35 rows starting from the beginning of the part
2711 2025.02.25 04:22:58.653681 [ 186 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 111 rows starting from the beginning of the part
2712 2025.02.25 04:22:58.654124 [ 190 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_16_3} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2713 2025.02.25 04:22:58.654188 [ 186 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 47 rows starting from the beginning of the part
2714 2025.02.25 04:22:58.654659 [ 190 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_16_3} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2715 2025.02.25 04:22:58.654730 [ 186 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 111 rows starting from the beginning of the part
2716 2025.02.25 04:22:58.655065 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB.
2717 2025.02.25 04:22:58.656339 [ 276 ] {6ecd025d-58a2-475c-82c3-50a94cf4e554} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2718 2025.02.25 04:22:58.656417 [ 276 ] {6ecd025d-58a2-475c-82c3-50a94cf4e554} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2719 2025.02.25 04:22:58.657482 [ 276 ] {6ecd025d-58a2-475c-82c3-50a94cf4e554} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2720 2025.02.25 04:22:58.657675 [ 186 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 551 rows, containing 5 columns (5 merged, 0 gathered) in 0.006691169 sec., 82347.3446867057 rows/sec., 5.43 MiB/sec.
2721 2025.02.25 04:22:58.657900 [ 190 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2722 2025.02.25 04:22:58.658043 [ 276 ] {6ecd025d-58a2-475c-82c3-50a94cf4e554} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2723 2025.02.25 04:22:58.658371 [ 276 ] {6ecd025d-58a2-475c-82c3-50a94cf4e554} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00659 sec., 17147.19271623672 rows/sec., 1.11 MiB/sec.
2724 2025.02.25 04:22:58.658544 [ 190 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_11_2} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2725 2025.02.25 04:22:58.658564 [ 276 ] {6ecd025d-58a2-475c-82c3-50a94cf4e554} <Debug> TCPHandler: Processed in 0.007262268 sec.
2726 2025.02.25 04:22:58.658708 [ 190 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_11_2} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2727 2025.02.25 04:22:58.658791 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2728 2025.02.25 04:22:58.658804 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
2729 2025.02.25 04:22:58.658913 [ 281 ] {1612340d-7f91-41b6-a406-4a60c724ec1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2730 2025.02.25 04:22:58.658963 [ 281 ] {1612340d-7f91-41b6-a406-4a60c724ec1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2731 2025.02.25 04:22:58.659564 [ 281 ] {1612340d-7f91-41b6-a406-4a60c724ec1d} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2732 2025.02.25 04:22:58.659604 [ 281 ] {1612340d-7f91-41b6-a406-4a60c724ec1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2733 2025.02.25 04:22:58.659976 [ 281 ] {1612340d-7f91-41b6-a406-4a60c724ec1d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2734 2025.02.25 04:22:58.660221 [ 281 ] {1612340d-7f91-41b6-a406-4a60c724ec1d} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2735 2025.02.25 04:22:58.660402 [ 115 ] {} <Debug> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2736 2025.02.25 04:22:58.660488 [ 115 ] {} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2737 2025.02.25 04:22:58.660547 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2738 2025.02.25 04:22:58.660643 [ 281 ] {1612340d-7f91-41b6-a406-4a60c724ec1d} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001699 sec., 65921.1300765156 rows/sec., 3.76 MiB/sec.
2739 2025.02.25 04:22:58.661120 [ 281 ] {1612340d-7f91-41b6-a406-4a60c724ec1d} <Debug> TCPHandler: Processed in 0.002408086 sec.
2740 2025.02.25 04:22:58.661151 [ 199 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
2741 2025.02.25 04:22:58.661383 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2742 2025.02.25 04:22:58.661453 [ 199 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2743 2025.02.25 04:22:58.661497 [ 199 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
2744 2025.02.25 04:22:58.661567 [ 276 ] {8bb88a6d-0261-4ea9-9a3f-6facbbe0b405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2745 2025.02.25 04:22:58.661657 [ 199 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
2746 2025.02.25 04:22:58.661687 [ 276 ] {8bb88a6d-0261-4ea9-9a3f-6facbbe0b405} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2747 2025.02.25 04:22:58.661959 [ 199 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
2748 2025.02.25 04:22:58.662314 [ 199 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
2749 2025.02.25 04:22:58.662502 [ 199 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
2750 2025.02.25 04:22:58.663636 [ 276 ] {8bb88a6d-0261-4ea9-9a3f-6facbbe0b405} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2751 2025.02.25 04:22:58.663688 [ 276 ] {8bb88a6d-0261-4ea9-9a3f-6facbbe0b405} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2752 2025.02.25 04:22:58.663992 [ 190 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.00334888 sec., 167220.08552112945 rows/sec., 10.16 MiB/sec.
2753 2025.02.25 04:22:58.664194 [ 190 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2754 2025.02.25 04:22:58.664329 [ 276 ] {8bb88a6d-0261-4ea9-9a3f-6facbbe0b405} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2755 2025.02.25 04:22:58.664655 [ 200 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_5_1} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2756 2025.02.25 04:22:58.664752 [ 276 ] {8bb88a6d-0261-4ea9-9a3f-6facbbe0b405} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2757 2025.02.25 04:22:58.664902 [ 200 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_5_1} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2758 2025.02.25 04:22:58.664993 [ 115 ] {} <Debug> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2759 2025.02.25 04:22:58.665075 [ 115 ] {} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2760 2025.02.25 04:22:58.665142 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2761 2025.02.25 04:22:58.665152 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
2762 2025.02.25 04:22:58.665198 [ 276 ] {8bb88a6d-0261-4ea9-9a3f-6facbbe0b405} <Debug> executeQuery: Read 387 rows, 27.99 KiB in 0.003667 sec., 105535.86037632942 rows/sec., 7.45 MiB/sec.
2763 2025.02.25 04:22:58.665443 [ 276 ] {8bb88a6d-0261-4ea9-9a3f-6facbbe0b405} <Debug> TCPHandler: Processed in 0.004171522 sec.
2764 2025.02.25 04:22:58.665451 [ 190 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::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
2765 2025.02.25 04:22:58.665613 [ 190 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2766 2025.02.25 04:22:58.665620 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2767 2025.02.25 04:22:58.665646 [ 190 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 885 rows starting from the beginning of the part
2768 2025.02.25 04:22:58.665802 [ 190 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 99 rows starting from the beginning of the part
2769 2025.02.25 04:22:58.665978 [ 281 ] {43d4b04d-e98c-43e4-9084-6977aa2a93c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2770 2025.02.25 04:22:58.666154 [ 190 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 393 rows starting from the beginning of the part
2771 2025.02.25 04:22:58.666243 [ 281 ] {43d4b04d-e98c-43e4-9084-6977aa2a93c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2772 2025.02.25 04:22:58.666513 [ 190 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 567 rows starting from the beginning of the part
2773 2025.02.25 04:22:58.666875 [ 190 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part
2774 2025.02.25 04:22:58.667287 [ 190 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 387 rows starting from the beginning of the part
2775 2025.02.25 04:22:58.668216 [ 281 ] {43d4b04d-e98c-43e4-9084-6977aa2a93c8} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2776 2025.02.25 04:22:58.668261 [ 281 ] {43d4b04d-e98c-43e4-9084-6977aa2a93c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2777 2025.02.25 04:22:58.668840 [ 281 ] {43d4b04d-e98c-43e4-9084-6977aa2a93c8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2778 2025.02.25 04:22:58.669118 [ 281 ] {43d4b04d-e98c-43e4-9084-6977aa2a93c8} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2779 2025.02.25 04:22:58.669451 [ 281 ] {43d4b04d-e98c-43e4-9084-6977aa2a93c8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00361 sec., 1662.0498614958449 rows/sec., 86.84 KiB/sec.
2780 2025.02.25 04:22:58.669509 [ 190 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2395 rows, containing 5 columns (5 merged, 0 gathered) in 0.004237353 sec., 565211.3477446887 rows/sec., 43.25 MiB/sec.
2781 2025.02.25 04:22:58.669535 [ 281 ] {43d4b04d-e98c-43e4-9084-6977aa2a93c8} <Debug> TCPHandler: Processed in 0.003986669 sec.
2782 2025.02.25 04:22:58.669669 [ 190 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2783 2025.02.25 04:22:58.669698 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2784 2025.02.25 04:22:58.669921 [ 276 ] {b9cf822b-fbce-4f28-a8be-3d57561a5bd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2785 2025.02.25 04:22:58.670026 [ 276 ] {b9cf822b-fbce-4f28-a8be-3d57561a5bd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2786 2025.02.25 04:22:58.670120 [ 190 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_16_3} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2787 2025.02.25 04:22:58.670366 [ 190 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_16_3} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2788 2025.02.25 04:22:58.670547 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
2789 2025.02.25 04:22:58.671058 [ 276 ] {b9cf822b-fbce-4f28-a8be-3d57561a5bd4} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2790 2025.02.25 04:22:58.671102 [ 276 ] {b9cf822b-fbce-4f28-a8be-3d57561a5bd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2791 2025.02.25 04:22:58.671505 [ 276 ] {b9cf822b-fbce-4f28-a8be-3d57561a5bd4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2792 2025.02.25 04:22:58.671750 [ 276 ] {b9cf822b-fbce-4f28-a8be-3d57561a5bd4} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2793 2025.02.25 04:22:58.671873 [ 115 ] {} <Debug> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2794 2025.02.25 04:22:58.671910 [ 115 ] {} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2795 2025.02.25 04:22:58.671936 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2796 2025.02.25 04:22:58.671940 [ 276 ] {b9cf822b-fbce-4f28-a8be-3d57561a5bd4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002096 sec., 113072.51908396946 rows/sec., 7.58 MiB/sec.
2797 2025.02.25 04:22:58.672128 [ 276 ] {b9cf822b-fbce-4f28-a8be-3d57561a5bd4} <Debug> TCPHandler: Processed in 0.002504628 sec.
2798 2025.02.25 04:22:58.672179 [ 200 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::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
2799 2025.02.25 04:22:58.672325 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2800 2025.02.25 04:22:58.672366 [ 200 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2801 2025.02.25 04:22:58.672413 [ 200 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4259 rows starting from the beginning of the part
2802 2025.02.25 04:22:58.672531 [ 281 ] {460caffd-c2c6-41c9-810e-394141273197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2803 2025.02.25 04:22:58.672688 [ 200 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part
2804 2025.02.25 04:22:58.672742 [ 281 ] {460caffd-c2c6-41c9-810e-394141273197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2805 2025.02.25 04:22:58.673032 [ 200 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::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
2806 2025.02.25 04:22:58.673329 [ 200 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 936 rows starting from the beginning of the part
2807 2025.02.25 04:22:58.673636 [ 200 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 76 rows starting from the beginning of the part
2808 2025.02.25 04:22:58.673985 [ 200 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 237 rows starting from the beginning of the part
2809 2025.02.25 04:22:58.675308 [ 281 ] {460caffd-c2c6-41c9-810e-394141273197} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2810 2025.02.25 04:22:58.675371 [ 281 ] {460caffd-c2c6-41c9-810e-394141273197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2811 2025.02.25 04:22:58.676285 [ 281 ] {460caffd-c2c6-41c9-810e-394141273197} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2812 2025.02.25 04:22:58.676814 [ 281 ] {460caffd-c2c6-41c9-810e-394141273197} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2813 2025.02.25 04:22:58.677113 [ 281 ] {460caffd-c2c6-41c9-810e-394141273197} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004651 sec., 215.00752526338422 rows/sec., 14.49 KiB/sec.
2814 2025.02.25 04:22:58.677174 [ 281 ] {460caffd-c2c6-41c9-810e-394141273197} <Debug> TCPHandler: Processed in 0.004937193 sec.
2815 2025.02.25 04:22:58.677416 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2816 2025.02.25 04:22:58.677699 [ 276 ] {e1159852-2caf-4013-9a18-8158890a6b6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2817 2025.02.25 04:22:58.677823 [ 276 ] {e1159852-2caf-4013-9a18-8158890a6b6c} <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
2818 2025.02.25 04:22:58.678746 [ 200 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5905 rows, containing 5 columns (5 merged, 0 gathered) in 0.006720629 sec., 878637.9965327651 rows/sec., 59.31 MiB/sec.
2819 2025.02.25 04:22:58.679290 [ 200 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2820 2025.02.25 04:22:58.679329 [ 276 ] {e1159852-2caf-4013-9a18-8158890a6b6c} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2821 2025.02.25 04:22:58.679398 [ 276 ] {e1159852-2caf-4013-9a18-8158890a6b6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2822 2025.02.25 04:22:58.679854 [ 200 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2823 2025.02.25 04:22:58.680041 [ 200 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2824 2025.02.25 04:22:58.680186 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB.
2825 2025.02.25 04:22:58.680483 [ 276 ] {e1159852-2caf-4013-9a18-8158890a6b6c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2826 2025.02.25 04:22:58.680754 [ 276 ] {e1159852-2caf-4013-9a18-8158890a6b6c} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2827 2025.02.25 04:22:58.681008 [ 276 ] {e1159852-2caf-4013-9a18-8158890a6b6c} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.003383 sec., 1477.9781259237363 rows/sec., 2.65 MiB/sec.
2828 2025.02.25 04:22:58.681118 [ 276 ] {e1159852-2caf-4013-9a18-8158890a6b6c} <Debug> TCPHandler: Processed in 0.003851187 sec.
2829 2025.02.25 04:22:58.681281 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2830 2025.02.25 04:22:58.681422 [ 281 ] {95a0eb25-c755-417a-986b-9beaf5246631} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2831 2025.02.25 04:22:58.681481 [ 281 ] {95a0eb25-c755-417a-986b-9beaf5246631} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2832 2025.02.25 04:22:58.682021 [ 281 ] {95a0eb25-c755-417a-986b-9beaf5246631} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2833 2025.02.25 04:22:58.682057 [ 281 ] {95a0eb25-c755-417a-986b-9beaf5246631} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2834 2025.02.25 04:22:58.682440 [ 281 ] {95a0eb25-c755-417a-986b-9beaf5246631} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2835 2025.02.25 04:22:58.682684 [ 281 ] {95a0eb25-c755-417a-986b-9beaf5246631} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2836 2025.02.25 04:22:58.682821 [ 102 ] {} <Debug> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2837 2025.02.25 04:22:58.682872 [ 281 ] {95a0eb25-c755-417a-986b-9beaf5246631} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001481 sec., 55367.99459824443 rows/sec., 3.52 MiB/sec.
2838 2025.02.25 04:22:58.682872 [ 102 ] {} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2839 2025.02.25 04:22:58.682928 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2840 2025.02.25 04:22:58.682945 [ 281 ] {95a0eb25-c755-417a-986b-9beaf5246631} <Debug> TCPHandler: Processed in 0.001731686 sec.
2841 2025.02.25 04:22:58.683193 [ 194 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
2842 2025.02.25 04:22:58.683541 [ 194 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2843 2025.02.25 04:22:58.683603 [ 194 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 654 rows starting from the beginning of the part
2844 2025.02.25 04:22:58.683697 [ 194 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
2845 2025.02.25 04:22:58.683947 [ 194 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
2846 2025.02.25 04:22:58.684052 [ 194 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 30 rows starting from the beginning of the part
2847 2025.02.25 04:22:58.684250 [ 194 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
2848 2025.02.25 04:22:58.684381 [ 194 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 82 rows starting from the beginning of the part
2849 2025.02.25 04:22:58.685586 [ 189 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 938 rows, containing 4 columns (4 merged, 0 gathered) in 0.002585018 sec., 362860.14255993575 rows/sec., 23.84 MiB/sec.
2850 2025.02.25 04:22:58.685779 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2851 2025.02.25 04:22:58.686051 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_16_3} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2852 2025.02.25 04:22:58.686122 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_16_3} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2853 2025.02.25 04:22:58.686187 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB.
2854 2025.02.25 04:22:59.626367 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache
2855 2025.02.25 04:22:59.626455 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache
2856 2025.02.25 04:22:59.707293 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551
2857 2025.02.25 04:22:59.707921 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2858 2025.02.25 04:22:59.707969 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2859 2025.02.25 04:22:59.708497 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2860 2025.02.25 04:22:59.708765 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2861 2025.02.25 04:22:59.709025 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
2862 2025.02.25 04:22:59.718967 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 412
2863 2025.02.25 04:22:59.722442 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2864 2025.02.25 04:22:59.722503 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2865 2025.02.25 04:22:59.724042 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2866 2025.02.25 04:22:59.724373 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2867 2025.02.25 04:22:59.725057 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 412
2868 2025.02.25 04:23:00.054848 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91
2869 2025.02.25 04:23:00.074102 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2870 2025.02.25 04:23:00.074168 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2871 2025.02.25 04:23:00.081478 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2872 2025.02.25 04:23:00.082253 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2873 2025.02.25 04:23:00.084998 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91
2874 2025.02.25 04:23:03.635066 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2875 2025.02.25 04:23:03.635297 [ 281 ] {b919f368-110e-4dc6-a2a5-ef73262e15cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2876 2025.02.25 04:23:03.635382 [ 281 ] {b919f368-110e-4dc6-a2a5-ef73262e15cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2877 2025.02.25 04:23:03.636297 [ 281 ] {b919f368-110e-4dc6-a2a5-ef73262e15cc} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2878 2025.02.25 04:23:03.636347 [ 281 ] {b919f368-110e-4dc6-a2a5-ef73262e15cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2879 2025.02.25 04:23:03.636816 [ 281 ] {b919f368-110e-4dc6-a2a5-ef73262e15cc} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2880 2025.02.25 04:23:03.637079 [ 281 ] {b919f368-110e-4dc6-a2a5-ef73262e15cc} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2881 2025.02.25 04:23:03.637323 [ 281 ] {b919f368-110e-4dc6-a2a5-ef73262e15cc} <Debug> executeQuery: Read 126 rows, 11.02 KiB in 0.002087 sec., 60373.74221370388 rows/sec., 5.16 MiB/sec.
2882 2025.02.25 04:23:03.637392 [ 281 ] {b919f368-110e-4dc6-a2a5-ef73262e15cc} <Debug> TCPHandler: Processed in 0.002475817 sec.
2883 2025.02.25 04:23:03.637666 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2884 2025.02.25 04:23:03.637877 [ 276 ] {2c01f31c-5f05-493f-ae78-8de1272f47e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2885 2025.02.25 04:23:03.637950 [ 276 ] {2c01f31c-5f05-493f-ae78-8de1272f47e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2886 2025.02.25 04:23:03.638700 [ 276 ] {2c01f31c-5f05-493f-ae78-8de1272f47e7} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2887 2025.02.25 04:23:03.638745 [ 276 ] {2c01f31c-5f05-493f-ae78-8de1272f47e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2888 2025.02.25 04:23:03.639187 [ 276 ] {2c01f31c-5f05-493f-ae78-8de1272f47e7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2889 2025.02.25 04:23:03.639443 [ 276 ] {2c01f31c-5f05-493f-ae78-8de1272f47e7} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2890 2025.02.25 04:23:03.639690 [ 276 ] {2c01f31c-5f05-493f-ae78-8de1272f47e7} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.001859 sec., 18827.32651963421 rows/sec., 1.38 MiB/sec.
2891 2025.02.25 04:23:03.639859 [ 276 ] {2c01f31c-5f05-493f-ae78-8de1272f47e7} <Debug> TCPHandler: Processed in 0.002336954 sec.
2892 2025.02.25 04:23:03.640051 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2893 2025.02.25 04:23:03.640204 [ 281 ] {b3f60228-db9c-4e40-a5f8-e04c4a222162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2894 2025.02.25 04:23:03.640268 [ 281 ] {b3f60228-db9c-4e40-a5f8-e04c4a222162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2895 2025.02.25 04:23:03.641019 [ 281 ] {b3f60228-db9c-4e40-a5f8-e04c4a222162} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2896 2025.02.25 04:23:03.641060 [ 281 ] {b3f60228-db9c-4e40-a5f8-e04c4a222162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2897 2025.02.25 04:23:03.641450 [ 281 ] {b3f60228-db9c-4e40-a5f8-e04c4a222162} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2898 2025.02.25 04:23:03.641706 [ 281 ] {b3f60228-db9c-4e40-a5f8-e04c4a222162} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2899 2025.02.25 04:23:03.641921 [ 281 ] {b3f60228-db9c-4e40-a5f8-e04c4a222162} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001754 sec., 56442.417331813005 rows/sec., 4.41 MiB/sec.
2900 2025.02.25 04:23:03.641979 [ 281 ] {b3f60228-db9c-4e40-a5f8-e04c4a222162} <Debug> TCPHandler: Processed in 0.00199956 sec.
2901 2025.02.25 04:23:03.642175 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2902 2025.02.25 04:23:03.642317 [ 276 ] {608a03d5-cf75-43b4-9810-f7e184579745} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2903 2025.02.25 04:23:03.642381 [ 276 ] {608a03d5-cf75-43b4-9810-f7e184579745} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2904 2025.02.25 04:23:03.643020 [ 276 ] {608a03d5-cf75-43b4-9810-f7e184579745} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2905 2025.02.25 04:23:03.643060 [ 276 ] {608a03d5-cf75-43b4-9810-f7e184579745} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2906 2025.02.25 04:23:03.643525 [ 276 ] {608a03d5-cf75-43b4-9810-f7e184579745} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2907 2025.02.25 04:23:03.643870 [ 276 ] {608a03d5-cf75-43b4-9810-f7e184579745} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2908 2025.02.25 04:23:03.644104 [ 276 ] {608a03d5-cf75-43b4-9810-f7e184579745} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00181 sec., 88397.79005524862 rows/sec., 6.16 MiB/sec.
2909 2025.02.25 04:23:03.644310 [ 276 ] {608a03d5-cf75-43b4-9810-f7e184579745} <Debug> TCPHandler: Processed in 0.002199203 sec.
2910 2025.02.25 04:23:03.644504 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2911 2025.02.25 04:23:03.644648 [ 281 ] {c43301ab-7f7e-43fe-bdfb-eb4570a8a775} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2912 2025.02.25 04:23:03.644749 [ 281 ] {c43301ab-7f7e-43fe-bdfb-eb4570a8a775} <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
2913 2025.02.25 04:23:03.645990 [ 281 ] {c43301ab-7f7e-43fe-bdfb-eb4570a8a775} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2914 2025.02.25 04:23:03.646032 [ 281 ] {c43301ab-7f7e-43fe-bdfb-eb4570a8a775} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2915 2025.02.25 04:23:03.646768 [ 281 ] {c43301ab-7f7e-43fe-bdfb-eb4570a8a775} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2916 2025.02.25 04:23:03.647039 [ 281 ] {c43301ab-7f7e-43fe-bdfb-eb4570a8a775} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2917 2025.02.25 04:23:03.647291 [ 281 ] {c43301ab-7f7e-43fe-bdfb-eb4570a8a775} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002675 sec., 13084.112149532712 rows/sec., 23.45 MiB/sec.
2918 2025.02.25 04:23:03.647415 [ 281 ] {c43301ab-7f7e-43fe-bdfb-eb4570a8a775} <Debug> TCPHandler: Processed in 0.002986194 sec.
2919 2025.02.25 04:23:03.647572 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2920 2025.02.25 04:23:03.647693 [ 276 ] {99dd4846-2056-40a4-a07a-ca79cd2680eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2921 2025.02.25 04:23:03.647746 [ 276 ] {99dd4846-2056-40a4-a07a-ca79cd2680eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2922 2025.02.25 04:23:03.648252 [ 276 ] {99dd4846-2056-40a4-a07a-ca79cd2680eb} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2923 2025.02.25 04:23:03.648291 [ 276 ] {99dd4846-2056-40a4-a07a-ca79cd2680eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2924 2025.02.25 04:23:03.648680 [ 276 ] {99dd4846-2056-40a4-a07a-ca79cd2680eb} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2925 2025.02.25 04:23:03.648923 [ 276 ] {99dd4846-2056-40a4-a07a-ca79cd2680eb} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2926 2025.02.25 04:23:03.649158 [ 276 ] {99dd4846-2056-40a4-a07a-ca79cd2680eb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001482 sec., 40485.82995951417 rows/sec., 2.73 MiB/sec.
2927 2025.02.25 04:23:03.649358 [ 276 ] {99dd4846-2056-40a4-a07a-ca79cd2680eb} <Debug> TCPHandler: Processed in 0.001835877 sec.
2928 2025.02.25 04:23:07.209151 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039
2929 2025.02.25 04:23:07.209810 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2930 2025.02.25 04:23:07.209855 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2931 2025.02.25 04:23:07.210454 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2932 2025.02.25 04:23:07.210718 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2933 2025.02.25 04:23:07.211042 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039
2934 2025.02.25 04:23:07.585076 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98
2935 2025.02.25 04:23:07.605511 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2936 2025.02.25 04:23:07.605580 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2937 2025.02.25 04:23:07.613316 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2938 2025.02.25 04:23:07.614089 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2939 2025.02.25 04:23:07.617069 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98
2940 2025.02.25 04:23:08.638200 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2941 2025.02.25 04:23:08.638417 [ 281 ] {ed5184d9-f3ef-4b85-8ed0-a8f089f8e370} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2942 2025.02.25 04:23:08.638502 [ 281 ] {ed5184d9-f3ef-4b85-8ed0-a8f089f8e370} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2943 2025.02.25 04:23:08.639444 [ 281 ] {ed5184d9-f3ef-4b85-8ed0-a8f089f8e370} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2944 2025.02.25 04:23:08.639499 [ 281 ] {ed5184d9-f3ef-4b85-8ed0-a8f089f8e370} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2945 2025.02.25 04:23:08.639958 [ 281 ] {ed5184d9-f3ef-4b85-8ed0-a8f089f8e370} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2946 2025.02.25 04:23:08.640219 [ 281 ] {ed5184d9-f3ef-4b85-8ed0-a8f089f8e370} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2947 2025.02.25 04:23:08.640465 [ 281 ] {ed5184d9-f3ef-4b85-8ed0-a8f089f8e370} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002107 sec., 100616.99098243949 rows/sec., 6.40 MiB/sec.
2948 2025.02.25 04:23:08.640533 [ 281 ] {ed5184d9-f3ef-4b85-8ed0-a8f089f8e370} <Debug> TCPHandler: Processed in 0.002486947 sec.
2949 2025.02.25 04:23:08.640788 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2950 2025.02.25 04:23:08.640978 [ 276 ] {e73513a0-745f-4045-b20f-b32fb42ce9d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2951 2025.02.25 04:23:08.641054 [ 276 ] {e73513a0-745f-4045-b20f-b32fb42ce9d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2952 2025.02.25 04:23:08.642149 [ 276 ] {e73513a0-745f-4045-b20f-b32fb42ce9d5} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2953 2025.02.25 04:23:08.642203 [ 276 ] {e73513a0-745f-4045-b20f-b32fb42ce9d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2954 2025.02.25 04:23:08.642673 [ 276 ] {e73513a0-745f-4045-b20f-b32fb42ce9d5} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2955 2025.02.25 04:23:08.642927 [ 276 ] {e73513a0-745f-4045-b20f-b32fb42ce9d5} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2956 2025.02.25 04:23:08.643176 [ 276 ] {e73513a0-745f-4045-b20f-b32fb42ce9d5} <Debug> executeQuery: Read 627 rows, 50.33 KiB in 0.002248 sec., 278914.590747331 rows/sec., 21.86 MiB/sec.
2957 2025.02.25 04:23:08.643242 [ 276 ] {e73513a0-745f-4045-b20f-b32fb42ce9d5} <Debug> TCPHandler: Processed in 0.002591318 sec.
2958 2025.02.25 04:23:08.643407 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2959 2025.02.25 04:23:08.643556 [ 281 ] {f9cc2e4f-33e9-4470-b5ce-a05d87e78d60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2960 2025.02.25 04:23:08.643618 [ 281 ] {f9cc2e4f-33e9-4470-b5ce-a05d87e78d60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2961 2025.02.25 04:23:08.644326 [ 281 ] {f9cc2e4f-33e9-4470-b5ce-a05d87e78d60} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2962 2025.02.25 04:23:08.644367 [ 281 ] {f9cc2e4f-33e9-4470-b5ce-a05d87e78d60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2963 2025.02.25 04:23:08.644743 [ 281 ] {f9cc2e4f-33e9-4470-b5ce-a05d87e78d60} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2964 2025.02.25 04:23:08.644990 [ 281 ] {f9cc2e4f-33e9-4470-b5ce-a05d87e78d60} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2965 2025.02.25 04:23:08.645207 [ 281 ] {f9cc2e4f-33e9-4470-b5ce-a05d87e78d60} <Debug> executeQuery: Read 111 rows, 6.76 KiB in 0.001686 sec., 65836.29893238434 rows/sec., 3.92 MiB/sec.
2966 2025.02.25 04:23:08.645264 [ 281 ] {f9cc2e4f-33e9-4470-b5ce-a05d87e78d60} <Debug> TCPHandler: Processed in 0.001928509 sec.
2967 2025.02.25 04:23:08.645425 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2968 2025.02.25 04:23:08.645570 [ 276 ] {f9cc77fd-f84a-4749-a4e5-9bfcbc5a30b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2969 2025.02.25 04:23:08.645633 [ 276 ] {f9cc77fd-f84a-4749-a4e5-9bfcbc5a30b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2970 2025.02.25 04:23:08.646342 [ 276 ] {f9cc77fd-f84a-4749-a4e5-9bfcbc5a30b0} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2971 2025.02.25 04:23:08.646385 [ 276 ] {f9cc77fd-f84a-4749-a4e5-9bfcbc5a30b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2972 2025.02.25 04:23:08.646758 [ 276 ] {f9cc77fd-f84a-4749-a4e5-9bfcbc5a30b0} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2973 2025.02.25 04:23:08.647011 [ 276 ] {f9cc77fd-f84a-4749-a4e5-9bfcbc5a30b0} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2974 2025.02.25 04:23:08.647195 [ 276 ] {f9cc77fd-f84a-4749-a4e5-9bfcbc5a30b0} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001659 sec., 68113.32127787823 rows/sec., 4.41 MiB/sec.
2975 2025.02.25 04:23:08.647248 [ 276 ] {f9cc77fd-f84a-4749-a4e5-9bfcbc5a30b0} <Debug> TCPHandler: Processed in 0.001895639 sec.
2976 2025.02.25 04:23:08.647408 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2977 2025.02.25 04:23:08.647549 [ 281 ] {e06bb2f1-2701-4cba-9e4a-17f5ca142197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2978 2025.02.25 04:23:08.647610 [ 281 ] {e06bb2f1-2701-4cba-9e4a-17f5ca142197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2979 2025.02.25 04:23:08.648287 [ 281 ] {e06bb2f1-2701-4cba-9e4a-17f5ca142197} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2980 2025.02.25 04:23:08.648328 [ 281 ] {e06bb2f1-2701-4cba-9e4a-17f5ca142197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2981 2025.02.25 04:23:08.648711 [ 281 ] {e06bb2f1-2701-4cba-9e4a-17f5ca142197} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2982 2025.02.25 04:23:08.648951 [ 281 ] {e06bb2f1-2701-4cba-9e4a-17f5ca142197} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2983 2025.02.25 04:23:08.649171 [ 281 ] {e06bb2f1-2701-4cba-9e4a-17f5ca142197} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001653 sec., 67755.5958862674 rows/sec., 3.86 MiB/sec.
2984 2025.02.25 04:23:08.649256 [ 281 ] {e06bb2f1-2701-4cba-9e4a-17f5ca142197} <Debug> TCPHandler: Processed in 0.001918718 sec.
2985 2025.02.25 04:23:08.649460 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2986 2025.02.25 04:23:08.649685 [ 276 ] {6c804a75-0875-471e-8113-823fbf117c12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2987 2025.02.25 04:23:08.649777 [ 276 ] {6c804a75-0875-471e-8113-823fbf117c12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2988 2025.02.25 04:23:08.650778 [ 276 ] {6c804a75-0875-471e-8113-823fbf117c12} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2989 2025.02.25 04:23:08.650819 [ 276 ] {6c804a75-0875-471e-8113-823fbf117c12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2990 2025.02.25 04:23:08.651206 [ 276 ] {6c804a75-0875-471e-8113-823fbf117c12} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2991 2025.02.25 04:23:08.651447 [ 276 ] {6c804a75-0875-471e-8113-823fbf117c12} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2992 2025.02.25 04:23:08.651695 [ 276 ] {6c804a75-0875-471e-8113-823fbf117c12} <Debug> executeQuery: Read 387 rows, 27.99 KiB in 0.002064 sec., 187500 rows/sec., 13.24 MiB/sec.
2993 2025.02.25 04:23:08.651757 [ 276 ] {6c804a75-0875-471e-8113-823fbf117c12} <Debug> TCPHandler: Processed in 0.002407616 sec.
2994 2025.02.25 04:23:08.651912 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2995 2025.02.25 04:23:08.652035 [ 281 ] {9ffb29de-68db-4f9d-ba5b-e58657c05ab3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2996 2025.02.25 04:23:08.652087 [ 281 ] {9ffb29de-68db-4f9d-ba5b-e58657c05ab3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2997 2025.02.25 04:23:08.652578 [ 281 ] {9ffb29de-68db-4f9d-ba5b-e58657c05ab3} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2998 2025.02.25 04:23:08.652618 [ 281 ] {9ffb29de-68db-4f9d-ba5b-e58657c05ab3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2999 2025.02.25 04:23:08.652987 [ 281 ] {9ffb29de-68db-4f9d-ba5b-e58657c05ab3} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3000 2025.02.25 04:23:08.653231 [ 281 ] {9ffb29de-68db-4f9d-ba5b-e58657c05ab3} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3001 2025.02.25 04:23:08.653394 [ 136 ] {} <Debug> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
3002 2025.02.25 04:23:08.653472 [ 281 ] {9ffb29de-68db-4f9d-ba5b-e58657c05ab3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001454 sec., 4126.547455295736 rows/sec., 215.60 KiB/sec.
3003 2025.02.25 04:23:08.653479 [ 136 ] {} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3004 2025.02.25 04:23:08.653558 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3005 2025.02.25 04:23:08.653601 [ 281 ] {9ffb29de-68db-4f9d-ba5b-e58657c05ab3} <Debug> TCPHandler: Processed in 0.001747495 sec.
3006 2025.02.25 04:23:08.653869 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3007 2025.02.25 04:23:08.654098 [ 198 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
3008 2025.02.25 04:23:08.654145 [ 276 ] {e49fff4b-bf3d-4df6-ab11-bff2e2d8591a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3009 2025.02.25 04:23:08.654271 [ 276 ] {e49fff4b-bf3d-4df6-ab11-bff2e2d8591a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3010 2025.02.25 04:23:08.654422 [ 198 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3011 2025.02.25 04:23:08.654510 [ 198 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
3012 2025.02.25 04:23:08.654842 [ 198 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
3013 2025.02.25 04:23:08.655182 [ 198 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
3014 2025.02.25 04:23:08.655457 [ 198 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
3015 2025.02.25 04:23:08.655722 [ 198 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
3016 2025.02.25 04:23:08.655878 [ 198 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
3017 2025.02.25 04:23:08.656916 [ 276 ] {e49fff4b-bf3d-4df6-ab11-bff2e2d8591a} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3018 2025.02.25 04:23:08.656978 [ 276 ] {e49fff4b-bf3d-4df6-ab11-bff2e2d8591a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3019 2025.02.25 04:23:08.658170 [ 276 ] {e49fff4b-bf3d-4df6-ab11-bff2e2d8591a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3020 2025.02.25 04:23:08.658373 [ 198 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004697059 sec., 7664.370407099421 rows/sec., 400.43 KiB/sec.
3021 2025.02.25 04:23:08.658533 [ 198 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
3022 2025.02.25 04:23:08.658702 [ 276 ] {e49fff4b-bf3d-4df6-ab11-bff2e2d8591a} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3023 2025.02.25 04:23:08.659117 [ 276 ] {e49fff4b-bf3d-4df6-ab11-bff2e2d8591a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005014 sec., 47267.65057838053 rows/sec., 3.17 MiB/sec.
3024 2025.02.25 04:23:08.659184 [ 189 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_6_1} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3025 2025.02.25 04:23:08.659251 [ 276 ] {e49fff4b-bf3d-4df6-ab11-bff2e2d8591a} <Debug> TCPHandler: Processed in 0.005554562 sec.
3026 2025.02.25 04:23:08.659414 [ 189 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_6_1} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
3027 2025.02.25 04:23:08.659444 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3028 2025.02.25 04:23:08.659601 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB.
3029 2025.02.25 04:23:08.659657 [ 281 ] {bd49b495-49da-4963-b1f1-e98a98f1ce2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3030 2025.02.25 04:23:08.659715 [ 281 ] {bd49b495-49da-4963-b1f1-e98a98f1ce2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3031 2025.02.25 04:23:08.660160 [ 281 ] {bd49b495-49da-4963-b1f1-e98a98f1ce2e} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3032 2025.02.25 04:23:08.660198 [ 281 ] {bd49b495-49da-4963-b1f1-e98a98f1ce2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3033 2025.02.25 04:23:08.660545 [ 281 ] {bd49b495-49da-4963-b1f1-e98a98f1ce2e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3034 2025.02.25 04:23:08.660863 [ 281 ] {bd49b495-49da-4963-b1f1-e98a98f1ce2e} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3035 2025.02.25 04:23:08.661012 [ 136 ] {} <Debug> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
3036 2025.02.25 04:23:08.661072 [ 136 ] {} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3037 2025.02.25 04:23:08.661116 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3038 2025.02.25 04:23:08.661116 [ 281 ] {bd49b495-49da-4963-b1f1-e98a98f1ce2e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0015 sec., 666.6666666666666 rows/sec., 44.92 KiB/sec.
3039 2025.02.25 04:23:08.661260 [ 281 ] {bd49b495-49da-4963-b1f1-e98a98f1ce2e} <Debug> TCPHandler: Processed in 0.001889948 sec.
3040 2025.02.25 04:23:08.661305 [ 198 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::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
3041 2025.02.25 04:23:08.661440 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3042 2025.02.25 04:23:08.661475 [ 198 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3043 2025.02.25 04:23:08.661522 [ 198 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part
3044 2025.02.25 04:23:08.661736 [ 276 ] {71906465-33eb-4cf5-b334-9b4712832792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3045 2025.02.25 04:23:08.661766 [ 198 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part
3046 2025.02.25 04:23:08.662105 [ 198 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part
3047 2025.02.25 04:23:08.662153 [ 276 ] {71906465-33eb-4cf5-b334-9b4712832792} <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
3048 2025.02.25 04:23:08.662400 [ 198 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 3 rows starting from the beginning of the part
3049 2025.02.25 04:23:08.662871 [ 198 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::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
3050 2025.02.25 04:23:08.663226 [ 198 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::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
3051 2025.02.25 04:23:08.666906 [ 198 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8 rows, containing 4 columns (4 merged, 0 gathered) in 0.005699815 sec., 1403.5543258860157 rows/sec., 93.20 KiB/sec.
3052 2025.02.25 04:23:08.667115 [ 198 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
3053 2025.02.25 04:23:08.667731 [ 276 ] {71906465-33eb-4cf5-b334-9b4712832792} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3054 2025.02.25 04:23:08.667739 [ 198 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_6_1} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3055 2025.02.25 04:23:08.667798 [ 276 ] {71906465-33eb-4cf5-b334-9b4712832792} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3056 2025.02.25 04:23:08.667914 [ 198 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_6_1} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
3057 2025.02.25 04:23:08.668079 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
3058 2025.02.25 04:23:08.668669 [ 276 ] {71906465-33eb-4cf5-b334-9b4712832792} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3059 2025.02.25 04:23:08.668938 [ 276 ] {71906465-33eb-4cf5-b334-9b4712832792} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3060 2025.02.25 04:23:08.669252 [ 276 ] {71906465-33eb-4cf5-b334-9b4712832792} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.007655 sec., 653.1678641410842 rows/sec., 1.17 MiB/sec.
3061 2025.02.25 04:23:08.669466 [ 276 ] {71906465-33eb-4cf5-b334-9b4712832792} <Debug> TCPHandler: Processed in 0.008117711 sec.
3062 2025.02.25 04:23:08.669623 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3063 2025.02.25 04:23:08.669743 [ 281 ] {503b2905-2754-4bf2-9066-c68d0338d10c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3064 2025.02.25 04:23:08.669796 [ 281 ] {503b2905-2754-4bf2-9066-c68d0338d10c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3065 2025.02.25 04:23:08.670309 [ 281 ] {503b2905-2754-4bf2-9066-c68d0338d10c} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3066 2025.02.25 04:23:08.670348 [ 281 ] {503b2905-2754-4bf2-9066-c68d0338d10c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3067 2025.02.25 04:23:08.670735 [ 281 ] {503b2905-2754-4bf2-9066-c68d0338d10c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3068 2025.02.25 04:23:08.670987 [ 281 ] {503b2905-2754-4bf2-9066-c68d0338d10c} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3069 2025.02.25 04:23:08.671214 [ 281 ] {503b2905-2754-4bf2-9066-c68d0338d10c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001498 sec., 54739.65287049399 rows/sec., 3.48 MiB/sec.
3070 2025.02.25 04:23:08.671270 [ 281 ] {503b2905-2754-4bf2-9066-c68d0338d10c} <Debug> TCPHandler: Processed in 0.001705956 sec.
3071 2025.02.25 04:23:09.725334 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 446
3072 2025.02.25 04:23:09.728524 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3073 2025.02.25 04:23:09.728584 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3074 2025.02.25 04:23:09.730068 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3075 2025.02.25 04:23:09.730393 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3076 2025.02.25 04:23:09.731546 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 446
3077 2025.02.25 04:23:13.634947 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3078 2025.02.25 04:23:13.635221 [ 281 ] {d9ebf85b-cc7c-47b1-967f-9099b3b989d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3079 2025.02.25 04:23:13.635326 [ 281 ] {d9ebf85b-cc7c-47b1-967f-9099b3b989d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3080 2025.02.25 04:23:13.636474 [ 281 ] {d9ebf85b-cc7c-47b1-967f-9099b3b989d7} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3081 2025.02.25 04:23:13.636540 [ 281 ] {d9ebf85b-cc7c-47b1-967f-9099b3b989d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3082 2025.02.25 04:23:13.637084 [ 281 ] {d9ebf85b-cc7c-47b1-967f-9099b3b989d7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3083 2025.02.25 04:23:13.637349 [ 281 ] {d9ebf85b-cc7c-47b1-967f-9099b3b989d7} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3084 2025.02.25 04:23:13.637599 [ 281 ] {d9ebf85b-cc7c-47b1-967f-9099b3b989d7} <Debug> executeQuery: Read 126 rows, 11.02 KiB in 0.002455 sec., 51323.82892057026 rows/sec., 4.38 MiB/sec.
3085 2025.02.25 04:23:13.637671 [ 281 ] {d9ebf85b-cc7c-47b1-967f-9099b3b989d7} <Debug> TCPHandler: Processed in 0.002936763 sec.
3086 2025.02.25 04:23:13.637935 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3087 2025.02.25 04:23:13.638123 [ 276 ] {466b6b57-fe89-44a2-8d47-51248ea40617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3088 2025.02.25 04:23:13.638194 [ 276 ] {466b6b57-fe89-44a2-8d47-51248ea40617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3089 2025.02.25 04:23:13.638962 [ 276 ] {466b6b57-fe89-44a2-8d47-51248ea40617} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3090 2025.02.25 04:23:13.639008 [ 276 ] {466b6b57-fe89-44a2-8d47-51248ea40617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3091 2025.02.25 04:23:13.639448 [ 276 ] {466b6b57-fe89-44a2-8d47-51248ea40617} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3092 2025.02.25 04:23:13.639706 [ 276 ] {466b6b57-fe89-44a2-8d47-51248ea40617} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3093 2025.02.25 04:23:13.639911 [ 276 ] {466b6b57-fe89-44a2-8d47-51248ea40617} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.00184 sec., 19021.73913043478 rows/sec., 1.40 MiB/sec.
3094 2025.02.25 04:23:13.639979 [ 276 ] {466b6b57-fe89-44a2-8d47-51248ea40617} <Debug> TCPHandler: Processed in 0.002171533 sec.
3095 2025.02.25 04:23:13.640165 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3096 2025.02.25 04:23:13.640321 [ 281 ] {0ddb15a8-5319-43c6-b840-3cfed991b72d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3097 2025.02.25 04:23:13.640387 [ 281 ] {0ddb15a8-5319-43c6-b840-3cfed991b72d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3098 2025.02.25 04:23:13.641156 [ 281 ] {0ddb15a8-5319-43c6-b840-3cfed991b72d} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3099 2025.02.25 04:23:13.641201 [ 281 ] {0ddb15a8-5319-43c6-b840-3cfed991b72d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3100 2025.02.25 04:23:13.641612 [ 281 ] {0ddb15a8-5319-43c6-b840-3cfed991b72d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3101 2025.02.25 04:23:13.641869 [ 281 ] {0ddb15a8-5319-43c6-b840-3cfed991b72d} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3102 2025.02.25 04:23:13.642090 [ 281 ] {0ddb15a8-5319-43c6-b840-3cfed991b72d} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001806 sec., 54817.275747508305 rows/sec., 4.28 MiB/sec.
3103 2025.02.25 04:23:13.642156 [ 281 ] {0ddb15a8-5319-43c6-b840-3cfed991b72d} <Debug> TCPHandler: Processed in 0.002065241 sec.
3104 2025.02.25 04:23:13.642368 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3105 2025.02.25 04:23:13.642601 [ 276 ] {cd64ef04-981c-4005-807f-a8a389872ce4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3106 2025.02.25 04:23:13.642704 [ 276 ] {cd64ef04-981c-4005-807f-a8a389872ce4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3107 2025.02.25 04:23:13.643505 [ 276 ] {cd64ef04-981c-4005-807f-a8a389872ce4} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3108 2025.02.25 04:23:13.643548 [ 276 ] {cd64ef04-981c-4005-807f-a8a389872ce4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3109 2025.02.25 04:23:13.643954 [ 276 ] {cd64ef04-981c-4005-807f-a8a389872ce4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3110 2025.02.25 04:23:13.644202 [ 276 ] {cd64ef04-981c-4005-807f-a8a389872ce4} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3111 2025.02.25 04:23:13.644429 [ 276 ] {cd64ef04-981c-4005-807f-a8a389872ce4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001887 sec., 84790.67302596715 rows/sec., 5.91 MiB/sec.
3112 2025.02.25 04:23:13.644487 [ 276 ] {cd64ef04-981c-4005-807f-a8a389872ce4} <Debug> TCPHandler: Processed in 0.002228583 sec.
3113 2025.02.25 04:23:13.644645 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3114 2025.02.25 04:23:13.644778 [ 281 ] {ec864a93-624e-44a0-8648-fbc942ab6241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3115 2025.02.25 04:23:13.644868 [ 281 ] {ec864a93-624e-44a0-8648-fbc942ab6241} <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
3116 2025.02.25 04:23:13.646122 [ 281 ] {ec864a93-624e-44a0-8648-fbc942ab6241} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3117 2025.02.25 04:23:13.646165 [ 281 ] {ec864a93-624e-44a0-8648-fbc942ab6241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3118 2025.02.25 04:23:13.646883 [ 281 ] {ec864a93-624e-44a0-8648-fbc942ab6241} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3119 2025.02.25 04:23:13.647152 [ 281 ] {ec864a93-624e-44a0-8648-fbc942ab6241} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3120 2025.02.25 04:23:13.647343 [ 145 ] {} <Debug> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3121 2025.02.25 04:23:13.647448 [ 145 ] {} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3122 2025.02.25 04:23:13.647456 [ 281 ] {ec864a93-624e-44a0-8648-fbc942ab6241} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002695 sec., 12987.012987012988 rows/sec., 23.27 MiB/sec.
3123 2025.02.25 04:23:13.647490 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3124 2025.02.25 04:23:13.647921 [ 281 ] {ec864a93-624e-44a0-8648-fbc942ab6241} <Debug> TCPHandler: Processed in 0.003340059 sec.
3125 2025.02.25 04:23:13.647943 [ 192 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::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
3126 2025.02.25 04:23:13.648140 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3127 2025.02.25 04:23:13.648425 [ 276 ] {c2602cff-1f8b-4e18-b71d-8f15e933595a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3128 2025.02.25 04:23:13.648568 [ 276 ] {c2602cff-1f8b-4e18-b71d-8f15e933595a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3129 2025.02.25 04:23:13.648652 [ 192 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3130 2025.02.25 04:23:13.648890 [ 192 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 99 rows starting from the beginning of the part
3131 2025.02.25 04:23:13.649775 [ 192 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 35 rows starting from the beginning of the part
3132 2025.02.25 04:23:13.650633 [ 192 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 5 rows starting from the beginning of the part
3133 2025.02.25 04:23:13.650708 [ 276 ] {c2602cff-1f8b-4e18-b71d-8f15e933595a} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3134 2025.02.25 04:23:13.650778 [ 276 ] {c2602cff-1f8b-4e18-b71d-8f15e933595a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3135 2025.02.25 04:23:13.651195 [ 192 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 35 rows starting from the beginning of the part
3136 2025.02.25 04:23:13.652027 [ 192 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 5 rows starting from the beginning of the part
3137 2025.02.25 04:23:13.652311 [ 276 ] {c2602cff-1f8b-4e18-b71d-8f15e933595a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3138 2025.02.25 04:23:13.652457 [ 192 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 35 rows starting from the beginning of the part
3139 2025.02.25 04:23:13.653414 [ 276 ] {c2602cff-1f8b-4e18-b71d-8f15e933595a} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3140 2025.02.25 04:23:13.654160 [ 276 ] {c2602cff-1f8b-4e18-b71d-8f15e933595a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005811 sec., 10325.245224574082 rows/sec., 712.55 KiB/sec.
3141 2025.02.25 04:23:13.654272 [ 276 ] {c2602cff-1f8b-4e18-b71d-8f15e933595a} <Debug> TCPHandler: Processed in 0.006227912 sec.
3142 2025.02.25 04:23:13.656755 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 214 rows, containing 19 columns (19 merged, 0 gathered) in 0.009091195 sec., 23539.259690282743 rows/sec., 42.18 MiB/sec.
3143 2025.02.25 04:23:13.657230 [ 195 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3144 2025.02.25 04:23:13.657671 [ 195 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3145 2025.02.25 04:23:13.657759 [ 195 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3146 2025.02.25 04:23:13.657914 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.35 MiB.
3147 2025.02.25 04:23:14.626712 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache
3148 2025.02.25 04:23:14.626764 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache
3149 2025.02.25 04:23:14.711186 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466
3150 2025.02.25 04:23:14.711871 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3151 2025.02.25 04:23:14.711922 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3152 2025.02.25 04:23:14.712442 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3153 2025.02.25 04:23:14.712702 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3154 2025.02.25 04:23:14.712941 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466
3155 2025.02.25 04:23:15.117144 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106
3156 2025.02.25 04:23:15.137258 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3157 2025.02.25 04:23:15.137327 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3158 2025.02.25 04:23:15.145038 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3159 2025.02.25 04:23:15.145815 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3160 2025.02.25 04:23:15.149034 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106
3161 2025.02.25 04:23:18.638361 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3162 2025.02.25 04:23:18.638573 [ 281 ] {ece95ad1-e852-4194-bfe1-9fe8ee50c84a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3163 2025.02.25 04:23:18.638650 [ 281 ] {ece95ad1-e852-4194-bfe1-9fe8ee50c84a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3164 2025.02.25 04:23:18.639545 [ 281 ] {ece95ad1-e852-4194-bfe1-9fe8ee50c84a} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3165 2025.02.25 04:23:18.639600 [ 281 ] {ece95ad1-e852-4194-bfe1-9fe8ee50c84a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3166 2025.02.25 04:23:18.640060 [ 281 ] {ece95ad1-e852-4194-bfe1-9fe8ee50c84a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3167 2025.02.25 04:23:18.640332 [ 281 ] {ece95ad1-e852-4194-bfe1-9fe8ee50c84a} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3168 2025.02.25 04:23:18.640600 [ 281 ] {ece95ad1-e852-4194-bfe1-9fe8ee50c84a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002071 sec., 102366.00676001931 rows/sec., 6.51 MiB/sec.
3169 2025.02.25 04:23:18.640796 [ 281 ] {ece95ad1-e852-4194-bfe1-9fe8ee50c84a} <Debug> TCPHandler: Processed in 0.002571039 sec.
3170 2025.02.25 04:23:18.641075 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3171 2025.02.25 04:23:18.641288 [ 276 ] {6713934a-2a5f-4c5c-bc6d-5d6dfba254aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3172 2025.02.25 04:23:18.641366 [ 276 ] {6713934a-2a5f-4c5c-bc6d-5d6dfba254aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3173 2025.02.25 04:23:18.642572 [ 276 ] {6713934a-2a5f-4c5c-bc6d-5d6dfba254aa} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3174 2025.02.25 04:23:18.642621 [ 276 ] {6713934a-2a5f-4c5c-bc6d-5d6dfba254aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3175 2025.02.25 04:23:18.643095 [ 276 ] {6713934a-2a5f-4c5c-bc6d-5d6dfba254aa} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3176 2025.02.25 04:23:18.643347 [ 276 ] {6713934a-2a5f-4c5c-bc6d-5d6dfba254aa} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3177 2025.02.25 04:23:18.643610 [ 276 ] {6713934a-2a5f-4c5c-bc6d-5d6dfba254aa} <Debug> executeQuery: Read 627 rows, 50.33 KiB in 0.002374 sec., 264111.2047177759 rows/sec., 20.70 MiB/sec.
3178 2025.02.25 04:23:18.643837 [ 276 ] {6713934a-2a5f-4c5c-bc6d-5d6dfba254aa} <Debug> TCPHandler: Processed in 0.002899134 sec.
3179 2025.02.25 04:23:18.644005 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3180 2025.02.25 04:23:18.644131 [ 281 ] {7320d267-d8ac-43a1-96c5-67c1a1a23f96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3181 2025.02.25 04:23:18.644186 [ 281 ] {7320d267-d8ac-43a1-96c5-67c1a1a23f96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3182 2025.02.25 04:23:18.644837 [ 281 ] {7320d267-d8ac-43a1-96c5-67c1a1a23f96} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3183 2025.02.25 04:23:18.644880 [ 281 ] {7320d267-d8ac-43a1-96c5-67c1a1a23f96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3184 2025.02.25 04:23:18.645278 [ 281 ] {7320d267-d8ac-43a1-96c5-67c1a1a23f96} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3185 2025.02.25 04:23:18.645535 [ 281 ] {7320d267-d8ac-43a1-96c5-67c1a1a23f96} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3186 2025.02.25 04:23:18.645768 [ 281 ] {7320d267-d8ac-43a1-96c5-67c1a1a23f96} <Debug> executeQuery: Read 111 rows, 6.76 KiB in 0.001664 sec., 66706.73076923078 rows/sec., 3.97 MiB/sec.
3187 2025.02.25 04:23:18.645870 [ 281 ] {7320d267-d8ac-43a1-96c5-67c1a1a23f96} <Debug> TCPHandler: Processed in 0.001923229 sec.
3188 2025.02.25 04:23:18.646039 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3189 2025.02.25 04:23:18.646184 [ 276 ] {8c84a262-3568-4d54-af85-c0448d7739f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3190 2025.02.25 04:23:18.646246 [ 276 ] {8c84a262-3568-4d54-af85-c0448d7739f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3191 2025.02.25 04:23:18.646900 [ 276 ] {8c84a262-3568-4d54-af85-c0448d7739f2} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3192 2025.02.25 04:23:18.646941 [ 276 ] {8c84a262-3568-4d54-af85-c0448d7739f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3193 2025.02.25 04:23:18.647303 [ 276 ] {8c84a262-3568-4d54-af85-c0448d7739f2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3194 2025.02.25 04:23:18.647547 [ 276 ] {8c84a262-3568-4d54-af85-c0448d7739f2} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3195 2025.02.25 04:23:18.647814 [ 276 ] {8c84a262-3568-4d54-af85-c0448d7739f2} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001641 sec., 68860.450944546 rows/sec., 4.46 MiB/sec.
3196 2025.02.25 04:23:18.647916 [ 276 ] {8c84a262-3568-4d54-af85-c0448d7739f2} <Debug> TCPHandler: Processed in 0.001949829 sec.
3197 2025.02.25 04:23:18.648064 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3198 2025.02.25 04:23:18.648184 [ 281 ] {e2409093-78ad-43f7-a670-77b1579416ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3199 2025.02.25 04:23:18.648235 [ 281 ] {e2409093-78ad-43f7-a670-77b1579416ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3200 2025.02.25 04:23:18.648960 [ 281 ] {e2409093-78ad-43f7-a670-77b1579416ee} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3201 2025.02.25 04:23:18.649009 [ 281 ] {e2409093-78ad-43f7-a670-77b1579416ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3202 2025.02.25 04:23:18.649435 [ 281 ] {e2409093-78ad-43f7-a670-77b1579416ee} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3203 2025.02.25 04:23:18.649679 [ 281 ] {e2409093-78ad-43f7-a670-77b1579416ee} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3204 2025.02.25 04:23:18.649895 [ 281 ] {e2409093-78ad-43f7-a670-77b1579416ee} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001736 sec., 64516.12903225807 rows/sec., 3.68 MiB/sec.
3205 2025.02.25 04:23:18.649953 [ 281 ] {e2409093-78ad-43f7-a670-77b1579416ee} <Debug> TCPHandler: Processed in 0.001944249 sec.
3206 2025.02.25 04:23:18.650106 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3207 2025.02.25 04:23:18.650225 [ 276 ] {24a824f9-9d2e-412c-955f-f2a2e51cceed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3208 2025.02.25 04:23:18.650275 [ 276 ] {24a824f9-9d2e-412c-955f-f2a2e51cceed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3209 2025.02.25 04:23:18.651116 [ 276 ] {24a824f9-9d2e-412c-955f-f2a2e51cceed} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3210 2025.02.25 04:23:18.651163 [ 276 ] {24a824f9-9d2e-412c-955f-f2a2e51cceed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3211 2025.02.25 04:23:18.651564 [ 276 ] {24a824f9-9d2e-412c-955f-f2a2e51cceed} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3212 2025.02.25 04:23:18.651815 [ 276 ] {24a824f9-9d2e-412c-955f-f2a2e51cceed} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3213 2025.02.25 04:23:18.651999 [ 276 ] {24a824f9-9d2e-412c-955f-f2a2e51cceed} <Debug> executeQuery: Read 387 rows, 27.99 KiB in 0.001799 sec., 215119.5108393552 rows/sec., 15.19 MiB/sec.
3214 2025.02.25 04:23:18.652055 [ 276 ] {24a824f9-9d2e-412c-955f-f2a2e51cceed} <Debug> TCPHandler: Processed in 0.00200687 sec.
3215 2025.02.25 04:23:18.652193 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3216 2025.02.25 04:23:18.652316 [ 281 ] {8b7f3aab-cd9b-40a5-adef-bc04ce578b03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3217 2025.02.25 04:23:18.652378 [ 281 ] {8b7f3aab-cd9b-40a5-adef-bc04ce578b03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3218 2025.02.25 04:23:18.652945 [ 281 ] {8b7f3aab-cd9b-40a5-adef-bc04ce578b03} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3219 2025.02.25 04:23:18.652993 [ 281 ] {8b7f3aab-cd9b-40a5-adef-bc04ce578b03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3220 2025.02.25 04:23:18.653415 [ 281 ] {8b7f3aab-cd9b-40a5-adef-bc04ce578b03} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3221 2025.02.25 04:23:18.653655 [ 281 ] {8b7f3aab-cd9b-40a5-adef-bc04ce578b03} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3222 2025.02.25 04:23:18.653867 [ 281 ] {8b7f3aab-cd9b-40a5-adef-bc04ce578b03} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001581 sec., 3795.066413662239 rows/sec., 198.28 KiB/sec.
3223 2025.02.25 04:23:18.653921 [ 281 ] {8b7f3aab-cd9b-40a5-adef-bc04ce578b03} <Debug> TCPHandler: Processed in 0.001783466 sec.
3224 2025.02.25 04:23:18.654055 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3225 2025.02.25 04:23:18.654173 [ 276 ] {796c8397-b930-404e-9364-21e2fafb56d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3226 2025.02.25 04:23:18.654227 [ 276 ] {796c8397-b930-404e-9364-21e2fafb56d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3227 2025.02.25 04:23:18.654900 [ 276 ] {796c8397-b930-404e-9364-21e2fafb56d9} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3228 2025.02.25 04:23:18.654947 [ 276 ] {796c8397-b930-404e-9364-21e2fafb56d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3229 2025.02.25 04:23:18.655394 [ 276 ] {796c8397-b930-404e-9364-21e2fafb56d9} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3230 2025.02.25 04:23:18.655640 [ 276 ] {796c8397-b930-404e-9364-21e2fafb56d9} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3231 2025.02.25 04:23:18.655872 [ 276 ] {796c8397-b930-404e-9364-21e2fafb56d9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001724 sec., 137470.99767981438 rows/sec., 9.21 MiB/sec.
3232 2025.02.25 04:23:18.656091 [ 276 ] {796c8397-b930-404e-9364-21e2fafb56d9} <Debug> TCPHandler: Processed in 0.002082731 sec.
3233 2025.02.25 04:23:18.656248 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3234 2025.02.25 04:23:18.656378 [ 281 ] {91aee27c-c4d2-4e2b-83fa-92a6d82c3cd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3235 2025.02.25 04:23:18.656439 [ 281 ] {91aee27c-c4d2-4e2b-83fa-92a6d82c3cd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3236 2025.02.25 04:23:18.656965 [ 281 ] {91aee27c-c4d2-4e2b-83fa-92a6d82c3cd5} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3237 2025.02.25 04:23:18.657014 [ 281 ] {91aee27c-c4d2-4e2b-83fa-92a6d82c3cd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3238 2025.02.25 04:23:18.657419 [ 281 ] {91aee27c-c4d2-4e2b-83fa-92a6d82c3cd5} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3239 2025.02.25 04:23:18.657669 [ 281 ] {91aee27c-c4d2-4e2b-83fa-92a6d82c3cd5} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3240 2025.02.25 04:23:18.657881 [ 281 ] {91aee27c-c4d2-4e2b-83fa-92a6d82c3cd5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001534 sec., 651.890482398957 rows/sec., 43.93 KiB/sec.
3241 2025.02.25 04:23:18.657934 [ 281 ] {91aee27c-c4d2-4e2b-83fa-92a6d82c3cd5} <Debug> TCPHandler: Processed in 0.001741235 sec.
3242 2025.02.25 04:23:18.658072 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3243 2025.02.25 04:23:18.658190 [ 276 ] {1aedc027-2410-4e6e-955f-13fdf71e6bb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3244 2025.02.25 04:23:18.658271 [ 276 ] {1aedc027-2410-4e6e-955f-13fdf71e6bb2} <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
3245 2025.02.25 04:23:18.659523 [ 276 ] {1aedc027-2410-4e6e-955f-13fdf71e6bb2} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3246 2025.02.25 04:23:18.659562 [ 276 ] {1aedc027-2410-4e6e-955f-13fdf71e6bb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3247 2025.02.25 04:23:18.660169 [ 276 ] {1aedc027-2410-4e6e-955f-13fdf71e6bb2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3248 2025.02.25 04:23:18.660430 [ 276 ] {1aedc027-2410-4e6e-955f-13fdf71e6bb2} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3249 2025.02.25 04:23:18.660632 [ 276 ] {1aedc027-2410-4e6e-955f-13fdf71e6bb2} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002467 sec., 2026.7531414673692 rows/sec., 3.63 MiB/sec.
3250 2025.02.25 04:23:18.660752 [ 276 ] {1aedc027-2410-4e6e-955f-13fdf71e6bb2} <Debug> TCPHandler: Processed in 0.0027377 sec.
3251 2025.02.25 04:23:18.660937 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3252 2025.02.25 04:23:18.661105 [ 281 ] {98a3ce19-1e9a-4b76-892d-4c31566ce67d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3253 2025.02.25 04:23:18.661181 [ 281 ] {98a3ce19-1e9a-4b76-892d-4c31566ce67d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3254 2025.02.25 04:23:18.661805 [ 281 ] {98a3ce19-1e9a-4b76-892d-4c31566ce67d} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3255 2025.02.25 04:23:18.661852 [ 281 ] {98a3ce19-1e9a-4b76-892d-4c31566ce67d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3256 2025.02.25 04:23:18.662320 [ 281 ] {98a3ce19-1e9a-4b76-892d-4c31566ce67d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3257 2025.02.25 04:23:18.662640 [ 281 ] {98a3ce19-1e9a-4b76-892d-4c31566ce67d} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3258 2025.02.25 04:23:18.662906 [ 281 ] {98a3ce19-1e9a-4b76-892d-4c31566ce67d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00184 sec., 44565.217391304344 rows/sec., 2.83 MiB/sec.
3259 2025.02.25 04:23:18.662981 [ 281 ] {98a3ce19-1e9a-4b76-892d-4c31566ce67d} <Debug> TCPHandler: Processed in 0.002126121 sec.
3260 2025.02.25 04:23:19.731752 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 480
3261 2025.02.25 04:23:19.734829 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3262 2025.02.25 04:23:19.734880 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3263 2025.02.25 04:23:19.736820 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3264 2025.02.25 04:23:19.737230 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3265 2025.02.25 04:23:19.738144 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 480
3266 2025.02.25 04:23:20.839016 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3267 2025.02.25 04:23:20.839359 [ 281 ] {42cec1ec-e344-40fd-988b-bead01adad66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3268 2025.02.25 04:23:20.839456 [ 281 ] {42cec1ec-e344-40fd-988b-bead01adad66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3269 2025.02.25 04:23:20.840225 [ 281 ] {42cec1ec-e344-40fd-988b-bead01adad66} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3270 2025.02.25 04:23:20.840275 [ 281 ] {42cec1ec-e344-40fd-988b-bead01adad66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3271 2025.02.25 04:23:20.840718 [ 281 ] {42cec1ec-e344-40fd-988b-bead01adad66} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
3272 2025.02.25 04:23:20.840990 [ 281 ] {42cec1ec-e344-40fd-988b-bead01adad66} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3273 2025.02.25 04:23:20.841250 [ 281 ] {42cec1ec-e344-40fd-988b-bead01adad66} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001984 sec., 1008.0645161290322 rows/sec., 82.20 KiB/sec.
3274 2025.02.25 04:23:20.841319 [ 281 ] {42cec1ec-e344-40fd-988b-bead01adad66} <Debug> TCPHandler: Processed in 0.002499497 sec.
3275 2025.02.25 04:23:20.841587 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3276 2025.02.25 04:23:20.841781 [ 276 ] {035c10e0-b258-4ec6-8a75-3679f0d5a86e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3277 2025.02.25 04:23:20.841856 [ 276 ] {035c10e0-b258-4ec6-8a75-3679f0d5a86e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3278 2025.02.25 04:23:20.843147 [ 276 ] {035c10e0-b258-4ec6-8a75-3679f0d5a86e} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3279 2025.02.25 04:23:20.843205 [ 276 ] {035c10e0-b258-4ec6-8a75-3679f0d5a86e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3280 2025.02.25 04:23:20.843718 [ 276 ] {035c10e0-b258-4ec6-8a75-3679f0d5a86e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3281 2025.02.25 04:23:20.843975 [ 276 ] {035c10e0-b258-4ec6-8a75-3679f0d5a86e} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3282 2025.02.25 04:23:20.844151 [ 137 ] {} <Debug> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3283 2025.02.25 04:23:20.844232 [ 276 ] {035c10e0-b258-4ec6-8a75-3679f0d5a86e} <Debug> executeQuery: Read 1267 rows, 107.21 KiB in 0.002499 sec., 507002.8011204482 rows/sec., 41.90 MiB/sec.
3284 2025.02.25 04:23:20.844235 [ 137 ] {} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3285 2025.02.25 04:23:20.844323 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3286 2025.02.25 04:23:20.844390 [ 276 ] {035c10e0-b258-4ec6-8a75-3679f0d5a86e} <Debug> TCPHandler: Processed in 0.002933483 sec.
3287 2025.02.25 04:23:20.844689 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3288 2025.02.25 04:23:20.844738 [ 198 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::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
3289 2025.02.25 04:23:20.844884 [ 281 ] {8e7a863a-0677-4233-b8fe-54956414795f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3290 2025.02.25 04:23:20.844899 [ 198 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3291 2025.02.25 04:23:20.844944 [ 198 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1845 rows starting from the beginning of the part
3292 2025.02.25 04:23:20.844950 [ 281 ] {8e7a863a-0677-4233-b8fe-54956414795f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3293 2025.02.25 04:23:20.845186 [ 198 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 126 rows starting from the beginning of the part
3294 2025.02.25 04:23:20.845523 [ 198 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 627 rows starting from the beginning of the part
3295 2025.02.25 04:23:20.845974 [ 198 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 126 rows starting from the beginning of the part
3296 2025.02.25 04:23:20.846349 [ 198 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 627 rows starting from the beginning of the part
3297 2025.02.25 04:23:20.846629 [ 198 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1267 rows starting from the beginning of the part
3298 2025.02.25 04:23:20.847301 [ 281 ] {8e7a863a-0677-4233-b8fe-54956414795f} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3299 2025.02.25 04:23:20.847347 [ 281 ] {8e7a863a-0677-4233-b8fe-54956414795f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3300 2025.02.25 04:23:20.847920 [ 281 ] {8e7a863a-0677-4233-b8fe-54956414795f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3301 2025.02.25 04:23:20.848261 [ 281 ] {8e7a863a-0677-4233-b8fe-54956414795f} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3302 2025.02.25 04:23:20.848455 [ 137 ] {} <Debug> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3303 2025.02.25 04:23:20.848523 [ 137 ] {} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3304 2025.02.25 04:23:20.848559 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3305 2025.02.25 04:23:20.848569 [ 281 ] {8e7a863a-0677-4233-b8fe-54956414795f} <Debug> executeQuery: Read 37 rows, 2.77 KiB in 0.003718 sec., 9951.586874663797 rows/sec., 745.42 KiB/sec.
3306 2025.02.25 04:23:20.848915 [ 281 ] {8e7a863a-0677-4233-b8fe-54956414795f} <Debug> TCPHandler: Processed in 0.004391815 sec.
3307 2025.02.25 04:23:20.848965 [ 195 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::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
3308 2025.02.25 04:23:20.849166 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3309 2025.02.25 04:23:20.849412 [ 195 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3310 2025.02.25 04:23:20.849547 [ 195 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 158 rows starting from the beginning of the part
3311 2025.02.25 04:23:20.849555 [ 276 ] {8499900a-2ad2-4273-b61d-f4b97303832e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3312 2025.02.25 04:23:20.849795 [ 276 ] {8499900a-2ad2-4273-b61d-f4b97303832e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3313 2025.02.25 04:23:20.849930 [ 196 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4618 rows, containing 5 columns (5 merged, 0 gathered) in 0.005486571 sec., 841691.4681319171 rows/sec., 71.49 MiB/sec.
3314 2025.02.25 04:23:20.850037 [ 195 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 35 rows starting from the beginning of the part
3315 2025.02.25 04:23:20.850417 [ 195 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 111 rows starting from the beginning of the part
3316 2025.02.25 04:23:20.850664 [ 196 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3317 2025.02.25 04:23:20.850803 [ 195 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 35 rows starting from the beginning of the part
3318 2025.02.25 04:23:20.851336 [ 195 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 111 rows starting from the beginning of the part
3319 2025.02.25 04:23:20.851796 [ 195 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 37 rows starting from the beginning of the part
3320 2025.02.25 04:23:20.852390 [ 196 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_21_4} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3321 2025.02.25 04:23:20.852964 [ 196 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_21_4} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3322 2025.02.25 04:23:20.853256 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB.
3323 2025.02.25 04:23:20.853721 [ 276 ] {8499900a-2ad2-4273-b61d-f4b97303832e} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3324 2025.02.25 04:23:20.853771 [ 276 ] {8499900a-2ad2-4273-b61d-f4b97303832e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3325 2025.02.25 04:23:20.854353 [ 276 ] {8499900a-2ad2-4273-b61d-f4b97303832e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3326 2025.02.25 04:23:20.854474 [ 188 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 487 rows, containing 5 columns (5 merged, 0 gathered) in 0.005809857 sec., 83823.0613937658 rows/sec., 5.66 MiB/sec.
3327 2025.02.25 04:23:20.854694 [ 188 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3328 2025.02.25 04:23:20.854751 [ 276 ] {8499900a-2ad2-4273-b61d-f4b97303832e} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3329 2025.02.25 04:23:20.855141 [ 276 ] {8499900a-2ad2-4273-b61d-f4b97303832e} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005752 sec., 39638.38664812239 rows/sec., 2.68 MiB/sec.
3330 2025.02.25 04:23:20.855299 [ 276 ] {8499900a-2ad2-4273-b61d-f4b97303832e} <Debug> TCPHandler: Processed in 0.006256513 sec.
3331 2025.02.25 04:23:20.855299 [ 195 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_16_3} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3332 2025.02.25 04:23:20.855422 [ 195 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_16_3} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3333 2025.02.25 04:23:20.855502 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3334 2025.02.25 04:23:20.855548 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
3335 2025.02.25 04:23:20.855681 [ 281 ] {6bfd691e-8932-49fa-b907-e18922981be4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3336 2025.02.25 04:23:20.855753 [ 281 ] {6bfd691e-8932-49fa-b907-e18922981be4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3337 2025.02.25 04:23:20.856646 [ 281 ] {6bfd691e-8932-49fa-b907-e18922981be4} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3338 2025.02.25 04:23:20.856687 [ 281 ] {6bfd691e-8932-49fa-b907-e18922981be4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3339 2025.02.25 04:23:20.857097 [ 281 ] {6bfd691e-8932-49fa-b907-e18922981be4} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3340 2025.02.25 04:23:20.857349 [ 281 ] {6bfd691e-8932-49fa-b907-e18922981be4} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3341 2025.02.25 04:23:20.857524 [ 135 ] {} <Debug> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3342 2025.02.25 04:23:20.857580 [ 135 ] {} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3343 2025.02.25 04:23:20.857601 [ 281 ] {6bfd691e-8932-49fa-b907-e18922981be4} <Debug> executeQuery: Read 557 rows, 42.37 KiB in 0.001943 sec., 286670.0977869274 rows/sec., 21.30 MiB/sec.
3344 2025.02.25 04:23:20.857615 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3345 2025.02.25 04:23:20.857761 [ 281 ] {6bfd691e-8932-49fa-b907-e18922981be4} <Debug> TCPHandler: Processed in 0.002352314 sec.
3346 2025.02.25 04:23:20.858073 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3347 2025.02.25 04:23:20.858116 [ 188 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::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
3348 2025.02.25 04:23:20.858441 [ 276 ] {9c622bc2-592e-44e7-b914-d84d1cf81c21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3349 2025.02.25 04:23:20.858583 [ 188 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3350 2025.02.25 04:23:20.858599 [ 276 ] {9c622bc2-592e-44e7-b914-d84d1cf81c21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3351 2025.02.25 04:23:20.858653 [ 188 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 908 rows starting from the beginning of the part
3352 2025.02.25 04:23:20.859042 [ 188 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 99 rows starting from the beginning of the part
3353 2025.02.25 04:23:20.859426 [ 188 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 387 rows starting from the beginning of the part
3354 2025.02.25 04:23:20.859736 [ 188 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 99 rows starting from the beginning of the part
3355 2025.02.25 04:23:20.859977 [ 188 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 387 rows starting from the beginning of the part
3356 2025.02.25 04:23:20.860135 [ 188 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 557 rows starting from the beginning of the part
3357 2025.02.25 04:23:20.861209 [ 276 ] {9c622bc2-592e-44e7-b914-d84d1cf81c21} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3358 2025.02.25 04:23:20.861269 [ 276 ] {9c622bc2-592e-44e7-b914-d84d1cf81c21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3359 2025.02.25 04:23:20.862391 [ 276 ] {9c622bc2-592e-44e7-b914-d84d1cf81c21} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3360 2025.02.25 04:23:20.862697 [ 276 ] {9c622bc2-592e-44e7-b914-d84d1cf81c21} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3361 2025.02.25 04:23:20.862891 [ 135 ] {} <Debug> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3362 2025.02.25 04:23:20.862986 [ 135 ] {} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3363 2025.02.25 04:23:20.863066 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3364 2025.02.25 04:23:20.863258 [ 276 ] {9c622bc2-592e-44e7-b914-d84d1cf81c21} <Debug> executeQuery: Read 933 rows, 64.04 KiB in 0.004948 sec., 188561.0347615198 rows/sec., 12.64 MiB/sec.
3365 2025.02.25 04:23:20.863606 [ 195 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::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
3366 2025.02.25 04:23:20.863631 [ 276 ] {9c622bc2-592e-44e7-b914-d84d1cf81c21} <Debug> TCPHandler: Processed in 0.005732614 sec.
3367 2025.02.25 04:23:20.863677 [ 198 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2437 rows, containing 5 columns (5 merged, 0 gathered) in 0.005916568 sec., 411894.19271442504 rows/sec., 31.56 MiB/sec.
3368 2025.02.25 04:23:20.863877 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3369 2025.02.25 04:23:20.863951 [ 195 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3370 2025.02.25 04:23:20.864064 [ 198 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3371 2025.02.25 04:23:20.864052 [ 195 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5905 rows starting from the beginning of the part
3372 2025.02.25 04:23:20.864177 [ 281 ] {46e806ef-bdf2-4a9e-9886-11d9e7ee07db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3373 2025.02.25 04:23:20.864637 [ 195 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part
3374 2025.02.25 04:23:20.864738 [ 281 ] {46e806ef-bdf2-4a9e-9886-11d9e7ee07db} <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
3375 2025.02.25 04:23:20.865219 [ 195 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 237 rows starting from the beginning of the part
3376 2025.02.25 04:23:20.865417 [ 191 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_21_4} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3377 2025.02.25 04:23:20.865900 [ 195 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part
3378 2025.02.25 04:23:20.866130 [ 191 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_21_4} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3379 2025.02.25 04:23:20.866551 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
3380 2025.02.25 04:23:20.866649 [ 195 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 237 rows starting from the beginning of the part
3381 2025.02.25 04:23:20.867023 [ 195 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 933 rows starting from the beginning of the part
3382 2025.02.25 04:23:20.870694 [ 281 ] {46e806ef-bdf2-4a9e-9886-11d9e7ee07db} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3383 2025.02.25 04:23:20.870756 [ 281 ] {46e806ef-bdf2-4a9e-9886-11d9e7ee07db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3384 2025.02.25 04:23:20.871799 [ 281 ] {46e806ef-bdf2-4a9e-9886-11d9e7ee07db} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3385 2025.02.25 04:23:20.872265 [ 281 ] {46e806ef-bdf2-4a9e-9886-11d9e7ee07db} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3386 2025.02.25 04:23:20.872509 [ 198 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7632 rows, containing 5 columns (5 merged, 0 gathered) in 0.009306768 sec., 820048.3776967472 rows/sec., 55.36 MiB/sec.
3387 2025.02.25 04:23:20.872766 [ 281 ] {46e806ef-bdf2-4a9e-9886-11d9e7ee07db} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.008667 sec., 4038.3062189915777 rows/sec., 7.24 MiB/sec.
3388 2025.02.25 04:23:20.872965 [ 281 ] {46e806ef-bdf2-4a9e-9886-11d9e7ee07db} <Debug> TCPHandler: Processed in 0.009193997 sec.
3389 2025.02.25 04:23:20.873105 [ 195 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3390 2025.02.25 04:23:20.873176 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3391 2025.02.25 04:23:20.873334 [ 276 ] {cda6263b-5d7d-400d-81b1-7e60554ea37c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3392 2025.02.25 04:23:20.873402 [ 276 ] {cda6263b-5d7d-400d-81b1-7e60554ea37c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3393 2025.02.25 04:23:20.873445 [ 195 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3394 2025.02.25 04:23:20.873565 [ 195 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3395 2025.02.25 04:23:20.873684 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB.
3396 2025.02.25 04:23:20.874101 [ 276 ] {cda6263b-5d7d-400d-81b1-7e60554ea37c} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3397 2025.02.25 04:23:20.874150 [ 276 ] {cda6263b-5d7d-400d-81b1-7e60554ea37c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3398 2025.02.25 04:23:20.874553 [ 276 ] {cda6263b-5d7d-400d-81b1-7e60554ea37c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3399 2025.02.25 04:23:20.874802 [ 276 ] {cda6263b-5d7d-400d-81b1-7e60554ea37c} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3400 2025.02.25 04:23:20.874966 [ 135 ] {} <Debug> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3401 2025.02.25 04:23:20.875012 [ 135 ] {} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3402 2025.02.25 04:23:20.875037 [ 276 ] {cda6263b-5d7d-400d-81b1-7e60554ea37c} <Debug> executeQuery: Read 32 rows, 2.20 KiB in 0.001743 sec., 18359.150889271372 rows/sec., 1.23 MiB/sec.
3403 2025.02.25 04:23:20.875042 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3404 2025.02.25 04:23:20.875174 [ 276 ] {cda6263b-5d7d-400d-81b1-7e60554ea37c} <Debug> TCPHandler: Processed in 0.002079461 sec.
3405 2025.02.25 04:23:20.875393 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full
3406 2025.02.25 04:23:20.875647 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3407 2025.02.25 04:23:20.875679 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 938 rows starting from the beginning of the part
3408 2025.02.25 04:23:20.875744 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part
3409 2025.02.25 04:23:20.875957 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 82 rows starting from the beginning of the part
3410 2025.02.25 04:23:20.876053 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part
3411 2025.02.25 04:23:20.876225 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 82 rows starting from the beginning of the part
3412 2025.02.25 04:23:20.876285 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 32 rows starting from the beginning of the part
3413 2025.02.25 04:23:20.877523 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1254 rows, containing 4 columns (4 merged, 0 gathered) in 0.002355715 sec., 532322.4583618987 rows/sec., 34.93 MiB/sec.
3414 2025.02.25 04:23:20.877710 [ 203 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3415 2025.02.25 04:23:20.878008 [ 203 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_21_4} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3416 2025.02.25 04:23:20.878088 [ 203 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_21_4} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3417 2025.02.25 04:23:20.878172 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB.
3418 2025.02.25 04:23:22.213072 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954
3419 2025.02.25 04:23:22.213722 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3420 2025.02.25 04:23:22.213770 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3421 2025.02.25 04:23:22.214308 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3422 2025.02.25 04:23:22.214572 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3423 2025.02.25 04:23:22.214778 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954
3424 2025.02.25 04:23:22.649114 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113
3425 2025.02.25 04:23:22.673055 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3426 2025.02.25 04:23:22.673128 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3427 2025.02.25 04:23:22.681298 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3428 2025.02.25 04:23:22.682134 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3429 2025.02.25 04:23:22.686090 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113
3430 2025.02.25 04:23:23.628912 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3431 2025.02.25 04:23:23.629121 [ 281 ] {0681e866-dffe-4a55-8062-b2cdb8ca112a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3432 2025.02.25 04:23:23.629205 [ 281 ] {0681e866-dffe-4a55-8062-b2cdb8ca112a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3433 2025.02.25 04:23:23.630028 [ 281 ] {0681e866-dffe-4a55-8062-b2cdb8ca112a} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3434 2025.02.25 04:23:23.630076 [ 281 ] {0681e866-dffe-4a55-8062-b2cdb8ca112a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3435 2025.02.25 04:23:23.630537 [ 281 ] {0681e866-dffe-4a55-8062-b2cdb8ca112a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3436 2025.02.25 04:23:23.630813 [ 281 ] {0681e866-dffe-4a55-8062-b2cdb8ca112a} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3437 2025.02.25 04:23:23.631114 [ 281 ] {0681e866-dffe-4a55-8062-b2cdb8ca112a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002049 sec., 27330.405075646657 rows/sec., 2.09 MiB/sec.
3438 2025.02.25 04:23:23.631316 [ 281 ] {0681e866-dffe-4a55-8062-b2cdb8ca112a} <Debug> TCPHandler: Processed in 0.002541727 sec.
3439 2025.02.25 04:23:23.631583 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3440 2025.02.25 04:23:23.631776 [ 276 ] {f1403c05-bd97-457d-908e-91175995ac8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3441 2025.02.25 04:23:23.631849 [ 276 ] {f1403c05-bd97-457d-908e-91175995ac8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3442 2025.02.25 04:23:23.632623 [ 276 ] {f1403c05-bd97-457d-908e-91175995ac8a} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3443 2025.02.25 04:23:23.632672 [ 276 ] {f1403c05-bd97-457d-908e-91175995ac8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3444 2025.02.25 04:23:23.633113 [ 276 ] {f1403c05-bd97-457d-908e-91175995ac8a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3445 2025.02.25 04:23:23.633373 [ 276 ] {f1403c05-bd97-457d-908e-91175995ac8a} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3446 2025.02.25 04:23:23.633609 [ 276 ] {f1403c05-bd97-457d-908e-91175995ac8a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001889 sec., 33880.359978824774 rows/sec., 2.64 MiB/sec.
3447 2025.02.25 04:23:23.633676 [ 276 ] {f1403c05-bd97-457d-908e-91175995ac8a} <Debug> TCPHandler: Processed in 0.002225553 sec.
3448 2025.02.25 04:23:23.633851 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3449 2025.02.25 04:23:23.634001 [ 281 ] {d3fc8ab6-fae4-451d-aa7e-672626b5b8ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3450 2025.02.25 04:23:23.634069 [ 281 ] {d3fc8ab6-fae4-451d-aa7e-672626b5b8ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3451 2025.02.25 04:23:23.634683 [ 281 ] {d3fc8ab6-fae4-451d-aa7e-672626b5b8ec} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3452 2025.02.25 04:23:23.634728 [ 281 ] {d3fc8ab6-fae4-451d-aa7e-672626b5b8ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3453 2025.02.25 04:23:23.635133 [ 281 ] {d3fc8ab6-fae4-451d-aa7e-672626b5b8ec} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3454 2025.02.25 04:23:23.635380 [ 281 ] {d3fc8ab6-fae4-451d-aa7e-672626b5b8ec} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3455 2025.02.25 04:23:23.635602 [ 281 ] {d3fc8ab6-fae4-451d-aa7e-672626b5b8ec} <Debug> executeQuery: Read 74 rows, 5.27 KiB in 0.00164 sec., 45121.95121951219 rows/sec., 3.14 MiB/sec.
3456 2025.02.25 04:23:23.635659 [ 281 ] {d3fc8ab6-fae4-451d-aa7e-672626b5b8ec} <Debug> TCPHandler: Processed in 0.001876898 sec.
3457 2025.02.25 04:23:23.635829 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3458 2025.02.25 04:23:23.635974 [ 276 ] {cb92ef8d-381a-45f3-9790-b7ee592df565} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3459 2025.02.25 04:23:23.636039 [ 276 ] {cb92ef8d-381a-45f3-9790-b7ee592df565} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3460 2025.02.25 04:23:23.636589 [ 276 ] {cb92ef8d-381a-45f3-9790-b7ee592df565} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3461 2025.02.25 04:23:23.636631 [ 276 ] {cb92ef8d-381a-45f3-9790-b7ee592df565} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
3462 2025.02.25 04:23:23.637012 [ 276 ] {cb92ef8d-381a-45f3-9790-b7ee592df565} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3463 2025.02.25 04:23:23.637252 [ 276 ] {cb92ef8d-381a-45f3-9790-b7ee592df565} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3464 2025.02.25 04:23:23.637465 [ 276 ] {cb92ef8d-381a-45f3-9790-b7ee592df565} <Debug> executeQuery: Read 28 rows, 1.94 KiB in 0.001527 sec., 18336.6077275704 rows/sec., 1.24 MiB/sec.
3465 2025.02.25 04:23:23.637516 [ 276 ] {cb92ef8d-381a-45f3-9790-b7ee592df565} <Debug> TCPHandler: Processed in 0.001756886 sec.
3466 2025.02.25 04:23:28.638405 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3467 2025.02.25 04:23:28.638613 [ 281 ] {74f21616-dfef-4fbd-8f04-bc7b8c72bb8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3468 2025.02.25 04:23:28.638690 [ 281 ] {74f21616-dfef-4fbd-8f04-bc7b8c72bb8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3469 2025.02.25 04:23:28.639564 [ 281 ] {74f21616-dfef-4fbd-8f04-bc7b8c72bb8f} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3470 2025.02.25 04:23:28.639615 [ 281 ] {74f21616-dfef-4fbd-8f04-bc7b8c72bb8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3471 2025.02.25 04:23:28.640117 [ 281 ] {74f21616-dfef-4fbd-8f04-bc7b8c72bb8f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3472 2025.02.25 04:23:28.640376 [ 281 ] {74f21616-dfef-4fbd-8f04-bc7b8c72bb8f} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3473 2025.02.25 04:23:28.640665 [ 281 ] {74f21616-dfef-4fbd-8f04-bc7b8c72bb8f} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002102 sec., 100856.32730732636 rows/sec., 6.41 MiB/sec.
3474 2025.02.25 04:23:28.640848 [ 281 ] {74f21616-dfef-4fbd-8f04-bc7b8c72bb8f} <Debug> TCPHandler: Processed in 0.002575359 sec.
3475 2025.02.25 04:23:28.641110 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3476 2025.02.25 04:23:28.641308 [ 276 ] {c85d3593-f3fe-4dbc-9414-f31350a29922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3477 2025.02.25 04:23:28.641383 [ 276 ] {c85d3593-f3fe-4dbc-9414-f31350a29922} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3478 2025.02.25 04:23:28.642459 [ 276 ] {c85d3593-f3fe-4dbc-9414-f31350a29922} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3479 2025.02.25 04:23:28.642508 [ 276 ] {c85d3593-f3fe-4dbc-9414-f31350a29922} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3480 2025.02.25 04:23:28.643004 [ 276 ] {c85d3593-f3fe-4dbc-9414-f31350a29922} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3481 2025.02.25 04:23:28.643278 [ 276 ] {c85d3593-f3fe-4dbc-9414-f31350a29922} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3482 2025.02.25 04:23:28.643519 [ 276 ] {c85d3593-f3fe-4dbc-9414-f31350a29922} <Debug> executeQuery: Read 627 rows, 50.33 KiB in 0.002263 sec., 277065.8418029165 rows/sec., 21.72 MiB/sec.
3483 2025.02.25 04:23:28.643585 [ 276 ] {c85d3593-f3fe-4dbc-9414-f31350a29922} <Debug> TCPHandler: Processed in 0.002599648 sec.
3484 2025.02.25 04:23:28.643779 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3485 2025.02.25 04:23:28.643935 [ 281 ] {0ac3270d-b3e9-480b-a934-2f77833a1de2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3486 2025.02.25 04:23:28.644002 [ 281 ] {0ac3270d-b3e9-480b-a934-2f77833a1de2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3487 2025.02.25 04:23:28.644743 [ 281 ] {0ac3270d-b3e9-480b-a934-2f77833a1de2} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3488 2025.02.25 04:23:28.644786 [ 281 ] {0ac3270d-b3e9-480b-a934-2f77833a1de2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3489 2025.02.25 04:23:28.645173 [ 281 ] {0ac3270d-b3e9-480b-a934-2f77833a1de2} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3490 2025.02.25 04:23:28.645422 [ 281 ] {0ac3270d-b3e9-480b-a934-2f77833a1de2} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3491 2025.02.25 04:23:28.645644 [ 281 ] {0ac3270d-b3e9-480b-a934-2f77833a1de2} <Debug> executeQuery: Read 111 rows, 6.76 KiB in 0.001749 sec., 63464.83704974272 rows/sec., 3.78 MiB/sec.
3492 2025.02.25 04:23:28.645703 [ 281 ] {0ac3270d-b3e9-480b-a934-2f77833a1de2} <Debug> TCPHandler: Processed in 0.00199572 sec.
3493 2025.02.25 04:23:28.645864 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3494 2025.02.25 04:23:28.646013 [ 276 ] {0e5bcee4-78a8-4d50-b2bb-c7a7cf896d71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3495 2025.02.25 04:23:28.646075 [ 276 ] {0e5bcee4-78a8-4d50-b2bb-c7a7cf896d71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3496 2025.02.25 04:23:28.646787 [ 276 ] {0e5bcee4-78a8-4d50-b2bb-c7a7cf896d71} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3497 2025.02.25 04:23:28.646829 [ 276 ] {0e5bcee4-78a8-4d50-b2bb-c7a7cf896d71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3498 2025.02.25 04:23:28.647197 [ 276 ] {0e5bcee4-78a8-4d50-b2bb-c7a7cf896d71} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3499 2025.02.25 04:23:28.647434 [ 276 ] {0e5bcee4-78a8-4d50-b2bb-c7a7cf896d71} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3500 2025.02.25 04:23:28.647595 [ 121 ] {} <Debug> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3501 2025.02.25 04:23:28.647669 [ 276 ] {0e5bcee4-78a8-4d50-b2bb-c7a7cf896d71} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001689 sec., 66903.49319123742 rows/sec., 4.33 MiB/sec.
3502 2025.02.25 04:23:28.647679 [ 121 ] {} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3503 2025.02.25 04:23:28.647788 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3504 2025.02.25 04:23:28.647815 [ 276 ] {0e5bcee4-78a8-4d50-b2bb-c7a7cf896d71} <Debug> TCPHandler: Processed in 0.00202108 sec.
3505 2025.02.25 04:23:28.648068 [ 201 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::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
3506 2025.02.25 04:23:28.648086 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3507 2025.02.25 04:23:28.648319 [ 201 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3508 2025.02.25 04:23:28.648350 [ 281 ] {b574a6e6-e878-42f8-98c0-e4f79ef5cf2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3509 2025.02.25 04:23:28.648383 [ 201 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 343 rows starting from the beginning of the part
3510 2025.02.25 04:23:28.648460 [ 281 ] {b574a6e6-e878-42f8-98c0-e4f79ef5cf2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3511 2025.02.25 04:23:28.648619 [ 201 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::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
3512 2025.02.25 04:23:28.649018 [ 201 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 113 rows starting from the beginning of the part
3513 2025.02.25 04:23:28.649346 [ 201 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::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
3514 2025.02.25 04:23:28.649745 [ 201 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 228 rows starting from the beginning of the part
3515 2025.02.25 04:23:28.650121 [ 201 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 113 rows starting from the beginning of the part
3516 2025.02.25 04:23:28.651654 [ 281 ] {b574a6e6-e878-42f8-98c0-e4f79ef5cf2f} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3517 2025.02.25 04:23:28.651735 [ 281 ] {b574a6e6-e878-42f8-98c0-e4f79ef5cf2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3518 2025.02.25 04:23:28.652883 [ 281 ] {b574a6e6-e878-42f8-98c0-e4f79ef5cf2f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3519 2025.02.25 04:23:28.653363 [ 201 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1023 rows, containing 5 columns (5 merged, 0 gathered) in 0.005484051 sec., 186540.93479437006 rows/sec., 13.03 MiB/sec.
3520 2025.02.25 04:23:28.653435 [ 281 ] {b574a6e6-e878-42f8-98c0-e4f79ef5cf2f} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3521 2025.02.25 04:23:28.653600 [ 201 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3522 2025.02.25 04:23:28.654080 [ 281 ] {b574a6e6-e878-42f8-98c0-e4f79ef5cf2f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005799 sec., 19313.674771512327 rows/sec., 1.10 MiB/sec.
3523 2025.02.25 04:23:28.654269 [ 281 ] {b574a6e6-e878-42f8-98c0-e4f79ef5cf2f} <Debug> TCPHandler: Processed in 0.006299974 sec.
3524 2025.02.25 04:23:28.654450 [ 201 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_11_2} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3525 2025.02.25 04:23:28.654505 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3526 2025.02.25 04:23:28.654584 [ 201 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_11_2} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3527 2025.02.25 04:23:28.654733 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
3528 2025.02.25 04:23:28.654743 [ 276 ] {f56b3512-03aa-4f37-b51d-8c5ae2cc4240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3529 2025.02.25 04:23:28.654820 [ 276 ] {f56b3512-03aa-4f37-b51d-8c5ae2cc4240} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3530 2025.02.25 04:23:28.655722 [ 276 ] {f56b3512-03aa-4f37-b51d-8c5ae2cc4240} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3531 2025.02.25 04:23:28.655767 [ 276 ] {f56b3512-03aa-4f37-b51d-8c5ae2cc4240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3532 2025.02.25 04:23:28.656185 [ 276 ] {f56b3512-03aa-4f37-b51d-8c5ae2cc4240} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3533 2025.02.25 04:23:28.656433 [ 276 ] {f56b3512-03aa-4f37-b51d-8c5ae2cc4240} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3534 2025.02.25 04:23:28.656692 [ 276 ] {f56b3512-03aa-4f37-b51d-8c5ae2cc4240} <Debug> executeQuery: Read 387 rows, 27.99 KiB in 0.002035 sec., 190171.99017199018 rows/sec., 13.43 MiB/sec.
3535 2025.02.25 04:23:28.656828 [ 276 ] {f56b3512-03aa-4f37-b51d-8c5ae2cc4240} <Debug> TCPHandler: Processed in 0.002430976 sec.
3536 2025.02.25 04:23:28.656994 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3537 2025.02.25 04:23:28.657121 [ 281 ] {79adf15e-e696-4b00-bcfb-094345275f49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3538 2025.02.25 04:23:28.657177 [ 281 ] {79adf15e-e696-4b00-bcfb-094345275f49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3539 2025.02.25 04:23:28.657683 [ 281 ] {79adf15e-e696-4b00-bcfb-094345275f49} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3540 2025.02.25 04:23:28.657723 [ 281 ] {79adf15e-e696-4b00-bcfb-094345275f49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3541 2025.02.25 04:23:28.658119 [ 281 ] {79adf15e-e696-4b00-bcfb-094345275f49} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3542 2025.02.25 04:23:28.658368 [ 281 ] {79adf15e-e696-4b00-bcfb-094345275f49} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3543 2025.02.25 04:23:28.658614 [ 281 ] {79adf15e-e696-4b00-bcfb-094345275f49} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001515 sec., 3960.39603960396 rows/sec., 206.92 KiB/sec.
3544 2025.02.25 04:23:28.658689 [ 281 ] {79adf15e-e696-4b00-bcfb-094345275f49} <Debug> TCPHandler: Processed in 0.001752626 sec.
3545 2025.02.25 04:23:28.658855 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3546 2025.02.25 04:23:28.658978 [ 276 ] {c62637b3-5120-4b03-8dbf-226f0ec1b3b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3547 2025.02.25 04:23:28.659034 [ 276 ] {c62637b3-5120-4b03-8dbf-226f0ec1b3b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3548 2025.02.25 04:23:28.659645 [ 276 ] {c62637b3-5120-4b03-8dbf-226f0ec1b3b1} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3549 2025.02.25 04:23:28.659686 [ 276 ] {c62637b3-5120-4b03-8dbf-226f0ec1b3b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3550 2025.02.25 04:23:28.660097 [ 276 ] {c62637b3-5120-4b03-8dbf-226f0ec1b3b1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3551 2025.02.25 04:23:28.660343 [ 276 ] {c62637b3-5120-4b03-8dbf-226f0ec1b3b1} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3552 2025.02.25 04:23:28.660563 [ 276 ] {c62637b3-5120-4b03-8dbf-226f0ec1b3b1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001612 sec., 147022.33250620347 rows/sec., 9.85 MiB/sec.
3553 2025.02.25 04:23:28.660619 [ 276 ] {c62637b3-5120-4b03-8dbf-226f0ec1b3b1} <Debug> TCPHandler: Processed in 0.001826807 sec.
3554 2025.02.25 04:23:28.660765 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3555 2025.02.25 04:23:28.660886 [ 281 ] {2da26090-0288-48c4-8707-2a0c27c85f44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3556 2025.02.25 04:23:28.660940 [ 281 ] {2da26090-0288-48c4-8707-2a0c27c85f44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3557 2025.02.25 04:23:28.661423 [ 281 ] {2da26090-0288-48c4-8707-2a0c27c85f44} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3558 2025.02.25 04:23:28.661463 [ 281 ] {2da26090-0288-48c4-8707-2a0c27c85f44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3559 2025.02.25 04:23:28.661841 [ 281 ] {2da26090-0288-48c4-8707-2a0c27c85f44} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3560 2025.02.25 04:23:28.662093 [ 281 ] {2da26090-0288-48c4-8707-2a0c27c85f44} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3561 2025.02.25 04:23:28.662395 [ 281 ] {2da26090-0288-48c4-8707-2a0c27c85f44} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001509 sec., 662.6905235255136 rows/sec., 44.65 KiB/sec.
3562 2025.02.25 04:23:28.662509 [ 281 ] {2da26090-0288-48c4-8707-2a0c27c85f44} <Debug> TCPHandler: Processed in 0.001797957 sec.
3563 2025.02.25 04:23:28.662667 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3564 2025.02.25 04:23:28.662808 [ 276 ] {ca85d3ae-0d5d-4e74-9c95-fefc8954db4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3565 2025.02.25 04:23:28.662901 [ 276 ] {ca85d3ae-0d5d-4e74-9c95-fefc8954db4a} <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
3566 2025.02.25 04:23:28.664112 [ 276 ] {ca85d3ae-0d5d-4e74-9c95-fefc8954db4a} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3567 2025.02.25 04:23:28.664152 [ 276 ] {ca85d3ae-0d5d-4e74-9c95-fefc8954db4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3568 2025.02.25 04:23:28.664770 [ 276 ] {ca85d3ae-0d5d-4e74-9c95-fefc8954db4a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3569 2025.02.25 04:23:28.665026 [ 276 ] {ca85d3ae-0d5d-4e74-9c95-fefc8954db4a} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3570 2025.02.25 04:23:28.665377 [ 276 ] {ca85d3ae-0d5d-4e74-9c95-fefc8954db4a} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002578 sec., 1939.4879751745539 rows/sec., 3.48 MiB/sec.
3571 2025.02.25 04:23:28.665563 [ 276 ] {ca85d3ae-0d5d-4e74-9c95-fefc8954db4a} <Debug> TCPHandler: Processed in 0.002963464 sec.
3572 2025.02.25 04:23:28.665712 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3573 2025.02.25 04:23:28.665835 [ 281 ] {d0569488-ee72-4a36-9574-2b82c107e0a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3574 2025.02.25 04:23:28.665887 [ 281 ] {d0569488-ee72-4a36-9574-2b82c107e0a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3575 2025.02.25 04:23:28.666387 [ 281 ] {d0569488-ee72-4a36-9574-2b82c107e0a6} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3576 2025.02.25 04:23:28.666426 [ 281 ] {d0569488-ee72-4a36-9574-2b82c107e0a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3577 2025.02.25 04:23:28.666835 [ 281 ] {d0569488-ee72-4a36-9574-2b82c107e0a6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3578 2025.02.25 04:23:28.667088 [ 281 ] {d0569488-ee72-4a36-9574-2b82c107e0a6} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3579 2025.02.25 04:23:28.667314 [ 281 ] {d0569488-ee72-4a36-9574-2b82c107e0a6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001502 sec., 54593.87483355526 rows/sec., 3.47 MiB/sec.
3580 2025.02.25 04:23:28.667368 [ 281 ] {d0569488-ee72-4a36-9574-2b82c107e0a6} <Debug> TCPHandler: Processed in 0.001711396 sec.
3581 2025.02.25 04:23:29.626816 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache
3582 2025.02.25 04:23:29.626869 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache
3583 2025.02.25 04:23:29.714916 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381
3584 2025.02.25 04:23:29.715630 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3585 2025.02.25 04:23:29.715674 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3586 2025.02.25 04:23:29.716225 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3587 2025.02.25 04:23:29.716488 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3588 2025.02.25 04:23:29.716645 [ 120 ] {} <Debug> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3589 2025.02.25 04:23:29.716702 [ 120 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3590 2025.02.25 04:23:29.716703 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381
3591 2025.02.25 04:23:29.716726 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3592 2025.02.25 04:23:29.716867 [ 195 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
3593 2025.02.25 04:23:29.717041 [ 195 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3594 2025.02.25 04:23:29.717090 [ 195 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
3595 2025.02.25 04:23:29.717183 [ 195 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
3596 2025.02.25 04:23:29.717428 [ 195 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
3597 2025.02.25 04:23:29.717687 [ 195 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
3598 2025.02.25 04:23:29.717809 [ 195 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
3599 2025.02.25 04:23:29.718010 [ 195 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
3600 2025.02.25 04:23:29.719864 [ 198 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.003063496 sec., 2409338.872973883 rows/sec., 34.47 MiB/sec.
3601 2025.02.25 04:23:29.720675 [ 187 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3602 2025.02.25 04:23:29.720977 [ 187 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_16_3} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3603 2025.02.25 04:23:29.721063 [ 187 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_16_3} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3604 2025.02.25 04:23:29.721155 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
3605 2025.02.25 04:23:29.738613 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 526
3606 2025.02.25 04:23:29.741975 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3607 2025.02.25 04:23:29.742027 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3608 2025.02.25 04:23:29.743510 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3609 2025.02.25 04:23:29.743833 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3610 2025.02.25 04:23:29.744044 [ 120 ] {} <Debug> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3611 2025.02.25 04:23:29.744148 [ 120 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3612 2025.02.25 04:23:29.744219 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3613 2025.02.25 04:23:29.744745 [ 195 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::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
3614 2025.02.25 04:23:29.746258 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 526
3615 2025.02.25 04:23:29.746589 [ 195 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3616 2025.02.25 04:23:29.746759 [ 195 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 322 rows starting from the beginning of the part
3617 2025.02.25 04:23:29.747365 [ 195 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 40 rows starting from the beginning of the part
3618 2025.02.25 04:23:29.748022 [ 195 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 50 rows starting from the beginning of the part
3619 2025.02.25 04:23:29.748780 [ 195 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 34 rows starting from the beginning of the part
3620 2025.02.25 04:23:29.749402 [ 195 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::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
3621 2025.02.25 04:23:29.750089 [ 195 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 46 rows starting from the beginning of the part
3622 2025.02.25 04:23:29.758209 [ 198 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 72 columns (72 merged, 0 gathered) in 0.013849935 sec., 37978.5175887107 rows/sec., 34.33 MiB/sec.
3623 2025.02.25 04:23:29.759338 [ 186 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3624 2025.02.25 04:23:29.760124 [ 186 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_11_2} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3625 2025.02.25 04:23:29.760206 [ 186 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_11_2} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3626 2025.02.25 04:23:29.760540 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.84 MiB.
3627 2025.02.25 04:23:30.001335 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000968784 sec.
3628 2025.02.25 04:23:30.186176 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121
3629 2025.02.25 04:23:30.208163 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3630 2025.02.25 04:23:30.208231 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3631 2025.02.25 04:23:30.216141 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3632 2025.02.25 04:23:30.216947 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3633 2025.02.25 04:23:30.217325 [ 120 ] {} <Debug> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3634 2025.02.25 04:23:30.217461 [ 120 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3635 2025.02.25 04:23:30.217531 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3636 2025.02.25 04:23:30.218464 [ 193 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
3637 2025.02.25 04:23:30.234984 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121
3638 2025.02.25 04:23:30.236130 [ 193 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3639 2025.02.25 04:23:30.237808 [ 193 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
3640 2025.02.25 04:23:30.243648 [ 193 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
3641 2025.02.25 04:23:30.249322 [ 193 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
3642 2025.02.25 04:23:30.254826 [ 193 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
3643 2025.02.25 04:23:30.260683 [ 193 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part
3644 2025.02.25 04:23:30.265453 [ 193 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part
3645 2025.02.25 04:23:30.323438 [ 198 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.105699777 sec., 1144.7517055783383 rows/sec., 5.92 MiB/sec.
3646 2025.02.25 04:23:30.326282 [ 198 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3647 2025.02.25 04:23:30.329504 [ 198 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_16_3} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3648 2025.02.25 04:23:30.329640 [ 198 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_16_3} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3649 2025.02.25 04:23:30.332500 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB.
3650 2025.02.25 04:23:31.000159 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.88 MiB, peak 187.84 MiB, free memory in arenas 0.00 B, will set to 179.61 MiB (RSS), difference: 1.73 MiB
3651 2025.02.25 04:23:33.634974 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3652 2025.02.25 04:23:33.635187 [ 281 ] {3b775ee3-7ac3-46ed-9ee6-bafe2de797cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3653 2025.02.25 04:23:33.635268 [ 281 ] {3b775ee3-7ac3-46ed-9ee6-bafe2de797cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3654 2025.02.25 04:23:33.636162 [ 281 ] {3b775ee3-7ac3-46ed-9ee6-bafe2de797cd} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3655 2025.02.25 04:23:33.636209 [ 281 ] {3b775ee3-7ac3-46ed-9ee6-bafe2de797cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3656 2025.02.25 04:23:33.636674 [ 281 ] {3b775ee3-7ac3-46ed-9ee6-bafe2de797cd} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3657 2025.02.25 04:23:33.636941 [ 281 ] {3b775ee3-7ac3-46ed-9ee6-bafe2de797cd} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3658 2025.02.25 04:23:33.637178 [ 281 ] {3b775ee3-7ac3-46ed-9ee6-bafe2de797cd} <Debug> executeQuery: Read 126 rows, 11.02 KiB in 0.00204 sec., 61764.70588235294 rows/sec., 5.28 MiB/sec.
3659 2025.02.25 04:23:33.637337 [ 281 ] {3b775ee3-7ac3-46ed-9ee6-bafe2de797cd} <Debug> TCPHandler: Processed in 0.002500168 sec.
3660 2025.02.25 04:23:33.637643 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3661 2025.02.25 04:23:33.637856 [ 276 ] {26ee7ac5-5399-44c4-bedd-b3a0d04fe8d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3662 2025.02.25 04:23:33.637938 [ 276 ] {26ee7ac5-5399-44c4-bedd-b3a0d04fe8d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3663 2025.02.25 04:23:33.638831 [ 276 ] {26ee7ac5-5399-44c4-bedd-b3a0d04fe8d6} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3664 2025.02.25 04:23:33.638879 [ 276 ] {26ee7ac5-5399-44c4-bedd-b3a0d04fe8d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3665 2025.02.25 04:23:33.639321 [ 276 ] {26ee7ac5-5399-44c4-bedd-b3a0d04fe8d6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3666 2025.02.25 04:23:33.639576 [ 276 ] {26ee7ac5-5399-44c4-bedd-b3a0d04fe8d6} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3667 2025.02.25 04:23:33.639819 [ 276 ] {26ee7ac5-5399-44c4-bedd-b3a0d04fe8d6} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.002021 sec., 17318.159327065812 rows/sec., 1.27 MiB/sec.
3668 2025.02.25 04:23:33.639888 [ 276 ] {26ee7ac5-5399-44c4-bedd-b3a0d04fe8d6} <Debug> TCPHandler: Processed in 0.002415735 sec.
3669 2025.02.25 04:23:33.640048 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3670 2025.02.25 04:23:33.640176 [ 281 ] {3e3ec8d8-d9fa-4bd9-9916-726c81d7219b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3671 2025.02.25 04:23:33.640259 [ 281 ] {3e3ec8d8-d9fa-4bd9-9916-726c81d7219b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3672 2025.02.25 04:23:33.640900 [ 281 ] {3e3ec8d8-d9fa-4bd9-9916-726c81d7219b} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3673 2025.02.25 04:23:33.640941 [ 281 ] {3e3ec8d8-d9fa-4bd9-9916-726c81d7219b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3674 2025.02.25 04:23:33.641332 [ 281 ] {3e3ec8d8-d9fa-4bd9-9916-726c81d7219b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3675 2025.02.25 04:23:33.641579 [ 281 ] {3e3ec8d8-d9fa-4bd9-9916-726c81d7219b} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3676 2025.02.25 04:23:33.641773 [ 281 ] {3e3ec8d8-d9fa-4bd9-9916-726c81d7219b} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001626 sec., 60885.60885608856 rows/sec., 4.76 MiB/sec.
3677 2025.02.25 04:23:33.641831 [ 281 ] {3e3ec8d8-d9fa-4bd9-9916-726c81d7219b} <Debug> TCPHandler: Processed in 0.001844007 sec.
3678 2025.02.25 04:23:33.641990 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3679 2025.02.25 04:23:33.642119 [ 276 ] {24015414-5f6a-4311-833a-84090786b6d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3680 2025.02.25 04:23:33.642176 [ 276 ] {24015414-5f6a-4311-833a-84090786b6d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3681 2025.02.25 04:23:33.642774 [ 276 ] {24015414-5f6a-4311-833a-84090786b6d9} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3682 2025.02.25 04:23:33.642815 [ 276 ] {24015414-5f6a-4311-833a-84090786b6d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3683 2025.02.25 04:23:33.643226 [ 276 ] {24015414-5f6a-4311-833a-84090786b6d9} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3684 2025.02.25 04:23:33.643464 [ 276 ] {24015414-5f6a-4311-833a-84090786b6d9} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3685 2025.02.25 04:23:33.643699 [ 276 ] {24015414-5f6a-4311-833a-84090786b6d9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00161 sec., 99378.88198757764 rows/sec., 6.92 MiB/sec.
3686 2025.02.25 04:23:33.643835 [ 276 ] {24015414-5f6a-4311-833a-84090786b6d9} <Debug> TCPHandler: Processed in 0.001906229 sec.
3687 2025.02.25 04:23:33.643994 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3688 2025.02.25 04:23:33.644138 [ 281 ] {fe7ac575-0d57-4d71-8a8c-bbe4492c7da8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3689 2025.02.25 04:23:33.644235 [ 281 ] {fe7ac575-0d57-4d71-8a8c-bbe4492c7da8} <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
3690 2025.02.25 04:23:33.645495 [ 281 ] {fe7ac575-0d57-4d71-8a8c-bbe4492c7da8} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3691 2025.02.25 04:23:33.645535 [ 281 ] {fe7ac575-0d57-4d71-8a8c-bbe4492c7da8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3692 2025.02.25 04:23:33.646243 [ 281 ] {fe7ac575-0d57-4d71-8a8c-bbe4492c7da8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3693 2025.02.25 04:23:33.646524 [ 281 ] {fe7ac575-0d57-4d71-8a8c-bbe4492c7da8} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3694 2025.02.25 04:23:33.646802 [ 281 ] {fe7ac575-0d57-4d71-8a8c-bbe4492c7da8} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002693 sec., 12996.658002227998 rows/sec., 23.29 MiB/sec.
3695 2025.02.25 04:23:33.647112 [ 281 ] {fe7ac575-0d57-4d71-8a8c-bbe4492c7da8} <Debug> TCPHandler: Processed in 0.003185367 sec.
3696 2025.02.25 04:23:33.647283 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3697 2025.02.25 04:23:33.647435 [ 276 ] {9ec743d8-489a-41ba-b4d4-e50a2a4bf249} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3698 2025.02.25 04:23:33.647501 [ 276 ] {9ec743d8-489a-41ba-b4d4-e50a2a4bf249} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3699 2025.02.25 04:23:33.648070 [ 276 ] {9ec743d8-489a-41ba-b4d4-e50a2a4bf249} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3700 2025.02.25 04:23:33.648112 [ 276 ] {9ec743d8-489a-41ba-b4d4-e50a2a4bf249} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3701 2025.02.25 04:23:33.648502 [ 276 ] {9ec743d8-489a-41ba-b4d4-e50a2a4bf249} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3702 2025.02.25 04:23:33.648751 [ 276 ] {9ec743d8-489a-41ba-b4d4-e50a2a4bf249} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3703 2025.02.25 04:23:33.648983 [ 276 ] {9ec743d8-489a-41ba-b4d4-e50a2a4bf249} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001582 sec., 37926.67509481669 rows/sec., 2.56 MiB/sec.
3704 2025.02.25 04:23:33.649097 [ 276 ] {9ec743d8-489a-41ba-b4d4-e50a2a4bf249} <Debug> TCPHandler: Processed in 0.001884128 sec.
3705 2025.02.25 04:23:37.216882 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869
3706 2025.02.25 04:23:37.217678 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3707 2025.02.25 04:23:37.217734 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3708 2025.02.25 04:23:37.218351 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3709 2025.02.25 04:23:37.218617 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3710 2025.02.25 04:23:37.218944 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869
3711 2025.02.25 04:23:37.735103 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129
3712 2025.02.25 04:23:37.754106 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3713 2025.02.25 04:23:37.754166 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3714 2025.02.25 04:23:37.761581 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3715 2025.02.25 04:23:37.762355 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3716 2025.02.25 04:23:37.765581 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129
3717 2025.02.25 04:23:38.638220 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3718 2025.02.25 04:23:38.638521 [ 281 ] {455f1740-f658-4498-b24b-c811bdaa9959} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3719 2025.02.25 04:23:38.638637 [ 281 ] {455f1740-f658-4498-b24b-c811bdaa9959} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3720 2025.02.25 04:23:38.639602 [ 281 ] {455f1740-f658-4498-b24b-c811bdaa9959} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3721 2025.02.25 04:23:38.639650 [ 281 ] {455f1740-f658-4498-b24b-c811bdaa9959} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3722 2025.02.25 04:23:38.640131 [ 281 ] {455f1740-f658-4498-b24b-c811bdaa9959} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3723 2025.02.25 04:23:38.640397 [ 281 ] {455f1740-f658-4498-b24b-c811bdaa9959} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3724 2025.02.25 04:23:38.640595 [ 109 ] {} <Debug> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3725 2025.02.25 04:23:38.640665 [ 281 ] {455f1740-f658-4498-b24b-c811bdaa9959} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002222 sec., 95409.54095409541 rows/sec., 6.07 MiB/sec.
3726 2025.02.25 04:23:38.640678 [ 109 ] {} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3727 2025.02.25 04:23:38.640752 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3728 2025.02.25 04:23:38.640808 [ 281 ] {455f1740-f658-4498-b24b-c811bdaa9959} <Debug> TCPHandler: Processed in 0.002782732 sec.
3729 2025.02.25 04:23:38.640987 [ 190 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
3730 2025.02.25 04:23:38.641120 [ 190 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3731 2025.02.25 04:23:38.641164 [ 190 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
3732 2025.02.25 04:23:38.641182 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3733 2025.02.25 04:23:38.641260 [ 190 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
3734 2025.02.25 04:23:38.641661 [ 190 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
3735 2025.02.25 04:23:38.641996 [ 276 ] {827d47c6-2805-4c0a-818a-f668f0d259d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3736 2025.02.25 04:23:38.642004 [ 190 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
3737 2025.02.25 04:23:38.642181 [ 276 ] {827d47c6-2805-4c0a-818a-f668f0d259d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3738 2025.02.25 04:23:38.642355 [ 190 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
3739 2025.02.25 04:23:38.644817 [ 276 ] {827d47c6-2805-4c0a-818a-f668f0d259d4} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3740 2025.02.25 04:23:38.644878 [ 276 ] {827d47c6-2805-4c0a-818a-f668f0d259d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3741 2025.02.25 04:23:38.645340 [ 190 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004474317 sec., 236907.66657793804 rows/sec., 15.97 MiB/sec.
3742 2025.02.25 04:23:38.645703 [ 199 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3743 2025.02.25 04:23:38.645779 [ 276 ] {827d47c6-2805-4c0a-818a-f668f0d259d4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3744 2025.02.25 04:23:38.646089 [ 199 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_9_2} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3745 2025.02.25 04:23:38.646113 [ 276 ] {827d47c6-2805-4c0a-818a-f668f0d259d4} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3746 2025.02.25 04:23:38.646201 [ 199 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_9_2} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3747 2025.02.25 04:23:38.646505 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
3748 2025.02.25 04:23:38.646776 [ 276 ] {827d47c6-2805-4c0a-818a-f668f0d259d4} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00501 sec., 798.4031936127745 rows/sec., 65.10 KiB/sec.
3749 2025.02.25 04:23:38.646861 [ 276 ] {827d47c6-2805-4c0a-818a-f668f0d259d4} <Debug> TCPHandler: Processed in 0.005883947 sec.
3750 2025.02.25 04:23:38.647031 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3751 2025.02.25 04:23:38.647174 [ 281 ] {3a9e40a6-68dc-4554-a4d5-e0a0c2b34f38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3752 2025.02.25 04:23:38.647229 [ 281 ] {3a9e40a6-68dc-4554-a4d5-e0a0c2b34f38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3753 2025.02.25 04:23:38.648194 [ 281 ] {3a9e40a6-68dc-4554-a4d5-e0a0c2b34f38} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3754 2025.02.25 04:23:38.648234 [ 281 ] {3a9e40a6-68dc-4554-a4d5-e0a0c2b34f38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3755 2025.02.25 04:23:38.648670 [ 281 ] {3a9e40a6-68dc-4554-a4d5-e0a0c2b34f38} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3756 2025.02.25 04:23:38.648926 [ 281 ] {3a9e40a6-68dc-4554-a4d5-e0a0c2b34f38} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3757 2025.02.25 04:23:38.649158 [ 281 ] {3a9e40a6-68dc-4554-a4d5-e0a0c2b34f38} <Debug> executeQuery: Read 629 rows, 50.47 KiB in 0.002014 sec., 312313.8033763654 rows/sec., 24.47 MiB/sec.
3758 2025.02.25 04:23:38.649216 [ 281 ] {3a9e40a6-68dc-4554-a4d5-e0a0c2b34f38} <Debug> TCPHandler: Processed in 0.002251073 sec.
3759 2025.02.25 04:23:38.649384 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3760 2025.02.25 04:23:38.649509 [ 276 ] {ea335b89-f37e-42fc-b10d-172fa76d5c35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3761 2025.02.25 04:23:38.649563 [ 276 ] {ea335b89-f37e-42fc-b10d-172fa76d5c35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3762 2025.02.25 04:23:38.650208 [ 276 ] {ea335b89-f37e-42fc-b10d-172fa76d5c35} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3763 2025.02.25 04:23:38.650250 [ 276 ] {ea335b89-f37e-42fc-b10d-172fa76d5c35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3764 2025.02.25 04:23:38.650629 [ 276 ] {ea335b89-f37e-42fc-b10d-172fa76d5c35} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3765 2025.02.25 04:23:38.650872 [ 276 ] {ea335b89-f37e-42fc-b10d-172fa76d5c35} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3766 2025.02.25 04:23:38.651137 [ 276 ] {ea335b89-f37e-42fc-b10d-172fa76d5c35} <Debug> executeQuery: Read 115 rows, 7.04 KiB in 0.001647 sec., 69823.92228293867 rows/sec., 4.17 MiB/sec.
3767 2025.02.25 04:23:38.651339 [ 276 ] {ea335b89-f37e-42fc-b10d-172fa76d5c35} <Debug> TCPHandler: Processed in 0.00201201 sec.
3768 2025.02.25 04:23:38.651539 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3769 2025.02.25 04:23:38.651682 [ 281 ] {1cc3d2d3-39db-4fca-a94d-4deffbc05170} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3770 2025.02.25 04:23:38.651741 [ 281 ] {1cc3d2d3-39db-4fca-a94d-4deffbc05170} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3771 2025.02.25 04:23:38.652516 [ 281 ] {1cc3d2d3-39db-4fca-a94d-4deffbc05170} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3772 2025.02.25 04:23:38.652556 [ 281 ] {1cc3d2d3-39db-4fca-a94d-4deffbc05170} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3773 2025.02.25 04:23:38.652930 [ 281 ] {1cc3d2d3-39db-4fca-a94d-4deffbc05170} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3774 2025.02.25 04:23:38.653185 [ 281 ] {1cc3d2d3-39db-4fca-a94d-4deffbc05170} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3775 2025.02.25 04:23:38.653400 [ 281 ] {1cc3d2d3-39db-4fca-a94d-4deffbc05170} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001751 sec., 64534.551684751576 rows/sec., 4.18 MiB/sec.
3776 2025.02.25 04:23:38.653457 [ 281 ] {1cc3d2d3-39db-4fca-a94d-4deffbc05170} <Debug> TCPHandler: Processed in 0.00200575 sec.
3777 2025.02.25 04:23:38.653656 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3778 2025.02.25 04:23:38.653867 [ 276 ] {5785bace-e34c-454d-8dc9-2e05668d0b0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3779 2025.02.25 04:23:38.653928 [ 276 ] {5785bace-e34c-454d-8dc9-2e05668d0b0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3780 2025.02.25 04:23:38.654569 [ 276 ] {5785bace-e34c-454d-8dc9-2e05668d0b0d} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3781 2025.02.25 04:23:38.654609 [ 276 ] {5785bace-e34c-454d-8dc9-2e05668d0b0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3782 2025.02.25 04:23:38.654976 [ 276 ] {5785bace-e34c-454d-8dc9-2e05668d0b0d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3783 2025.02.25 04:23:38.655218 [ 276 ] {5785bace-e34c-454d-8dc9-2e05668d0b0d} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3784 2025.02.25 04:23:38.655374 [ 109 ] {} <Debug> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3785 2025.02.25 04:23:38.655453 [ 109 ] {} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3786 2025.02.25 04:23:38.655464 [ 276 ] {5785bace-e34c-454d-8dc9-2e05668d0b0d} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001643 sec., 68167.98539257456 rows/sec., 3.88 MiB/sec.
3787 2025.02.25 04:23:38.655498 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3788 2025.02.25 04:23:38.655637 [ 276 ] {5785bace-e34c-454d-8dc9-2e05668d0b0d} <Debug> TCPHandler: Processed in 0.002079271 sec.
3789 2025.02.25 04:23:38.655712 [ 194 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
3790 2025.02.25 04:23:38.655840 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3791 2025.02.25 04:23:38.655846 [ 194 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3792 2025.02.25 04:23:38.655896 [ 194 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
3793 2025.02.25 04:23:38.656067 [ 281 ] {18844f68-4a2f-4346-9383-b63ad6a2c0db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3794 2025.02.25 04:23:38.656148 [ 194 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
3795 2025.02.25 04:23:38.656214 [ 281 ] {18844f68-4a2f-4346-9383-b63ad6a2c0db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3796 2025.02.25 04:23:38.656505 [ 194 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
3797 2025.02.25 04:23:38.656923 [ 194 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
3798 2025.02.25 04:23:38.657255 [ 194 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
3799 2025.02.25 04:23:38.658627 [ 281 ] {18844f68-4a2f-4346-9383-b63ad6a2c0db} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3800 2025.02.25 04:23:38.658672 [ 281 ] {18844f68-4a2f-4346-9383-b63ad6a2c0db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3801 2025.02.25 04:23:38.659010 [ 199 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.00338374 sec., 165497.34908710478 rows/sec., 10.06 MiB/sec.
3802 2025.02.25 04:23:38.659179 [ 194 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3803 2025.02.25 04:23:38.659273 [ 281 ] {18844f68-4a2f-4346-9383-b63ad6a2c0db} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3804 2025.02.25 04:23:38.659511 [ 194 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_9_2} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3805 2025.02.25 04:23:38.659610 [ 281 ] {18844f68-4a2f-4346-9383-b63ad6a2c0db} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3806 2025.02.25 04:23:38.659613 [ 194 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_9_2} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3807 2025.02.25 04:23:38.659711 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
3808 2025.02.25 04:23:38.659886 [ 281 ] {18844f68-4a2f-4346-9383-b63ad6a2c0db} <Debug> executeQuery: Read 391 rows, 28.31 KiB in 0.003932 sec., 99440.48830111902 rows/sec., 7.03 MiB/sec.
3809 2025.02.25 04:23:38.659950 [ 281 ] {18844f68-4a2f-4346-9383-b63ad6a2c0db} <Debug> TCPHandler: Processed in 0.004191492 sec.
3810 2025.02.25 04:23:38.660099 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3811 2025.02.25 04:23:38.660218 [ 276 ] {783bab3e-ec82-4a86-a923-5b6fa1761123} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3812 2025.02.25 04:23:38.660271 [ 276 ] {783bab3e-ec82-4a86-a923-5b6fa1761123} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3813 2025.02.25 04:23:38.660781 [ 276 ] {783bab3e-ec82-4a86-a923-5b6fa1761123} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3814 2025.02.25 04:23:38.660820 [ 276 ] {783bab3e-ec82-4a86-a923-5b6fa1761123} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3815 2025.02.25 04:23:38.661198 [ 276 ] {783bab3e-ec82-4a86-a923-5b6fa1761123} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3816 2025.02.25 04:23:38.661450 [ 276 ] {783bab3e-ec82-4a86-a923-5b6fa1761123} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3817 2025.02.25 04:23:38.661718 [ 276 ] {783bab3e-ec82-4a86-a923-5b6fa1761123} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001516 sec., 3957.78364116095 rows/sec., 206.78 KiB/sec.
3818 2025.02.25 04:23:38.661874 [ 276 ] {783bab3e-ec82-4a86-a923-5b6fa1761123} <Debug> TCPHandler: Processed in 0.001826607 sec.
3819 2025.02.25 04:23:38.662033 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3820 2025.02.25 04:23:38.662171 [ 281 ] {131b030e-0657-40e7-bf3d-86301951b24a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3821 2025.02.25 04:23:38.662234 [ 281 ] {131b030e-0657-40e7-bf3d-86301951b24a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3822 2025.02.25 04:23:38.662914 [ 281 ] {131b030e-0657-40e7-bf3d-86301951b24a} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3823 2025.02.25 04:23:38.662952 [ 281 ] {131b030e-0657-40e7-bf3d-86301951b24a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3824 2025.02.25 04:23:38.663352 [ 281 ] {131b030e-0657-40e7-bf3d-86301951b24a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3825 2025.02.25 04:23:38.663592 [ 281 ] {131b030e-0657-40e7-bf3d-86301951b24a} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3826 2025.02.25 04:23:38.663811 [ 281 ] {131b030e-0657-40e7-bf3d-86301951b24a} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001673 sec., 142857.14285714287 rows/sec., 9.58 MiB/sec.
3827 2025.02.25 04:23:38.663867 [ 281 ] {131b030e-0657-40e7-bf3d-86301951b24a} <Debug> TCPHandler: Processed in 0.001902778 sec.
3828 2025.02.25 04:23:38.664029 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3829 2025.02.25 04:23:38.664172 [ 276 ] {c9f19343-ca85-4914-b544-94c6c5911bf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3830 2025.02.25 04:23:38.664233 [ 276 ] {c9f19343-ca85-4914-b544-94c6c5911bf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3831 2025.02.25 04:23:38.664794 [ 276 ] {c9f19343-ca85-4914-b544-94c6c5911bf2} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3832 2025.02.25 04:23:38.664841 [ 276 ] {c9f19343-ca85-4914-b544-94c6c5911bf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3833 2025.02.25 04:23:38.665211 [ 276 ] {c9f19343-ca85-4914-b544-94c6c5911bf2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3834 2025.02.25 04:23:38.665450 [ 276 ] {c9f19343-ca85-4914-b544-94c6c5911bf2} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3835 2025.02.25 04:23:38.665753 [ 276 ] {c9f19343-ca85-4914-b544-94c6c5911bf2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001588 sec., 629.7229219143577 rows/sec., 42.43 KiB/sec.
3836 2025.02.25 04:23:38.665873 [ 276 ] {c9f19343-ca85-4914-b544-94c6c5911bf2} <Debug> TCPHandler: Processed in 0.001911238 sec.
3837 2025.02.25 04:23:38.666052 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3838 2025.02.25 04:23:38.666192 [ 281 ] {b814934b-1a3c-46b2-908b-2534cd2090f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3839 2025.02.25 04:23:38.666283 [ 281 ] {b814934b-1a3c-46b2-908b-2534cd2090f4} <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
3840 2025.02.25 04:23:38.667454 [ 281 ] {b814934b-1a3c-46b2-908b-2534cd2090f4} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3841 2025.02.25 04:23:38.667491 [ 281 ] {b814934b-1a3c-46b2-908b-2534cd2090f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3842 2025.02.25 04:23:38.668098 [ 281 ] {b814934b-1a3c-46b2-908b-2534cd2090f4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3843 2025.02.25 04:23:38.668351 [ 281 ] {b814934b-1a3c-46b2-908b-2534cd2090f4} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3844 2025.02.25 04:23:38.668523 [ 109 ] {} <Debug> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3845 2025.02.25 04:23:38.668595 [ 109 ] {} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3846 2025.02.25 04:23:38.668624 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3847 2025.02.25 04:23:38.668640 [ 281 ] {b814934b-1a3c-46b2-908b-2534cd2090f4} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002468 sec., 2025.931928687196 rows/sec., 3.63 MiB/sec.
3848 2025.02.25 04:23:38.668969 [ 189 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::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
3849 2025.02.25 04:23:38.669021 [ 281 ] {b814934b-1a3c-46b2-908b-2534cd2090f4} <Debug> TCPHandler: Processed in 0.003033614 sec.
3850 2025.02.25 04:23:38.669259 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3851 2025.02.25 04:23:38.669567 [ 276 ] {714d5497-6d82-4add-b0aa-07ab1a047dc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3852 2025.02.25 04:23:38.669669 [ 189 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3853 2025.02.25 04:23:38.669691 [ 276 ] {714d5497-6d82-4add-b0aa-07ab1a047dc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3854 2025.02.25 04:23:38.669901 [ 189 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 214 rows starting from the beginning of the part
3855 2025.02.25 04:23:38.670804 [ 189 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 5 rows starting from the beginning of the part
3856 2025.02.25 04:23:38.671403 [ 189 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 35 rows starting from the beginning of the part
3857 2025.02.25 04:23:38.672175 [ 189 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 5 rows starting from the beginning of the part
3858 2025.02.25 04:23:38.672269 [ 276 ] {714d5497-6d82-4add-b0aa-07ab1a047dc5} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3859 2025.02.25 04:23:38.672372 [ 276 ] {714d5497-6d82-4add-b0aa-07ab1a047dc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3860 2025.02.25 04:23:38.672776 [ 189 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 35 rows starting from the beginning of the part
3861 2025.02.25 04:23:38.673367 [ 189 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 5 rows starting from the beginning of the part
3862 2025.02.25 04:23:38.674221 [ 276 ] {714d5497-6d82-4add-b0aa-07ab1a047dc5} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3863 2025.02.25 04:23:38.674744 [ 276 ] {714d5497-6d82-4add-b0aa-07ab1a047dc5} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3864 2025.02.25 04:23:38.675334 [ 276 ] {714d5497-6d82-4add-b0aa-07ab1a047dc5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005857 sec., 14000.341471743213 rows/sec., 910.54 KiB/sec.
3865 2025.02.25 04:23:38.675466 [ 276 ] {714d5497-6d82-4add-b0aa-07ab1a047dc5} <Debug> TCPHandler: Processed in 0.006332044 sec.
3866 2025.02.25 04:23:38.677814 [ 194 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 299 rows, containing 19 columns (19 merged, 0 gathered) in 0.009089665 sec., 32894.501612545675 rows/sec., 58.95 MiB/sec.
3867 2025.02.25 04:23:38.678838 [ 199 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3868 2025.02.25 04:23:38.679292 [ 199 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3869 2025.02.25 04:23:38.679377 [ 199 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3870 2025.02.25 04:23:38.679528 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB.
3871 2025.02.25 04:23:39.746533 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 562
3872 2025.02.25 04:23:39.749699 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3873 2025.02.25 04:23:39.749763 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3874 2025.02.25 04:23:39.751224 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3875 2025.02.25 04:23:39.751539 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3876 2025.02.25 04:23:39.752472 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 562
3877 2025.02.25 04:23:43.635731 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3878 2025.02.25 04:23:43.636062 [ 281 ] {4177e53a-f82b-4b84-bd67-98464c378fb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3879 2025.02.25 04:23:43.636139 [ 281 ] {4177e53a-f82b-4b84-bd67-98464c378fb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3880 2025.02.25 04:23:43.636997 [ 281 ] {4177e53a-f82b-4b84-bd67-98464c378fb5} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3881 2025.02.25 04:23:43.637055 [ 281 ] {4177e53a-f82b-4b84-bd67-98464c378fb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3882 2025.02.25 04:23:43.637517 [ 281 ] {4177e53a-f82b-4b84-bd67-98464c378fb5} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3883 2025.02.25 04:23:43.637774 [ 281 ] {4177e53a-f82b-4b84-bd67-98464c378fb5} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3884 2025.02.25 04:23:43.637976 [ 101 ] {} <Debug> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3885 2025.02.25 04:23:43.638043 [ 281 ] {4177e53a-f82b-4b84-bd67-98464c378fb5} <Debug> executeQuery: Read 126 rows, 11.02 KiB in 0.00206 sec., 61165.048543689314 rows/sec., 5.23 MiB/sec.
3886 2025.02.25 04:23:43.638055 [ 101 ] {} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3887 2025.02.25 04:23:43.638127 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3888 2025.02.25 04:23:43.638186 [ 281 ] {4177e53a-f82b-4b84-bd67-98464c378fb5} <Debug> TCPHandler: Processed in 0.002650129 sec.
3889 2025.02.25 04:23:43.638375 [ 189 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::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
3890 2025.02.25 04:23:43.638523 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3891 2025.02.25 04:23:43.638565 [ 189 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3892 2025.02.25 04:23:43.638628 [ 189 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1846 rows starting from the beginning of the part
3893 2025.02.25 04:23:43.638923 [ 189 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part
3894 2025.02.25 04:23:43.638973 [ 276 ] {5334f847-ce5b-433d-898c-31ed3f0dc8b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3895 2025.02.25 04:23:43.639175 [ 189 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 627 rows starting from the beginning of the part
3896 2025.02.25 04:23:43.639206 [ 276 ] {5334f847-ce5b-433d-898c-31ed3f0dc8b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3897 2025.02.25 04:23:43.639467 [ 189 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 126 rows starting from the beginning of the part
3898 2025.02.25 04:23:43.639913 [ 189 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 629 rows starting from the beginning of the part
3899 2025.02.25 04:23:43.640233 [ 189 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 126 rows starting from the beginning of the part
3900 2025.02.25 04:23:43.642022 [ 276 ] {5334f847-ce5b-433d-898c-31ed3f0dc8b6} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3901 2025.02.25 04:23:43.642109 [ 276 ] {5334f847-ce5b-433d-898c-31ed3f0dc8b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3902 2025.02.25 04:23:43.643108 [ 276 ] {5334f847-ce5b-433d-898c-31ed3f0dc8b6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3903 2025.02.25 04:23:43.643461 [ 276 ] {5334f847-ce5b-433d-898c-31ed3f0dc8b6} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3904 2025.02.25 04:23:43.644032 [ 192 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3410 rows, containing 5 columns (5 merged, 0 gathered) in 0.005767186 sec., 591276.2307302037 rows/sec., 49.84 MiB/sec.
3905 2025.02.25 04:23:43.644162 [ 276 ] {5334f847-ce5b-433d-898c-31ed3f0dc8b6} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.005383 sec., 6501.950585175553 rows/sec., 488.92 KiB/sec.
3906 2025.02.25 04:23:43.644461 [ 276 ] {5334f847-ce5b-433d-898c-31ed3f0dc8b6} <Debug> TCPHandler: Processed in 0.00610547 sec.
3907 2025.02.25 04:23:43.644710 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3908 2025.02.25 04:23:43.644750 [ 192 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3909 2025.02.25 04:23:43.645004 [ 281 ] {00d6e853-b4de-48d8-931c-55bd10c90622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3910 2025.02.25 04:23:43.645078 [ 281 ] {00d6e853-b4de-48d8-931c-55bd10c90622} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3911 2025.02.25 04:23:43.645503 [ 192 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_26_5} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3912 2025.02.25 04:23:43.645760 [ 192 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_26_5} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3913 2025.02.25 04:23:43.645943 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
3914 2025.02.25 04:23:43.646229 [ 281 ] {00d6e853-b4de-48d8-931c-55bd10c90622} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3915 2025.02.25 04:23:43.646275 [ 281 ] {00d6e853-b4de-48d8-931c-55bd10c90622} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3916 2025.02.25 04:23:43.646667 [ 281 ] {00d6e853-b4de-48d8-931c-55bd10c90622} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3917 2025.02.25 04:23:43.646927 [ 281 ] {00d6e853-b4de-48d8-931c-55bd10c90622} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3918 2025.02.25 04:23:43.647089 [ 101 ] {} <Debug> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3919 2025.02.25 04:23:43.647159 [ 101 ] {} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3920 2025.02.25 04:23:43.647191 [ 281 ] {00d6e853-b4de-48d8-931c-55bd10c90622} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.002287 sec., 43288.15041539134 rows/sec., 3.38 MiB/sec.
3921 2025.02.25 04:23:43.647210 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3922 2025.02.25 04:23:43.647371 [ 281 ] {00d6e853-b4de-48d8-931c-55bd10c90622} <Debug> TCPHandler: Processed in 0.00275459 sec.
3923 2025.02.25 04:23:43.647424 [ 194 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::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
3924 2025.02.25 04:23:43.647549 [ 194 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3925 2025.02.25 04:23:43.647569 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3926 2025.02.25 04:23:43.647597 [ 194 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 910 rows starting from the beginning of the part
3927 2025.02.25 04:23:43.647830 [ 194 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part
3928 2025.02.25 04:23:43.648051 [ 276 ] {9d2de3ed-3c95-4295-a995-cbb3c6fecbbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3929 2025.02.25 04:23:43.648128 [ 194 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 387 rows starting from the beginning of the part
3930 2025.02.25 04:23:43.648239 [ 276 ] {9d2de3ed-3c95-4295-a995-cbb3c6fecbbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3931 2025.02.25 04:23:43.648527 [ 194 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 99 rows starting from the beginning of the part
3932 2025.02.25 04:23:43.648826 [ 194 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 391 rows starting from the beginning of the part
3933 2025.02.25 04:23:43.649176 [ 194 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 99 rows starting from the beginning of the part
3934 2025.02.25 04:23:43.650999 [ 276 ] {9d2de3ed-3c95-4295-a995-cbb3c6fecbbf} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3935 2025.02.25 04:23:43.651079 [ 276 ] {9d2de3ed-3c95-4295-a995-cbb3c6fecbbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3936 2025.02.25 04:23:43.652068 [ 276 ] {9d2de3ed-3c95-4295-a995-cbb3c6fecbbf} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3937 2025.02.25 04:23:43.652592 [ 276 ] {9d2de3ed-3c95-4295-a995-cbb3c6fecbbf} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3938 2025.02.25 04:23:43.652617 [ 196 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1950 rows, containing 5 columns (5 merged, 0 gathered) in 0.005280078 sec., 369312.72606200137 rows/sec., 28.21 MiB/sec.
3939 2025.02.25 04:23:43.652850 [ 101 ] {} <Debug> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3940 2025.02.25 04:23:43.652940 [ 101 ] {} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3941 2025.02.25 04:23:43.652994 [ 196 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3942 2025.02.25 04:23:43.653020 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3943 2025.02.25 04:23:43.653037 [ 276 ] {9d2de3ed-3c95-4295-a995-cbb3c6fecbbf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005187 sec., 30846.346635820322 rows/sec., 2.15 MiB/sec.
3944 2025.02.25 04:23:43.653603 [ 276 ] {9d2de3ed-3c95-4295-a995-cbb3c6fecbbf} <Debug> TCPHandler: Processed in 0.00608897 sec.
3945 2025.02.25 04:23:43.653643 [ 188 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::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
3946 2025.02.25 04:23:43.654230 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3947 2025.02.25 04:23:43.654472 [ 191 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_26_5} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3948 2025.02.25 04:23:43.654514 [ 188 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3949 2025.02.25 04:23:43.654657 [ 188 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7632 rows starting from the beginning of the part
3950 2025.02.25 04:23:43.654863 [ 191 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_26_5} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3951 2025.02.25 04:23:43.655154 [ 188 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::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
3952 2025.02.25 04:23:43.655211 [ 281 ] {0217229e-cbde-4d54-91cd-9f75a5932b3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3953 2025.02.25 04:23:43.655251 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
3954 2025.02.25 04:23:43.655529 [ 188 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::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
3955 2025.02.25 04:23:43.655741 [ 281 ] {0217229e-cbde-4d54-91cd-9f75a5932b3c} <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
3956 2025.02.25 04:23:43.655924 [ 188 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part
3957 2025.02.25 04:23:43.656301 [ 188 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 239 rows starting from the beginning of the part
3958 2025.02.25 04:23:43.656624 [ 188 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::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
3959 2025.02.25 04:23:43.660344 [ 281 ] {0217229e-cbde-4d54-91cd-9f75a5932b3c} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3960 2025.02.25 04:23:43.660426 [ 281 ] {0217229e-cbde-4d54-91cd-9f75a5932b3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3961 2025.02.25 04:23:43.661769 [ 281 ] {0217229e-cbde-4d54-91cd-9f75a5932b3c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3962 2025.02.25 04:23:43.662159 [ 281 ] {0217229e-cbde-4d54-91cd-9f75a5932b3c} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3963 2025.02.25 04:23:43.662557 [ 281 ] {0217229e-cbde-4d54-91cd-9f75a5932b3c} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.007837 sec., 4465.994640806431 rows/sec., 8.00 MiB/sec.
3964 2025.02.25 04:23:43.662695 [ 281 ] {0217229e-cbde-4d54-91cd-9f75a5932b3c} <Debug> TCPHandler: Processed in 0.008923663 sec.
3965 2025.02.25 04:23:43.662927 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3966 2025.02.25 04:23:43.663187 [ 188 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8502 rows, containing 5 columns (5 merged, 0 gathered) in 0.009989998 sec., 851051.221431676 rows/sec., 57.51 MiB/sec.
3967 2025.02.25 04:23:43.663287 [ 276 ] {b086d008-851d-4336-aef4-0731406c0448} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3968 2025.02.25 04:23:43.663401 [ 188 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3969 2025.02.25 04:23:43.663459 [ 276 ] {b086d008-851d-4336-aef4-0731406c0448} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3970 2025.02.25 04:23:43.664091 [ 188 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3971 2025.02.25 04:23:43.664249 [ 188 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3972 2025.02.25 04:23:43.664376 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB.
3973 2025.02.25 04:23:43.664605 [ 276 ] {b086d008-851d-4336-aef4-0731406c0448} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3974 2025.02.25 04:23:43.664649 [ 276 ] {b086d008-851d-4336-aef4-0731406c0448} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3975 2025.02.25 04:23:43.665036 [ 276 ] {b086d008-851d-4336-aef4-0731406c0448} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3976 2025.02.25 04:23:43.665281 [ 276 ] {b086d008-851d-4336-aef4-0731406c0448} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3977 2025.02.25 04:23:43.665437 [ 101 ] {} <Debug> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3978 2025.02.25 04:23:43.665496 [ 101 ] {} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3979 2025.02.25 04:23:43.665525 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3980 2025.02.25 04:23:43.665547 [ 276 ] {b086d008-851d-4336-aef4-0731406c0448} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002346 sec., 25575.447570332482 rows/sec., 1.72 MiB/sec.
3981 2025.02.25 04:23:43.665844 [ 276 ] {b086d008-851d-4336-aef4-0731406c0448} <Debug> TCPHandler: Processed in 0.003041805 sec.
3982 2025.02.25 04:23:43.665920 [ 191 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
3983 2025.02.25 04:23:43.666350 [ 191 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3984 2025.02.25 04:23:43.666389 [ 191 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1254 rows starting from the beginning of the part
3985 2025.02.25 04:23:43.666466 [ 191 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 28 rows starting from the beginning of the part
3986 2025.02.25 04:23:43.666583 [ 191 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
3987 2025.02.25 04:23:43.666783 [ 191 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
3988 2025.02.25 04:23:43.666855 [ 191 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
3989 2025.02.25 04:23:43.667080 [ 191 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
3990 2025.02.25 04:23:43.668266 [ 203 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1566 rows, containing 4 columns (4 merged, 0 gathered) in 0.002646519 sec., 591720.6715689553 rows/sec., 38.80 MiB/sec.
3991 2025.02.25 04:23:43.668472 [ 203 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3992 2025.02.25 04:23:43.668800 [ 203 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_26_5} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3993 2025.02.25 04:23:43.668889 [ 203 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_26_5} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3994 2025.02.25 04:23:43.668969 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
3995 2025.02.25 04:23:44.626915 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache
3996 2025.02.25 04:23:44.626968 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache
3997 2025.02.25 04:23:44.719099 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296
3998 2025.02.25 04:23:44.719741 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3999 2025.02.25 04:23:44.719786 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4000 2025.02.25 04:23:44.720322 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4001 2025.02.25 04:23:44.720593 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4002 2025.02.25 04:23:44.720839 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296
4003 2025.02.25 04:23:45.265665 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136
4004 2025.02.25 04:23:45.288069 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4005 2025.02.25 04:23:45.288136 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4006 2025.02.25 04:23:45.295818 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4007 2025.02.25 04:23:45.296591 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4008 2025.02.25 04:23:45.299593 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136
4009 2025.02.25 04:23:48.638311 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4010 2025.02.25 04:23:48.638540 [ 281 ] {398c179c-7d77-470f-b3af-30b6dedc91e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4011 2025.02.25 04:23:48.638621 [ 281 ] {398c179c-7d77-470f-b3af-30b6dedc91e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4012 2025.02.25 04:23:48.639540 [ 281 ] {398c179c-7d77-470f-b3af-30b6dedc91e9} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4013 2025.02.25 04:23:48.639588 [ 281 ] {398c179c-7d77-470f-b3af-30b6dedc91e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4014 2025.02.25 04:23:48.640041 [ 281 ] {398c179c-7d77-470f-b3af-30b6dedc91e9} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4015 2025.02.25 04:23:48.640295 [ 281 ] {398c179c-7d77-470f-b3af-30b6dedc91e9} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4016 2025.02.25 04:23:48.640598 [ 281 ] {398c179c-7d77-470f-b3af-30b6dedc91e9} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002116 sec., 100189.0359168242 rows/sec., 6.37 MiB/sec.
4017 2025.02.25 04:23:48.640780 [ 281 ] {398c179c-7d77-470f-b3af-30b6dedc91e9} <Debug> TCPHandler: Processed in 0.002623599 sec.
4018 2025.02.25 04:23:48.641045 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4019 2025.02.25 04:23:48.641252 [ 276 ] {1474135a-d511-419f-9854-2a511b727943} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4020 2025.02.25 04:23:48.641333 [ 276 ] {1474135a-d511-419f-9854-2a511b727943} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4021 2025.02.25 04:23:48.642456 [ 276 ] {1474135a-d511-419f-9854-2a511b727943} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4022 2025.02.25 04:23:48.642500 [ 276 ] {1474135a-d511-419f-9854-2a511b727943} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4023 2025.02.25 04:23:48.642978 [ 276 ] {1474135a-d511-419f-9854-2a511b727943} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4024 2025.02.25 04:23:48.643234 [ 276 ] {1474135a-d511-419f-9854-2a511b727943} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4025 2025.02.25 04:23:48.643447 [ 276 ] {1474135a-d511-419f-9854-2a511b727943} <Debug> executeQuery: Read 627 rows, 50.33 KiB in 0.002253 sec., 278295.6058588549 rows/sec., 21.81 MiB/sec.
4026 2025.02.25 04:23:48.643511 [ 276 ] {1474135a-d511-419f-9854-2a511b727943} <Debug> TCPHandler: Processed in 0.002603058 sec.
4027 2025.02.25 04:23:48.643738 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4028 2025.02.25 04:23:48.643984 [ 281 ] {370e39e5-15b2-4fac-8993-75cf5a912f7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4029 2025.02.25 04:23:48.644082 [ 281 ] {370e39e5-15b2-4fac-8993-75cf5a912f7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4030 2025.02.25 04:23:48.644802 [ 281 ] {370e39e5-15b2-4fac-8993-75cf5a912f7c} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4031 2025.02.25 04:23:48.644845 [ 281 ] {370e39e5-15b2-4fac-8993-75cf5a912f7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4032 2025.02.25 04:23:48.645239 [ 281 ] {370e39e5-15b2-4fac-8993-75cf5a912f7c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4033 2025.02.25 04:23:48.645487 [ 281 ] {370e39e5-15b2-4fac-8993-75cf5a912f7c} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4034 2025.02.25 04:23:48.645668 [ 95 ] {} <Debug> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4035 2025.02.25 04:23:48.645733 [ 95 ] {} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4036 2025.02.25 04:23:48.645750 [ 281 ] {370e39e5-15b2-4fac-8993-75cf5a912f7c} <Debug> executeQuery: Read 111 rows, 6.76 KiB in 0.001813 sec., 61224.48979591837 rows/sec., 3.64 MiB/sec.
4037 2025.02.25 04:23:48.645767 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4038 2025.02.25 04:23:48.645981 [ 281 ] {370e39e5-15b2-4fac-8993-75cf5a912f7c} <Debug> TCPHandler: Processed in 0.002355055 sec.
4039 2025.02.25 04:23:48.646107 [ 188 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::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
4040 2025.02.25 04:23:48.646304 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4041 2025.02.25 04:23:48.646559 [ 188 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4042 2025.02.25 04:23:48.646643 [ 188 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 160 rows starting from the beginning of the part
4043 2025.02.25 04:23:48.646656 [ 276 ] {cbf2991c-9edc-455e-8ac7-6eed364e7045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4044 2025.02.25 04:23:48.646831 [ 276 ] {cbf2991c-9edc-455e-8ac7-6eed364e7045} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4045 2025.02.25 04:23:48.646855 [ 188 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 111 rows starting from the beginning of the part
4046 2025.02.25 04:23:48.647233 [ 188 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 35 rows starting from the beginning of the part
4047 2025.02.25 04:23:48.647466 [ 188 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 115 rows starting from the beginning of the part
4048 2025.02.25 04:23:48.647744 [ 188 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 35 rows starting from the beginning of the part
4049 2025.02.25 04:23:48.648169 [ 188 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 111 rows starting from the beginning of the part
4050 2025.02.25 04:23:48.649942 [ 276 ] {cbf2991c-9edc-455e-8ac7-6eed364e7045} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4051 2025.02.25 04:23:48.650003 [ 276 ] {cbf2991c-9edc-455e-8ac7-6eed364e7045} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4052 2025.02.25 04:23:48.651020 [ 276 ] {cbf2991c-9edc-455e-8ac7-6eed364e7045} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4053 2025.02.25 04:23:48.651196 [ 203 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 567 rows, containing 5 columns (5 merged, 0 gathered) in 0.005305409 sec., 106872.06207853156 rows/sec., 7.07 MiB/sec.
4054 2025.02.25 04:23:48.651460 [ 276 ] {cbf2991c-9edc-455e-8ac7-6eed364e7045} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4055 2025.02.25 04:23:48.651637 [ 201 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4056 2025.02.25 04:23:48.651879 [ 276 ] {cbf2991c-9edc-455e-8ac7-6eed364e7045} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005263 sec., 21470.644119323577 rows/sec., 1.39 MiB/sec.
4057 2025.02.25 04:23:48.651972 [ 276 ] {cbf2991c-9edc-455e-8ac7-6eed364e7045} <Debug> TCPHandler: Processed in 0.005860997 sec.
4058 2025.02.25 04:23:48.652173 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4059 2025.02.25 04:23:48.652360 [ 281 ] {09cf1813-3266-4eca-ac8d-d8d8d752453d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4060 2025.02.25 04:23:48.652443 [ 201 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_21_4} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4061 2025.02.25 04:23:48.652458 [ 281 ] {09cf1813-3266-4eca-ac8d-d8d8d752453d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4062 2025.02.25 04:23:48.652697 [ 201 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_21_4} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4063 2025.02.25 04:23:48.652901 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
4064 2025.02.25 04:23:48.653428 [ 281 ] {09cf1813-3266-4eca-ac8d-d8d8d752453d} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4065 2025.02.25 04:23:48.653472 [ 281 ] {09cf1813-3266-4eca-ac8d-d8d8d752453d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4066 2025.02.25 04:23:48.653845 [ 281 ] {09cf1813-3266-4eca-ac8d-d8d8d752453d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4067 2025.02.25 04:23:48.654105 [ 281 ] {09cf1813-3266-4eca-ac8d-d8d8d752453d} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4068 2025.02.25 04:23:48.654324 [ 281 ] {09cf1813-3266-4eca-ac8d-d8d8d752453d} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.002023 sec., 55363.32179930796 rows/sec., 3.15 MiB/sec.
4069 2025.02.25 04:23:48.654382 [ 281 ] {09cf1813-3266-4eca-ac8d-d8d8d752453d} <Debug> TCPHandler: Processed in 0.002303094 sec.
4070 2025.02.25 04:23:48.654585 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4071 2025.02.25 04:23:48.654809 [ 276 ] {53a5f45e-56a3-473b-a65e-6954315cb8ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4072 2025.02.25 04:23:48.654902 [ 276 ] {53a5f45e-56a3-473b-a65e-6954315cb8ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4073 2025.02.25 04:23:48.655814 [ 276 ] {53a5f45e-56a3-473b-a65e-6954315cb8ee} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4074 2025.02.25 04:23:48.655852 [ 276 ] {53a5f45e-56a3-473b-a65e-6954315cb8ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4075 2025.02.25 04:23:48.656240 [ 276 ] {53a5f45e-56a3-473b-a65e-6954315cb8ee} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4076 2025.02.25 04:23:48.656484 [ 276 ] {53a5f45e-56a3-473b-a65e-6954315cb8ee} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4077 2025.02.25 04:23:48.656668 [ 276 ] {53a5f45e-56a3-473b-a65e-6954315cb8ee} <Debug> executeQuery: Read 387 rows, 27.99 KiB in 0.001916 sec., 201983.29853862213 rows/sec., 14.26 MiB/sec.
4078 2025.02.25 04:23:48.656722 [ 276 ] {53a5f45e-56a3-473b-a65e-6954315cb8ee} <Debug> TCPHandler: Processed in 0.002245623 sec.
4079 2025.02.25 04:23:48.656878 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4080 2025.02.25 04:23:48.657020 [ 281 ] {4f714686-f34b-401a-9dd3-dc6ad2f6e750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4081 2025.02.25 04:23:48.657080 [ 281 ] {4f714686-f34b-401a-9dd3-dc6ad2f6e750} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4082 2025.02.25 04:23:48.657577 [ 281 ] {4f714686-f34b-401a-9dd3-dc6ad2f6e750} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4083 2025.02.25 04:23:48.657616 [ 281 ] {4f714686-f34b-401a-9dd3-dc6ad2f6e750} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4084 2025.02.25 04:23:48.657988 [ 281 ] {4f714686-f34b-401a-9dd3-dc6ad2f6e750} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4085 2025.02.25 04:23:48.658232 [ 281 ] {4f714686-f34b-401a-9dd3-dc6ad2f6e750} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4086 2025.02.25 04:23:48.658472 [ 281 ] {4f714686-f34b-401a-9dd3-dc6ad2f6e750} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001482 sec., 4048.5829959514167 rows/sec., 211.52 KiB/sec.
4087 2025.02.25 04:23:48.658563 [ 281 ] {4f714686-f34b-401a-9dd3-dc6ad2f6e750} <Debug> TCPHandler: Processed in 0.001752526 sec.
4088 2025.02.25 04:23:48.658699 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4089 2025.02.25 04:23:48.658823 [ 276 ] {2225b052-5fbf-405d-9fc5-22fd544efada} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4090 2025.02.25 04:23:48.658878 [ 276 ] {2225b052-5fbf-405d-9fc5-22fd544efada} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4091 2025.02.25 04:23:48.659458 [ 276 ] {2225b052-5fbf-405d-9fc5-22fd544efada} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4092 2025.02.25 04:23:48.659497 [ 276 ] {2225b052-5fbf-405d-9fc5-22fd544efada} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4093 2025.02.25 04:23:48.659897 [ 276 ] {2225b052-5fbf-405d-9fc5-22fd544efada} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4094 2025.02.25 04:23:48.660138 [ 276 ] {2225b052-5fbf-405d-9fc5-22fd544efada} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4095 2025.02.25 04:23:48.660322 [ 276 ] {2225b052-5fbf-405d-9fc5-22fd544efada} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001531 sec., 154800.78380143698 rows/sec., 10.38 MiB/sec.
4096 2025.02.25 04:23:48.660377 [ 276 ] {2225b052-5fbf-405d-9fc5-22fd544efada} <Debug> TCPHandler: Processed in 0.001734005 sec.
4097 2025.02.25 04:23:48.660594 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4098 2025.02.25 04:23:48.660825 [ 281 ] {0ece98bf-7d6d-4ba2-827f-169f8ece780d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4099 2025.02.25 04:23:48.660923 [ 281 ] {0ece98bf-7d6d-4ba2-827f-169f8ece780d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4100 2025.02.25 04:23:48.661524 [ 281 ] {0ece98bf-7d6d-4ba2-827f-169f8ece780d} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4101 2025.02.25 04:23:48.661563 [ 281 ] {0ece98bf-7d6d-4ba2-827f-169f8ece780d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4102 2025.02.25 04:23:48.661929 [ 281 ] {0ece98bf-7d6d-4ba2-827f-169f8ece780d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4103 2025.02.25 04:23:48.662173 [ 281 ] {0ece98bf-7d6d-4ba2-827f-169f8ece780d} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4104 2025.02.25 04:23:48.662402 [ 281 ] {0ece98bf-7d6d-4ba2-827f-169f8ece780d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00164 sec., 609.7560975609756 rows/sec., 41.09 KiB/sec.
4105 2025.02.25 04:23:48.662454 [ 281 ] {0ece98bf-7d6d-4ba2-827f-169f8ece780d} <Debug> TCPHandler: Processed in 0.001973869 sec.
4106 2025.02.25 04:23:48.662614 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4107 2025.02.25 04:23:48.662752 [ 276 ] {3e65df47-df07-4b55-bbc5-149bfcf3b1a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4108 2025.02.25 04:23:48.662843 [ 276 ] {3e65df47-df07-4b55-bbc5-149bfcf3b1a4} <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
4109 2025.02.25 04:23:48.663969 [ 276 ] {3e65df47-df07-4b55-bbc5-149bfcf3b1a4} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4110 2025.02.25 04:23:48.664009 [ 276 ] {3e65df47-df07-4b55-bbc5-149bfcf3b1a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4111 2025.02.25 04:23:48.664612 [ 276 ] {3e65df47-df07-4b55-bbc5-149bfcf3b1a4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4112 2025.02.25 04:23:48.664876 [ 276 ] {3e65df47-df07-4b55-bbc5-149bfcf3b1a4} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4113 2025.02.25 04:23:48.665213 [ 276 ] {3e65df47-df07-4b55-bbc5-149bfcf3b1a4} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002472 sec., 2022.653721682848 rows/sec., 3.62 MiB/sec.
4114 2025.02.25 04:23:48.665490 [ 276 ] {3e65df47-df07-4b55-bbc5-149bfcf3b1a4} <Debug> TCPHandler: Processed in 0.002943654 sec.
4115 2025.02.25 04:23:48.665658 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4116 2025.02.25 04:23:48.665797 [ 281 ] {8db50ac1-e541-45f2-ba5c-df2c89c903f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4117 2025.02.25 04:23:48.665860 [ 281 ] {8db50ac1-e541-45f2-ba5c-df2c89c903f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4118 2025.02.25 04:23:48.666396 [ 281 ] {8db50ac1-e541-45f2-ba5c-df2c89c903f7} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4119 2025.02.25 04:23:48.666435 [ 281 ] {8db50ac1-e541-45f2-ba5c-df2c89c903f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4120 2025.02.25 04:23:48.666812 [ 281 ] {8db50ac1-e541-45f2-ba5c-df2c89c903f7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4121 2025.02.25 04:23:48.667064 [ 281 ] {8db50ac1-e541-45f2-ba5c-df2c89c903f7} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4122 2025.02.25 04:23:48.667290 [ 281 ] {8db50ac1-e541-45f2-ba5c-df2c89c903f7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001521 sec., 53911.90006574622 rows/sec., 3.42 MiB/sec.
4123 2025.02.25 04:23:48.667415 [ 281 ] {8db50ac1-e541-45f2-ba5c-df2c89c903f7} <Debug> TCPHandler: Processed in 0.001823236 sec.
4124 2025.02.25 04:23:49.752701 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 596
4125 2025.02.25 04:23:49.755745 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4126 2025.02.25 04:23:49.755801 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4127 2025.02.25 04:23:49.757262 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4128 2025.02.25 04:23:49.757573 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4129 2025.02.25 04:23:49.758203 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 596
4130 2025.02.25 04:23:50.839772 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4131 2025.02.25 04:23:50.840106 [ 281 ] {e67294ae-1742-460f-8f07-7895e9bda7d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4132 2025.02.25 04:23:50.840228 [ 281 ] {e67294ae-1742-460f-8f07-7895e9bda7d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4133 2025.02.25 04:23:50.841004 [ 281 ] {e67294ae-1742-460f-8f07-7895e9bda7d9} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4134 2025.02.25 04:23:50.841060 [ 281 ] {e67294ae-1742-460f-8f07-7895e9bda7d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4135 2025.02.25 04:23:50.841496 [ 281 ] {e67294ae-1742-460f-8f07-7895e9bda7d9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
4136 2025.02.25 04:23:50.841753 [ 281 ] {e67294ae-1742-460f-8f07-7895e9bda7d9} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4137 2025.02.25 04:23:50.842022 [ 281 ] {e67294ae-1742-460f-8f07-7895e9bda7d9} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.002002 sec., 5994.005994005995 rows/sec., 488.77 KiB/sec.
4138 2025.02.25 04:23:50.842095 [ 281 ] {e67294ae-1742-460f-8f07-7895e9bda7d9} <Debug> TCPHandler: Processed in 0.002519958 sec.
4139 2025.02.25 04:23:50.842376 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4140 2025.02.25 04:23:50.842584 [ 276 ] {72f62bab-d3c5-442e-84d1-bff6e854763a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4141 2025.02.25 04:23:50.842663 [ 276 ] {72f62bab-d3c5-442e-84d1-bff6e854763a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4142 2025.02.25 04:23:50.844144 [ 276 ] {72f62bab-d3c5-442e-84d1-bff6e854763a} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4143 2025.02.25 04:23:50.844188 [ 276 ] {72f62bab-d3c5-442e-84d1-bff6e854763a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4144 2025.02.25 04:23:50.844720 [ 276 ] {72f62bab-d3c5-442e-84d1-bff6e854763a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4145 2025.02.25 04:23:50.844981 [ 276 ] {72f62bab-d3c5-442e-84d1-bff6e854763a} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4146 2025.02.25 04:23:50.845188 [ 276 ] {72f62bab-d3c5-442e-84d1-bff6e854763a} <Debug> executeQuery: Read 1272 rows, 107.58 KiB in 0.002662 sec., 477836.2133734035 rows/sec., 39.47 MiB/sec.
4147 2025.02.25 04:23:50.845257 [ 276 ] {72f62bab-d3c5-442e-84d1-bff6e854763a} <Debug> TCPHandler: Processed in 0.003030156 sec.
4148 2025.02.25 04:23:50.845424 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4149 2025.02.25 04:23:50.845561 [ 281 ] {8ccb4e3f-ac4c-4bb1-a201-f4615e579282} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4150 2025.02.25 04:23:50.845619 [ 281 ] {8ccb4e3f-ac4c-4bb1-a201-f4615e579282} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4151 2025.02.25 04:23:50.846295 [ 281 ] {8ccb4e3f-ac4c-4bb1-a201-f4615e579282} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4152 2025.02.25 04:23:50.846340 [ 281 ] {8ccb4e3f-ac4c-4bb1-a201-f4615e579282} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4153 2025.02.25 04:23:50.846743 [ 281 ] {8ccb4e3f-ac4c-4bb1-a201-f4615e579282} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4154 2025.02.25 04:23:50.847003 [ 281 ] {8ccb4e3f-ac4c-4bb1-a201-f4615e579282} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4155 2025.02.25 04:23:50.847234 [ 281 ] {8ccb4e3f-ac4c-4bb1-a201-f4615e579282} <Debug> executeQuery: Read 47 rows, 3.47 KiB in 0.001703 sec., 27598.35584263065 rows/sec., 1.99 MiB/sec.
4156 2025.02.25 04:23:50.847300 [ 281 ] {8ccb4e3f-ac4c-4bb1-a201-f4615e579282} <Debug> TCPHandler: Processed in 0.001940909 sec.
4157 2025.02.25 04:23:50.847485 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4158 2025.02.25 04:23:50.847615 [ 276 ] {640e3144-039f-4692-acfb-fb0f9b57469f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4159 2025.02.25 04:23:50.847670 [ 276 ] {640e3144-039f-4692-acfb-fb0f9b57469f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4160 2025.02.25 04:23:50.848377 [ 276 ] {640e3144-039f-4692-acfb-fb0f9b57469f} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4161 2025.02.25 04:23:50.848417 [ 276 ] {640e3144-039f-4692-acfb-fb0f9b57469f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4162 2025.02.25 04:23:50.848810 [ 276 ] {640e3144-039f-4692-acfb-fb0f9b57469f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4163 2025.02.25 04:23:50.849059 [ 276 ] {640e3144-039f-4692-acfb-fb0f9b57469f} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4164 2025.02.25 04:23:50.849284 [ 276 ] {640e3144-039f-4692-acfb-fb0f9b57469f} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001698 sec., 134275.6183745583 rows/sec., 9.09 MiB/sec.
4165 2025.02.25 04:23:50.849490 [ 276 ] {640e3144-039f-4692-acfb-fb0f9b57469f} <Debug> TCPHandler: Processed in 0.002072071 sec.
4166 2025.02.25 04:23:50.849670 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4167 2025.02.25 04:23:50.849800 [ 281 ] {1c076c52-899a-434d-8725-dc63e4dca1d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4168 2025.02.25 04:23:50.849855 [ 281 ] {1c076c52-899a-434d-8725-dc63e4dca1d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4169 2025.02.25 04:23:50.850728 [ 281 ] {1c076c52-899a-434d-8725-dc63e4dca1d1} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4170 2025.02.25 04:23:50.850770 [ 281 ] {1c076c52-899a-434d-8725-dc63e4dca1d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4171 2025.02.25 04:23:50.851203 [ 281 ] {1c076c52-899a-434d-8725-dc63e4dca1d1} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4172 2025.02.25 04:23:50.851474 [ 281 ] {1c076c52-899a-434d-8725-dc63e4dca1d1} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4173 2025.02.25 04:23:50.851699 [ 281 ] {1c076c52-899a-434d-8725-dc63e4dca1d1} <Debug> executeQuery: Read 567 rows, 43.19 KiB in 0.001927 sec., 294239.75090814737 rows/sec., 21.89 MiB/sec.
4174 2025.02.25 04:23:50.851762 [ 281 ] {1c076c52-899a-434d-8725-dc63e4dca1d1} <Debug> TCPHandler: Processed in 0.002153902 sec.
4175 2025.02.25 04:23:50.851916 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4176 2025.02.25 04:23:50.852041 [ 276 ] {5540995e-726e-486b-8394-df90f1d20596} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4177 2025.02.25 04:23:50.852100 [ 276 ] {5540995e-726e-486b-8394-df90f1d20596} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4178 2025.02.25 04:23:50.852885 [ 276 ] {5540995e-726e-486b-8394-df90f1d20596} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4179 2025.02.25 04:23:50.852924 [ 276 ] {5540995e-726e-486b-8394-df90f1d20596} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4180 2025.02.25 04:23:50.853385 [ 276 ] {5540995e-726e-486b-8394-df90f1d20596} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4181 2025.02.25 04:23:50.853644 [ 276 ] {5540995e-726e-486b-8394-df90f1d20596} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4182 2025.02.25 04:23:50.853869 [ 276 ] {5540995e-726e-486b-8394-df90f1d20596} <Debug> executeQuery: Read 938 rows, 64.39 KiB in 0.001848 sec., 507575.75757575757 rows/sec., 34.03 MiB/sec.
4183 2025.02.25 04:23:50.854087 [ 276 ] {5540995e-726e-486b-8394-df90f1d20596} <Debug> TCPHandler: Processed in 0.002225453 sec.
4184 2025.02.25 04:23:50.854299 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4185 2025.02.25 04:23:50.854425 [ 281 ] {af731e21-9b0f-4073-91db-5c18bda27eb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4186 2025.02.25 04:23:50.854511 [ 281 ] {af731e21-9b0f-4073-91db-5c18bda27eb2} <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
4187 2025.02.25 04:23:50.855750 [ 281 ] {af731e21-9b0f-4073-91db-5c18bda27eb2} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4188 2025.02.25 04:23:50.855791 [ 281 ] {af731e21-9b0f-4073-91db-5c18bda27eb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4189 2025.02.25 04:23:50.856491 [ 281 ] {af731e21-9b0f-4073-91db-5c18bda27eb2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4190 2025.02.25 04:23:50.856760 [ 281 ] {af731e21-9b0f-4073-91db-5c18bda27eb2} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4191 2025.02.25 04:23:50.857009 [ 281 ] {af731e21-9b0f-4073-91db-5c18bda27eb2} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002611 sec., 13404.825737265415 rows/sec., 24.02 MiB/sec.
4192 2025.02.25 04:23:50.857125 [ 281 ] {af731e21-9b0f-4073-91db-5c18bda27eb2} <Debug> TCPHandler: Processed in 0.002914613 sec.
4193 2025.02.25 04:23:50.857290 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4194 2025.02.25 04:23:50.857434 [ 276 ] {8f3deabf-9dc4-445f-90ee-45e886fdf27d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4195 2025.02.25 04:23:50.857497 [ 276 ] {8f3deabf-9dc4-445f-90ee-45e886fdf27d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4196 2025.02.25 04:23:50.858092 [ 276 ] {8f3deabf-9dc4-445f-90ee-45e886fdf27d} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4197 2025.02.25 04:23:50.858137 [ 276 ] {8f3deabf-9dc4-445f-90ee-45e886fdf27d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4198 2025.02.25 04:23:50.858533 [ 276 ] {8f3deabf-9dc4-445f-90ee-45e886fdf27d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4199 2025.02.25 04:23:50.858774 [ 276 ] {8f3deabf-9dc4-445f-90ee-45e886fdf27d} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4200 2025.02.25 04:23:50.858961 [ 276 ] {8f3deabf-9dc4-445f-90ee-45e886fdf27d} <Debug> executeQuery: Read 32 rows, 2.20 KiB in 0.00156 sec., 20512.82051282051 rows/sec., 1.38 MiB/sec.
4201 2025.02.25 04:23:50.859014 [ 276 ] {8f3deabf-9dc4-445f-90ee-45e886fdf27d} <Debug> TCPHandler: Processed in 0.001795276 sec.
4202 2025.02.25 04:23:52.220982 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784
4203 2025.02.25 04:23:52.221653 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4204 2025.02.25 04:23:52.221706 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4205 2025.02.25 04:23:52.222226 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4206 2025.02.25 04:23:52.222485 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4207 2025.02.25 04:23:52.222742 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784
4208 2025.02.25 04:23:52.799678 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144
4209 2025.02.25 04:23:52.820856 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4210 2025.02.25 04:23:52.820913 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4211 2025.02.25 04:23:52.828514 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4212 2025.02.25 04:23:52.829285 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4213 2025.02.25 04:23:52.832723 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144
4214 2025.02.25 04:23:53.628494 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4215 2025.02.25 04:23:53.628689 [ 281 ] {cd602ba1-e7dd-4442-a8ef-48e42ef832a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4216 2025.02.25 04:23:53.628763 [ 281 ] {cd602ba1-e7dd-4442-a8ef-48e42ef832a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4217 2025.02.25 04:23:53.629560 [ 281 ] {cd602ba1-e7dd-4442-a8ef-48e42ef832a3} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4218 2025.02.25 04:23:53.629617 [ 281 ] {cd602ba1-e7dd-4442-a8ef-48e42ef832a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4219 2025.02.25 04:23:53.630067 [ 281 ] {cd602ba1-e7dd-4442-a8ef-48e42ef832a3} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4220 2025.02.25 04:23:53.630338 [ 281 ] {cd602ba1-e7dd-4442-a8ef-48e42ef832a3} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4221 2025.02.25 04:23:53.630580 [ 281 ] {cd602ba1-e7dd-4442-a8ef-48e42ef832a3} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001947 sec., 28762.19825372368 rows/sec., 2.20 MiB/sec.
4222 2025.02.25 04:23:53.630651 [ 281 ] {cd602ba1-e7dd-4442-a8ef-48e42ef832a3} <Debug> TCPHandler: Processed in 0.002298414 sec.
4223 2025.02.25 04:23:53.630920 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4224 2025.02.25 04:23:53.631127 [ 276 ] {c4026155-902a-42eb-9898-6f8f68cd060f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4225 2025.02.25 04:23:53.631210 [ 276 ] {c4026155-902a-42eb-9898-6f8f68cd060f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4226 2025.02.25 04:23:53.631991 [ 276 ] {c4026155-902a-42eb-9898-6f8f68cd060f} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4227 2025.02.25 04:23:53.632040 [ 276 ] {c4026155-902a-42eb-9898-6f8f68cd060f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4228 2025.02.25 04:23:53.632480 [ 276 ] {c4026155-902a-42eb-9898-6f8f68cd060f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4229 2025.02.25 04:23:53.632734 [ 276 ] {c4026155-902a-42eb-9898-6f8f68cd060f} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4230 2025.02.25 04:23:53.632964 [ 276 ] {c4026155-902a-42eb-9898-6f8f68cd060f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001895 sec., 33773.08707124011 rows/sec., 2.64 MiB/sec.
4231 2025.02.25 04:23:53.633032 [ 276 ] {c4026155-902a-42eb-9898-6f8f68cd060f} <Debug> TCPHandler: Processed in 0.002249993 sec.
4232 2025.02.25 04:23:53.633197 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4233 2025.02.25 04:23:53.633333 [ 281 ] {2c0db6a4-5d2d-43ea-ac77-e777719423db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4234 2025.02.25 04:23:53.633401 [ 281 ] {2c0db6a4-5d2d-43ea-ac77-e777719423db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4235 2025.02.25 04:23:53.634056 [ 281 ] {2c0db6a4-5d2d-43ea-ac77-e777719423db} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4236 2025.02.25 04:23:53.634106 [ 281 ] {2c0db6a4-5d2d-43ea-ac77-e777719423db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4237 2025.02.25 04:23:53.634541 [ 281 ] {2c0db6a4-5d2d-43ea-ac77-e777719423db} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4238 2025.02.25 04:23:53.634796 [ 281 ] {2c0db6a4-5d2d-43ea-ac77-e777719423db} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4239 2025.02.25 04:23:53.635026 [ 281 ] {2c0db6a4-5d2d-43ea-ac77-e777719423db} <Debug> executeQuery: Read 74 rows, 5.27 KiB in 0.001732 sec., 42725.173210161665 rows/sec., 2.97 MiB/sec.
4240 2025.02.25 04:23:53.635083 [ 281 ] {2c0db6a4-5d2d-43ea-ac77-e777719423db} <Debug> TCPHandler: Processed in 0.001943529 sec.
4241 2025.02.25 04:23:53.635235 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4242 2025.02.25 04:23:53.635373 [ 276 ] {512e8be8-f014-42bf-a682-c395e7f8fcbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4243 2025.02.25 04:23:53.635438 [ 276 ] {512e8be8-f014-42bf-a682-c395e7f8fcbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4244 2025.02.25 04:23:53.636029 [ 276 ] {512e8be8-f014-42bf-a682-c395e7f8fcbb} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4245 2025.02.25 04:23:53.636078 [ 276 ] {512e8be8-f014-42bf-a682-c395e7f8fcbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4246 2025.02.25 04:23:53.636501 [ 276 ] {512e8be8-f014-42bf-a682-c395e7f8fcbb} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4247 2025.02.25 04:23:53.636756 [ 276 ] {512e8be8-f014-42bf-a682-c395e7f8fcbb} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4248 2025.02.25 04:23:53.636949 [ 276 ] {512e8be8-f014-42bf-a682-c395e7f8fcbb} <Debug> executeQuery: Read 28 rows, 1.94 KiB in 0.001611 sec., 17380.509000620732 rows/sec., 1.17 MiB/sec.
4249 2025.02.25 04:23:53.637047 [ 276 ] {512e8be8-f014-42bf-a682-c395e7f8fcbb} <Debug> TCPHandler: Processed in 0.001871668 sec.
4250 2025.02.25 04:23:58.638773 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4251 2025.02.25 04:23:58.638993 [ 281 ] {c38b838d-989a-41d9-9a13-1bda865f360f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4252 2025.02.25 04:23:58.639074 [ 281 ] {c38b838d-989a-41d9-9a13-1bda865f360f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4253 2025.02.25 04:23:58.639913 [ 281 ] {c38b838d-989a-41d9-9a13-1bda865f360f} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4254 2025.02.25 04:23:58.639966 [ 281 ] {c38b838d-989a-41d9-9a13-1bda865f360f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4255 2025.02.25 04:23:58.640431 [ 281 ] {c38b838d-989a-41d9-9a13-1bda865f360f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4256 2025.02.25 04:23:58.640714 [ 281 ] {c38b838d-989a-41d9-9a13-1bda865f360f} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4257 2025.02.25 04:23:58.641091 [ 281 ] {c38b838d-989a-41d9-9a13-1bda865f360f} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002132 sec., 99437.14821763602 rows/sec., 6.32 MiB/sec.
4258 2025.02.25 04:23:58.641447 [ 281 ] {c38b838d-989a-41d9-9a13-1bda865f360f} <Debug> TCPHandler: Processed in 0.002818842 sec.
4259 2025.02.25 04:23:58.641717 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4260 2025.02.25 04:23:58.641921 [ 276 ] {e2cd4a6a-ca90-4e01-bb6f-b5b428f9ca48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4261 2025.02.25 04:23:58.641996 [ 276 ] {e2cd4a6a-ca90-4e01-bb6f-b5b428f9ca48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4262 2025.02.25 04:23:58.643113 [ 276 ] {e2cd4a6a-ca90-4e01-bb6f-b5b428f9ca48} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4263 2025.02.25 04:23:58.643155 [ 276 ] {e2cd4a6a-ca90-4e01-bb6f-b5b428f9ca48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4264 2025.02.25 04:23:58.643619 [ 276 ] {e2cd4a6a-ca90-4e01-bb6f-b5b428f9ca48} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4265 2025.02.25 04:23:58.643886 [ 276 ] {e2cd4a6a-ca90-4e01-bb6f-b5b428f9ca48} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4266 2025.02.25 04:23:58.644121 [ 276 ] {e2cd4a6a-ca90-4e01-bb6f-b5b428f9ca48} <Debug> executeQuery: Read 627 rows, 50.33 KiB in 0.002256 sec., 277925.5319148936 rows/sec., 21.78 MiB/sec.
4267 2025.02.25 04:23:58.644179 [ 276 ] {e2cd4a6a-ca90-4e01-bb6f-b5b428f9ca48} <Debug> TCPHandler: Processed in 0.002596668 sec.
4268 2025.02.25 04:23:58.644357 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4269 2025.02.25 04:23:58.644482 [ 281 ] {cc705763-6dc4-4257-bd15-b8d8ca4ba15b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4270 2025.02.25 04:23:58.644533 [ 281 ] {cc705763-6dc4-4257-bd15-b8d8ca4ba15b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4271 2025.02.25 04:23:58.645186 [ 281 ] {cc705763-6dc4-4257-bd15-b8d8ca4ba15b} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4272 2025.02.25 04:23:58.645226 [ 281 ] {cc705763-6dc4-4257-bd15-b8d8ca4ba15b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4273 2025.02.25 04:23:58.645621 [ 281 ] {cc705763-6dc4-4257-bd15-b8d8ca4ba15b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4274 2025.02.25 04:23:58.645871 [ 281 ] {cc705763-6dc4-4257-bd15-b8d8ca4ba15b} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4275 2025.02.25 04:23:58.646092 [ 281 ] {cc705763-6dc4-4257-bd15-b8d8ca4ba15b} <Debug> executeQuery: Read 111 rows, 6.76 KiB in 0.001636 sec., 67848.4107579462 rows/sec., 4.04 MiB/sec.
4276 2025.02.25 04:23:58.646243 [ 281 ] {cc705763-6dc4-4257-bd15-b8d8ca4ba15b} <Debug> TCPHandler: Processed in 0.001945399 sec.
4277 2025.02.25 04:23:58.646443 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4278 2025.02.25 04:23:58.646585 [ 276 ] {0aaa910c-9ba0-45de-bf29-d3236339986b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4279 2025.02.25 04:23:58.646643 [ 276 ] {0aaa910c-9ba0-45de-bf29-d3236339986b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4280 2025.02.25 04:23:58.647386 [ 276 ] {0aaa910c-9ba0-45de-bf29-d3236339986b} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4281 2025.02.25 04:23:58.647433 [ 276 ] {0aaa910c-9ba0-45de-bf29-d3236339986b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4282 2025.02.25 04:23:58.647802 [ 276 ] {0aaa910c-9ba0-45de-bf29-d3236339986b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4283 2025.02.25 04:23:58.648045 [ 276 ] {0aaa910c-9ba0-45de-bf29-d3236339986b} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4284 2025.02.25 04:23:58.648263 [ 276 ] {0aaa910c-9ba0-45de-bf29-d3236339986b} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001708 sec., 66159.25058548008 rows/sec., 4.28 MiB/sec.
4285 2025.02.25 04:23:58.648318 [ 276 ] {0aaa910c-9ba0-45de-bf29-d3236339986b} <Debug> TCPHandler: Processed in 0.001948498 sec.
4286 2025.02.25 04:23:58.648455 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4287 2025.02.25 04:23:58.648574 [ 281 ] {d9e355cb-1a72-4c0e-bdad-a2787afb7682} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4288 2025.02.25 04:23:58.648623 [ 281 ] {d9e355cb-1a72-4c0e-bdad-a2787afb7682} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4289 2025.02.25 04:23:58.649254 [ 281 ] {d9e355cb-1a72-4c0e-bdad-a2787afb7682} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4290 2025.02.25 04:23:58.649295 [ 281 ] {d9e355cb-1a72-4c0e-bdad-a2787afb7682} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4291 2025.02.25 04:23:58.649673 [ 281 ] {d9e355cb-1a72-4c0e-bdad-a2787afb7682} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4292 2025.02.25 04:23:58.649933 [ 281 ] {d9e355cb-1a72-4c0e-bdad-a2787afb7682} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4293 2025.02.25 04:23:58.650125 [ 281 ] {d9e355cb-1a72-4c0e-bdad-a2787afb7682} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001573 sec., 71201.52574698029 rows/sec., 4.06 MiB/sec.
4294 2025.02.25 04:23:58.650178 [ 281 ] {d9e355cb-1a72-4c0e-bdad-a2787afb7682} <Debug> TCPHandler: Processed in 0.001777726 sec.
4295 2025.02.25 04:23:58.650317 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4296 2025.02.25 04:23:58.650434 [ 276 ] {0cd01039-31f5-4739-a33f-94ffbc5ca6a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4297 2025.02.25 04:23:58.650491 [ 276 ] {0cd01039-31f5-4739-a33f-94ffbc5ca6a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4298 2025.02.25 04:23:58.651336 [ 276 ] {0cd01039-31f5-4739-a33f-94ffbc5ca6a2} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4299 2025.02.25 04:23:58.651384 [ 276 ] {0cd01039-31f5-4739-a33f-94ffbc5ca6a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4300 2025.02.25 04:23:58.651766 [ 276 ] {0cd01039-31f5-4739-a33f-94ffbc5ca6a2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4301 2025.02.25 04:23:58.652003 [ 276 ] {0cd01039-31f5-4739-a33f-94ffbc5ca6a2} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4302 2025.02.25 04:23:58.652238 [ 276 ] {0cd01039-31f5-4739-a33f-94ffbc5ca6a2} <Debug> executeQuery: Read 387 rows, 27.99 KiB in 0.001827 sec., 211822.66009852217 rows/sec., 14.96 MiB/sec.
4303 2025.02.25 04:23:58.652367 [ 276 ] {0cd01039-31f5-4739-a33f-94ffbc5ca6a2} <Debug> TCPHandler: Processed in 0.002104221 sec.
4304 2025.02.25 04:23:58.652525 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4305 2025.02.25 04:23:58.652644 [ 281 ] {24d8a8ea-c517-4fba-ae03-2868ee897597} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4306 2025.02.25 04:23:58.652697 [ 281 ] {24d8a8ea-c517-4fba-ae03-2868ee897597} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4307 2025.02.25 04:23:58.653192 [ 281 ] {24d8a8ea-c517-4fba-ae03-2868ee897597} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4308 2025.02.25 04:23:58.653230 [ 281 ] {24d8a8ea-c517-4fba-ae03-2868ee897597} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4309 2025.02.25 04:23:58.653614 [ 281 ] {24d8a8ea-c517-4fba-ae03-2868ee897597} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4310 2025.02.25 04:23:58.653853 [ 281 ] {24d8a8ea-c517-4fba-ae03-2868ee897597} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4311 2025.02.25 04:23:58.653977 [ 82 ] {} <Debug> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
4312 2025.02.25 04:23:58.654025 [ 82 ] {} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4313 2025.02.25 04:23:58.654050 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4314 2025.02.25 04:23:58.654052 [ 281 ] {24d8a8ea-c517-4fba-ae03-2868ee897597} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001431 sec., 4192.8721174004195 rows/sec., 219.06 KiB/sec.
4315 2025.02.25 04:23:58.654273 [ 281 ] {24d8a8ea-c517-4fba-ae03-2868ee897597} <Debug> TCPHandler: Processed in 0.001802097 sec.
4316 2025.02.25 04:23:58.654463 [ 188 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
4317 2025.02.25 04:23:58.654527 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4318 2025.02.25 04:23:58.654891 [ 276 ] {d316a45a-6733-4694-96cd-d248b908644b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4319 2025.02.25 04:23:58.654903 [ 188 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4320 2025.02.25 04:23:58.654982 [ 188 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
4321 2025.02.25 04:23:58.655005 [ 276 ] {d316a45a-6733-4694-96cd-d248b908644b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4322 2025.02.25 04:23:58.655242 [ 188 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
4323 2025.02.25 04:23:58.655651 [ 188 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
4324 2025.02.25 04:23:58.656096 [ 188 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
4325 2025.02.25 04:23:58.656393 [ 188 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
4326 2025.02.25 04:23:58.656640 [ 188 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
4327 2025.02.25 04:23:58.657984 [ 276 ] {d316a45a-6733-4694-96cd-d248b908644b} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4328 2025.02.25 04:23:58.658049 [ 276 ] {d316a45a-6733-4694-96cd-d248b908644b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4329 2025.02.25 04:23:58.659127 [ 276 ] {d316a45a-6733-4694-96cd-d248b908644b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4330 2025.02.25 04:23:58.659580 [ 203 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.00541623 sec., 12185.597731263259 rows/sec., 636.65 KiB/sec.
4331 2025.02.25 04:23:58.659639 [ 276 ] {d316a45a-6733-4694-96cd-d248b908644b} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4332 2025.02.25 04:23:58.659768 [ 203 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
4333 2025.02.25 04:23:58.660049 [ 276 ] {d316a45a-6733-4694-96cd-d248b908644b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00527 sec., 44971.53700189753 rows/sec., 3.01 MiB/sec.
4334 2025.02.25 04:23:58.660284 [ 276 ] {d316a45a-6733-4694-96cd-d248b908644b} <Debug> TCPHandler: Processed in 0.005881927 sec.
4335 2025.02.25 04:23:58.660482 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4336 2025.02.25 04:23:58.660554 [ 187 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_11_2} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4337 2025.02.25 04:23:58.660691 [ 281 ] {08e979c5-3edd-4b9b-b2b1-e111bdb9a21b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4338 2025.02.25 04:23:58.660766 [ 187 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_11_2} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
4339 2025.02.25 04:23:58.660786 [ 281 ] {08e979c5-3edd-4b9b-b2b1-e111bdb9a21b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4340 2025.02.25 04:23:58.660932 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
4341 2025.02.25 04:23:58.661428 [ 281 ] {08e979c5-3edd-4b9b-b2b1-e111bdb9a21b} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4342 2025.02.25 04:23:58.661473 [ 281 ] {08e979c5-3edd-4b9b-b2b1-e111bdb9a21b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4343 2025.02.25 04:23:58.661853 [ 281 ] {08e979c5-3edd-4b9b-b2b1-e111bdb9a21b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4344 2025.02.25 04:23:58.662118 [ 281 ] {08e979c5-3edd-4b9b-b2b1-e111bdb9a21b} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4345 2025.02.25 04:23:58.662245 [ 82 ] {} <Debug> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
4346 2025.02.25 04:23:58.662288 [ 82 ] {} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4347 2025.02.25 04:23:58.662310 [ 281 ] {08e979c5-3edd-4b9b-b2b1-e111bdb9a21b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00168 sec., 595.2380952380952 rows/sec., 40.11 KiB/sec.
4348 2025.02.25 04:23:58.662316 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4349 2025.02.25 04:23:58.662365 [ 281 ] {08e979c5-3edd-4b9b-b2b1-e111bdb9a21b} <Debug> TCPHandler: Processed in 0.00197388 sec.
4350 2025.02.25 04:23:58.662551 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4351 2025.02.25 04:23:58.662575 [ 203 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::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
4352 2025.02.25 04:23:58.662724 [ 276 ] {8774a56c-abc7-4bff-9de1-44e3c5bbc6a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4353 2025.02.25 04:23:58.662735 [ 203 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4354 2025.02.25 04:23:58.662788 [ 203 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 8 rows starting from the beginning of the part
4355 2025.02.25 04:23:58.662844 [ 276 ] {8774a56c-abc7-4bff-9de1-44e3c5bbc6a6} <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
4356 2025.02.25 04:23:58.663030 [ 203 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part
4357 2025.02.25 04:23:58.663479 [ 203 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::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
4358 2025.02.25 04:23:58.663808 [ 203 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part
4359 2025.02.25 04:23:58.664152 [ 203 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part
4360 2025.02.25 04:23:58.664533 [ 203 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part
4361 2025.02.25 04:23:58.666692 [ 203 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13 rows, containing 4 columns (4 merged, 0 gathered) in 0.004233033 sec., 3071.084019425315 rows/sec., 205.09 KiB/sec.
4362 2025.02.25 04:23:58.666837 [ 203 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
4363 2025.02.25 04:23:58.666953 [ 276 ] {8774a56c-abc7-4bff-9de1-44e3c5bbc6a6} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4364 2025.02.25 04:23:58.666994 [ 276 ] {8774a56c-abc7-4bff-9de1-44e3c5bbc6a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4365 2025.02.25 04:23:58.667234 [ 203 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_11_2} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4366 2025.02.25 04:23:58.667348 [ 203 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_11_2} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
4367 2025.02.25 04:23:58.667430 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4368 2025.02.25 04:23:58.667739 [ 276 ] {8774a56c-abc7-4bff-9de1-44e3c5bbc6a6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4369 2025.02.25 04:23:58.668004 [ 276 ] {8774a56c-abc7-4bff-9de1-44e3c5bbc6a6} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4370 2025.02.25 04:23:58.668352 [ 276 ] {8774a56c-abc7-4bff-9de1-44e3c5bbc6a6} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.005659 sec., 883.5483300936561 rows/sec., 1.58 MiB/sec.
4371 2025.02.25 04:23:58.668693 [ 276 ] {8774a56c-abc7-4bff-9de1-44e3c5bbc6a6} <Debug> TCPHandler: Processed in 0.006244972 sec.
4372 2025.02.25 04:23:58.668843 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4373 2025.02.25 04:23:58.668965 [ 281 ] {a298af38-9e72-41aa-a1d0-8093c5179234} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4374 2025.02.25 04:23:58.669016 [ 281 ] {a298af38-9e72-41aa-a1d0-8093c5179234} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4375 2025.02.25 04:23:58.669525 [ 281 ] {a298af38-9e72-41aa-a1d0-8093c5179234} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4376 2025.02.25 04:23:58.669564 [ 281 ] {a298af38-9e72-41aa-a1d0-8093c5179234} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4377 2025.02.25 04:23:58.669967 [ 281 ] {a298af38-9e72-41aa-a1d0-8093c5179234} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4378 2025.02.25 04:23:58.670218 [ 281 ] {a298af38-9e72-41aa-a1d0-8093c5179234} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4379 2025.02.25 04:23:58.670403 [ 281 ] {a298af38-9e72-41aa-a1d0-8093c5179234} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001463 sec., 56049.21394395078 rows/sec., 3.56 MiB/sec.
4380 2025.02.25 04:23:58.670454 [ 281 ] {a298af38-9e72-41aa-a1d0-8093c5179234} <Debug> TCPHandler: Processed in 0.001665575 sec.
4381 2025.02.25 04:23:59.627017 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache
4382 2025.02.25 04:23:59.627099 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache
4383 2025.02.25 04:23:59.722896 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211
4384 2025.02.25 04:23:59.723622 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4385 2025.02.25 04:23:59.723674 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4386 2025.02.25 04:23:59.724203 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4387 2025.02.25 04:23:59.724465 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4388 2025.02.25 04:23:59.724750 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211
4389 2025.02.25 04:23:59.758485 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 642
4390 2025.02.25 04:23:59.762278 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4391 2025.02.25 04:23:59.762334 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4392 2025.02.25 04:23:59.763841 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4393 2025.02.25 04:23:59.764162 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4394 2025.02.25 04:23:59.764806 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 642
4395 2025.02.25 04:24:00.332827 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151
4396 2025.02.25 04:24:00.354475 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4397 2025.02.25 04:24:00.354541 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4398 2025.02.25 04:24:00.362133 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4399 2025.02.25 04:24:00.362910 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4400 2025.02.25 04:24:00.366843 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151
4401 2025.02.25 04:24:03.634635 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4402 2025.02.25 04:24:03.634852 [ 281 ] {e9ac7588-06b7-4232-a865-2e1aaf2257f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4403 2025.02.25 04:24:03.634930 [ 281 ] {e9ac7588-06b7-4232-a865-2e1aaf2257f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4404 2025.02.25 04:24:03.635795 [ 281 ] {e9ac7588-06b7-4232-a865-2e1aaf2257f0} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4405 2025.02.25 04:24:03.635851 [ 281 ] {e9ac7588-06b7-4232-a865-2e1aaf2257f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4406 2025.02.25 04:24:03.636337 [ 281 ] {e9ac7588-06b7-4232-a865-2e1aaf2257f0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4407 2025.02.25 04:24:03.636607 [ 281 ] {e9ac7588-06b7-4232-a865-2e1aaf2257f0} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4408 2025.02.25 04:24:03.636819 [ 76 ] {} <Debug> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4409 2025.02.25 04:24:03.636891 [ 281 ] {e9ac7588-06b7-4232-a865-2e1aaf2257f0} <Debug> executeQuery: Read 126 rows, 11.02 KiB in 0.002091 sec., 60258.24964131994 rows/sec., 5.15 MiB/sec.
4410 2025.02.25 04:24:03.636908 [ 76 ] {} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4411 2025.02.25 04:24:03.636981 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4412 2025.02.25 04:24:03.637041 [ 281 ] {e9ac7588-06b7-4232-a865-2e1aaf2257f0} <Debug> TCPHandler: Processed in 0.002549908 sec.
4413 2025.02.25 04:24:03.637289 [ 188 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::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
4414 2025.02.25 04:24:03.637381 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4415 2025.02.25 04:24:03.637481 [ 188 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4416 2025.02.25 04:24:03.637549 [ 188 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1848 rows starting from the beginning of the part
4417 2025.02.25 04:24:03.637683 [ 276 ] {1f027bf3-dcd9-4561-bece-e44e76a79652} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4418 2025.02.25 04:24:03.637773 [ 188 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 627 rows starting from the beginning of the part
4419 2025.02.25 04:24:03.637893 [ 276 ] {1f027bf3-dcd9-4561-bece-e44e76a79652} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4420 2025.02.25 04:24:03.638176 [ 188 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1272 rows starting from the beginning of the part
4421 2025.02.25 04:24:03.638478 [ 188 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part
4422 2025.02.25 04:24:03.638829 [ 188 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 627 rows starting from the beginning of the part
4423 2025.02.25 04:24:03.639212 [ 188 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 126 rows starting from the beginning of the part
4424 2025.02.25 04:24:03.640852 [ 276 ] {1f027bf3-dcd9-4561-bece-e44e76a79652} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4425 2025.02.25 04:24:03.640932 [ 276 ] {1f027bf3-dcd9-4561-bece-e44e76a79652} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4426 2025.02.25 04:24:03.642072 [ 276 ] {1f027bf3-dcd9-4561-bece-e44e76a79652} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4427 2025.02.25 04:24:03.642389 [ 276 ] {1f027bf3-dcd9-4561-bece-e44e76a79652} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4428 2025.02.25 04:24:03.642706 [ 276 ] {1f027bf3-dcd9-4561-bece-e44e76a79652} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.005128 sec., 6825.273010920437 rows/sec., 513.23 KiB/sec.
4429 2025.02.25 04:24:03.642794 [ 276 ] {1f027bf3-dcd9-4561-bece-e44e76a79652} <Debug> TCPHandler: Processed in 0.005600472 sec.
4430 2025.02.25 04:24:03.643022 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4431 2025.02.25 04:24:03.643250 [ 188 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4556 rows, containing 5 columns (5 merged, 0 gathered) in 0.006155931 sec., 740099.2636207261 rows/sec., 62.72 MiB/sec.
4432 2025.02.25 04:24:03.643286 [ 281 ] {1c94068e-88a0-4025-8d3f-eeb47e326f1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4433 2025.02.25 04:24:03.643361 [ 281 ] {1c94068e-88a0-4025-8d3f-eeb47e326f1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4434 2025.02.25 04:24:03.643570 [ 186 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4435 2025.02.25 04:24:03.643972 [ 186 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_31_6} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4436 2025.02.25 04:24:03.644105 [ 186 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_31_6} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4437 2025.02.25 04:24:03.644222 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB.
4438 2025.02.25 04:24:03.644233 [ 281 ] {1c94068e-88a0-4025-8d3f-eeb47e326f1d} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4439 2025.02.25 04:24:03.644279 [ 281 ] {1c94068e-88a0-4025-8d3f-eeb47e326f1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4440 2025.02.25 04:24:03.644678 [ 281 ] {1c94068e-88a0-4025-8d3f-eeb47e326f1d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4441 2025.02.25 04:24:03.644948 [ 281 ] {1c94068e-88a0-4025-8d3f-eeb47e326f1d} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4442 2025.02.25 04:24:03.645117 [ 76 ] {} <Debug> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4443 2025.02.25 04:24:03.645186 [ 76 ] {} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4444 2025.02.25 04:24:03.645216 [ 281 ] {1c94068e-88a0-4025-8d3f-eeb47e326f1d} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001984 sec., 49899.19354838709 rows/sec., 3.90 MiB/sec.
4445 2025.02.25 04:24:03.645232 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4446 2025.02.25 04:24:03.645384 [ 281 ] {1c94068e-88a0-4025-8d3f-eeb47e326f1d} <Debug> TCPHandler: Processed in 0.002471357 sec.
4447 2025.02.25 04:24:03.645473 [ 195 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::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
4448 2025.02.25 04:24:03.645594 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4449 2025.02.25 04:24:03.645632 [ 195 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4450 2025.02.25 04:24:03.645679 [ 195 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 914 rows starting from the beginning of the part
4451 2025.02.25 04:24:03.645743 [ 276 ] {f2ee5321-fbce-44a8-aa1d-8374a09d1aed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4452 2025.02.25 04:24:03.645934 [ 195 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 387 rows starting from the beginning of the part
4453 2025.02.25 04:24:03.645948 [ 276 ] {f2ee5321-fbce-44a8-aa1d-8374a09d1aed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4454 2025.02.25 04:24:03.646345 [ 195 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 567 rows starting from the beginning of the part
4455 2025.02.25 04:24:03.646694 [ 195 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part
4456 2025.02.25 04:24:03.647039 [ 195 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 387 rows starting from the beginning of the part
4457 2025.02.25 04:24:03.647370 [ 195 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 99 rows starting from the beginning of the part
4458 2025.02.25 04:24:03.648080 [ 276 ] {f2ee5321-fbce-44a8-aa1d-8374a09d1aed} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4459 2025.02.25 04:24:03.648123 [ 276 ] {f2ee5321-fbce-44a8-aa1d-8374a09d1aed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4460 2025.02.25 04:24:03.648683 [ 276 ] {f2ee5321-fbce-44a8-aa1d-8374a09d1aed} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4461 2025.02.25 04:24:03.648967 [ 276 ] {f2ee5321-fbce-44a8-aa1d-8374a09d1aed} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4462 2025.02.25 04:24:03.649153 [ 76 ] {} <Debug> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4463 2025.02.25 04:24:03.649251 [ 76 ] {} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4464 2025.02.25 04:24:03.649340 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4465 2025.02.25 04:24:03.649373 [ 276 ] {f2ee5321-fbce-44a8-aa1d-8374a09d1aed} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003641 sec., 43943.971436418564 rows/sec., 3.06 MiB/sec.
4466 2025.02.25 04:24:03.649842 [ 276 ] {f2ee5321-fbce-44a8-aa1d-8374a09d1aed} <Debug> TCPHandler: Processed in 0.004326964 sec.
4467 2025.02.25 04:24:03.650085 [ 198 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::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
4468 2025.02.25 04:24:03.650101 [ 195 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2418 rows, containing 5 columns (5 merged, 0 gathered) in 0.004733191 sec., 510860.4322115883 rows/sec., 39.12 MiB/sec.
4469 2025.02.25 04:24:03.650141 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4470 2025.02.25 04:24:03.650438 [ 281 ] {bd426f1f-021f-40de-95d4-ab244dd20439} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4471 2025.02.25 04:24:03.650438 [ 198 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4472 2025.02.25 04:24:03.650461 [ 195 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4473 2025.02.25 04:24:03.650554 [ 198 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8502 rows starting from the beginning of the part
4474 2025.02.25 04:24:03.650786 [ 281 ] {bd426f1f-021f-40de-95d4-ab244dd20439} <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
4475 2025.02.25 04:24:03.650989 [ 198 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 237 rows starting from the beginning of the part
4476 2025.02.25 04:24:03.651517 [ 198 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 938 rows starting from the beginning of the part
4477 2025.02.25 04:24:03.651946 [ 193 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_31_6} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4478 2025.02.25 04:24:03.652114 [ 198 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 74 rows starting from the beginning of the part
4479 2025.02.25 04:24:03.652740 [ 198 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 237 rows starting from the beginning of the part
4480 2025.02.25 04:24:03.653159 [ 193 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_31_6} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4481 2025.02.25 04:24:03.653188 [ 198 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::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
4482 2025.02.25 04:24:03.653942 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
4483 2025.02.25 04:24:03.655718 [ 281 ] {bd426f1f-021f-40de-95d4-ab244dd20439} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4484 2025.02.25 04:24:03.655773 [ 281 ] {bd426f1f-021f-40de-95d4-ab244dd20439} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4485 2025.02.25 04:24:03.656802 [ 281 ] {bd426f1f-021f-40de-95d4-ab244dd20439} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4486 2025.02.25 04:24:03.657334 [ 281 ] {bd426f1f-021f-40de-95d4-ab244dd20439} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4487 2025.02.25 04:24:03.657522 [ 76 ] {} <Debug> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4488 2025.02.25 04:24:03.657591 [ 76 ] {} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4489 2025.02.25 04:24:03.657639 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4490 2025.02.25 04:24:03.657696 [ 281 ] {bd426f1f-021f-40de-95d4-ab244dd20439} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00733 sec., 4774.897680763984 rows/sec., 8.56 MiB/sec.
4491 2025.02.25 04:24:03.658191 [ 195 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::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
4492 2025.02.25 04:24:03.658820 [ 281 ] {bd426f1f-021f-40de-95d4-ab244dd20439} <Debug> TCPHandler: Processed in 0.008842391 sec.
4493 2025.02.25 04:24:03.659113 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4494 2025.02.25 04:24:03.659597 [ 276 ] {329b77a9-327e-4d04-8d1b-6c5ae23908ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4495 2025.02.25 04:24:03.659677 [ 195 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4496 2025.02.25 04:24:03.659837 [ 276 ] {329b77a9-327e-4d04-8d1b-6c5ae23908ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4497 2025.02.25 04:24:03.660104 [ 195 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 299 rows starting from the beginning of the part
4498 2025.02.25 04:24:03.660278 [ 198 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10148 rows, containing 5 columns (5 merged, 0 gathered) in 0.010692308 sec., 949093.4978678131 rows/sec., 64.11 MiB/sec.
4499 2025.02.25 04:24:03.660826 [ 193 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4500 2025.02.25 04:24:03.661382 [ 195 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 35 rows starting from the beginning of the part
4501 2025.02.25 04:24:03.662173 [ 198 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4502 2025.02.25 04:24:03.662561 [ 195 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 5 rows starting from the beginning of the part
4503 2025.02.25 04:24:03.662571 [ 198 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4504 2025.02.25 04:24:03.662869 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.22 MiB.
4505 2025.02.25 04:24:03.663298 [ 195 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 35 rows starting from the beginning of the part
4506 2025.02.25 04:24:03.663375 [ 276 ] {329b77a9-327e-4d04-8d1b-6c5ae23908ac} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4507 2025.02.25 04:24:03.663461 [ 276 ] {329b77a9-327e-4d04-8d1b-6c5ae23908ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4508 2025.02.25 04:24:03.663623 [ 195 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 5 rows starting from the beginning of the part
4509 2025.02.25 04:24:03.664132 [ 195 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 35 rows starting from the beginning of the part
4510 2025.02.25 04:24:03.664833 [ 276 ] {329b77a9-327e-4d04-8d1b-6c5ae23908ac} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4511 2025.02.25 04:24:03.665321 [ 276 ] {329b77a9-327e-4d04-8d1b-6c5ae23908ac} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4512 2025.02.25 04:24:03.665522 [ 75 ] {} <Debug> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4513 2025.02.25 04:24:03.665578 [ 75 ] {} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4514 2025.02.25 04:24:03.665617 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4515 2025.02.25 04:24:03.665626 [ 276 ] {329b77a9-327e-4d04-8d1b-6c5ae23908ac} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006193 sec., 9688.357823348942 rows/sec., 668.60 KiB/sec.
4516 2025.02.25 04:24:03.666051 [ 276 ] {329b77a9-327e-4d04-8d1b-6c5ae23908ac} <Debug> TCPHandler: Processed in 0.007101895 sec.
4517 2025.02.25 04:24:03.666070 [ 200 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
4518 2025.02.25 04:24:03.666493 [ 200 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4519 2025.02.25 04:24:03.666562 [ 200 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1566 rows starting from the beginning of the part
4520 2025.02.25 04:24:03.666803 [ 200 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
4521 2025.02.25 04:24:03.667111 [ 200 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 32 rows starting from the beginning of the part
4522 2025.02.25 04:24:03.667594 [ 200 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 28 rows starting from the beginning of the part
4523 2025.02.25 04:24:03.667956 [ 200 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 82 rows starting from the beginning of the part
4524 2025.02.25 04:24:03.668227 [ 200 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
4525 2025.02.25 04:24:03.671681 [ 190 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1850 rows, containing 4 columns (4 merged, 0 gathered) in 0.005941479 sec., 311370.2833924011 rows/sec., 20.40 MiB/sec.
4526 2025.02.25 04:24:03.672475 [ 199 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4527 2025.02.25 04:24:03.672835 [ 199 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_31_6} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4528 2025.02.25 04:24:03.672929 [ 199 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_31_6} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4529 2025.02.25 04:24:03.673018 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
4530 2025.02.25 04:24:03.673369 [ 190 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 414 rows, containing 19 columns (19 merged, 0 gathered) in 0.015621132 sec., 26502.560761921737 rows/sec., 47.49 MiB/sec.
4531 2025.02.25 04:24:03.674144 [ 194 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4532 2025.02.25 04:24:03.674572 [ 194 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4533 2025.02.25 04:24:03.674655 [ 194 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4534 2025.02.25 04:24:03.674798 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB.
4535 2025.02.25 04:24:04.000181 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.72 MiB, peak 191.52 MiB, free memory in arenas 0.00 B, will set to 186.04 MiB (RSS), difference: 1.32 MiB
4536 2025.02.25 04:24:07.224890 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699
4537 2025.02.25 04:24:07.225571 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4538 2025.02.25 04:24:07.225620 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4539 2025.02.25 04:24:07.226164 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4540 2025.02.25 04:24:07.226441 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4541 2025.02.25 04:24:07.226617 [ 72 ] {} <Debug> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4542 2025.02.25 04:24:07.226655 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699
4543 2025.02.25 04:24:07.226675 [ 72 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4544 2025.02.25 04:24:07.226702 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4545 2025.02.25 04:24:07.226815 [ 200 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
4546 2025.02.25 04:24:07.226927 [ 200 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4547 2025.02.25 04:24:07.226966 [ 200 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
4548 2025.02.25 04:24:07.227042 [ 200 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
4549 2025.02.25 04:24:07.227230 [ 200 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
4550 2025.02.25 04:24:07.227532 [ 200 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
4551 2025.02.25 04:24:07.227821 [ 200 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
4552 2025.02.25 04:24:07.228064 [ 200 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
4553 2025.02.25 04:24:07.230131 [ 190 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.00336456 sec., 2882694.9140452244 rows/sec., 41.24 MiB/sec.
4554 2025.02.25 04:24:07.230585 [ 191 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4555 2025.02.25 04:24:07.230988 [ 191 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_21_4} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4556 2025.02.25 04:24:07.231083 [ 191 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_21_4} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4557 2025.02.25 04:24:07.231198 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
4558 2025.02.25 04:24:07.866936 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159
4559 2025.02.25 04:24:07.889260 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4560 2025.02.25 04:24:07.889326 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4561 2025.02.25 04:24:07.897498 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4562 2025.02.25 04:24:07.898351 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4563 2025.02.25 04:24:07.898728 [ 72 ] {} <Debug> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4564 2025.02.25 04:24:07.898854 [ 72 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4565 2025.02.25 04:24:07.898920 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4566 2025.02.25 04:24:07.899269 [ 196 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
4567 2025.02.25 04:24:07.915458 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159
4568 2025.02.25 04:24:07.916764 [ 196 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4569 2025.02.25 04:24:07.918330 [ 196 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
4570 2025.02.25 04:24:07.925040 [ 196 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
4571 2025.02.25 04:24:07.931374 [ 196 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
4572 2025.02.25 04:24:07.937061 [ 196 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
4573 2025.02.25 04:24:07.942732 [ 196 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
4574 2025.02.25 04:24:07.947823 [ 196 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
4575 2025.02.25 04:24:08.000176 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 197.52 MiB, peak 197.72 MiB, free memory in arenas 0.00 B, will set to 188.47 MiB (RSS), difference: -9.05 MiB
4576 2025.02.25 04:24:08.010916 [ 190 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.111869308 sec., 1421.3013635518332 rows/sec., 7.35 MiB/sec.
4577 2025.02.25 04:24:08.012878 [ 200 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4578 2025.02.25 04:24:08.015470 [ 200 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_21_4} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4579 2025.02.25 04:24:08.015586 [ 200 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_21_4} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4580 2025.02.25 04:24:08.017271 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
4581 2025.02.25 04:24:08.639182 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4582 2025.02.25 04:24:08.639377 [ 281 ] {4db9b69a-f34e-4426-98d8-7f1d59d3caca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4583 2025.02.25 04:24:08.639452 [ 281 ] {4db9b69a-f34e-4426-98d8-7f1d59d3caca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4584 2025.02.25 04:24:08.640298 [ 281 ] {4db9b69a-f34e-4426-98d8-7f1d59d3caca} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4585 2025.02.25 04:24:08.640348 [ 281 ] {4db9b69a-f34e-4426-98d8-7f1d59d3caca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4586 2025.02.25 04:24:08.640804 [ 281 ] {4db9b69a-f34e-4426-98d8-7f1d59d3caca} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4587 2025.02.25 04:24:08.641073 [ 281 ] {4db9b69a-f34e-4426-98d8-7f1d59d3caca} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4588 2025.02.25 04:24:08.641331 [ 281 ] {4db9b69a-f34e-4426-98d8-7f1d59d3caca} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002008 sec., 105577.6892430279 rows/sec., 6.71 MiB/sec.
4589 2025.02.25 04:24:08.641398 [ 281 ] {4db9b69a-f34e-4426-98d8-7f1d59d3caca} <Debug> TCPHandler: Processed in 0.002351575 sec.
4590 2025.02.25 04:24:08.641644 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4591 2025.02.25 04:24:08.641852 [ 276 ] {a8a1cb81-b48a-4ccf-8ef2-02ff9414122e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4592 2025.02.25 04:24:08.641941 [ 276 ] {a8a1cb81-b48a-4ccf-8ef2-02ff9414122e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4593 2025.02.25 04:24:08.643062 [ 276 ] {a8a1cb81-b48a-4ccf-8ef2-02ff9414122e} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4594 2025.02.25 04:24:08.643115 [ 276 ] {a8a1cb81-b48a-4ccf-8ef2-02ff9414122e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4595 2025.02.25 04:24:08.643597 [ 276 ] {a8a1cb81-b48a-4ccf-8ef2-02ff9414122e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4596 2025.02.25 04:24:08.643863 [ 276 ] {a8a1cb81-b48a-4ccf-8ef2-02ff9414122e} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4597 2025.02.25 04:24:08.644103 [ 276 ] {a8a1cb81-b48a-4ccf-8ef2-02ff9414122e} <Debug> executeQuery: Read 627 rows, 50.33 KiB in 0.00231 sec., 271428.5714285714 rows/sec., 21.28 MiB/sec.
4598 2025.02.25 04:24:08.644171 [ 276 ] {a8a1cb81-b48a-4ccf-8ef2-02ff9414122e} <Debug> TCPHandler: Processed in 0.002656539 sec.
4599 2025.02.25 04:24:08.644322 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4600 2025.02.25 04:24:08.644473 [ 281 ] {f58a6a27-1fc8-4690-ab3e-f78f83c14230} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4601 2025.02.25 04:24:08.644538 [ 281 ] {f58a6a27-1fc8-4690-ab3e-f78f83c14230} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4602 2025.02.25 04:24:08.645243 [ 281 ] {f58a6a27-1fc8-4690-ab3e-f78f83c14230} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4603 2025.02.25 04:24:08.645285 [ 281 ] {f58a6a27-1fc8-4690-ab3e-f78f83c14230} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4604 2025.02.25 04:24:08.645668 [ 281 ] {f58a6a27-1fc8-4690-ab3e-f78f83c14230} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4605 2025.02.25 04:24:08.645923 [ 281 ] {f58a6a27-1fc8-4690-ab3e-f78f83c14230} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4606 2025.02.25 04:24:08.646179 [ 281 ] {f58a6a27-1fc8-4690-ab3e-f78f83c14230} <Debug> executeQuery: Read 111 rows, 6.76 KiB in 0.001744 sec., 63646.788990825684 rows/sec., 3.79 MiB/sec.
4607 2025.02.25 04:24:08.646313 [ 281 ] {f58a6a27-1fc8-4690-ab3e-f78f83c14230} <Debug> TCPHandler: Processed in 0.002058691 sec.
4608 2025.02.25 04:24:08.646493 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4609 2025.02.25 04:24:08.646622 [ 276 ] {a8095f3e-37f6-4fe5-b7ea-d5c351a388ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4610 2025.02.25 04:24:08.646677 [ 276 ] {a8095f3e-37f6-4fe5-b7ea-d5c351a388ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4611 2025.02.25 04:24:08.647428 [ 276 ] {a8095f3e-37f6-4fe5-b7ea-d5c351a388ea} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4612 2025.02.25 04:24:08.647479 [ 276 ] {a8095f3e-37f6-4fe5-b7ea-d5c351a388ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4613 2025.02.25 04:24:08.647900 [ 276 ] {a8095f3e-37f6-4fe5-b7ea-d5c351a388ea} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4614 2025.02.25 04:24:08.648142 [ 276 ] {a8095f3e-37f6-4fe5-b7ea-d5c351a388ea} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4615 2025.02.25 04:24:08.648301 [ 72 ] {} <Debug> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4616 2025.02.25 04:24:08.648374 [ 276 ] {a8095f3e-37f6-4fe5-b7ea-d5c351a388ea} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001777 sec., 63590.320765334836 rows/sec., 4.12 MiB/sec.
4617 2025.02.25 04:24:08.648384 [ 72 ] {} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4618 2025.02.25 04:24:08.648456 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4619 2025.02.25 04:24:08.648503 [ 276 ] {a8095f3e-37f6-4fe5-b7ea-d5c351a388ea} <Debug> TCPHandler: Processed in 0.00207065 sec.
4620 2025.02.25 04:24:08.648731 [ 192 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::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
4621 2025.02.25 04:24:08.648742 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4622 2025.02.25 04:24:08.649002 [ 281 ] {ecbf20e0-6717-4ef8-bf5a-87053fba517f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4623 2025.02.25 04:24:08.649021 [ 192 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4624 2025.02.25 04:24:08.649101 [ 281 ] {ecbf20e0-6717-4ef8-bf5a-87053fba517f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4625 2025.02.25 04:24:08.649106 [ 192 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 343 rows starting from the beginning of the part
4626 2025.02.25 04:24:08.649510 [ 192 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::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
4627 2025.02.25 04:24:08.649905 [ 192 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::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
4628 2025.02.25 04:24:08.650258 [ 192 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 228 rows starting from the beginning of the part
4629 2025.02.25 04:24:08.650621 [ 192 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 113 rows starting from the beginning of the part
4630 2025.02.25 04:24:08.651008 [ 192 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::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
4631 2025.02.25 04:24:08.652004 [ 281 ] {ecbf20e0-6717-4ef8-bf5a-87053fba517f} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4632 2025.02.25 04:24:08.652083 [ 281 ] {ecbf20e0-6717-4ef8-bf5a-87053fba517f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4633 2025.02.25 04:24:08.653152 [ 281 ] {ecbf20e0-6717-4ef8-bf5a-87053fba517f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4634 2025.02.25 04:24:08.653639 [ 281 ] {ecbf20e0-6717-4ef8-bf5a-87053fba517f} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4635 2025.02.25 04:24:08.654147 [ 200 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1023 rows, containing 5 columns (5 merged, 0 gathered) in 0.005580163 sec., 183327.9780536877 rows/sec., 12.81 MiB/sec.
4636 2025.02.25 04:24:08.654191 [ 281 ] {ecbf20e0-6717-4ef8-bf5a-87053fba517f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005269 sec., 21256.40539001708 rows/sec., 1.21 MiB/sec.
4637 2025.02.25 04:24:08.654347 [ 281 ] {ecbf20e0-6717-4ef8-bf5a-87053fba517f} <Debug> TCPHandler: Processed in 0.005716375 sec.
4638 2025.02.25 04:24:08.654445 [ 200 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4639 2025.02.25 04:24:08.654576 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4640 2025.02.25 04:24:08.654894 [ 200 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_16_3} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4641 2025.02.25 04:24:08.654904 [ 276 ] {b13ec05d-beb1-4875-aafb-1d5ff98002a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4642 2025.02.25 04:24:08.655051 [ 200 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_16_3} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4643 2025.02.25 04:24:08.655068 [ 276 ] {b13ec05d-beb1-4875-aafb-1d5ff98002a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4644 2025.02.25 04:24:08.655246 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB.
4645 2025.02.25 04:24:08.656243 [ 276 ] {b13ec05d-beb1-4875-aafb-1d5ff98002a1} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4646 2025.02.25 04:24:08.656288 [ 276 ] {b13ec05d-beb1-4875-aafb-1d5ff98002a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4647 2025.02.25 04:24:08.656697 [ 276 ] {b13ec05d-beb1-4875-aafb-1d5ff98002a1} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4648 2025.02.25 04:24:08.656941 [ 276 ] {b13ec05d-beb1-4875-aafb-1d5ff98002a1} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4649 2025.02.25 04:24:08.657158 [ 276 ] {b13ec05d-beb1-4875-aafb-1d5ff98002a1} <Debug> executeQuery: Read 387 rows, 27.99 KiB in 0.002364 sec., 163705.58375634515 rows/sec., 11.56 MiB/sec.
4650 2025.02.25 04:24:08.657216 [ 276 ] {b13ec05d-beb1-4875-aafb-1d5ff98002a1} <Debug> TCPHandler: Processed in 0.002761731 sec.
4651 2025.02.25 04:24:08.657417 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4652 2025.02.25 04:24:08.657642 [ 281 ] {681bf5cc-196e-461b-8740-59621399e4fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4653 2025.02.25 04:24:08.657738 [ 281 ] {681bf5cc-196e-461b-8740-59621399e4fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4654 2025.02.25 04:24:08.658270 [ 281 ] {681bf5cc-196e-461b-8740-59621399e4fb} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4655 2025.02.25 04:24:08.658309 [ 281 ] {681bf5cc-196e-461b-8740-59621399e4fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4656 2025.02.25 04:24:08.658686 [ 281 ] {681bf5cc-196e-461b-8740-59621399e4fb} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4657 2025.02.25 04:24:08.658933 [ 281 ] {681bf5cc-196e-461b-8740-59621399e4fb} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4658 2025.02.25 04:24:08.659113 [ 281 ] {681bf5cc-196e-461b-8740-59621399e4fb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001529 sec., 3924.133420536298 rows/sec., 205.02 KiB/sec.
4659 2025.02.25 04:24:08.659167 [ 281 ] {681bf5cc-196e-461b-8740-59621399e4fb} <Debug> TCPHandler: Processed in 0.001859438 sec.
4660 2025.02.25 04:24:08.659380 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4661 2025.02.25 04:24:08.659607 [ 276 ] {3f13a126-ffb1-49f9-ab78-fb92393a853d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4662 2025.02.25 04:24:08.659706 [ 276 ] {3f13a126-ffb1-49f9-ab78-fb92393a853d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4663 2025.02.25 04:24:08.660341 [ 276 ] {3f13a126-ffb1-49f9-ab78-fb92393a853d} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4664 2025.02.25 04:24:08.660381 [ 276 ] {3f13a126-ffb1-49f9-ab78-fb92393a853d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4665 2025.02.25 04:24:08.660786 [ 276 ] {3f13a126-ffb1-49f9-ab78-fb92393a853d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4666 2025.02.25 04:24:08.661028 [ 276 ] {3f13a126-ffb1-49f9-ab78-fb92393a853d} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4667 2025.02.25 04:24:08.661274 [ 276 ] {3f13a126-ffb1-49f9-ab78-fb92393a853d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001723 sec., 137550.7835171213 rows/sec., 9.22 MiB/sec.
4668 2025.02.25 04:24:08.661493 [ 276 ] {3f13a126-ffb1-49f9-ab78-fb92393a853d} <Debug> TCPHandler: Processed in 0.002224063 sec.
4669 2025.02.25 04:24:08.661688 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4670 2025.02.25 04:24:08.661828 [ 281 ] {16824eae-84b1-4f61-a0b2-c50387d4288e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4671 2025.02.25 04:24:08.661888 [ 281 ] {16824eae-84b1-4f61-a0b2-c50387d4288e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4672 2025.02.25 04:24:08.662449 [ 281 ] {16824eae-84b1-4f61-a0b2-c50387d4288e} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4673 2025.02.25 04:24:08.662495 [ 281 ] {16824eae-84b1-4f61-a0b2-c50387d4288e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4674 2025.02.25 04:24:08.662904 [ 281 ] {16824eae-84b1-4f61-a0b2-c50387d4288e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4675 2025.02.25 04:24:08.663161 [ 281 ] {16824eae-84b1-4f61-a0b2-c50387d4288e} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4676 2025.02.25 04:24:08.663344 [ 281 ] {16824eae-84b1-4f61-a0b2-c50387d4288e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001548 sec., 645.9948320413437 rows/sec., 43.53 KiB/sec.
4677 2025.02.25 04:24:08.663397 [ 281 ] {16824eae-84b1-4f61-a0b2-c50387d4288e} <Debug> TCPHandler: Processed in 0.001803866 sec.
4678 2025.02.25 04:24:08.663535 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4679 2025.02.25 04:24:08.663653 [ 276 ] {78fb3546-d27b-4cf1-b27b-4b9c62c94992} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4680 2025.02.25 04:24:08.663740 [ 276 ] {78fb3546-d27b-4cf1-b27b-4b9c62c94992} <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
4681 2025.02.25 04:24:08.665329 [ 276 ] {78fb3546-d27b-4cf1-b27b-4b9c62c94992} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4682 2025.02.25 04:24:08.665369 [ 276 ] {78fb3546-d27b-4cf1-b27b-4b9c62c94992} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4683 2025.02.25 04:24:08.665986 [ 276 ] {78fb3546-d27b-4cf1-b27b-4b9c62c94992} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4684 2025.02.25 04:24:08.666251 [ 276 ] {78fb3546-d27b-4cf1-b27b-4b9c62c94992} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4685 2025.02.25 04:24:08.666614 [ 276 ] {78fb3546-d27b-4cf1-b27b-4b9c62c94992} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002972 sec., 1682.3687752355318 rows/sec., 3.01 MiB/sec.
4686 2025.02.25 04:24:08.667088 [ 276 ] {78fb3546-d27b-4cf1-b27b-4b9c62c94992} <Debug> TCPHandler: Processed in 0.003608713 sec.
4687 2025.02.25 04:24:08.667255 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4688 2025.02.25 04:24:08.667394 [ 281 ] {7f513fc0-7ae0-4f6e-b788-74388d63d8d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4689 2025.02.25 04:24:08.667453 [ 281 ] {7f513fc0-7ae0-4f6e-b788-74388d63d8d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4690 2025.02.25 04:24:08.667973 [ 281 ] {7f513fc0-7ae0-4f6e-b788-74388d63d8d5} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4691 2025.02.25 04:24:08.668010 [ 281 ] {7f513fc0-7ae0-4f6e-b788-74388d63d8d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4692 2025.02.25 04:24:08.668394 [ 281 ] {7f513fc0-7ae0-4f6e-b788-74388d63d8d5} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4693 2025.02.25 04:24:08.668632 [ 281 ] {7f513fc0-7ae0-4f6e-b788-74388d63d8d5} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4694 2025.02.25 04:24:08.668853 [ 281 ] {7f513fc0-7ae0-4f6e-b788-74388d63d8d5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00149 sec., 55033.55704697986 rows/sec., 3.50 MiB/sec.
4695 2025.02.25 04:24:08.669050 [ 281 ] {7f513fc0-7ae0-4f6e-b788-74388d63d8d5} <Debug> TCPHandler: Processed in 0.001857788 sec.
4696 2025.02.25 04:24:09.000177 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.93 MiB, peak 197.72 MiB, free memory in arenas 0.00 B, will set to 188.50 MiB (RSS), difference: 9.57 MiB
4697 2025.02.25 04:24:09.765082 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 676
4698 2025.02.25 04:24:09.768258 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4699 2025.02.25 04:24:09.768313 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4700 2025.02.25 04:24:09.769775 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4701 2025.02.25 04:24:09.770091 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4702 2025.02.25 04:24:09.770769 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 676
4703 2025.02.25 04:24:13.634482 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4704 2025.02.25 04:24:13.634710 [ 281 ] {4e832424-fbc1-4b18-9329-a696d2c6958f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4705 2025.02.25 04:24:13.634793 [ 281 ] {4e832424-fbc1-4b18-9329-a696d2c6958f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4706 2025.02.25 04:24:13.635578 [ 281 ] {4e832424-fbc1-4b18-9329-a696d2c6958f} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4707 2025.02.25 04:24:13.635626 [ 281 ] {4e832424-fbc1-4b18-9329-a696d2c6958f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4708 2025.02.25 04:24:13.636085 [ 281 ] {4e832424-fbc1-4b18-9329-a696d2c6958f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4709 2025.02.25 04:24:13.636351 [ 281 ] {4e832424-fbc1-4b18-9329-a696d2c6958f} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4710 2025.02.25 04:24:13.636596 [ 281 ] {4e832424-fbc1-4b18-9329-a696d2c6958f} <Debug> executeQuery: Read 126 rows, 11.02 KiB in 0.001946 sec., 64748.20143884892 rows/sec., 5.53 MiB/sec.
4711 2025.02.25 04:24:13.636654 [ 281 ] {4e832424-fbc1-4b18-9329-a696d2c6958f} <Debug> TCPHandler: Processed in 0.002314235 sec.
4712 2025.02.25 04:24:13.636961 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4713 2025.02.25 04:24:13.637272 [ 276 ] {343d2cf8-2421-4e2c-b9ab-a43e148b56b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4714 2025.02.25 04:24:13.637395 [ 276 ] {343d2cf8-2421-4e2c-b9ab-a43e148b56b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4715 2025.02.25 04:24:13.638402 [ 276 ] {343d2cf8-2421-4e2c-b9ab-a43e148b56b2} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4716 2025.02.25 04:24:13.638458 [ 276 ] {343d2cf8-2421-4e2c-b9ab-a43e148b56b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4717 2025.02.25 04:24:13.638919 [ 276 ] {343d2cf8-2421-4e2c-b9ab-a43e148b56b2} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4718 2025.02.25 04:24:13.639198 [ 276 ] {343d2cf8-2421-4e2c-b9ab-a43e148b56b2} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4719 2025.02.25 04:24:13.639423 [ 64 ] {} <Debug> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4720 2025.02.25 04:24:13.639486 [ 276 ] {343d2cf8-2421-4e2c-b9ab-a43e148b56b2} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.002292 sec., 15270.506108202442 rows/sec., 1.12 MiB/sec.
4721 2025.02.25 04:24:13.639499 [ 64 ] {} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4722 2025.02.25 04:24:13.639566 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4723 2025.02.25 04:24:13.639634 [ 276 ] {343d2cf8-2421-4e2c-b9ab-a43e148b56b2} <Debug> TCPHandler: Processed in 0.002862312 sec.
4724 2025.02.25 04:24:13.639869 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4725 2025.02.25 04:24:13.639919 [ 189 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::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
4726 2025.02.25 04:24:13.640056 [ 281 ] {2795e7ee-437b-4138-bf88-f9c7b98f98c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4727 2025.02.25 04:24:13.640170 [ 281 ] {2795e7ee-437b-4138-bf88-f9c7b98f98c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4728 2025.02.25 04:24:13.640214 [ 189 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4729 2025.02.25 04:24:13.640321 [ 189 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 164 rows starting from the beginning of the part
4730 2025.02.25 04:24:13.640632 [ 189 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 47 rows starting from the beginning of the part
4731 2025.02.25 04:24:13.641482 [ 189 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 111 rows starting from the beginning of the part
4732 2025.02.25 04:24:13.641978 [ 189 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 35 rows starting from the beginning of the part
4733 2025.02.25 04:24:13.642296 [ 189 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 111 rows starting from the beginning of the part
4734 2025.02.25 04:24:13.642643 [ 189 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 35 rows starting from the beginning of the part
4735 2025.02.25 04:24:13.643415 [ 281 ] {2795e7ee-437b-4138-bf88-f9c7b98f98c4} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4736 2025.02.25 04:24:13.643489 [ 281 ] {2795e7ee-437b-4138-bf88-f9c7b98f98c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4737 2025.02.25 04:24:13.644472 [ 281 ] {2795e7ee-437b-4138-bf88-f9c7b98f98c4} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4738 2025.02.25 04:24:13.645017 [ 281 ] {2795e7ee-437b-4138-bf88-f9c7b98f98c4} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4739 2025.02.25 04:24:13.645594 [ 189 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 503 rows, containing 5 columns (5 merged, 0 gathered) in 0.005901067 sec., 85238.8220638742 rows/sec., 5.77 MiB/sec.
4740 2025.02.25 04:24:13.645614 [ 281 ] {2795e7ee-437b-4138-bf88-f9c7b98f98c4} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.005607 sec., 17656.50080256822 rows/sec., 1.38 MiB/sec.
4741 2025.02.25 04:24:13.645762 [ 281 ] {2795e7ee-437b-4138-bf88-f9c7b98f98c4} <Debug> TCPHandler: Processed in 0.006025279 sec.
4742 2025.02.25 04:24:13.645825 [ 189 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4743 2025.02.25 04:24:13.645962 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4744 2025.02.25 04:24:13.646200 [ 276 ] {cd7ae0a5-2119-49b8-8190-bb8e914f237c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4745 2025.02.25 04:24:13.646302 [ 189 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_26_5} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4746 2025.02.25 04:24:13.646331 [ 276 ] {cd7ae0a5-2119-49b8-8190-bb8e914f237c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4747 2025.02.25 04:24:13.646526 [ 189 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_26_5} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4748 2025.02.25 04:24:13.646720 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
4749 2025.02.25 04:24:13.647276 [ 276 ] {cd7ae0a5-2119-49b8-8190-bb8e914f237c} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4750 2025.02.25 04:24:13.647322 [ 276 ] {cd7ae0a5-2119-49b8-8190-bb8e914f237c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4751 2025.02.25 04:24:13.647739 [ 276 ] {cd7ae0a5-2119-49b8-8190-bb8e914f237c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4752 2025.02.25 04:24:13.647990 [ 276 ] {cd7ae0a5-2119-49b8-8190-bb8e914f237c} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4753 2025.02.25 04:24:13.648212 [ 276 ] {cd7ae0a5-2119-49b8-8190-bb8e914f237c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002087 sec., 76665.06947771923 rows/sec., 5.34 MiB/sec.
4754 2025.02.25 04:24:13.648276 [ 276 ] {cd7ae0a5-2119-49b8-8190-bb8e914f237c} <Debug> TCPHandler: Processed in 0.002411196 sec.
4755 2025.02.25 04:24:13.648497 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4756 2025.02.25 04:24:13.648704 [ 281 ] {871c6ce7-a488-4111-82bf-8c55dc4d704f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4757 2025.02.25 04:24:13.648833 [ 281 ] {871c6ce7-a488-4111-82bf-8c55dc4d704f} <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
4758 2025.02.25 04:24:13.650046 [ 281 ] {871c6ce7-a488-4111-82bf-8c55dc4d704f} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4759 2025.02.25 04:24:13.650088 [ 281 ] {871c6ce7-a488-4111-82bf-8c55dc4d704f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4760 2025.02.25 04:24:13.650789 [ 281 ] {871c6ce7-a488-4111-82bf-8c55dc4d704f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4761 2025.02.25 04:24:13.651058 [ 281 ] {871c6ce7-a488-4111-82bf-8c55dc4d704f} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4762 2025.02.25 04:24:13.651317 [ 281 ] {871c6ce7-a488-4111-82bf-8c55dc4d704f} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002662 sec., 13148.009015777612 rows/sec., 23.56 MiB/sec.
4763 2025.02.25 04:24:13.651416 [ 281 ] {871c6ce7-a488-4111-82bf-8c55dc4d704f} <Debug> TCPHandler: Processed in 0.003020214 sec.
4764 2025.02.25 04:24:13.651632 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4765 2025.02.25 04:24:13.651863 [ 276 ] {059e161d-e94e-4644-b716-ab686ae86c3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4766 2025.02.25 04:24:13.651956 [ 276 ] {059e161d-e94e-4644-b716-ab686ae86c3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4767 2025.02.25 04:24:13.652468 [ 276 ] {059e161d-e94e-4644-b716-ab686ae86c3c} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4768 2025.02.25 04:24:13.652508 [ 276 ] {059e161d-e94e-4644-b716-ab686ae86c3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4769 2025.02.25 04:24:13.652891 [ 276 ] {059e161d-e94e-4644-b716-ab686ae86c3c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4770 2025.02.25 04:24:13.653134 [ 276 ] {059e161d-e94e-4644-b716-ab686ae86c3c} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4771 2025.02.25 04:24:13.653349 [ 276 ] {059e161d-e94e-4644-b716-ab686ae86c3c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001544 sec., 38860.103626943004 rows/sec., 2.62 MiB/sec.
4772 2025.02.25 04:24:13.653402 [ 276 ] {059e161d-e94e-4644-b716-ab686ae86c3c} <Debug> TCPHandler: Processed in 0.001883008 sec.
4773 2025.02.25 04:24:14.627165 [ 63 ] {} <Debug> DNSResolver: Updating DNS cache
4774 2025.02.25 04:24:14.627244 [ 63 ] {} <Debug> DNSResolver: Updated DNS cache
4775 2025.02.25 04:24:14.726812 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126
4776 2025.02.25 04:24:14.727533 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4777 2025.02.25 04:24:14.727584 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4778 2025.02.25 04:24:14.728167 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4779 2025.02.25 04:24:14.728619 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4780 2025.02.25 04:24:14.728888 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126
4781 2025.02.25 04:24:15.415582 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166
4782 2025.02.25 04:24:15.437417 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4783 2025.02.25 04:24:15.437548 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4784 2025.02.25 04:24:15.445670 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4785 2025.02.25 04:24:15.446533 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4786 2025.02.25 04:24:15.450264 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166
4787 2025.02.25 04:24:18.639771 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4788 2025.02.25 04:24:18.639967 [ 281 ] {45da6746-c5cb-4d3c-9ecd-0b9b9a320d8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4789 2025.02.25 04:24:18.640043 [ 281 ] {45da6746-c5cb-4d3c-9ecd-0b9b9a320d8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4790 2025.02.25 04:24:18.640918 [ 281 ] {45da6746-c5cb-4d3c-9ecd-0b9b9a320d8d} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4791 2025.02.25 04:24:18.640969 [ 281 ] {45da6746-c5cb-4d3c-9ecd-0b9b9a320d8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4792 2025.02.25 04:24:18.641441 [ 281 ] {45da6746-c5cb-4d3c-9ecd-0b9b9a320d8d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4793 2025.02.25 04:24:18.641701 [ 281 ] {45da6746-c5cb-4d3c-9ecd-0b9b9a320d8d} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4794 2025.02.25 04:24:18.641906 [ 57 ] {} <Debug> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4795 2025.02.25 04:24:18.641938 [ 281 ] {45da6746-c5cb-4d3c-9ecd-0b9b9a320d8d} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002025 sec., 104691.35802469136 rows/sec., 6.66 MiB/sec.
4796 2025.02.25 04:24:18.641993 [ 57 ] {} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4797 2025.02.25 04:24:18.642070 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4798 2025.02.25 04:24:18.642078 [ 281 ] {45da6746-c5cb-4d3c-9ecd-0b9b9a320d8d} <Debug> TCPHandler: Processed in 0.002440726 sec.
4799 2025.02.25 04:24:18.642290 [ 201 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
4800 2025.02.25 04:24:18.642413 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4801 2025.02.25 04:24:18.642452 [ 201 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4802 2025.02.25 04:24:18.642506 [ 201 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
4803 2025.02.25 04:24:18.642765 [ 201 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
4804 2025.02.25 04:24:18.642788 [ 276 ] {7fb54789-6907-463b-b60f-19f1f34499a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4805 2025.02.25 04:24:18.643021 [ 276 ] {7fb54789-6907-463b-b60f-19f1f34499a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4806 2025.02.25 04:24:18.643070 [ 201 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
4807 2025.02.25 04:24:18.643526 [ 201 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
4808 2025.02.25 04:24:18.643818 [ 201 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
4809 2025.02.25 04:24:18.646152 [ 276 ] {7fb54789-6907-463b-b60f-19f1f34499a1} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4810 2025.02.25 04:24:18.646229 [ 276 ] {7fb54789-6907-463b-b60f-19f1f34499a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4811 2025.02.25 04:24:18.646623 [ 187 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004452476 sec., 238069.78409316522 rows/sec., 16.05 MiB/sec.
4812 2025.02.25 04:24:18.646884 [ 187 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4813 2025.02.25 04:24:18.647141 [ 276 ] {7fb54789-6907-463b-b60f-19f1f34499a1} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4814 2025.02.25 04:24:18.647410 [ 187 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_13_3} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4815 2025.02.25 04:24:18.647466 [ 276 ] {7fb54789-6907-463b-b60f-19f1f34499a1} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4816 2025.02.25 04:24:18.647544 [ 187 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_13_3} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4817 2025.02.25 04:24:18.647789 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
4818 2025.02.25 04:24:18.647859 [ 276 ] {7fb54789-6907-463b-b60f-19f1f34499a1} <Debug> executeQuery: Read 627 rows, 50.33 KiB in 0.00524 sec., 119656.48854961833 rows/sec., 9.38 MiB/sec.
4819 2025.02.25 04:24:18.647941 [ 276 ] {7fb54789-6907-463b-b60f-19f1f34499a1} <Debug> TCPHandler: Processed in 0.005699825 sec.
4820 2025.02.25 04:24:18.648132 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4821 2025.02.25 04:24:18.648277 [ 281 ] {4dab9c2c-b0a9-417e-bfcc-1ff1de8b232f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4822 2025.02.25 04:24:18.648338 [ 281 ] {4dab9c2c-b0a9-417e-bfcc-1ff1de8b232f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4823 2025.02.25 04:24:18.649087 [ 281 ] {4dab9c2c-b0a9-417e-bfcc-1ff1de8b232f} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4824 2025.02.25 04:24:18.649128 [ 281 ] {4dab9c2c-b0a9-417e-bfcc-1ff1de8b232f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4825 2025.02.25 04:24:18.649511 [ 281 ] {4dab9c2c-b0a9-417e-bfcc-1ff1de8b232f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4826 2025.02.25 04:24:18.649756 [ 281 ] {4dab9c2c-b0a9-417e-bfcc-1ff1de8b232f} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4827 2025.02.25 04:24:18.650006 [ 281 ] {4dab9c2c-b0a9-417e-bfcc-1ff1de8b232f} <Debug> executeQuery: Read 111 rows, 6.76 KiB in 0.001758 sec., 63139.93174061433 rows/sec., 3.76 MiB/sec.
4828 2025.02.25 04:24:18.650184 [ 281 ] {4dab9c2c-b0a9-417e-bfcc-1ff1de8b232f} <Debug> TCPHandler: Processed in 0.002116652 sec.
4829 2025.02.25 04:24:18.650387 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4830 2025.02.25 04:24:18.650538 [ 276 ] {9bd18cb5-9b1f-4e14-ac26-715c82da6f1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4831 2025.02.25 04:24:18.650601 [ 276 ] {9bd18cb5-9b1f-4e14-ac26-715c82da6f1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4832 2025.02.25 04:24:18.651367 [ 276 ] {9bd18cb5-9b1f-4e14-ac26-715c82da6f1e} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4833 2025.02.25 04:24:18.651410 [ 276 ] {9bd18cb5-9b1f-4e14-ac26-715c82da6f1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4834 2025.02.25 04:24:18.651783 [ 276 ] {9bd18cb5-9b1f-4e14-ac26-715c82da6f1e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4835 2025.02.25 04:24:18.652031 [ 276 ] {9bd18cb5-9b1f-4e14-ac26-715c82da6f1e} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4836 2025.02.25 04:24:18.652294 [ 276 ] {9bd18cb5-9b1f-4e14-ac26-715c82da6f1e} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001791 sec., 63093.24399776661 rows/sec., 4.08 MiB/sec.
4837 2025.02.25 04:24:18.652519 [ 276 ] {9bd18cb5-9b1f-4e14-ac26-715c82da6f1e} <Debug> TCPHandler: Processed in 0.002208683 sec.
4838 2025.02.25 04:24:18.652689 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4839 2025.02.25 04:24:18.652806 [ 281 ] {374ecc7b-5366-480b-8213-65791b912260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4840 2025.02.25 04:24:18.652856 [ 281 ] {374ecc7b-5366-480b-8213-65791b912260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4841 2025.02.25 04:24:18.653458 [ 281 ] {374ecc7b-5366-480b-8213-65791b912260} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4842 2025.02.25 04:24:18.653497 [ 281 ] {374ecc7b-5366-480b-8213-65791b912260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4843 2025.02.25 04:24:18.653876 [ 281 ] {374ecc7b-5366-480b-8213-65791b912260} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4844 2025.02.25 04:24:18.654134 [ 281 ] {374ecc7b-5366-480b-8213-65791b912260} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4845 2025.02.25 04:24:18.654311 [ 57 ] {} <Debug> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4846 2025.02.25 04:24:18.654383 [ 57 ] {} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4847 2025.02.25 04:24:18.654396 [ 281 ] {374ecc7b-5366-480b-8213-65791b912260} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001601 sec., 69956.27732667082 rows/sec., 3.99 MiB/sec.
4848 2025.02.25 04:24:18.654425 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4849 2025.02.25 04:24:18.654510 [ 281 ] {374ecc7b-5366-480b-8213-65791b912260} <Debug> TCPHandler: Processed in 0.001870998 sec.
4850 2025.02.25 04:24:18.654754 [ 203 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
4851 2025.02.25 04:24:18.654796 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4852 2025.02.25 04:24:18.654930 [ 203 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4853 2025.02.25 04:24:18.654997 [ 203 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
4854 2025.02.25 04:24:18.655044 [ 276 ] {e01bcb30-9052-4e35-afe2-4c6dabea7f56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4855 2025.02.25 04:24:18.655190 [ 276 ] {e01bcb30-9052-4e35-afe2-4c6dabea7f56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4856 2025.02.25 04:24:18.655214 [ 203 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
4857 2025.02.25 04:24:18.655650 [ 203 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
4858 2025.02.25 04:24:18.656026 [ 203 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
4859 2025.02.25 04:24:18.656429 [ 203 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
4860 2025.02.25 04:24:18.657729 [ 276 ] {e01bcb30-9052-4e35-afe2-4c6dabea7f56} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4861 2025.02.25 04:24:18.657778 [ 276 ] {e01bcb30-9052-4e35-afe2-4c6dabea7f56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4862 2025.02.25 04:24:18.658180 [ 201 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.003622973 sec., 154569.18944745103 rows/sec., 9.39 MiB/sec.
4863 2025.02.25 04:24:18.658412 [ 276 ] {e01bcb30-9052-4e35-afe2-4c6dabea7f56} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4864 2025.02.25 04:24:18.658437 [ 201 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4865 2025.02.25 04:24:18.658862 [ 276 ] {e01bcb30-9052-4e35-afe2-4c6dabea7f56} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4866 2025.02.25 04:24:18.659042 [ 201 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_13_3} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4867 2025.02.25 04:24:18.659285 [ 201 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_13_3} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4868 2025.02.25 04:24:18.659309 [ 276 ] {e01bcb30-9052-4e35-afe2-4c6dabea7f56} <Debug> executeQuery: Read 387 rows, 27.99 KiB in 0.004328 sec., 89417.7449168207 rows/sec., 6.31 MiB/sec.
4869 2025.02.25 04:24:18.659554 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
4870 2025.02.25 04:24:18.659563 [ 276 ] {e01bcb30-9052-4e35-afe2-4c6dabea7f56} <Debug> TCPHandler: Processed in 0.004934843 sec.
4871 2025.02.25 04:24:18.659728 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4872 2025.02.25 04:24:18.659846 [ 281 ] {dad6a973-d385-4f43-a35d-8fb649fc8970} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4873 2025.02.25 04:24:18.659900 [ 281 ] {dad6a973-d385-4f43-a35d-8fb649fc8970} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4874 2025.02.25 04:24:18.660386 [ 281 ] {dad6a973-d385-4f43-a35d-8fb649fc8970} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4875 2025.02.25 04:24:18.660426 [ 281 ] {dad6a973-d385-4f43-a35d-8fb649fc8970} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4876 2025.02.25 04:24:18.660803 [ 281 ] {dad6a973-d385-4f43-a35d-8fb649fc8970} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4877 2025.02.25 04:24:18.661043 [ 281 ] {dad6a973-d385-4f43-a35d-8fb649fc8970} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4878 2025.02.25 04:24:18.661261 [ 281 ] {dad6a973-d385-4f43-a35d-8fb649fc8970} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001439 sec., 4169.562195969424 rows/sec., 217.84 KiB/sec.
4879 2025.02.25 04:24:18.661313 [ 281 ] {dad6a973-d385-4f43-a35d-8fb649fc8970} <Debug> TCPHandler: Processed in 0.001639804 sec.
4880 2025.02.25 04:24:18.661510 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4881 2025.02.25 04:24:18.661740 [ 276 ] {798aef4f-ebd8-4c7c-8439-eab350eea123} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4882 2025.02.25 04:24:18.661840 [ 276 ] {798aef4f-ebd8-4c7c-8439-eab350eea123} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4883 2025.02.25 04:24:18.662559 [ 276 ] {798aef4f-ebd8-4c7c-8439-eab350eea123} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4884 2025.02.25 04:24:18.662599 [ 276 ] {798aef4f-ebd8-4c7c-8439-eab350eea123} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4885 2025.02.25 04:24:18.663008 [ 276 ] {798aef4f-ebd8-4c7c-8439-eab350eea123} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4886 2025.02.25 04:24:18.663256 [ 276 ] {798aef4f-ebd8-4c7c-8439-eab350eea123} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4887 2025.02.25 04:24:18.663513 [ 276 ] {798aef4f-ebd8-4c7c-8439-eab350eea123} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00183 sec., 129508.19672131147 rows/sec., 8.68 MiB/sec.
4888 2025.02.25 04:24:18.663749 [ 276 ] {798aef4f-ebd8-4c7c-8439-eab350eea123} <Debug> TCPHandler: Processed in 0.002348345 sec.
4889 2025.02.25 04:24:18.663981 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4890 2025.02.25 04:24:18.664125 [ 281 ] {44419ffa-26b5-4347-8e77-dbc5d5b525eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4891 2025.02.25 04:24:18.664187 [ 281 ] {44419ffa-26b5-4347-8e77-dbc5d5b525eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4892 2025.02.25 04:24:18.664751 [ 281 ] {44419ffa-26b5-4347-8e77-dbc5d5b525eb} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4893 2025.02.25 04:24:18.664800 [ 281 ] {44419ffa-26b5-4347-8e77-dbc5d5b525eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4894 2025.02.25 04:24:18.665219 [ 281 ] {44419ffa-26b5-4347-8e77-dbc5d5b525eb} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4895 2025.02.25 04:24:18.665458 [ 281 ] {44419ffa-26b5-4347-8e77-dbc5d5b525eb} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4896 2025.02.25 04:24:18.665674 [ 281 ] {44419ffa-26b5-4347-8e77-dbc5d5b525eb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001578 sec., 633.7135614702155 rows/sec., 42.70 KiB/sec.
4897 2025.02.25 04:24:18.665726 [ 281 ] {44419ffa-26b5-4347-8e77-dbc5d5b525eb} <Debug> TCPHandler: Processed in 0.001866697 sec.
4898 2025.02.25 04:24:18.665864 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4899 2025.02.25 04:24:18.665986 [ 276 ] {922d01f0-eb66-4ed5-a150-a35887f7dcc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4900 2025.02.25 04:24:18.666094 [ 276 ] {922d01f0-eb66-4ed5-a150-a35887f7dcc9} <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
4901 2025.02.25 04:24:18.667625 [ 276 ] {922d01f0-eb66-4ed5-a150-a35887f7dcc9} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4902 2025.02.25 04:24:18.667665 [ 276 ] {922d01f0-eb66-4ed5-a150-a35887f7dcc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4903 2025.02.25 04:24:18.668276 [ 276 ] {922d01f0-eb66-4ed5-a150-a35887f7dcc9} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4904 2025.02.25 04:24:18.668531 [ 276 ] {922d01f0-eb66-4ed5-a150-a35887f7dcc9} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4905 2025.02.25 04:24:18.668786 [ 276 ] {922d01f0-eb66-4ed5-a150-a35887f7dcc9} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002826 sec., 1769.2852087756546 rows/sec., 3.17 MiB/sec.
4906 2025.02.25 04:24:18.668885 [ 276 ] {922d01f0-eb66-4ed5-a150-a35887f7dcc9} <Debug> TCPHandler: Processed in 0.003078465 sec.
4907 2025.02.25 04:24:18.669039 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4908 2025.02.25 04:24:18.669178 [ 281 ] {4c19c053-533f-4fa9-95e0-9f603aa78627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4909 2025.02.25 04:24:18.669238 [ 281 ] {4c19c053-533f-4fa9-95e0-9f603aa78627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4910 2025.02.25 04:24:18.669832 [ 281 ] {4c19c053-533f-4fa9-95e0-9f603aa78627} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4911 2025.02.25 04:24:18.669880 [ 281 ] {4c19c053-533f-4fa9-95e0-9f603aa78627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4912 2025.02.25 04:24:18.670285 [ 281 ] {4c19c053-533f-4fa9-95e0-9f603aa78627} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4913 2025.02.25 04:24:18.670522 [ 281 ] {4c19c053-533f-4fa9-95e0-9f603aa78627} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4914 2025.02.25 04:24:18.670734 [ 281 ] {4c19c053-533f-4fa9-95e0-9f603aa78627} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001586 sec., 51702.39596469105 rows/sec., 3.28 MiB/sec.
4915 2025.02.25 04:24:18.670796 [ 281 ] {4c19c053-533f-4fa9-95e0-9f603aa78627} <Debug> TCPHandler: Processed in 0.001822527 sec.
4916 2025.02.25 04:24:19.771012 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 710
4917 2025.02.25 04:24:19.774269 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4918 2025.02.25 04:24:19.774333 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4919 2025.02.25 04:24:19.775833 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4920 2025.02.25 04:24:19.776179 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4921 2025.02.25 04:24:19.776395 [ 56 ] {} <Debug> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4922 2025.02.25 04:24:19.776529 [ 56 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4923 2025.02.25 04:24:19.776595 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4924 2025.02.25 04:24:19.777211 [ 186 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::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
4925 2025.02.25 04:24:19.778184 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 710
4926 2025.02.25 04:24:19.778480 [ 186 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4927 2025.02.25 04:24:19.778615 [ 186 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 526 rows starting from the beginning of the part
4928 2025.02.25 04:24:19.779072 [ 186 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 36 rows starting from the beginning of the part
4929 2025.02.25 04:24:19.779511 [ 186 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::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
4930 2025.02.25 04:24:19.779946 [ 186 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 46 rows starting from the beginning of the part
4931 2025.02.25 04:24:19.780371 [ 186 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 34 rows starting from the beginning of the part
4932 2025.02.25 04:24:19.780813 [ 186 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::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
4933 2025.02.25 04:24:19.788836 [ 203 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 710 rows, containing 72 columns (72 merged, 0 gathered) in 0.01208083 sec., 58770.79637740122 rows/sec., 50.12 MiB/sec.
4934 2025.02.25 04:24:19.790233 [ 203 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4935 2025.02.25 04:24:19.791073 [ 203 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_16_3} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4936 2025.02.25 04:24:19.791177 [ 203 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_16_3} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4937 2025.02.25 04:24:19.791513 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.19 MiB.
4938 2025.02.25 04:24:20.842144 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4939 2025.02.25 04:24:20.842376 [ 281 ] {e266070a-433a-4f58-b273-3ebbbc4248f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4940 2025.02.25 04:24:20.842458 [ 281 ] {e266070a-433a-4f58-b273-3ebbbc4248f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4941 2025.02.25 04:24:20.843275 [ 281 ] {e266070a-433a-4f58-b273-3ebbbc4248f3} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4942 2025.02.25 04:24:20.843321 [ 281 ] {e266070a-433a-4f58-b273-3ebbbc4248f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4943 2025.02.25 04:24:20.843749 [ 281 ] {e266070a-433a-4f58-b273-3ebbbc4248f3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4944 2025.02.25 04:24:20.844023 [ 281 ] {e266070a-433a-4f58-b273-3ebbbc4248f3} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4945 2025.02.25 04:24:20.844252 [ 281 ] {e266070a-433a-4f58-b273-3ebbbc4248f3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00193 sec., 1036.2694300518135 rows/sec., 84.50 KiB/sec.
4946 2025.02.25 04:24:20.844447 [ 281 ] {e266070a-433a-4f58-b273-3ebbbc4248f3} <Debug> TCPHandler: Processed in 0.002446776 sec.
4947 2025.02.25 04:24:20.844724 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4948 2025.02.25 04:24:20.844938 [ 276 ] {de01b393-7fff-4211-800e-d8848ac8e2c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4949 2025.02.25 04:24:20.845024 [ 276 ] {de01b393-7fff-4211-800e-d8848ac8e2c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4950 2025.02.25 04:24:20.846402 [ 276 ] {de01b393-7fff-4211-800e-d8848ac8e2c7} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4951 2025.02.25 04:24:20.846452 [ 276 ] {de01b393-7fff-4211-800e-d8848ac8e2c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4952 2025.02.25 04:24:20.846970 [ 276 ] {de01b393-7fff-4211-800e-d8848ac8e2c7} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4953 2025.02.25 04:24:20.847233 [ 276 ] {de01b393-7fff-4211-800e-d8848ac8e2c7} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4954 2025.02.25 04:24:20.847480 [ 276 ] {de01b393-7fff-4211-800e-d8848ac8e2c7} <Debug> executeQuery: Read 1267 rows, 107.21 KiB in 0.002601 sec., 487120.338331411 rows/sec., 40.25 MiB/sec.
4955 2025.02.25 04:24:20.847544 [ 276 ] {de01b393-7fff-4211-800e-d8848ac8e2c7} <Debug> TCPHandler: Processed in 0.002961054 sec.
4956 2025.02.25 04:24:20.847696 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4957 2025.02.25 04:24:20.847845 [ 281 ] {1d08a891-db5c-4491-8085-41605cfaed84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4958 2025.02.25 04:24:20.847908 [ 281 ] {1d08a891-db5c-4491-8085-41605cfaed84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4959 2025.02.25 04:24:20.848553 [ 281 ] {1d08a891-db5c-4491-8085-41605cfaed84} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4960 2025.02.25 04:24:20.848593 [ 281 ] {1d08a891-db5c-4491-8085-41605cfaed84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4961 2025.02.25 04:24:20.848969 [ 281 ] {1d08a891-db5c-4491-8085-41605cfaed84} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4962 2025.02.25 04:24:20.849216 [ 281 ] {1d08a891-db5c-4491-8085-41605cfaed84} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4963 2025.02.25 04:24:20.849397 [ 281 ] {1d08a891-db5c-4491-8085-41605cfaed84} <Debug> executeQuery: Read 37 rows, 2.77 KiB in 0.001589 sec., 23285.084959093772 rows/sec., 1.70 MiB/sec.
4964 2025.02.25 04:24:20.849453 [ 281 ] {1d08a891-db5c-4491-8085-41605cfaed84} <Debug> TCPHandler: Processed in 0.001822857 sec.
4965 2025.02.25 04:24:20.849614 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4966 2025.02.25 04:24:20.849761 [ 276 ] {b16bd7bc-3629-434a-983d-5c2c0ad0888e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4967 2025.02.25 04:24:20.849823 [ 276 ] {b16bd7bc-3629-434a-983d-5c2c0ad0888e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4968 2025.02.25 04:24:20.850567 [ 276 ] {b16bd7bc-3629-434a-983d-5c2c0ad0888e} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4969 2025.02.25 04:24:20.850610 [ 276 ] {b16bd7bc-3629-434a-983d-5c2c0ad0888e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4970 2025.02.25 04:24:20.850990 [ 276 ] {b16bd7bc-3629-434a-983d-5c2c0ad0888e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4971 2025.02.25 04:24:20.851229 [ 276 ] {b16bd7bc-3629-434a-983d-5c2c0ad0888e} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4972 2025.02.25 04:24:20.851461 [ 276 ] {b16bd7bc-3629-434a-983d-5c2c0ad0888e} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001733 sec., 131563.76226197346 rows/sec., 8.91 MiB/sec.
4973 2025.02.25 04:24:20.851518 [ 276 ] {b16bd7bc-3629-434a-983d-5c2c0ad0888e} <Debug> TCPHandler: Processed in 0.001973249 sec.
4974 2025.02.25 04:24:20.851676 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4975 2025.02.25 04:24:20.851800 [ 281 ] {92782986-9bf3-4cd8-9acf-bfd9706087d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4976 2025.02.25 04:24:20.851852 [ 281 ] {92782986-9bf3-4cd8-9acf-bfd9706087d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4977 2025.02.25 04:24:20.852662 [ 281 ] {92782986-9bf3-4cd8-9acf-bfd9706087d6} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4978 2025.02.25 04:24:20.852700 [ 281 ] {92782986-9bf3-4cd8-9acf-bfd9706087d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4979 2025.02.25 04:24:20.853095 [ 281 ] {92782986-9bf3-4cd8-9acf-bfd9706087d6} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4980 2025.02.25 04:24:20.853336 [ 281 ] {92782986-9bf3-4cd8-9acf-bfd9706087d6} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4981 2025.02.25 04:24:20.853525 [ 281 ] {92782986-9bf3-4cd8-9acf-bfd9706087d6} <Debug> executeQuery: Read 557 rows, 42.37 KiB in 0.001752 sec., 317922.3744292237 rows/sec., 23.62 MiB/sec.
4982 2025.02.25 04:24:20.853581 [ 281 ] {92782986-9bf3-4cd8-9acf-bfd9706087d6} <Debug> TCPHandler: Processed in 0.001965079 sec.
4983 2025.02.25 04:24:20.853790 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4984 2025.02.25 04:24:20.854028 [ 276 ] {2adcba94-9fc6-4429-881e-727588e272ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4985 2025.02.25 04:24:20.854131 [ 276 ] {2adcba94-9fc6-4429-881e-727588e272ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4986 2025.02.25 04:24:20.854924 [ 276 ] {2adcba94-9fc6-4429-881e-727588e272ce} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4987 2025.02.25 04:24:20.854963 [ 276 ] {2adcba94-9fc6-4429-881e-727588e272ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4988 2025.02.25 04:24:20.855434 [ 276 ] {2adcba94-9fc6-4429-881e-727588e272ce} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4989 2025.02.25 04:24:20.855677 [ 276 ] {2adcba94-9fc6-4429-881e-727588e272ce} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4990 2025.02.25 04:24:20.855926 [ 276 ] {2adcba94-9fc6-4429-881e-727588e272ce} <Debug> executeQuery: Read 933 rows, 64.04 KiB in 0.001959 sec., 476263.3996937213 rows/sec., 31.92 MiB/sec.
4991 2025.02.25 04:24:20.856100 [ 276 ] {2adcba94-9fc6-4429-881e-727588e272ce} <Debug> TCPHandler: Processed in 0.002418426 sec.
4992 2025.02.25 04:24:20.856313 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4993 2025.02.25 04:24:20.856448 [ 281 ] {710190b6-05d8-45da-b3e1-7d12da75811d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4994 2025.02.25 04:24:20.856537 [ 281 ] {710190b6-05d8-45da-b3e1-7d12da75811d} <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
4995 2025.02.25 04:24:20.857798 [ 281 ] {710190b6-05d8-45da-b3e1-7d12da75811d} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4996 2025.02.25 04:24:20.857836 [ 281 ] {710190b6-05d8-45da-b3e1-7d12da75811d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
4997 2025.02.25 04:24:20.858567 [ 281 ] {710190b6-05d8-45da-b3e1-7d12da75811d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4998 2025.02.25 04:24:20.858831 [ 281 ] {710190b6-05d8-45da-b3e1-7d12da75811d} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4999 2025.02.25 04:24:20.859102 [ 281 ] {710190b6-05d8-45da-b3e1-7d12da75811d} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002682 sec., 13049.962714392244 rows/sec., 23.38 MiB/sec.
5000 2025.02.25 04:24:20.859599 [ 281 ] {710190b6-05d8-45da-b3e1-7d12da75811d} <Debug> TCPHandler: Processed in 0.003382401 sec.
5001 2025.02.25 04:24:20.859772 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5002 2025.02.25 04:24:20.859914 [ 276 ] {b0a3616f-7bbd-4375-b18d-2d579b5b5809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5003 2025.02.25 04:24:20.859975 [ 276 ] {b0a3616f-7bbd-4375-b18d-2d579b5b5809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5004 2025.02.25 04:24:20.860484 [ 276 ] {b0a3616f-7bbd-4375-b18d-2d579b5b5809} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5005 2025.02.25 04:24:20.860522 [ 276 ] {b0a3616f-7bbd-4375-b18d-2d579b5b5809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
5006 2025.02.25 04:24:20.860900 [ 276 ] {b0a3616f-7bbd-4375-b18d-2d579b5b5809} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5007 2025.02.25 04:24:20.861137 [ 276 ] {b0a3616f-7bbd-4375-b18d-2d579b5b5809} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5008 2025.02.25 04:24:20.861356 [ 276 ] {b0a3616f-7bbd-4375-b18d-2d579b5b5809} <Debug> executeQuery: Read 32 rows, 2.20 KiB in 0.001476 sec., 21680.21680216802 rows/sec., 1.46 MiB/sec.
5009 2025.02.25 04:24:20.861409 [ 276 ] {b0a3616f-7bbd-4375-b18d-2d579b5b5809} <Debug> TCPHandler: Processed in 0.001706395 sec.
5010 2025.02.25 04:24:22.229042 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614
5011 2025.02.25 04:24:22.229714 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5012 2025.02.25 04:24:22.229764 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
5013 2025.02.25 04:24:22.230286 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5014 2025.02.25 04:24:22.230540 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5015 2025.02.25 04:24:22.230804 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614
5016 2025.02.25 04:24:22.950367 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174
5017 2025.02.25 04:24:22.972955 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5018 2025.02.25 04:24:22.973041 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
5019 2025.02.25 04:24:22.981003 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5020 2025.02.25 04:24:22.981958 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5021 2025.02.25 04:24:22.988671 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174
5022 2025.02.25 04:24:23.628534 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5023 2025.02.25 04:24:23.628753 [ 281 ] {855c6991-98b1-4594-a5e2-cb38714aa9ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5024 2025.02.25 04:24:23.628836 [ 281 ] {855c6991-98b1-4594-a5e2-cb38714aa9ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5025 2025.02.25 04:24:23.629653 [ 281 ] {855c6991-98b1-4594-a5e2-cb38714aa9ff} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5026 2025.02.25 04:24:23.629706 [ 281 ] {855c6991-98b1-4594-a5e2-cb38714aa9ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
5027 2025.02.25 04:24:23.630160 [ 281 ] {855c6991-98b1-4594-a5e2-cb38714aa9ff} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5028 2025.02.25 04:24:23.630439 [ 281 ] {855c6991-98b1-4594-a5e2-cb38714aa9ff} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5029 2025.02.25 04:24:23.630634 [ 51 ] {} <Debug> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5030 2025.02.25 04:24:23.630696 [ 281 ] {855c6991-98b1-4594-a5e2-cb38714aa9ff} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002005 sec., 27930.174563591023 rows/sec., 2.13 MiB/sec.
5031 2025.02.25 04:24:23.630725 [ 51 ] {} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5032 2025.02.25 04:24:23.630794 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
5033 2025.02.25 04:24:23.630830 [ 281 ] {855c6991-98b1-4594-a5e2-cb38714aa9ff} <Debug> TCPHandler: Processed in 0.002439106 sec.
5034 2025.02.25 04:24:23.631019 [ 193 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::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
5035 2025.02.25 04:24:23.631144 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5036 2025.02.25 04:24:23.631231 [ 193 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5037 2025.02.25 04:24:23.631294 [ 193 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1848 rows starting from the beginning of the part
5038 2025.02.25 04:24:23.631481 [ 276 ] {a8a1927a-661a-493a-97b5-61f0c39ac00d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5039 2025.02.25 04:24:23.631536 [ 193 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 627 rows starting from the beginning of the part
5040 2025.02.25 04:24:23.631664 [ 276 ] {a8a1927a-661a-493a-97b5-61f0c39ac00d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5041 2025.02.25 04:24:23.631860 [ 193 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 126 rows starting from the beginning of the part
5042 2025.02.25 04:24:23.632293 [ 193 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 627 rows starting from the beginning of the part
5043 2025.02.25 04:24:23.632610 [ 193 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1267 rows starting from the beginning of the part
5044 2025.02.25 04:24:23.632951 [ 193 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part
5045 2025.02.25 04:24:23.634575 [ 276 ] {a8a1927a-661a-493a-97b5-61f0c39ac00d} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5046 2025.02.25 04:24:23.634645 [ 276 ] {a8a1927a-661a-493a-97b5-61f0c39ac00d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5047 2025.02.25 04:24:23.635842 [ 276 ] {a8a1927a-661a-493a-97b5-61f0c39ac00d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5048 2025.02.25 04:24:23.636185 [ 276 ] {a8a1927a-661a-493a-97b5-61f0c39ac00d} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5049 2025.02.25 04:24:23.636397 [ 51 ] {} <Debug> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5050 2025.02.25 04:24:23.636443 [ 51 ] {} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5051 2025.02.25 04:24:23.636464 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5052 2025.02.25 04:24:23.636527 [ 276 ] {a8a1927a-661a-493a-97b5-61f0c39ac00d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005148 sec., 12432.012432012432 rows/sec., 993.64 KiB/sec.
5053 2025.02.25 04:24:23.636982 [ 276 ] {a8a1927a-661a-493a-97b5-61f0c39ac00d} <Debug> TCPHandler: Processed in 0.005990999 sec.
5054 2025.02.25 04:24:23.637018 [ 203 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::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
5055 2025.02.25 04:24:23.637346 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5056 2025.02.25 04:24:23.637592 [ 203 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5057 2025.02.25 04:24:23.637650 [ 193 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4551 rows, containing 5 columns (5 merged, 0 gathered) in 0.006712109 sec., 678028.3216497229 rows/sec., 57.47 MiB/sec.
5058 2025.02.25 04:24:23.637702 [ 203 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 914 rows starting from the beginning of the part
5059 2025.02.25 04:24:23.637717 [ 281 ] {66257690-0322-4d91-807c-00b756ce780d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5060 2025.02.25 04:24:23.637940 [ 281 ] {66257690-0322-4d91-807c-00b756ce780d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5061 2025.02.25 04:24:23.638025 [ 203 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 387 rows starting from the beginning of the part
5062 2025.02.25 04:24:23.638367 [ 203 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 99 rows starting from the beginning of the part
5063 2025.02.25 04:24:23.638778 [ 203 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 387 rows starting from the beginning of the part
5064 2025.02.25 04:24:23.638814 [ 193 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5065 2025.02.25 04:24:23.639206 [ 203 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 557 rows starting from the beginning of the part
5066 2025.02.25 04:24:23.639532 [ 203 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part
5067 2025.02.25 04:24:23.640901 [ 198 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_36_7} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5068 2025.02.25 04:24:23.641234 [ 198 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_36_7} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5069 2025.02.25 04:24:23.641511 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB.
5070 2025.02.25 04:24:23.641701 [ 281 ] {66257690-0322-4d91-807c-00b756ce780d} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5071 2025.02.25 04:24:23.641789 [ 281 ] {66257690-0322-4d91-807c-00b756ce780d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5072 2025.02.25 04:24:23.643070 [ 281 ] {66257690-0322-4d91-807c-00b756ce780d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5073 2025.02.25 04:24:23.643437 [ 281 ] {66257690-0322-4d91-807c-00b756ce780d} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5074 2025.02.25 04:24:23.643659 [ 51 ] {} <Debug> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5075 2025.02.25 04:24:23.643764 [ 51 ] {} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5076 2025.02.25 04:24:23.643859 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5077 2025.02.25 04:24:23.644094 [ 281 ] {66257690-0322-4d91-807c-00b756ce780d} <Debug> executeQuery: Read 74 rows, 5.27 KiB in 0.006432 sec., 11504.975124378108 rows/sec., 820.03 KiB/sec.
5078 2025.02.25 04:24:23.644408 [ 198 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2408 rows, containing 5 columns (5 merged, 0 gathered) in 0.007792755 sec., 309004.96679287363 rows/sec., 23.66 MiB/sec.
5079 2025.02.25 04:24:23.644485 [ 281 ] {66257690-0322-4d91-807c-00b756ce780d} <Debug> TCPHandler: Processed in 0.007343189 sec.
5080 2025.02.25 04:24:23.644489 [ 193 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::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
5081 2025.02.25 04:24:23.644743 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5082 2025.02.25 04:24:23.644760 [ 198 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5083 2025.02.25 04:24:23.644981 [ 193 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5084 2025.02.25 04:24:23.645103 [ 276 ] {224a57f4-3ecf-4613-b52c-37ed93ba8e97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5085 2025.02.25 04:24:23.645103 [ 193 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10148 rows starting from the beginning of the part
5086 2025.02.25 04:24:23.645296 [ 276 ] {224a57f4-3ecf-4613-b52c-37ed93ba8e97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5087 2025.02.25 04:24:23.645803 [ 193 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 237 rows starting from the beginning of the part
5088 2025.02.25 04:24:23.645884 [ 198 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_36_7} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5089 2025.02.25 04:24:23.646485 [ 193 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::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
5090 2025.02.25 04:24:23.646535 [ 198 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_36_7} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5091 2025.02.25 04:24:23.647000 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
5092 2025.02.25 04:24:23.647121 [ 193 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 237 rows starting from the beginning of the part
5093 2025.02.25 04:24:23.647306 [ 193 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 933 rows starting from the beginning of the part
5094 2025.02.25 04:24:23.647691 [ 193 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 74 rows starting from the beginning of the part
5095 2025.02.25 04:24:23.648539 [ 276 ] {224a57f4-3ecf-4613-b52c-37ed93ba8e97} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5096 2025.02.25 04:24:23.648597 [ 276 ] {224a57f4-3ecf-4613-b52c-37ed93ba8e97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5097 2025.02.25 04:24:23.649297 [ 276 ] {224a57f4-3ecf-4613-b52c-37ed93ba8e97} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5098 2025.02.25 04:24:23.649727 [ 276 ] {224a57f4-3ecf-4613-b52c-37ed93ba8e97} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5099 2025.02.25 04:24:23.650073 [ 51 ] {} <Debug> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5100 2025.02.25 04:24:23.650156 [ 51 ] {} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5101 2025.02.25 04:24:23.650253 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5102 2025.02.25 04:24:23.650443 [ 276 ] {224a57f4-3ecf-4613-b52c-37ed93ba8e97} <Debug> executeQuery: Read 28 rows, 1.94 KiB in 0.005438 sec., 5148.95182052225 rows/sec., 356.29 KiB/sec.
5103 2025.02.25 04:24:23.650785 [ 195 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
5104 2025.02.25 04:24:23.650787 [ 276 ] {224a57f4-3ecf-4613-b52c-37ed93ba8e97} <Debug> TCPHandler: Processed in 0.006170031 sec.
5105 2025.02.25 04:24:23.651286 [ 195 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5106 2025.02.25 04:24:23.651347 [ 195 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1850 rows starting from the beginning of the part
5107 2025.02.25 04:24:23.651464 [ 195 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 82 rows starting from the beginning of the part
5108 2025.02.25 04:24:23.651605 [ 195 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
5109 2025.02.25 04:24:23.651840 [ 195 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 82 rows starting from the beginning of the part
5110 2025.02.25 04:24:23.651922 [ 195 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 32 rows starting from the beginning of the part
5111 2025.02.25 04:24:23.652005 [ 195 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 28 rows starting from the beginning of the part
5112 2025.02.25 04:24:23.653719 [ 194 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11789 rows, containing 5 columns (5 merged, 0 gathered) in 0.009682734 sec., 1217528.0246261025 rows/sec., 82.22 MiB/sec.
5113 2025.02.25 04:24:23.654112 [ 195 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2134 rows, containing 4 columns (4 merged, 0 gathered) in 0.003710655 sec., 575100.6223968545 rows/sec., 37.64 MiB/sec.
5114 2025.02.25 04:24:23.654203 [ 194 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5115 2025.02.25 04:24:23.654450 [ 195 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5116 2025.02.25 04:24:23.654688 [ 194 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5117 2025.02.25 04:24:23.654860 [ 194 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5118 2025.02.25 04:24:23.655030 [ 195 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_36_7} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5119 2025.02.25 04:24:23.655057 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB.
5120 2025.02.25 04:24:23.655166 [ 195 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_36_7} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5121 2025.02.25 04:24:23.655253 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB.
5122 2025.02.25 04:24:28.632947 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5123 2025.02.25 04:24:28.633168 [ 281 ] {87782423-22b1-4fc4-9fd6-a59d09071941} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5124 2025.02.25 04:24:28.633247 [ 281 ] {87782423-22b1-4fc4-9fd6-a59d09071941} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5125 2025.02.25 04:24:28.634070 [ 281 ] {87782423-22b1-4fc4-9fd6-a59d09071941} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5126 2025.02.25 04:24:28.634126 [ 281 ] {87782423-22b1-4fc4-9fd6-a59d09071941} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5127 2025.02.25 04:24:28.634581 [ 281 ] {87782423-22b1-4fc4-9fd6-a59d09071941} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5128 2025.02.25 04:24:28.634850 [ 281 ] {87782423-22b1-4fc4-9fd6-a59d09071941} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5129 2025.02.25 04:24:28.635109 [ 281 ] {87782423-22b1-4fc4-9fd6-a59d09071941} <Debug> executeQuery: Read 66 rows, 5.35 KiB in 0.001996 sec., 33066.13226452906 rows/sec., 2.62 MiB/sec.
5130 2025.02.25 04:24:28.635180 [ 281 ] {87782423-22b1-4fc4-9fd6-a59d09071941} <Debug> TCPHandler: Processed in 0.002371504 sec.
5131 2025.02.25 04:24:28.635512 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5132 2025.02.25 04:24:28.635824 [ 276 ] {f5ccace4-f39c-4820-a378-62f35a5c60e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5133 2025.02.25 04:24:28.635947 [ 276 ] {f5ccace4-f39c-4820-a378-62f35a5c60e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5134 2025.02.25 04:24:28.636876 [ 276 ] {f5ccace4-f39c-4820-a378-62f35a5c60e6} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5135 2025.02.25 04:24:28.636930 [ 276 ] {f5ccace4-f39c-4820-a378-62f35a5c60e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5136 2025.02.25 04:24:28.637377 [ 276 ] {f5ccace4-f39c-4820-a378-62f35a5c60e6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5137 2025.02.25 04:24:28.637636 [ 276 ] {f5ccace4-f39c-4820-a378-62f35a5c60e6} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5138 2025.02.25 04:24:28.637918 [ 276 ] {f5ccace4-f39c-4820-a378-62f35a5c60e6} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.002172 sec., 2302.0257826887664 rows/sec., 173.10 KiB/sec.
5139 2025.02.25 04:24:28.638160 [ 276 ] {f5ccace4-f39c-4820-a378-62f35a5c60e6} <Debug> TCPHandler: Processed in 0.002836572 sec.
5140 2025.02.25 04:24:28.638366 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5141 2025.02.25 04:24:28.638500 [ 281 ] {2589a6c9-3ea4-4633-91d9-47a60cdded08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5142 2025.02.25 04:24:28.638556 [ 281 ] {2589a6c9-3ea4-4633-91d9-47a60cdded08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5143 2025.02.25 04:24:28.639194 [ 281 ] {2589a6c9-3ea4-4633-91d9-47a60cdded08} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5144 2025.02.25 04:24:28.639238 [ 281 ] {2589a6c9-3ea4-4633-91d9-47a60cdded08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5145 2025.02.25 04:24:28.639633 [ 281 ] {2589a6c9-3ea4-4633-91d9-47a60cdded08} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5146 2025.02.25 04:24:28.639888 [ 281 ] {2589a6c9-3ea4-4633-91d9-47a60cdded08} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5147 2025.02.25 04:24:28.640108 [ 281 ] {2589a6c9-3ea4-4633-91d9-47a60cdded08} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001638 sec., 42124.542124542124 rows/sec., 3.29 MiB/sec.
5148 2025.02.25 04:24:28.640167 [ 281 ] {2589a6c9-3ea4-4633-91d9-47a60cdded08} <Debug> TCPHandler: Processed in 0.001885497 sec.
5149 2025.02.25 04:24:28.640324 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5150 2025.02.25 04:24:28.640471 [ 276 ] {0543f382-15b9-4835-a987-a242f1b9f965} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5151 2025.02.25 04:24:28.640541 [ 276 ] {0543f382-15b9-4835-a987-a242f1b9f965} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5152 2025.02.25 04:24:28.641239 [ 276 ] {0543f382-15b9-4835-a987-a242f1b9f965} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5153 2025.02.25 04:24:28.641289 [ 276 ] {0543f382-15b9-4835-a987-a242f1b9f965} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5154 2025.02.25 04:24:28.641710 [ 276 ] {0543f382-15b9-4835-a987-a242f1b9f965} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5155 2025.02.25 04:24:28.641965 [ 276 ] {0543f382-15b9-4835-a987-a242f1b9f965} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5156 2025.02.25 04:24:28.642226 [ 276 ] {0543f382-15b9-4835-a987-a242f1b9f965} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001784 sec., 89686.09865470852 rows/sec., 6.25 MiB/sec.
5157 2025.02.25 04:24:28.642419 [ 276 ] {0543f382-15b9-4835-a987-a242f1b9f965} <Debug> TCPHandler: Processed in 0.002151832 sec.
5158 2025.02.25 04:24:28.642639 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5159 2025.02.25 04:24:28.642762 [ 281 ] {78e7a5a4-c123-46e0-92a7-5c02c658ea6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5160 2025.02.25 04:24:28.642849 [ 281 ] {78e7a5a4-c123-46e0-92a7-5c02c658ea6f} <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
5161 2025.02.25 04:24:28.644039 [ 281 ] {78e7a5a4-c123-46e0-92a7-5c02c658ea6f} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5162 2025.02.25 04:24:28.644081 [ 281 ] {78e7a5a4-c123-46e0-92a7-5c02c658ea6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5163 2025.02.25 04:24:28.644720 [ 281 ] {78e7a5a4-c123-46e0-92a7-5c02c658ea6f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5164 2025.02.25 04:24:28.644981 [ 281 ] {78e7a5a4-c123-46e0-92a7-5c02c658ea6f} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5165 2025.02.25 04:24:28.645188 [ 44 ] {} <Debug> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5166 2025.02.25 04:24:28.645266 [ 281 ] {78e7a5a4-c123-46e0-92a7-5c02c658ea6f} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002525 sec., 1980.1980198019803 rows/sec., 3.55 MiB/sec.
5167 2025.02.25 04:24:28.645274 [ 44 ] {} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5168 2025.02.25 04:24:28.645356 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5169 2025.02.25 04:24:28.645620 [ 281 ] {78e7a5a4-c123-46e0-92a7-5c02c658ea6f} <Debug> TCPHandler: Processed in 0.003081685 sec.
5170 2025.02.25 04:24:28.645633 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::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
5171 2025.02.25 04:24:28.645830 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5172 2025.02.25 04:24:28.646123 [ 276 ] {1e01c73d-dcde-42a6-a0f2-074cdbfd0025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5173 2025.02.25 04:24:28.646147 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5174 2025.02.25 04:24:28.646237 [ 276 ] {1e01c73d-dcde-42a6-a0f2-074cdbfd0025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5175 2025.02.25 04:24:28.646280 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 414 rows starting from the beginning of the part
5176 2025.02.25 04:24:28.647160 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 5 rows starting from the beginning of the part
5177 2025.02.25 04:24:28.647699 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 35 rows starting from the beginning of the part
5178 2025.02.25 04:24:28.648379 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 5 rows starting from the beginning of the part
5179 2025.02.25 04:24:28.648634 [ 276 ] {1e01c73d-dcde-42a6-a0f2-074cdbfd0025} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5180 2025.02.25 04:24:28.648739 [ 276 ] {1e01c73d-dcde-42a6-a0f2-074cdbfd0025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5181 2025.02.25 04:24:28.649141 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 35 rows starting from the beginning of the part
5182 2025.02.25 04:24:28.649773 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 5 rows starting from the beginning of the part
5183 2025.02.25 04:24:28.650613 [ 276 ] {1e01c73d-dcde-42a6-a0f2-074cdbfd0025} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5184 2025.02.25 04:24:28.651145 [ 276 ] {1e01c73d-dcde-42a6-a0f2-074cdbfd0025} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5185 2025.02.25 04:24:28.651733 [ 276 ] {1e01c73d-dcde-42a6-a0f2-074cdbfd0025} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005706 sec., 10515.247108307045 rows/sec., 725.66 KiB/sec.
5186 2025.02.25 04:24:28.651828 [ 276 ] {1e01c73d-dcde-42a6-a0f2-074cdbfd0025} <Debug> TCPHandler: Processed in 0.00611153 sec.
5187 2025.02.25 04:24:28.654935 [ 195 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 499 rows, containing 19 columns (19 merged, 0 gathered) in 0.009436679 sec., 52878.77228842901 rows/sec., 94.76 MiB/sec.
5188 2025.02.25 04:24:28.655970 [ 195 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5189 2025.02.25 04:24:28.656402 [ 195 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5190 2025.02.25 04:24:28.656487 [ 195 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5191 2025.02.25 04:24:28.656652 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.87 MiB.
5192 2025.02.25 04:24:29.627302 [ 45 ] {} <Debug> DNSResolver: Updating DNS cache
5193 2025.02.25 04:24:29.627393 [ 45 ] {} <Debug> DNSResolver: Updated DNS cache
5194 2025.02.25 04:24:29.730970 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041
5195 2025.02.25 04:24:29.731612 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5196 2025.02.25 04:24:29.731665 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5197 2025.02.25 04:24:29.732208 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5198 2025.02.25 04:24:29.732472 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5199 2025.02.25 04:24:29.732721 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041
5200 2025.02.25 04:24:29.778430 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 746
5201 2025.02.25 04:24:29.781626 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5202 2025.02.25 04:24:29.781690 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5203 2025.02.25 04:24:29.783183 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5204 2025.02.25 04:24:29.783508 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5205 2025.02.25 04:24:29.784840 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 746
5206 2025.02.25 04:24:30.488794 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181
5207 2025.02.25 04:24:30.510901 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5208 2025.02.25 04:24:30.510961 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5209 2025.02.25 04:24:30.518260 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5210 2025.02.25 04:24:30.519017 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5211 2025.02.25 04:24:30.522647 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181
5212 2025.02.25 04:24:33.042497 [ 39 ] {} <Debug> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
5213 2025.02.25 04:24:33.042562 [ 39 ] {} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5214 2025.02.25 04:24:33.042586 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5215 2025.02.25 04:24:33.042797 [ 194 ] {7b16b358-c04e-4935-8d77-aedfe7894185::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
5216 2025.02.25 04:24:33.042985 [ 194 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5217 2025.02.25 04:24:33.043025 [ 194 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part
5218 2025.02.25 04:24:33.043112 [ 194 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part
5219 2025.02.25 04:24:33.043330 [ 194 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part
5220 2025.02.25 04:24:33.043589 [ 194 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part
5221 2025.02.25 04:24:33.043795 [ 194 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part
5222 2025.02.25 04:24:33.045150 [ 191 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.002475897 sec., 12924.608737762517 rows/sec., 1.08 MiB/sec.
5223 2025.02.25 04:24:33.045316 [ 190 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
5224 2025.02.25 04:24:33.045620 [ 190 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_5_1} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5225 2025.02.25 04:24:33.045699 [ 190 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_5_1} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
5226 2025.02.25 04:24:33.045782 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
5227 2025.02.25 04:24:33.635094 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5228 2025.02.25 04:24:33.635296 [ 281 ] {bd51c970-55c2-472e-a5c1-9549e2c2f4ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5229 2025.02.25 04:24:33.635375 [ 281 ] {bd51c970-55c2-472e-a5c1-9549e2c2f4ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5230 2025.02.25 04:24:33.636167 [ 281 ] {bd51c970-55c2-472e-a5c1-9549e2c2f4ba} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5231 2025.02.25 04:24:33.636225 [ 281 ] {bd51c970-55c2-472e-a5c1-9549e2c2f4ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5232 2025.02.25 04:24:33.636683 [ 281 ] {bd51c970-55c2-472e-a5c1-9549e2c2f4ba} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5233 2025.02.25 04:24:33.636939 [ 281 ] {bd51c970-55c2-472e-a5c1-9549e2c2f4ba} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5234 2025.02.25 04:24:33.637196 [ 281 ] {bd51c970-55c2-472e-a5c1-9549e2c2f4ba} <Debug> executeQuery: Read 126 rows, 11.02 KiB in 0.001955 sec., 64450.12787723785 rows/sec., 5.51 MiB/sec.
5235 2025.02.25 04:24:33.637268 [ 281 ] {bd51c970-55c2-472e-a5c1-9549e2c2f4ba} <Debug> TCPHandler: Processed in 0.002318414 sec.
5236 2025.02.25 04:24:33.637551 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5237 2025.02.25 04:24:33.637733 [ 276 ] {a8043f26-9987-42c5-bcf0-cbae5e269740} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5238 2025.02.25 04:24:33.637805 [ 276 ] {a8043f26-9987-42c5-bcf0-cbae5e269740} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5239 2025.02.25 04:24:33.638578 [ 276 ] {a8043f26-9987-42c5-bcf0-cbae5e269740} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5240 2025.02.25 04:24:33.638623 [ 276 ] {a8043f26-9987-42c5-bcf0-cbae5e269740} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5241 2025.02.25 04:24:33.639053 [ 276 ] {a8043f26-9987-42c5-bcf0-cbae5e269740} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5242 2025.02.25 04:24:33.639305 [ 276 ] {a8043f26-9987-42c5-bcf0-cbae5e269740} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5243 2025.02.25 04:24:33.639513 [ 276 ] {a8043f26-9987-42c5-bcf0-cbae5e269740} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.00183 sec., 19125.683060109288 rows/sec., 1.40 MiB/sec.
5244 2025.02.25 04:24:33.639633 [ 276 ] {a8043f26-9987-42c5-bcf0-cbae5e269740} <Debug> TCPHandler: Processed in 0.002254953 sec.
5245 2025.02.25 04:24:33.639826 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5246 2025.02.25 04:24:33.639974 [ 281 ] {bd07e450-fffa-4dbc-9431-1c386bf43c86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5247 2025.02.25 04:24:33.640037 [ 281 ] {bd07e450-fffa-4dbc-9431-1c386bf43c86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5248 2025.02.25 04:24:33.640735 [ 281 ] {bd07e450-fffa-4dbc-9431-1c386bf43c86} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5249 2025.02.25 04:24:33.640779 [ 281 ] {bd07e450-fffa-4dbc-9431-1c386bf43c86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5250 2025.02.25 04:24:33.641171 [ 281 ] {bd07e450-fffa-4dbc-9431-1c386bf43c86} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5251 2025.02.25 04:24:33.641413 [ 281 ] {bd07e450-fffa-4dbc-9431-1c386bf43c86} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5252 2025.02.25 04:24:33.641676 [ 281 ] {bd07e450-fffa-4dbc-9431-1c386bf43c86} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001726 sec., 57358.05330243337 rows/sec., 4.48 MiB/sec.
5253 2025.02.25 04:24:33.641781 [ 281 ] {bd07e450-fffa-4dbc-9431-1c386bf43c86} <Debug> TCPHandler: Processed in 0.00202119 sec.
5254 2025.02.25 04:24:33.642020 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5255 2025.02.25 04:24:33.642181 [ 276 ] {1c211c11-64e3-47a0-9e90-122e03a40ed9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5256 2025.02.25 04:24:33.642247 [ 276 ] {1c211c11-64e3-47a0-9e90-122e03a40ed9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5257 2025.02.25 04:24:33.642873 [ 276 ] {1c211c11-64e3-47a0-9e90-122e03a40ed9} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5258 2025.02.25 04:24:33.642911 [ 276 ] {1c211c11-64e3-47a0-9e90-122e03a40ed9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5259 2025.02.25 04:24:33.643319 [ 276 ] {1c211c11-64e3-47a0-9e90-122e03a40ed9} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5260 2025.02.25 04:24:33.643562 [ 276 ] {1c211c11-64e3-47a0-9e90-122e03a40ed9} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5261 2025.02.25 04:24:33.643753 [ 276 ] {1c211c11-64e3-47a0-9e90-122e03a40ed9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001608 sec., 99502.48756218905 rows/sec., 6.93 MiB/sec.
5262 2025.02.25 04:24:33.643809 [ 276 ] {1c211c11-64e3-47a0-9e90-122e03a40ed9} <Debug> TCPHandler: Processed in 0.001919528 sec.
5263 2025.02.25 04:24:33.643960 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5264 2025.02.25 04:24:33.644112 [ 281 ] {a997fa88-bfb5-424d-9add-2d5a9bbbce80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5265 2025.02.25 04:24:33.644209 [ 281 ] {a997fa88-bfb5-424d-9add-2d5a9bbbce80} <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
5266 2025.02.25 04:24:33.645521 [ 281 ] {a997fa88-bfb5-424d-9add-2d5a9bbbce80} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5267 2025.02.25 04:24:33.645562 [ 281 ] {a997fa88-bfb5-424d-9add-2d5a9bbbce80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5268 2025.02.25 04:24:33.646261 [ 281 ] {a997fa88-bfb5-424d-9add-2d5a9bbbce80} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5269 2025.02.25 04:24:33.646526 [ 281 ] {a997fa88-bfb5-424d-9add-2d5a9bbbce80} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5270 2025.02.25 04:24:33.646866 [ 281 ] {a997fa88-bfb5-424d-9add-2d5a9bbbce80} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002767 sec., 12649.07842428623 rows/sec., 22.67 MiB/sec.
5271 2025.02.25 04:24:33.647276 [ 281 ] {a997fa88-bfb5-424d-9add-2d5a9bbbce80} <Debug> TCPHandler: Processed in 0.003386721 sec.
5272 2025.02.25 04:24:33.647441 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5273 2025.02.25 04:24:33.647567 [ 276 ] {c1c3010d-5e33-48d8-ba8a-b46604ce33e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5274 2025.02.25 04:24:33.647623 [ 276 ] {c1c3010d-5e33-48d8-ba8a-b46604ce33e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5275 2025.02.25 04:24:33.648137 [ 276 ] {c1c3010d-5e33-48d8-ba8a-b46604ce33e4} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5276 2025.02.25 04:24:33.648177 [ 276 ] {c1c3010d-5e33-48d8-ba8a-b46604ce33e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5277 2025.02.25 04:24:33.648580 [ 276 ] {c1c3010d-5e33-48d8-ba8a-b46604ce33e4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5278 2025.02.25 04:24:33.648834 [ 276 ] {c1c3010d-5e33-48d8-ba8a-b46604ce33e4} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5279 2025.02.25 04:24:33.649060 [ 276 ] {c1c3010d-5e33-48d8-ba8a-b46604ce33e4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001513 sec., 39656.31196298744 rows/sec., 2.67 MiB/sec.
5280 2025.02.25 04:24:33.649238 [ 276 ] {c1c3010d-5e33-48d8-ba8a-b46604ce33e4} <Debug> TCPHandler: Processed in 0.001850658 sec.
5281 2025.02.25 04:24:37.232859 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529
5282 2025.02.25 04:24:37.233525 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5283 2025.02.25 04:24:37.233568 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5284 2025.02.25 04:24:37.234101 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5285 2025.02.25 04:24:37.234358 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5286 2025.02.25 04:24:37.234600 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529
5287 2025.02.25 04:24:38.022737 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189
5288 2025.02.25 04:24:38.044055 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5289 2025.02.25 04:24:38.044111 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5290 2025.02.25 04:24:38.051855 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5291 2025.02.25 04:24:38.052680 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5292 2025.02.25 04:24:38.056998 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189
5293 2025.02.25 04:24:38.633523 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5294 2025.02.25 04:24:38.633734 [ 281 ] {53f08f05-2268-4e59-a281-1ad82d9cab7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5295 2025.02.25 04:24:38.633809 [ 281 ] {53f08f05-2268-4e59-a281-1ad82d9cab7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5296 2025.02.25 04:24:38.634577 [ 281 ] {53f08f05-2268-4e59-a281-1ad82d9cab7b} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5297 2025.02.25 04:24:38.634627 [ 281 ] {53f08f05-2268-4e59-a281-1ad82d9cab7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5298 2025.02.25 04:24:38.635059 [ 281 ] {53f08f05-2268-4e59-a281-1ad82d9cab7b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
5299 2025.02.25 04:24:38.635321 [ 281 ] {53f08f05-2268-4e59-a281-1ad82d9cab7b} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5300 2025.02.25 04:24:38.635561 [ 281 ] {53f08f05-2268-4e59-a281-1ad82d9cab7b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001881 sec., 2126.528442317916 rows/sec., 173.40 KiB/sec.
5301 2025.02.25 04:24:38.635627 [ 281 ] {53f08f05-2268-4e59-a281-1ad82d9cab7b} <Debug> TCPHandler: Processed in 0.002248844 sec.
5302 2025.02.25 04:24:38.635879 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5303 2025.02.25 04:24:38.636086 [ 276 ] {19320d56-239e-442d-a09a-f39f88afc75d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5304 2025.02.25 04:24:38.636166 [ 276 ] {19320d56-239e-442d-a09a-f39f88afc75d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5305 2025.02.25 04:24:38.636978 [ 276 ] {19320d56-239e-442d-a09a-f39f88afc75d} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5306 2025.02.25 04:24:38.637019 [ 276 ] {19320d56-239e-442d-a09a-f39f88afc75d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5307 2025.02.25 04:24:38.637442 [ 276 ] {19320d56-239e-442d-a09a-f39f88afc75d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5308 2025.02.25 04:24:38.637701 [ 276 ] {19320d56-239e-442d-a09a-f39f88afc75d} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5309 2025.02.25 04:24:38.637905 [ 276 ] {19320d56-239e-442d-a09a-f39f88afc75d} <Debug> executeQuery: Read 68 rows, 5.50 KiB in 0.001875 sec., 36266.66666666667 rows/sec., 2.86 MiB/sec.
5310 2025.02.25 04:24:38.637969 [ 276 ] {19320d56-239e-442d-a09a-f39f88afc75d} <Debug> TCPHandler: Processed in 0.002222543 sec.
5311 2025.02.25 04:24:38.638136 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5312 2025.02.25 04:24:38.638286 [ 281 ] {b20d1ea4-2977-4f7a-9e62-0290d354b51a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5313 2025.02.25 04:24:38.638350 [ 281 ] {b20d1ea4-2977-4f7a-9e62-0290d354b51a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5314 2025.02.25 04:24:38.638992 [ 281 ] {b20d1ea4-2977-4f7a-9e62-0290d354b51a} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5315 2025.02.25 04:24:38.639035 [ 281 ] {b20d1ea4-2977-4f7a-9e62-0290d354b51a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5316 2025.02.25 04:24:38.639423 [ 281 ] {b20d1ea4-2977-4f7a-9e62-0290d354b51a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5317 2025.02.25 04:24:38.639665 [ 281 ] {b20d1ea4-2977-4f7a-9e62-0290d354b51a} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5318 2025.02.25 04:24:38.639844 [ 35 ] {} <Debug> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5319 2025.02.25 04:24:38.639918 [ 35 ] {} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5320 2025.02.25 04:24:38.639920 [ 281 ] {b20d1ea4-2977-4f7a-9e62-0290d354b51a} <Debug> executeQuery: Read 9 rows, 671.00 B in 0.001661 sec., 5418.4226369656835 rows/sec., 394.51 KiB/sec.
5321 2025.02.25 04:24:38.639958 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5322 2025.02.25 04:24:38.640074 [ 281 ] {b20d1ea4-2977-4f7a-9e62-0290d354b51a} <Debug> TCPHandler: Processed in 0.002000619 sec.
5323 2025.02.25 04:24:38.640372 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5324 2025.02.25 04:24:38.640402 [ 194 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::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
5325 2025.02.25 04:24:38.640800 [ 276 ] {4fa33d9b-d2b8-43b2-8cfd-6f49884ce2e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5326 2025.02.25 04:24:38.640885 [ 194 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5327 2025.02.25 04:24:38.640914 [ 276 ] {4fa33d9b-d2b8-43b2-8cfd-6f49884ce2e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5328 2025.02.25 04:24:38.640942 [ 194 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 164 rows starting from the beginning of the part
5329 2025.02.25 04:24:38.641230 [ 194 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 111 rows starting from the beginning of the part
5330 2025.02.25 04:24:38.641573 [ 194 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 37 rows starting from the beginning of the part
5331 2025.02.25 04:24:38.642005 [ 194 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 5 rows starting from the beginning of the part
5332 2025.02.25 04:24:38.642413 [ 194 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 35 rows starting from the beginning of the part
5333 2025.02.25 04:24:38.642769 [ 194 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::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
5334 2025.02.25 04:24:38.643663 [ 276 ] {4fa33d9b-d2b8-43b2-8cfd-6f49884ce2e9} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5335 2025.02.25 04:24:38.643745 [ 276 ] {4fa33d9b-d2b8-43b2-8cfd-6f49884ce2e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5336 2025.02.25 04:24:38.644885 [ 276 ] {4fa33d9b-d2b8-43b2-8cfd-6f49884ce2e9} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5337 2025.02.25 04:24:38.645324 [ 194 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 361 rows, containing 5 columns (5 merged, 0 gathered) in 0.005247888 sec., 68789.57782635605 rows/sec., 4.70 MiB/sec.
5338 2025.02.25 04:24:38.645451 [ 276 ] {4fa33d9b-d2b8-43b2-8cfd-6f49884ce2e9} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5339 2025.02.25 04:24:38.645568 [ 190 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5340 2025.02.25 04:24:38.645908 [ 276 ] {4fa33d9b-d2b8-43b2-8cfd-6f49884ce2e9} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.005231 sec., 13955.266679411201 rows/sec., 1.09 MiB/sec.
5341 2025.02.25 04:24:38.646087 [ 276 ] {4fa33d9b-d2b8-43b2-8cfd-6f49884ce2e9} <Debug> TCPHandler: Processed in 0.005895427 sec.
5342 2025.02.25 04:24:38.646251 [ 190 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_31_6} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5343 2025.02.25 04:24:38.646274 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5344 2025.02.25 04:24:38.646352 [ 190 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_31_6} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5345 2025.02.25 04:24:38.646419 [ 281 ] {2500dd79-66f9-4dd2-8071-323686dd7c86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5346 2025.02.25 04:24:38.646447 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
5347 2025.02.25 04:24:38.646489 [ 281 ] {2500dd79-66f9-4dd2-8071-323686dd7c86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5348 2025.02.25 04:24:38.647048 [ 281 ] {2500dd79-66f9-4dd2-8071-323686dd7c86} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5349 2025.02.25 04:24:38.647089 [ 281 ] {2500dd79-66f9-4dd2-8071-323686dd7c86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5350 2025.02.25 04:24:38.647484 [ 281 ] {2500dd79-66f9-4dd2-8071-323686dd7c86} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5351 2025.02.25 04:24:38.647719 [ 281 ] {2500dd79-66f9-4dd2-8071-323686dd7c86} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5352 2025.02.25 04:24:38.647907 [ 281 ] {2500dd79-66f9-4dd2-8071-323686dd7c86} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001533 sec., 105675.14677103718 rows/sec., 7.36 MiB/sec.
5353 2025.02.25 04:24:38.647959 [ 281 ] {2500dd79-66f9-4dd2-8071-323686dd7c86} <Debug> TCPHandler: Processed in 0.001754755 sec.
5354 2025.02.25 04:24:38.648172 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5355 2025.02.25 04:24:38.648397 [ 276 ] {c4c58892-067a-4d1c-a69e-ed43ba33aac5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5356 2025.02.25 04:24:38.648535 [ 276 ] {c4c58892-067a-4d1c-a69e-ed43ba33aac5} <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
5357 2025.02.25 04:24:38.649695 [ 276 ] {c4c58892-067a-4d1c-a69e-ed43ba33aac5} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5358 2025.02.25 04:24:38.649735 [ 276 ] {c4c58892-067a-4d1c-a69e-ed43ba33aac5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5359 2025.02.25 04:24:38.650349 [ 276 ] {c4c58892-067a-4d1c-a69e-ed43ba33aac5} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5360 2025.02.25 04:24:38.650609 [ 276 ] {c4c58892-067a-4d1c-a69e-ed43ba33aac5} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5361 2025.02.25 04:24:38.650858 [ 276 ] {c4c58892-067a-4d1c-a69e-ed43ba33aac5} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002518 sec., 1985.7029388403496 rows/sec., 3.56 MiB/sec.
5362 2025.02.25 04:24:38.650971 [ 276 ] {c4c58892-067a-4d1c-a69e-ed43ba33aac5} <Debug> TCPHandler: Processed in 0.002919623 sec.
5363 2025.02.25 04:24:38.651138 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5364 2025.02.25 04:24:38.651261 [ 281 ] {d5d0774e-254d-4189-9ecc-53f160c7a15e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5365 2025.02.25 04:24:38.651313 [ 281 ] {d5d0774e-254d-4189-9ecc-53f160c7a15e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5366 2025.02.25 04:24:38.651823 [ 281 ] {d5d0774e-254d-4189-9ecc-53f160c7a15e} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5367 2025.02.25 04:24:38.651874 [ 281 ] {d5d0774e-254d-4189-9ecc-53f160c7a15e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5368 2025.02.25 04:24:38.652275 [ 281 ] {d5d0774e-254d-4189-9ecc-53f160c7a15e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5369 2025.02.25 04:24:38.652522 [ 281 ] {d5d0774e-254d-4189-9ecc-53f160c7a15e} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5370 2025.02.25 04:24:38.652716 [ 281 ] {d5d0774e-254d-4189-9ecc-53f160c7a15e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00148 sec., 40540.54054054054 rows/sec., 2.73 MiB/sec.
5371 2025.02.25 04:24:38.652824 [ 281 ] {d5d0774e-254d-4189-9ecc-53f160c7a15e} <Debug> TCPHandler: Processed in 0.001747715 sec.
5372 2025.02.25 04:24:39.785133 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 772
5373 2025.02.25 04:24:39.788297 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5374 2025.02.25 04:24:39.788351 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5375 2025.02.25 04:24:39.789831 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5376 2025.02.25 04:24:39.790160 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5377 2025.02.25 04:24:39.791318 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 772
5378 2025.02.25 04:24:43.634126 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5379 2025.02.25 04:24:43.634368 [ 281 ] {a6300f45-8c7e-4715-b6c0-3d21762a8d12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5380 2025.02.25 04:24:43.634456 [ 281 ] {a6300f45-8c7e-4715-b6c0-3d21762a8d12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5381 2025.02.25 04:24:43.635301 [ 281 ] {a6300f45-8c7e-4715-b6c0-3d21762a8d12} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5382 2025.02.25 04:24:43.635359 [ 281 ] {a6300f45-8c7e-4715-b6c0-3d21762a8d12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5383 2025.02.25 04:24:43.635835 [ 281 ] {a6300f45-8c7e-4715-b6c0-3d21762a8d12} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5384 2025.02.25 04:24:43.636113 [ 281 ] {a6300f45-8c7e-4715-b6c0-3d21762a8d12} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5385 2025.02.25 04:24:43.636338 [ 281 ] {a6300f45-8c7e-4715-b6c0-3d21762a8d12} <Debug> executeQuery: Read 126 rows, 11.02 KiB in 0.002032 sec., 62007.874015748035 rows/sec., 5.30 MiB/sec.
5386 2025.02.25 04:24:43.636405 [ 281 ] {a6300f45-8c7e-4715-b6c0-3d21762a8d12} <Debug> TCPHandler: Processed in 0.002436997 sec.
5387 2025.02.25 04:24:43.636722 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5388 2025.02.25 04:24:43.636964 [ 276 ] {34f12c75-9977-4bdc-8b92-b5fa86e7b3db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5389 2025.02.25 04:24:43.637037 [ 276 ] {34f12c75-9977-4bdc-8b92-b5fa86e7b3db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5390 2025.02.25 04:24:43.637811 [ 276 ] {34f12c75-9977-4bdc-8b92-b5fa86e7b3db} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5391 2025.02.25 04:24:43.637860 [ 276 ] {34f12c75-9977-4bdc-8b92-b5fa86e7b3db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5392 2025.02.25 04:24:43.638303 [ 276 ] {34f12c75-9977-4bdc-8b92-b5fa86e7b3db} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5393 2025.02.25 04:24:43.638552 [ 276 ] {34f12c75-9977-4bdc-8b92-b5fa86e7b3db} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5394 2025.02.25 04:24:43.638818 [ 276 ] {34f12c75-9977-4bdc-8b92-b5fa86e7b3db} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.001904 sec., 18382.35294117647 rows/sec., 1.35 MiB/sec.
5395 2025.02.25 04:24:43.638967 [ 276 ] {34f12c75-9977-4bdc-8b92-b5fa86e7b3db} <Debug> TCPHandler: Processed in 0.002434576 sec.
5396 2025.02.25 04:24:43.639220 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5397 2025.02.25 04:24:43.639371 [ 281 ] {c1f61e84-e31a-497a-a555-62c138a02548} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5398 2025.02.25 04:24:43.639434 [ 281 ] {c1f61e84-e31a-497a-a555-62c138a02548} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5399 2025.02.25 04:24:43.640120 [ 281 ] {c1f61e84-e31a-497a-a555-62c138a02548} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5400 2025.02.25 04:24:43.640162 [ 281 ] {c1f61e84-e31a-497a-a555-62c138a02548} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5401 2025.02.25 04:24:43.640546 [ 281 ] {c1f61e84-e31a-497a-a555-62c138a02548} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5402 2025.02.25 04:24:43.640791 [ 281 ] {c1f61e84-e31a-497a-a555-62c138a02548} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5403 2025.02.25 04:24:43.640980 [ 281 ] {c1f61e84-e31a-497a-a555-62c138a02548} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001646 sec., 60145.80801944107 rows/sec., 4.70 MiB/sec.
5404 2025.02.25 04:24:43.641036 [ 281 ] {c1f61e84-e31a-497a-a555-62c138a02548} <Debug> TCPHandler: Processed in 0.001929458 sec.
5405 2025.02.25 04:24:43.641201 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5406 2025.02.25 04:24:43.641350 [ 276 ] {672bc93e-340f-42ab-8ea8-bec6e31e29e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5407 2025.02.25 04:24:43.641416 [ 276 ] {672bc93e-340f-42ab-8ea8-bec6e31e29e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5408 2025.02.25 04:24:43.642046 [ 276 ] {672bc93e-340f-42ab-8ea8-bec6e31e29e4} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5409 2025.02.25 04:24:43.642087 [ 276 ] {672bc93e-340f-42ab-8ea8-bec6e31e29e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5410 2025.02.25 04:24:43.642498 [ 276 ] {672bc93e-340f-42ab-8ea8-bec6e31e29e4} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5411 2025.02.25 04:24:43.642748 [ 276 ] {672bc93e-340f-42ab-8ea8-bec6e31e29e4} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5412 2025.02.25 04:24:43.642966 [ 276 ] {672bc93e-340f-42ab-8ea8-bec6e31e29e4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001653 sec., 96793.70840895342 rows/sec., 6.74 MiB/sec.
5413 2025.02.25 04:24:43.643023 [ 276 ] {672bc93e-340f-42ab-8ea8-bec6e31e29e4} <Debug> TCPHandler: Processed in 0.001894418 sec.
5414 2025.02.25 04:24:43.643171 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5415 2025.02.25 04:24:43.643291 [ 281 ] {437a03ff-55a0-47d6-82d2-e81cf384318e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5416 2025.02.25 04:24:43.643374 [ 281 ] {437a03ff-55a0-47d6-82d2-e81cf384318e} <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
5417 2025.02.25 04:24:43.644579 [ 281 ] {437a03ff-55a0-47d6-82d2-e81cf384318e} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5418 2025.02.25 04:24:43.644618 [ 281 ] {437a03ff-55a0-47d6-82d2-e81cf384318e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5419 2025.02.25 04:24:43.645312 [ 281 ] {437a03ff-55a0-47d6-82d2-e81cf384318e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5420 2025.02.25 04:24:43.645576 [ 281 ] {437a03ff-55a0-47d6-82d2-e81cf384318e} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5421 2025.02.25 04:24:43.645837 [ 281 ] {437a03ff-55a0-47d6-82d2-e81cf384318e} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002564 sec., 13650.546021840873 rows/sec., 24.46 MiB/sec.
5422 2025.02.25 04:24:43.646364 [ 281 ] {437a03ff-55a0-47d6-82d2-e81cf384318e} <Debug> TCPHandler: Processed in 0.003246608 sec.
5423 2025.02.25 04:24:43.646512 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5424 2025.02.25 04:24:43.646634 [ 276 ] {0855bd68-453a-4e85-a9cb-bcfe0d8b8544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5425 2025.02.25 04:24:43.646686 [ 276 ] {0855bd68-453a-4e85-a9cb-bcfe0d8b8544} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5426 2025.02.25 04:24:43.647192 [ 276 ] {0855bd68-453a-4e85-a9cb-bcfe0d8b8544} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5427 2025.02.25 04:24:43.647233 [ 276 ] {0855bd68-453a-4e85-a9cb-bcfe0d8b8544} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5428 2025.02.25 04:24:43.647613 [ 276 ] {0855bd68-453a-4e85-a9cb-bcfe0d8b8544} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5429 2025.02.25 04:24:43.647850 [ 276 ] {0855bd68-453a-4e85-a9cb-bcfe0d8b8544} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5430 2025.02.25 04:24:43.648119 [ 276 ] {0855bd68-453a-4e85-a9cb-bcfe0d8b8544} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001503 sec., 39920.159680638724 rows/sec., 2.69 MiB/sec.
5431 2025.02.25 04:24:43.648285 [ 276 ] {0855bd68-453a-4e85-a9cb-bcfe0d8b8544} <Debug> TCPHandler: Processed in 0.001823658 sec.
5432 2025.02.25 04:24:44.627457 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache
5433 2025.02.25 04:24:44.627544 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache
5434 2025.02.25 04:24:44.734756 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956
5435 2025.02.25 04:24:44.735780 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5436 2025.02.25 04:24:44.735865 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5437 2025.02.25 04:24:44.736529 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5438 2025.02.25 04:24:44.736788 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5439 2025.02.25 04:24:44.736943 [ 28 ] {} <Debug> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5440 2025.02.25 04:24:44.737002 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956
5441 2025.02.25 04:24:44.737009 [ 28 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5442 2025.02.25 04:24:44.737039 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5443 2025.02.25 04:24:44.737185 [ 190 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
5444 2025.02.25 04:24:44.737351 [ 190 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5445 2025.02.25 04:24:44.737401 [ 190 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
5446 2025.02.25 04:24:44.737499 [ 190 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
5447 2025.02.25 04:24:44.737722 [ 190 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
5448 2025.02.25 04:24:44.737868 [ 190 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
5449 2025.02.25 04:24:44.738075 [ 190 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
5450 2025.02.25 04:24:44.738204 [ 190 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
5451 2025.02.25 04:24:44.743151 [ 196 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.00603807 sec., 1980102.913679371 rows/sec., 28.33 MiB/sec.
5452 2025.02.25 04:24:44.743554 [ 196 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5453 2025.02.25 04:24:44.743886 [ 196 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_26_5} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5454 2025.02.25 04:24:44.743963 [ 196 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_26_5} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5455 2025.02.25 04:24:44.744064 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB.
5456 2025.02.25 04:24:45.557108 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196
5457 2025.02.25 04:24:45.578844 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5458 2025.02.25 04:24:45.578906 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5459 2025.02.25 04:24:45.586369 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5460 2025.02.25 04:24:45.587156 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5461 2025.02.25 04:24:45.587530 [ 28 ] {} <Debug> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5462 2025.02.25 04:24:45.587650 [ 28 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5463 2025.02.25 04:24:45.587713 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5464 2025.02.25 04:24:45.588292 [ 189 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
5465 2025.02.25 04:24:45.604971 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196
5466 2025.02.25 04:24:45.606394 [ 189 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5467 2025.02.25 04:24:45.608159 [ 189 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
5468 2025.02.25 04:24:45.614021 [ 189 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
5469 2025.02.25 04:24:45.620136 [ 189 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
5470 2025.02.25 04:24:45.625998 [ 189 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
5471 2025.02.25 04:24:45.632211 [ 189 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
5472 2025.02.25 04:24:45.636966 [ 189 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
5473 2025.02.25 04:24:45.696862 [ 196 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.108986856 sec., 1798.3819993853206 rows/sec., 9.30 MiB/sec.
5474 2025.02.25 04:24:45.699519 [ 187 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5475 2025.02.25 04:24:45.702470 [ 187 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_26_5} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5476 2025.02.25 04:24:45.702562 [ 187 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_26_5} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5477 2025.02.25 04:24:45.704952 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB.
5478 2025.02.25 04:24:46.000185 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.88 MiB, peak 203.45 MiB, free memory in arenas 0.00 B, will set to 194.95 MiB (RSS), difference: 2.07 MiB
5479 2025.02.25 04:24:48.638486 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5480 2025.02.25 04:24:48.638716 [ 281 ] {3bc45244-1845-484c-8bd4-67d4bce8a3cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5481 2025.02.25 04:24:48.638802 [ 281 ] {3bc45244-1845-484c-8bd4-67d4bce8a3cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5482 2025.02.25 04:24:48.639708 [ 281 ] {3bc45244-1845-484c-8bd4-67d4bce8a3cf} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5483 2025.02.25 04:24:48.639764 [ 281 ] {3bc45244-1845-484c-8bd4-67d4bce8a3cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5484 2025.02.25 04:24:48.640233 [ 281 ] {3bc45244-1845-484c-8bd4-67d4bce8a3cf} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5485 2025.02.25 04:24:48.640509 [ 281 ] {3bc45244-1845-484c-8bd4-67d4bce8a3cf} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5486 2025.02.25 04:24:48.640770 [ 281 ] {3bc45244-1845-484c-8bd4-67d4bce8a3cf} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002115 sec., 100236.40661938534 rows/sec., 6.37 MiB/sec.
5487 2025.02.25 04:24:48.640907 [ 281 ] {3bc45244-1845-484c-8bd4-67d4bce8a3cf} <Debug> TCPHandler: Processed in 0.002570088 sec.
5488 2025.02.25 04:24:48.641196 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5489 2025.02.25 04:24:48.641413 [ 276 ] {3244196f-9640-406e-8aa7-487751fd4780} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5490 2025.02.25 04:24:48.641495 [ 276 ] {3244196f-9640-406e-8aa7-487751fd4780} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5491 2025.02.25 04:24:48.642591 [ 276 ] {3244196f-9640-406e-8aa7-487751fd4780} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5492 2025.02.25 04:24:48.642638 [ 276 ] {3244196f-9640-406e-8aa7-487751fd4780} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5493 2025.02.25 04:24:48.643126 [ 276 ] {3244196f-9640-406e-8aa7-487751fd4780} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5494 2025.02.25 04:24:48.643388 [ 276 ] {3244196f-9640-406e-8aa7-487751fd4780} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5495 2025.02.25 04:24:48.643584 [ 60 ] {} <Debug> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5496 2025.02.25 04:24:48.643654 [ 276 ] {3244196f-9640-406e-8aa7-487751fd4780} <Debug> executeQuery: Read 627 rows, 50.33 KiB in 0.002294 sec., 273321.70880557975 rows/sec., 21.42 MiB/sec.
5497 2025.02.25 04:24:48.643670 [ 60 ] {} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5498 2025.02.25 04:24:48.643740 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5499 2025.02.25 04:24:48.643793 [ 276 ] {3244196f-9640-406e-8aa7-487751fd4780} <Debug> TCPHandler: Processed in 0.002735421 sec.
5500 2025.02.25 04:24:48.644018 [ 196 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::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
5501 2025.02.25 04:24:48.644040 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5502 2025.02.25 04:24:48.644304 [ 196 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5503 2025.02.25 04:24:48.644320 [ 281 ] {49688502-4948-4134-845a-4e93c201560b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5504 2025.02.25 04:24:48.644377 [ 196 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1848 rows starting from the beginning of the part
5505 2025.02.25 04:24:48.644443 [ 281 ] {49688502-4948-4134-845a-4e93c201560b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5506 2025.02.25 04:24:48.644692 [ 196 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 66 rows starting from the beginning of the part
5507 2025.02.25 04:24:48.645023 [ 196 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 126 rows starting from the beginning of the part
5508 2025.02.25 04:24:48.645322 [ 196 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 68 rows starting from the beginning of the part
5509 2025.02.25 04:24:48.645718 [ 196 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 126 rows starting from the beginning of the part
5510 2025.02.25 04:24:48.646120 [ 196 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 627 rows starting from the beginning of the part
5511 2025.02.25 04:24:48.647775 [ 281 ] {49688502-4948-4134-845a-4e93c201560b} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5512 2025.02.25 04:24:48.647854 [ 281 ] {49688502-4948-4134-845a-4e93c201560b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5513 2025.02.25 04:24:48.648990 [ 281 ] {49688502-4948-4134-845a-4e93c201560b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5514 2025.02.25 04:24:48.649388 [ 281 ] {49688502-4948-4134-845a-4e93c201560b} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5515 2025.02.25 04:24:48.649834 [ 281 ] {49688502-4948-4134-845a-4e93c201560b} <Debug> executeQuery: Read 111 rows, 6.76 KiB in 0.005587 sec., 19867.549668874173 rows/sec., 1.18 MiB/sec.
5516 2025.02.25 04:24:48.650213 [ 281 ] {49688502-4948-4134-845a-4e93c201560b} <Debug> TCPHandler: Processed in 0.006278383 sec.
5517 2025.02.25 04:24:48.650313 [ 187 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2861 rows, containing 5 columns (5 merged, 0 gathered) in 0.006465476 sec., 442504.15591984254 rows/sec., 37.51 MiB/sec.
5518 2025.02.25 04:24:48.650406 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5519 2025.02.25 04:24:48.650587 [ 276 ] {91d49bb2-5950-4a64-90a2-a56eb882f35c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5520 2025.02.25 04:24:48.650638 [ 186 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5521 2025.02.25 04:24:48.650670 [ 276 ] {91d49bb2-5950-4a64-90a2-a56eb882f35c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5522 2025.02.25 04:24:48.651262 [ 186 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_41_8} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5523 2025.02.25 04:24:48.651469 [ 186 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_41_8} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5524 2025.02.25 04:24:48.651587 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB.
5525 2025.02.25 04:24:48.651881 [ 276 ] {91d49bb2-5950-4a64-90a2-a56eb882f35c} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5526 2025.02.25 04:24:48.651927 [ 276 ] {91d49bb2-5950-4a64-90a2-a56eb882f35c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5527 2025.02.25 04:24:48.652307 [ 276 ] {91d49bb2-5950-4a64-90a2-a56eb882f35c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5528 2025.02.25 04:24:48.652563 [ 276 ] {91d49bb2-5950-4a64-90a2-a56eb882f35c} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5529 2025.02.25 04:24:48.652837 [ 276 ] {91d49bb2-5950-4a64-90a2-a56eb882f35c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002313 sec., 48854.30177258971 rows/sec., 3.16 MiB/sec.
5530 2025.02.25 04:24:48.653043 [ 276 ] {91d49bb2-5950-4a64-90a2-a56eb882f35c} <Debug> TCPHandler: Processed in 0.002728661 sec.
5531 2025.02.25 04:24:48.653242 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5532 2025.02.25 04:24:48.653387 [ 281 ] {406b15bc-8a8a-4e7e-9e2a-4046a8ac68f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5533 2025.02.25 04:24:48.653448 [ 281 ] {406b15bc-8a8a-4e7e-9e2a-4046a8ac68f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5534 2025.02.25 04:24:48.654166 [ 281 ] {406b15bc-8a8a-4e7e-9e2a-4046a8ac68f0} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5535 2025.02.25 04:24:48.654207 [ 281 ] {406b15bc-8a8a-4e7e-9e2a-4046a8ac68f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5536 2025.02.25 04:24:48.654587 [ 281 ] {406b15bc-8a8a-4e7e-9e2a-4046a8ac68f0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5537 2025.02.25 04:24:48.654830 [ 281 ] {406b15bc-8a8a-4e7e-9e2a-4046a8ac68f0} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5538 2025.02.25 04:24:48.655077 [ 281 ] {406b15bc-8a8a-4e7e-9e2a-4046a8ac68f0} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001715 sec., 65306.12244897959 rows/sec., 3.72 MiB/sec.
5539 2025.02.25 04:24:48.655179 [ 281 ] {406b15bc-8a8a-4e7e-9e2a-4046a8ac68f0} <Debug> TCPHandler: Processed in 0.00200378 sec.
5540 2025.02.25 04:24:48.655335 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5541 2025.02.25 04:24:48.655475 [ 276 ] {f0038d93-2d9b-490e-9556-c09d81b7a30e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5542 2025.02.25 04:24:48.655535 [ 276 ] {f0038d93-2d9b-490e-9556-c09d81b7a30e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5543 2025.02.25 04:24:48.656361 [ 276 ] {f0038d93-2d9b-490e-9556-c09d81b7a30e} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5544 2025.02.25 04:24:48.656401 [ 276 ] {f0038d93-2d9b-490e-9556-c09d81b7a30e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5545 2025.02.25 04:24:48.656791 [ 276 ] {f0038d93-2d9b-490e-9556-c09d81b7a30e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5546 2025.02.25 04:24:48.657028 [ 276 ] {f0038d93-2d9b-490e-9556-c09d81b7a30e} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5547 2025.02.25 04:24:48.657189 [ 60 ] {} <Debug> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5548 2025.02.25 04:24:48.657254 [ 60 ] {} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5549 2025.02.25 04:24:48.657268 [ 276 ] {f0038d93-2d9b-490e-9556-c09d81b7a30e} <Debug> executeQuery: Read 387 rows, 27.99 KiB in 0.001817 sec., 212988.44248761694 rows/sec., 15.04 MiB/sec.
5550 2025.02.25 04:24:48.657291 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5551 2025.02.25 04:24:48.657416 [ 276 ] {f0038d93-2d9b-490e-9556-c09d81b7a30e} <Debug> TCPHandler: Processed in 0.002148802 sec.
5552 2025.02.25 04:24:48.657492 [ 196 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::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
5553 2025.02.25 04:24:48.657638 [ 196 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5554 2025.02.25 04:24:48.657673 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5555 2025.02.25 04:24:48.657690 [ 196 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 914 rows starting from the beginning of the part
5556 2025.02.25 04:24:48.657898 [ 196 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 69 rows starting from the beginning of the part
5557 2025.02.25 04:24:48.658199 [ 196 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 99 rows starting from the beginning of the part
5558 2025.02.25 04:24:48.658210 [ 281 ] {d56bfebe-7a1a-4cbf-bf87-1ad315778a1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5559 2025.02.25 04:24:48.658429 [ 281 ] {d56bfebe-7a1a-4cbf-bf87-1ad315778a1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5560 2025.02.25 04:24:48.658462 [ 196 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 73 rows starting from the beginning of the part
5561 2025.02.25 04:24:48.658910 [ 196 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 99 rows starting from the beginning of the part
5562 2025.02.25 04:24:48.659308 [ 196 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 387 rows starting from the beginning of the part
5563 2025.02.25 04:24:48.660652 [ 281 ] {d56bfebe-7a1a-4cbf-bf87-1ad315778a1f} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5564 2025.02.25 04:24:48.660715 [ 281 ] {d56bfebe-7a1a-4cbf-bf87-1ad315778a1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5565 2025.02.25 04:24:48.661807 [ 281 ] {d56bfebe-7a1a-4cbf-bf87-1ad315778a1f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5566 2025.02.25 04:24:48.662271 [ 281 ] {d56bfebe-7a1a-4cbf-bf87-1ad315778a1f} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5567 2025.02.25 04:24:48.662597 [ 196 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1641 rows, containing 5 columns (5 merged, 0 gathered) in 0.005191097 sec., 316118.1538314541 rows/sec., 24.38 MiB/sec.
5568 2025.02.25 04:24:48.662920 [ 281 ] {d56bfebe-7a1a-4cbf-bf87-1ad315778a1f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004861 sec., 1234.3139271754783 rows/sec., 64.49 KiB/sec.
5569 2025.02.25 04:24:48.663014 [ 187 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5570 2025.02.25 04:24:48.663231 [ 281 ] {d56bfebe-7a1a-4cbf-bf87-1ad315778a1f} <Debug> TCPHandler: Processed in 0.005691815 sec.
5571 2025.02.25 04:24:48.663412 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5572 2025.02.25 04:24:48.663558 [ 276 ] {f7cc8bd0-5282-4fd2-b1bd-9474a4066818} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5573 2025.02.25 04:24:48.663580 [ 187 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_41_8} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5574 2025.02.25 04:24:48.663635 [ 276 ] {f7cc8bd0-5282-4fd2-b1bd-9474a4066818} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5575 2025.02.25 04:24:48.663697 [ 187 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_41_8} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5576 2025.02.25 04:24:48.663824 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB.
5577 2025.02.25 04:24:48.664325 [ 276 ] {f7cc8bd0-5282-4fd2-b1bd-9474a4066818} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5578 2025.02.25 04:24:48.664363 [ 276 ] {f7cc8bd0-5282-4fd2-b1bd-9474a4066818} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5579 2025.02.25 04:24:48.664768 [ 276 ] {f7cc8bd0-5282-4fd2-b1bd-9474a4066818} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5580 2025.02.25 04:24:48.665008 [ 276 ] {f7cc8bd0-5282-4fd2-b1bd-9474a4066818} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5581 2025.02.25 04:24:48.665169 [ 60 ] {} <Debug> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5582 2025.02.25 04:24:48.665239 [ 60 ] {} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5583 2025.02.25 04:24:48.665252 [ 276 ] {f7cc8bd0-5282-4fd2-b1bd-9474a4066818} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00172 sec., 137790.6976744186 rows/sec., 9.24 MiB/sec.
5584 2025.02.25 04:24:48.665280 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5585 2025.02.25 04:24:48.665424 [ 276 ] {f7cc8bd0-5282-4fd2-b1bd-9474a4066818} <Debug> TCPHandler: Processed in 0.002072881 sec.
5586 2025.02.25 04:24:48.665697 [ 196 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::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
5587 2025.02.25 04:24:48.665845 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5588 2025.02.25 04:24:48.666117 [ 196 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5589 2025.02.25 04:24:48.666224 [ 196 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11789 rows starting from the beginning of the part
5590 2025.02.25 04:24:48.666423 [ 281 ] {1d0c943e-a7ae-419b-ac5b-e530b83aa390} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5591 2025.02.25 04:24:48.666548 [ 196 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part
5592 2025.02.25 04:24:48.666592 [ 281 ] {1d0c943e-a7ae-419b-ac5b-e530b83aa390} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5593 2025.02.25 04:24:48.666968 [ 196 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::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
5594 2025.02.25 04:24:48.667330 [ 196 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 162 rows starting from the beginning of the part
5595 2025.02.25 04:24:48.667611 [ 196 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::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
5596 2025.02.25 04:24:48.667896 [ 196 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::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
5597 2025.02.25 04:24:48.669081 [ 281 ] {1d0c943e-a7ae-419b-ac5b-e530b83aa390} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5598 2025.02.25 04:24:48.669156 [ 281 ] {1d0c943e-a7ae-419b-ac5b-e530b83aa390} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5599 2025.02.25 04:24:48.669689 [ 281 ] {1d0c943e-a7ae-419b-ac5b-e530b83aa390} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5600 2025.02.25 04:24:48.670164 [ 281 ] {1d0c943e-a7ae-419b-ac5b-e530b83aa390} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5601 2025.02.25 04:24:48.670835 [ 281 ] {1d0c943e-a7ae-419b-ac5b-e530b83aa390} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004491 sec., 222.667557336896 rows/sec., 15.00 KiB/sec.
5602 2025.02.25 04:24:48.671202 [ 281 ] {1d0c943e-a7ae-419b-ac5b-e530b83aa390} <Debug> TCPHandler: Processed in 0.005632254 sec.
5603 2025.02.25 04:24:48.671445 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5604 2025.02.25 04:24:48.671603 [ 276 ] {99f749d3-4e8b-403e-8a90-16241298c7b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5605 2025.02.25 04:24:48.671715 [ 276 ] {99f749d3-4e8b-403e-8a90-16241298c7b8} <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
5606 2025.02.25 04:24:48.673602 [ 199 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12668 rows, containing 5 columns (5 merged, 0 gathered) in 0.008211162 sec., 1542777.989278497 rows/sec., 104.33 MiB/sec.
5607 2025.02.25 04:24:48.673706 [ 276 ] {99f749d3-4e8b-403e-8a90-16241298c7b8} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5608 2025.02.25 04:24:48.673747 [ 276 ] {99f749d3-4e8b-403e-8a90-16241298c7b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5609 2025.02.25 04:24:48.674034 [ 199 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5610 2025.02.25 04:24:48.674439 [ 199 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5611 2025.02.25 04:24:48.674552 [ 199 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5612 2025.02.25 04:24:48.674567 [ 276 ] {99f749d3-4e8b-403e-8a90-16241298c7b8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5613 2025.02.25 04:24:48.674655 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.32 MiB.
5614 2025.02.25 04:24:48.674865 [ 276 ] {99f749d3-4e8b-403e-8a90-16241298c7b8} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5615 2025.02.25 04:24:48.675121 [ 276 ] {99f749d3-4e8b-403e-8a90-16241298c7b8} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.00355 sec., 1408.450704225352 rows/sec., 2.52 MiB/sec.
5616 2025.02.25 04:24:48.675246 [ 276 ] {99f749d3-4e8b-403e-8a90-16241298c7b8} <Debug> TCPHandler: Processed in 0.003923488 sec.
5617 2025.02.25 04:24:48.675403 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5618 2025.02.25 04:24:48.675545 [ 281 ] {b63d3c17-ca1a-4e19-9de1-276f53555a51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5619 2025.02.25 04:24:48.675606 [ 281 ] {b63d3c17-ca1a-4e19-9de1-276f53555a51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5620 2025.02.25 04:24:48.676156 [ 281 ] {b63d3c17-ca1a-4e19-9de1-276f53555a51} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5621 2025.02.25 04:24:48.676193 [ 281 ] {b63d3c17-ca1a-4e19-9de1-276f53555a51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5622 2025.02.25 04:24:48.676558 [ 281 ] {b63d3c17-ca1a-4e19-9de1-276f53555a51} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5623 2025.02.25 04:24:48.676787 [ 281 ] {b63d3c17-ca1a-4e19-9de1-276f53555a51} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5624 2025.02.25 04:24:48.676938 [ 60 ] {} <Debug> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5625 2025.02.25 04:24:48.677003 [ 60 ] {} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5626 2025.02.25 04:24:48.677018 [ 281 ] {b63d3c17-ca1a-4e19-9de1-276f53555a51} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001559 sec., 52597.81911481719 rows/sec., 3.34 MiB/sec.
5627 2025.02.25 04:24:48.677042 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5628 2025.02.25 04:24:48.677246 [ 281 ] {b63d3c17-ca1a-4e19-9de1-276f53555a51} <Debug> TCPHandler: Processed in 0.001906208 sec.
5629 2025.02.25 04:24:48.677328 [ 188 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
5630 2025.02.25 04:24:48.677449 [ 188 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5631 2025.02.25 04:24:48.677476 [ 188 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2134 rows starting from the beginning of the part
5632 2025.02.25 04:24:48.677537 [ 188 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part
5633 2025.02.25 04:24:48.677693 [ 188 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
5634 2025.02.25 04:24:48.677916 [ 188 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part
5635 2025.02.25 04:24:48.677998 [ 188 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
5636 2025.02.25 04:24:48.678199 [ 188 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
5637 2025.02.25 04:24:48.679509 [ 199 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2456 rows, containing 4 columns (4 merged, 0 gathered) in 0.002294154 sec., 1070547.138509446 rows/sec., 70.21 MiB/sec.
5638 2025.02.25 04:24:48.679738 [ 196 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5639 2025.02.25 04:24:48.680034 [ 196 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_41_8} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5640 2025.02.25 04:24:48.680118 [ 196 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_41_8} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5641 2025.02.25 04:24:48.680196 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB.
5642 2025.02.25 04:24:49.791540 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 806
5643 2025.02.25 04:24:49.794694 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5644 2025.02.25 04:24:49.794756 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5645 2025.02.25 04:24:49.796289 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5646 2025.02.25 04:24:49.796611 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5647 2025.02.25 04:24:49.797932 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 806
5648 2025.02.25 04:24:50.839664 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5649 2025.02.25 04:24:50.839903 [ 281 ] {692e6c64-7ade-4f74-8d7f-9a1a40383f23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5650 2025.02.25 04:24:50.839989 [ 281 ] {692e6c64-7ade-4f74-8d7f-9a1a40383f23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5651 2025.02.25 04:24:50.840756 [ 281 ] {692e6c64-7ade-4f74-8d7f-9a1a40383f23} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5652 2025.02.25 04:24:50.840807 [ 281 ] {692e6c64-7ade-4f74-8d7f-9a1a40383f23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5653 2025.02.25 04:24:50.841242 [ 281 ] {692e6c64-7ade-4f74-8d7f-9a1a40383f23} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
5654 2025.02.25 04:24:50.841490 [ 281 ] {692e6c64-7ade-4f74-8d7f-9a1a40383f23} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5655 2025.02.25 04:24:50.841694 [ 281 ] {692e6c64-7ade-4f74-8d7f-9a1a40383f23} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001852 sec., 6479.481641468683 rows/sec., 528.36 KiB/sec.
5656 2025.02.25 04:24:50.841765 [ 281 ] {692e6c64-7ade-4f74-8d7f-9a1a40383f23} <Debug> TCPHandler: Processed in 0.002247633 sec.
5657 2025.02.25 04:24:50.842050 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5658 2025.02.25 04:24:50.842263 [ 276 ] {0486c5e5-1cfc-4339-b44d-c6d42bee5a1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5659 2025.02.25 04:24:50.842345 [ 276 ] {0486c5e5-1cfc-4339-b44d-c6d42bee5a1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5660 2025.02.25 04:24:50.843862 [ 276 ] {0486c5e5-1cfc-4339-b44d-c6d42bee5a1d} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5661 2025.02.25 04:24:50.843912 [ 276 ] {0486c5e5-1cfc-4339-b44d-c6d42bee5a1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5662 2025.02.25 04:24:50.844428 [ 276 ] {0486c5e5-1cfc-4339-b44d-c6d42bee5a1d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5663 2025.02.25 04:24:50.844680 [ 276 ] {0486c5e5-1cfc-4339-b44d-c6d42bee5a1d} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5664 2025.02.25 04:24:50.844907 [ 276 ] {0486c5e5-1cfc-4339-b44d-c6d42bee5a1d} <Debug> executeQuery: Read 1272 rows, 107.58 KiB in 0.002701 sec., 470936.69011477235 rows/sec., 38.90 MiB/sec.
5665 2025.02.25 04:24:50.844966 [ 276 ] {0486c5e5-1cfc-4339-b44d-c6d42bee5a1d} <Debug> TCPHandler: Processed in 0.003059606 sec.
5666 2025.02.25 04:24:50.845117 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5667 2025.02.25 04:24:50.845251 [ 281 ] {766c86a4-086f-4ee6-b9c4-a559a7ae49c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5668 2025.02.25 04:24:50.845306 [ 281 ] {766c86a4-086f-4ee6-b9c4-a559a7ae49c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5669 2025.02.25 04:24:50.845938 [ 281 ] {766c86a4-086f-4ee6-b9c4-a559a7ae49c4} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5670 2025.02.25 04:24:50.845978 [ 281 ] {766c86a4-086f-4ee6-b9c4-a559a7ae49c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5671 2025.02.25 04:24:50.846375 [ 281 ] {766c86a4-086f-4ee6-b9c4-a559a7ae49c4} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5672 2025.02.25 04:24:50.846621 [ 281 ] {766c86a4-086f-4ee6-b9c4-a559a7ae49c4} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5673 2025.02.25 04:24:50.846802 [ 281 ] {766c86a4-086f-4ee6-b9c4-a559a7ae49c4} <Debug> executeQuery: Read 47 rows, 3.47 KiB in 0.001583 sec., 29690.46114971573 rows/sec., 2.14 MiB/sec.
5674 2025.02.25 04:24:50.846859 [ 281 ] {766c86a4-086f-4ee6-b9c4-a559a7ae49c4} <Debug> TCPHandler: Processed in 0.001801727 sec.
5675 2025.02.25 04:24:50.847017 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5676 2025.02.25 04:24:50.847157 [ 276 ] {3054da79-fcf7-44b1-bd8b-37a98c126250} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5677 2025.02.25 04:24:50.847215 [ 276 ] {3054da79-fcf7-44b1-bd8b-37a98c126250} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5678 2025.02.25 04:24:50.848010 [ 276 ] {3054da79-fcf7-44b1-bd8b-37a98c126250} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5679 2025.02.25 04:24:50.848051 [ 276 ] {3054da79-fcf7-44b1-bd8b-37a98c126250} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5680 2025.02.25 04:24:50.848427 [ 276 ] {3054da79-fcf7-44b1-bd8b-37a98c126250} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5681 2025.02.25 04:24:50.848668 [ 276 ] {3054da79-fcf7-44b1-bd8b-37a98c126250} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5682 2025.02.25 04:24:50.848881 [ 276 ] {3054da79-fcf7-44b1-bd8b-37a98c126250} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001756 sec., 129840.54669703872 rows/sec., 8.79 MiB/sec.
5683 2025.02.25 04:24:50.848934 [ 276 ] {3054da79-fcf7-44b1-bd8b-37a98c126250} <Debug> TCPHandler: Processed in 0.001976179 sec.
5684 2025.02.25 04:24:50.849079 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5685 2025.02.25 04:24:50.849204 [ 281 ] {1a40f472-5d52-442a-a643-54753d833d98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5686 2025.02.25 04:24:50.849256 [ 281 ] {1a40f472-5d52-442a-a643-54753d833d98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5687 2025.02.25 04:24:50.850094 [ 281 ] {1a40f472-5d52-442a-a643-54753d833d98} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5688 2025.02.25 04:24:50.850133 [ 281 ] {1a40f472-5d52-442a-a643-54753d833d98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5689 2025.02.25 04:24:50.850533 [ 281 ] {1a40f472-5d52-442a-a643-54753d833d98} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5690 2025.02.25 04:24:50.850777 [ 281 ] {1a40f472-5d52-442a-a643-54753d833d98} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5691 2025.02.25 04:24:50.850973 [ 281 ] {1a40f472-5d52-442a-a643-54753d833d98} <Debug> executeQuery: Read 567 rows, 43.19 KiB in 0.001795 sec., 315877.4373259053 rows/sec., 23.49 MiB/sec.
5692 2025.02.25 04:24:50.851097 [ 281 ] {1a40f472-5d52-442a-a643-54753d833d98} <Debug> TCPHandler: Processed in 0.002079101 sec.
5693 2025.02.25 04:24:50.851276 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5694 2025.02.25 04:24:50.851415 [ 276 ] {2f38ed9d-233a-460f-8a38-6d1d5f12cfe4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5695 2025.02.25 04:24:50.851480 [ 276 ] {2f38ed9d-233a-460f-8a38-6d1d5f12cfe4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5696 2025.02.25 04:24:50.852320 [ 276 ] {2f38ed9d-233a-460f-8a38-6d1d5f12cfe4} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5697 2025.02.25 04:24:50.852386 [ 276 ] {2f38ed9d-233a-460f-8a38-6d1d5f12cfe4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5698 2025.02.25 04:24:50.852847 [ 276 ] {2f38ed9d-233a-460f-8a38-6d1d5f12cfe4} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5699 2025.02.25 04:24:50.853086 [ 276 ] {2f38ed9d-233a-460f-8a38-6d1d5f12cfe4} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5700 2025.02.25 04:24:50.853298 [ 276 ] {2f38ed9d-233a-460f-8a38-6d1d5f12cfe4} <Debug> executeQuery: Read 936 rows, 64.24 KiB in 0.001913 sec., 489283.8473601673 rows/sec., 32.79 MiB/sec.
5701 2025.02.25 04:24:50.853349 [ 276 ] {2f38ed9d-233a-460f-8a38-6d1d5f12cfe4} <Debug> TCPHandler: Processed in 0.002152772 sec.
5702 2025.02.25 04:24:50.853497 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5703 2025.02.25 04:24:50.853641 [ 281 ] {797a98ae-55df-4059-bad1-0c488c702200} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5704 2025.02.25 04:24:50.853736 [ 281 ] {797a98ae-55df-4059-bad1-0c488c702200} <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
5705 2025.02.25 04:24:50.855016 [ 281 ] {797a98ae-55df-4059-bad1-0c488c702200} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5706 2025.02.25 04:24:50.855055 [ 281 ] {797a98ae-55df-4059-bad1-0c488c702200} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5707 2025.02.25 04:24:50.855756 [ 281 ] {797a98ae-55df-4059-bad1-0c488c702200} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5708 2025.02.25 04:24:50.856017 [ 281 ] {797a98ae-55df-4059-bad1-0c488c702200} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5709 2025.02.25 04:24:50.856165 [ 94 ] {} <Debug> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5710 2025.02.25 04:24:50.856221 [ 94 ] {} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5711 2025.02.25 04:24:50.856238 [ 281 ] {797a98ae-55df-4059-bad1-0c488c702200} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00263 sec., 13307.984790874525 rows/sec., 23.85 MiB/sec.
5712 2025.02.25 04:24:50.856249 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5713 2025.02.25 04:24:50.856915 [ 281 ] {797a98ae-55df-4059-bad1-0c488c702200} <Debug> TCPHandler: Processed in 0.003473171 sec.
5714 2025.02.25 04:24:50.856935 [ 193 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::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
5715 2025.02.25 04:24:50.857143 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5716 2025.02.25 04:24:50.857433 [ 276 ] {a77f82de-9871-4436-b7e8-3d986b6e1b91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5717 2025.02.25 04:24:50.857555 [ 276 ] {a77f82de-9871-4436-b7e8-3d986b6e1b91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5718 2025.02.25 04:24:50.858285 [ 193 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5719 2025.02.25 04:24:50.858518 [ 193 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 499 rows starting from the beginning of the part
5720 2025.02.25 04:24:50.859196 [ 193 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 35 rows starting from the beginning of the part
5721 2025.02.25 04:24:50.859954 [ 193 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 5 rows starting from the beginning of the part
5722 2025.02.25 04:24:50.859974 [ 276 ] {a77f82de-9871-4436-b7e8-3d986b6e1b91} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5723 2025.02.25 04:24:50.860047 [ 276 ] {a77f82de-9871-4436-b7e8-3d986b6e1b91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5724 2025.02.25 04:24:50.860573 [ 193 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 35 rows starting from the beginning of the part
5725 2025.02.25 04:24:50.861273 [ 193 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 5 rows starting from the beginning of the part
5726 2025.02.25 04:24:50.861459 [ 276 ] {a77f82de-9871-4436-b7e8-3d986b6e1b91} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5727 2025.02.25 04:24:50.861763 [ 193 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 35 rows starting from the beginning of the part
5728 2025.02.25 04:24:50.862487 [ 276 ] {a77f82de-9871-4436-b7e8-3d986b6e1b91} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5729 2025.02.25 04:24:50.862973 [ 276 ] {a77f82de-9871-4436-b7e8-3d986b6e1b91} <Debug> executeQuery: Read 30 rows, 2.08 KiB in 0.005611 sec., 5346.640527535199 rows/sec., 370.19 KiB/sec.
5730 2025.02.25 04:24:50.863103 [ 276 ] {a77f82de-9871-4436-b7e8-3d986b6e1b91} <Debug> TCPHandler: Processed in 0.00608149 sec.
5731 2025.02.25 04:24:50.876589 [ 203 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 614 rows, containing 19 columns (19 merged, 0 gathered) in 0.020213109 sec., 30376.326571038626 rows/sec., 54.43 MiB/sec.
5732 2025.02.25 04:24:50.877342 [ 203 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5733 2025.02.25 04:24:50.877762 [ 203 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5734 2025.02.25 04:24:50.877851 [ 203 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5735 2025.02.25 04:24:50.877999 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.43 MiB.
5736 2025.02.25 04:24:52.237158 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444
5737 2025.02.25 04:24:52.237934 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5738 2025.02.25 04:24:52.237992 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5739 2025.02.25 04:24:52.238564 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5740 2025.02.25 04:24:52.238836 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5741 2025.02.25 04:24:52.239039 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444
5742 2025.02.25 04:24:53.105085 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204
5743 2025.02.25 04:24:53.126586 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5744 2025.02.25 04:24:53.126657 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5745 2025.02.25 04:24:53.133577 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5746 2025.02.25 04:24:53.134334 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5747 2025.02.25 04:24:53.137891 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204
5748 2025.02.25 04:24:53.629018 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5749 2025.02.25 04:24:53.629239 [ 281 ] {fec6ffac-537e-46c7-a000-016461466f23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5750 2025.02.25 04:24:53.629323 [ 281 ] {fec6ffac-537e-46c7-a000-016461466f23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5751 2025.02.25 04:24:53.630197 [ 281 ] {fec6ffac-537e-46c7-a000-016461466f23} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5752 2025.02.25 04:24:53.630250 [ 281 ] {fec6ffac-537e-46c7-a000-016461466f23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5753 2025.02.25 04:24:53.630687 [ 281 ] {fec6ffac-537e-46c7-a000-016461466f23} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5754 2025.02.25 04:24:53.630943 [ 281 ] {fec6ffac-537e-46c7-a000-016461466f23} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5755 2025.02.25 04:24:53.631192 [ 281 ] {fec6ffac-537e-46c7-a000-016461466f23} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002014 sec., 27805.362462760673 rows/sec., 2.12 MiB/sec.
5756 2025.02.25 04:24:53.631270 [ 281 ] {fec6ffac-537e-46c7-a000-016461466f23} <Debug> TCPHandler: Processed in 0.002405466 sec.
5757 2025.02.25 04:24:53.631559 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5758 2025.02.25 04:24:53.631748 [ 276 ] {ca292e42-279d-4572-a239-c6390650b4d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5759 2025.02.25 04:24:53.631823 [ 276 ] {ca292e42-279d-4572-a239-c6390650b4d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5760 2025.02.25 04:24:53.632602 [ 276 ] {ca292e42-279d-4572-a239-c6390650b4d9} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5761 2025.02.25 04:24:53.632655 [ 276 ] {ca292e42-279d-4572-a239-c6390650b4d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5762 2025.02.25 04:24:53.633092 [ 276 ] {ca292e42-279d-4572-a239-c6390650b4d9} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5763 2025.02.25 04:24:53.633345 [ 276 ] {ca292e42-279d-4572-a239-c6390650b4d9} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5764 2025.02.25 04:24:53.633580 [ 276 ] {ca292e42-279d-4572-a239-c6390650b4d9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001882 sec., 34006.376195536664 rows/sec., 2.65 MiB/sec.
5765 2025.02.25 04:24:53.633648 [ 276 ] {ca292e42-279d-4572-a239-c6390650b4d9} <Debug> TCPHandler: Processed in 0.002251923 sec.
5766 2025.02.25 04:24:53.633796 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5767 2025.02.25 04:24:53.633925 [ 281 ] {a75a4040-b07a-4344-a3e4-9e43e5b2d98b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5768 2025.02.25 04:24:53.633984 [ 281 ] {a75a4040-b07a-4344-a3e4-9e43e5b2d98b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5769 2025.02.25 04:24:53.634573 [ 281 ] {a75a4040-b07a-4344-a3e4-9e43e5b2d98b} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5770 2025.02.25 04:24:53.634615 [ 281 ] {a75a4040-b07a-4344-a3e4-9e43e5b2d98b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5771 2025.02.25 04:24:53.635017 [ 281 ] {a75a4040-b07a-4344-a3e4-9e43e5b2d98b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5772 2025.02.25 04:24:53.635258 [ 281 ] {a75a4040-b07a-4344-a3e4-9e43e5b2d98b} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5773 2025.02.25 04:24:53.635517 [ 281 ] {a75a4040-b07a-4344-a3e4-9e43e5b2d98b} <Debug> executeQuery: Read 76 rows, 5.43 KiB in 0.00162 sec., 46913.58024691358 rows/sec., 3.27 MiB/sec.
5774 2025.02.25 04:24:53.635714 [ 281 ] {a75a4040-b07a-4344-a3e4-9e43e5b2d98b} <Debug> TCPHandler: Processed in 0.001975919 sec.
5775 2025.02.25 04:24:53.635957 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5776 2025.02.25 04:24:53.636101 [ 276 ] {79e8580e-c0fc-439d-bc84-901e5b39c755} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5777 2025.02.25 04:24:53.636164 [ 276 ] {79e8580e-c0fc-439d-bc84-901e5b39c755} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5778 2025.02.25 04:24:53.636763 [ 276 ] {79e8580e-c0fc-439d-bc84-901e5b39c755} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5779 2025.02.25 04:24:53.636812 [ 276 ] {79e8580e-c0fc-439d-bc84-901e5b39c755} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5780 2025.02.25 04:24:53.637261 [ 276 ] {79e8580e-c0fc-439d-bc84-901e5b39c755} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5781 2025.02.25 04:24:53.637503 [ 276 ] {79e8580e-c0fc-439d-bc84-901e5b39c755} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5782 2025.02.25 04:24:53.637726 [ 276 ] {79e8580e-c0fc-439d-bc84-901e5b39c755} <Debug> executeQuery: Read 30 rows, 2.06 KiB in 0.001658 sec., 18094.089264173705 rows/sec., 1.22 MiB/sec.
5783 2025.02.25 04:24:53.637780 [ 276 ] {79e8580e-c0fc-439d-bc84-901e5b39c755} <Debug> TCPHandler: Processed in 0.001927688 sec.
5784 2025.02.25 04:24:58.639990 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5785 2025.02.25 04:24:58.640212 [ 281 ] {f5fbd26a-92be-4305-97f5-fad5dcf8597c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5786 2025.02.25 04:24:58.640290 [ 281 ] {f5fbd26a-92be-4305-97f5-fad5dcf8597c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5787 2025.02.25 04:24:58.641170 [ 281 ] {f5fbd26a-92be-4305-97f5-fad5dcf8597c} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5788 2025.02.25 04:24:58.641225 [ 281 ] {f5fbd26a-92be-4305-97f5-fad5dcf8597c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5789 2025.02.25 04:24:58.641679 [ 281 ] {f5fbd26a-92be-4305-97f5-fad5dcf8597c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5790 2025.02.25 04:24:58.641945 [ 281 ] {f5fbd26a-92be-4305-97f5-fad5dcf8597c} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5791 2025.02.25 04:24:58.642196 [ 281 ] {f5fbd26a-92be-4305-97f5-fad5dcf8597c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002037 sec., 104074.61953853705 rows/sec., 6.62 MiB/sec.
5792 2025.02.25 04:24:58.642321 [ 281 ] {f5fbd26a-92be-4305-97f5-fad5dcf8597c} <Debug> TCPHandler: Processed in 0.002471227 sec.
5793 2025.02.25 04:24:58.642608 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5794 2025.02.25 04:24:58.642795 [ 276 ] {163a7e46-d9fe-4ac1-aedc-c257bb06c117} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5795 2025.02.25 04:24:58.642868 [ 276 ] {163a7e46-d9fe-4ac1-aedc-c257bb06c117} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5796 2025.02.25 04:24:58.643879 [ 276 ] {163a7e46-d9fe-4ac1-aedc-c257bb06c117} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5797 2025.02.25 04:24:58.643926 [ 276 ] {163a7e46-d9fe-4ac1-aedc-c257bb06c117} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5798 2025.02.25 04:24:58.644409 [ 276 ] {163a7e46-d9fe-4ac1-aedc-c257bb06c117} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5799 2025.02.25 04:24:58.644681 [ 276 ] {163a7e46-d9fe-4ac1-aedc-c257bb06c117} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5800 2025.02.25 04:24:58.644961 [ 276 ] {163a7e46-d9fe-4ac1-aedc-c257bb06c117} <Debug> executeQuery: Read 627 rows, 50.33 KiB in 0.002214 sec., 283197.8319783198 rows/sec., 22.20 MiB/sec.
5801 2025.02.25 04:24:58.645042 [ 276 ] {163a7e46-d9fe-4ac1-aedc-c257bb06c117} <Debug> TCPHandler: Processed in 0.002559998 sec.
5802 2025.02.25 04:24:58.645216 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5803 2025.02.25 04:24:58.645360 [ 281 ] {3f35d46a-bcb8-4dc9-9b4a-ed7d6660f78b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5804 2025.02.25 04:24:58.645419 [ 281 ] {3f35d46a-bcb8-4dc9-9b4a-ed7d6660f78b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5805 2025.02.25 04:24:58.646174 [ 281 ] {3f35d46a-bcb8-4dc9-9b4a-ed7d6660f78b} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5806 2025.02.25 04:24:58.646222 [ 281 ] {3f35d46a-bcb8-4dc9-9b4a-ed7d6660f78b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5807 2025.02.25 04:24:58.646588 [ 281 ] {3f35d46a-bcb8-4dc9-9b4a-ed7d6660f78b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5808 2025.02.25 04:24:58.646824 [ 281 ] {3f35d46a-bcb8-4dc9-9b4a-ed7d6660f78b} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5809 2025.02.25 04:24:58.647050 [ 281 ] {3f35d46a-bcb8-4dc9-9b4a-ed7d6660f78b} <Debug> executeQuery: Read 111 rows, 6.76 KiB in 0.001718 sec., 64610.01164144354 rows/sec., 3.84 MiB/sec.
5810 2025.02.25 04:24:58.647144 [ 281 ] {3f35d46a-bcb8-4dc9-9b4a-ed7d6660f78b} <Debug> TCPHandler: Processed in 0.00199982 sec.
5811 2025.02.25 04:24:58.647326 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5812 2025.02.25 04:24:58.647473 [ 276 ] {11c51074-5760-4a78-bcaa-11ee3ddbc220} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5813 2025.02.25 04:24:58.647536 [ 276 ] {11c51074-5760-4a78-bcaa-11ee3ddbc220} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5814 2025.02.25 04:24:58.648274 [ 276 ] {11c51074-5760-4a78-bcaa-11ee3ddbc220} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5815 2025.02.25 04:24:58.648314 [ 276 ] {11c51074-5760-4a78-bcaa-11ee3ddbc220} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5816 2025.02.25 04:24:58.648693 [ 276 ] {11c51074-5760-4a78-bcaa-11ee3ddbc220} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5817 2025.02.25 04:24:58.648933 [ 276 ] {11c51074-5760-4a78-bcaa-11ee3ddbc220} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5818 2025.02.25 04:24:58.649058 [ 115 ] {} <Debug> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
5819 2025.02.25 04:24:58.649101 [ 115 ] {} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5820 2025.02.25 04:24:58.649120 [ 276 ] {11c51074-5760-4a78-bcaa-11ee3ddbc220} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00168 sec., 67261.90476190476 rows/sec., 4.35 MiB/sec.
5821 2025.02.25 04:24:58.649124 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5822 2025.02.25 04:24:58.649196 [ 276 ] {11c51074-5760-4a78-bcaa-11ee3ddbc220} <Debug> TCPHandler: Processed in 0.001944979 sec.
5823 2025.02.25 04:24:58.649260 [ 203 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::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
5824 2025.02.25 04:24:58.649379 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5825 2025.02.25 04:24:58.649406 [ 203 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5826 2025.02.25 04:24:58.649461 [ 203 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 343 rows starting from the beginning of the part
5827 2025.02.25 04:24:58.649692 [ 203 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::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
5828 2025.02.25 04:24:58.649708 [ 281 ] {082b32ba-a368-48f3-b1e6-c6cc7ad213b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5829 2025.02.25 04:24:58.649980 [ 281 ] {082b32ba-a368-48f3-b1e6-c6cc7ad213b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5830 2025.02.25 04:24:58.650005 [ 203 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 228 rows starting from the beginning of the part
5831 2025.02.25 04:24:58.650428 [ 203 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 113 rows starting from the beginning of the part
5832 2025.02.25 04:24:58.650753 [ 203 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 228 rows starting from the beginning of the part
5833 2025.02.25 04:24:58.651128 [ 203 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 113 rows starting from the beginning of the part
5834 2025.02.25 04:24:58.653234 [ 281 ] {082b32ba-a368-48f3-b1e6-c6cc7ad213b2} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5835 2025.02.25 04:24:58.653366 [ 281 ] {082b32ba-a368-48f3-b1e6-c6cc7ad213b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5836 2025.02.25 04:24:58.654563 [ 281 ] {082b32ba-a368-48f3-b1e6-c6cc7ad213b2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5837 2025.02.25 04:24:58.654921 [ 198 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1138 rows, containing 5 columns (5 merged, 0 gathered) in 0.005717795 sec., 199027.77206947783 rows/sec., 14.00 MiB/sec.
5838 2025.02.25 04:24:58.655061 [ 281 ] {082b32ba-a368-48f3-b1e6-c6cc7ad213b2} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5839 2025.02.25 04:24:58.655183 [ 191 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5840 2025.02.25 04:24:58.655617 [ 281 ] {082b32ba-a368-48f3-b1e6-c6cc7ad213b2} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.006071 sec., 18448.36106078076 rows/sec., 1.05 MiB/sec.
5841 2025.02.25 04:24:58.655819 [ 281 ] {082b32ba-a368-48f3-b1e6-c6cc7ad213b2} <Debug> TCPHandler: Processed in 0.006528437 sec.
5842 2025.02.25 04:24:58.655987 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5843 2025.02.25 04:24:58.656021 [ 191 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_21_4} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5844 2025.02.25 04:24:58.656114 [ 191 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_21_4} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5845 2025.02.25 04:24:58.656130 [ 276 ] {9c00d126-adaa-4c2a-9148-d0bdefae1ec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5846 2025.02.25 04:24:58.656201 [ 276 ] {9c00d126-adaa-4c2a-9148-d0bdefae1ec6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5847 2025.02.25 04:24:58.656206 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB.
5848 2025.02.25 04:24:58.657146 [ 276 ] {9c00d126-adaa-4c2a-9148-d0bdefae1ec6} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5849 2025.02.25 04:24:58.657195 [ 276 ] {9c00d126-adaa-4c2a-9148-d0bdefae1ec6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5850 2025.02.25 04:24:58.657582 [ 276 ] {9c00d126-adaa-4c2a-9148-d0bdefae1ec6} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5851 2025.02.25 04:24:58.657821 [ 276 ] {9c00d126-adaa-4c2a-9148-d0bdefae1ec6} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5852 2025.02.25 04:24:58.658001 [ 276 ] {9c00d126-adaa-4c2a-9148-d0bdefae1ec6} <Debug> executeQuery: Read 387 rows, 27.99 KiB in 0.001904 sec., 203256.3025210084 rows/sec., 14.35 MiB/sec.
5853 2025.02.25 04:24:58.658055 [ 276 ] {9c00d126-adaa-4c2a-9148-d0bdefae1ec6} <Debug> TCPHandler: Processed in 0.002126781 sec.
5854 2025.02.25 04:24:58.658216 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5855 2025.02.25 04:24:58.658354 [ 281 ] {6396ced6-7909-4be3-a55f-1988dc7f0859} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5856 2025.02.25 04:24:58.658416 [ 281 ] {6396ced6-7909-4be3-a55f-1988dc7f0859} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5857 2025.02.25 04:24:58.658992 [ 281 ] {6396ced6-7909-4be3-a55f-1988dc7f0859} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5858 2025.02.25 04:24:58.659039 [ 281 ] {6396ced6-7909-4be3-a55f-1988dc7f0859} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5859 2025.02.25 04:24:58.659440 [ 281 ] {6396ced6-7909-4be3-a55f-1988dc7f0859} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5860 2025.02.25 04:24:58.659685 [ 281 ] {6396ced6-7909-4be3-a55f-1988dc7f0859} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5861 2025.02.25 04:24:58.659932 [ 281 ] {6396ced6-7909-4be3-a55f-1988dc7f0859} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001603 sec., 3742.9819089207735 rows/sec., 195.56 KiB/sec.
5862 2025.02.25 04:24:58.660012 [ 281 ] {6396ced6-7909-4be3-a55f-1988dc7f0859} <Debug> TCPHandler: Processed in 0.001851267 sec.
5863 2025.02.25 04:24:58.660166 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5864 2025.02.25 04:24:58.660297 [ 276 ] {97fbc432-6905-4ed1-9358-8509c495161d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5865 2025.02.25 04:24:58.660358 [ 276 ] {97fbc432-6905-4ed1-9358-8509c495161d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5866 2025.02.25 04:24:58.661049 [ 276 ] {97fbc432-6905-4ed1-9358-8509c495161d} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5867 2025.02.25 04:24:58.661095 [ 276 ] {97fbc432-6905-4ed1-9358-8509c495161d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5868 2025.02.25 04:24:58.661519 [ 276 ] {97fbc432-6905-4ed1-9358-8509c495161d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5869 2025.02.25 04:24:58.661757 [ 276 ] {97fbc432-6905-4ed1-9358-8509c495161d} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5870 2025.02.25 04:24:58.661979 [ 276 ] {97fbc432-6905-4ed1-9358-8509c495161d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001704 sec., 139084.5070422535 rows/sec., 9.32 MiB/sec.
5871 2025.02.25 04:24:58.662184 [ 276 ] {97fbc432-6905-4ed1-9358-8509c495161d} <Debug> TCPHandler: Processed in 0.002065181 sec.
5872 2025.02.25 04:24:58.662445 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5873 2025.02.25 04:24:58.662583 [ 281 ] {10af2282-14dc-4583-a7de-084e7c826932} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5874 2025.02.25 04:24:58.662643 [ 281 ] {10af2282-14dc-4583-a7de-084e7c826932} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5875 2025.02.25 04:24:58.663208 [ 281 ] {10af2282-14dc-4583-a7de-084e7c826932} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5876 2025.02.25 04:24:58.663254 [ 281 ] {10af2282-14dc-4583-a7de-084e7c826932} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5877 2025.02.25 04:24:58.663615 [ 281 ] {10af2282-14dc-4583-a7de-084e7c826932} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5878 2025.02.25 04:24:58.663853 [ 281 ] {10af2282-14dc-4583-a7de-084e7c826932} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5879 2025.02.25 04:24:58.664114 [ 281 ] {10af2282-14dc-4583-a7de-084e7c826932} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001561 sec., 640.6149903907751 rows/sec., 43.17 KiB/sec.
5880 2025.02.25 04:24:58.664313 [ 281 ] {10af2282-14dc-4583-a7de-084e7c826932} <Debug> TCPHandler: Processed in 0.002004559 sec.
5881 2025.02.25 04:24:58.664473 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5882 2025.02.25 04:24:58.664613 [ 276 ] {9847592b-8e41-4788-8224-8000e3c8ca71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5883 2025.02.25 04:24:58.664706 [ 276 ] {9847592b-8e41-4788-8224-8000e3c8ca71} <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
5884 2025.02.25 04:24:58.665871 [ 276 ] {9847592b-8e41-4788-8224-8000e3c8ca71} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5885 2025.02.25 04:24:58.665910 [ 276 ] {9847592b-8e41-4788-8224-8000e3c8ca71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5886 2025.02.25 04:24:58.666519 [ 276 ] {9847592b-8e41-4788-8224-8000e3c8ca71} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5887 2025.02.25 04:24:58.666822 [ 276 ] {9847592b-8e41-4788-8224-8000e3c8ca71} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5888 2025.02.25 04:24:58.667100 [ 276 ] {9847592b-8e41-4788-8224-8000e3c8ca71} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002499 sec., 2000.8003201280512 rows/sec., 3.59 MiB/sec.
5889 2025.02.25 04:24:58.667644 [ 276 ] {9847592b-8e41-4788-8224-8000e3c8ca71} <Debug> TCPHandler: Processed in 0.003231987 sec.
5890 2025.02.25 04:24:58.667855 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5891 2025.02.25 04:24:58.667996 [ 281 ] {af5ad7d5-1848-49b6-b532-90da9beaddee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5892 2025.02.25 04:24:58.668058 [ 281 ] {af5ad7d5-1848-49b6-b532-90da9beaddee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5893 2025.02.25 04:24:58.668567 [ 281 ] {af5ad7d5-1848-49b6-b532-90da9beaddee} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5894 2025.02.25 04:24:58.668605 [ 281 ] {af5ad7d5-1848-49b6-b532-90da9beaddee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5895 2025.02.25 04:24:58.668991 [ 281 ] {af5ad7d5-1848-49b6-b532-90da9beaddee} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5896 2025.02.25 04:24:58.669229 [ 281 ] {af5ad7d5-1848-49b6-b532-90da9beaddee} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5897 2025.02.25 04:24:58.669485 [ 281 ] {af5ad7d5-1848-49b6-b532-90da9beaddee} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001518 sec., 54018.445322793144 rows/sec., 3.43 MiB/sec.
5898 2025.02.25 04:24:58.669617 [ 281 ] {af5ad7d5-1848-49b6-b532-90da9beaddee} <Debug> TCPHandler: Processed in 0.001827567 sec.
5899 2025.02.25 04:24:59.627613 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache
5900 2025.02.25 04:24:59.627676 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache
5901 2025.02.25 04:24:59.739192 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871
5902 2025.02.25 04:24:59.739911 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5903 2025.02.25 04:24:59.739962 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5904 2025.02.25 04:24:59.740518 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5905 2025.02.25 04:24:59.740769 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5906 2025.02.25 04:24:59.741041 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871
5907 2025.02.25 04:24:59.798238 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 852
5908 2025.02.25 04:24:59.802284 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5909 2025.02.25 04:24:59.802345 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5910 2025.02.25 04:24:59.803837 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5911 2025.02.25 04:24:59.804158 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5912 2025.02.25 04:24:59.804825 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 852
5913 2025.02.25 04:25:00.638000 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211
5914 2025.02.25 04:25:00.658602 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5915 2025.02.25 04:25:00.658655 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5916 2025.02.25 04:25:00.666216 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5917 2025.02.25 04:25:00.666979 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5918 2025.02.25 04:25:00.669719 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211
5919 2025.02.25 04:25:03.634805 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5920 2025.02.25 04:25:03.635028 [ 281 ] {baa8842f-16da-44db-a65a-16724b1def41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5921 2025.02.25 04:25:03.635110 [ 281 ] {baa8842f-16da-44db-a65a-16724b1def41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5922 2025.02.25 04:25:03.635978 [ 281 ] {baa8842f-16da-44db-a65a-16724b1def41} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5923 2025.02.25 04:25:03.636030 [ 281 ] {baa8842f-16da-44db-a65a-16724b1def41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5924 2025.02.25 04:25:03.636486 [ 281 ] {baa8842f-16da-44db-a65a-16724b1def41} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5925 2025.02.25 04:25:03.636755 [ 281 ] {baa8842f-16da-44db-a65a-16724b1def41} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5926 2025.02.25 04:25:03.637009 [ 281 ] {baa8842f-16da-44db-a65a-16724b1def41} <Debug> executeQuery: Read 126 rows, 11.02 KiB in 0.002036 sec., 61886.051080550096 rows/sec., 5.29 MiB/sec.
5927 2025.02.25 04:25:03.637126 [ 281 ] {baa8842f-16da-44db-a65a-16724b1def41} <Debug> TCPHandler: Processed in 0.002468887 sec.
5928 2025.02.25 04:25:03.637474 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5929 2025.02.25 04:25:03.637684 [ 276 ] {1360664b-90dc-41b4-af72-638c8335d983} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5930 2025.02.25 04:25:03.637766 [ 276 ] {1360664b-90dc-41b4-af72-638c8335d983} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5931 2025.02.25 04:25:03.638594 [ 276 ] {1360664b-90dc-41b4-af72-638c8335d983} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5932 2025.02.25 04:25:03.638639 [ 276 ] {1360664b-90dc-41b4-af72-638c8335d983} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5933 2025.02.25 04:25:03.639087 [ 276 ] {1360664b-90dc-41b4-af72-638c8335d983} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5934 2025.02.25 04:25:03.639349 [ 276 ] {1360664b-90dc-41b4-af72-638c8335d983} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5935 2025.02.25 04:25:03.639491 [ 47 ] {} <Debug> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5936 2025.02.25 04:25:03.639543 [ 47 ] {} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5937 2025.02.25 04:25:03.639560 [ 276 ] {1360664b-90dc-41b4-af72-638c8335d983} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.001932 sec., 18115.942028985508 rows/sec., 1.33 MiB/sec.
5938 2025.02.25 04:25:03.639574 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5939 2025.02.25 04:25:03.639692 [ 276 ] {1360664b-90dc-41b4-af72-638c8335d983} <Debug> TCPHandler: Processed in 0.002428736 sec.
5940 2025.02.25 04:25:03.639951 [ 192 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::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
5941 2025.02.25 04:25:03.639999 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5942 2025.02.25 04:25:03.640375 [ 192 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5943 2025.02.25 04:25:03.640387 [ 281 ] {d3bb2ace-ed63-4cab-8dab-db564d68bc74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5944 2025.02.25 04:25:03.640444 [ 192 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 164 rows starting from the beginning of the part
5945 2025.02.25 04:25:03.640484 [ 281 ] {d3bb2ace-ed63-4cab-8dab-db564d68bc74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5946 2025.02.25 04:25:03.640834 [ 192 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 35 rows starting from the beginning of the part
5947 2025.02.25 04:25:03.641171 [ 192 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 111 rows starting from the beginning of the part
5948 2025.02.25 04:25:03.641445 [ 192 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 47 rows starting from the beginning of the part
5949 2025.02.25 04:25:03.641844 [ 192 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 111 rows starting from the beginning of the part
5950 2025.02.25 04:25:03.642207 [ 192 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 35 rows starting from the beginning of the part
5951 2025.02.25 04:25:03.643546 [ 281 ] {d3bb2ace-ed63-4cab-8dab-db564d68bc74} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5952 2025.02.25 04:25:03.643624 [ 281 ] {d3bb2ace-ed63-4cab-8dab-db564d68bc74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5953 2025.02.25 04:25:03.644788 [ 281 ] {d3bb2ace-ed63-4cab-8dab-db564d68bc74} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5954 2025.02.25 04:25:03.645321 [ 281 ] {d3bb2ace-ed63-4cab-8dab-db564d68bc74} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5955 2025.02.25 04:25:03.645329 [ 192 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 503 rows, containing 5 columns (5 merged, 0 gathered) in 0.005629433 sec., 89351.80505745429 rows/sec., 6.05 MiB/sec.
5956 2025.02.25 04:25:03.645569 [ 194 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5957 2025.02.25 04:25:03.645780 [ 281 ] {d3bb2ace-ed63-4cab-8dab-db564d68bc74} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.005488 sec., 18039.35860058309 rows/sec., 1.41 MiB/sec.
5958 2025.02.25 04:25:03.646139 [ 281 ] {d3bb2ace-ed63-4cab-8dab-db564d68bc74} <Debug> TCPHandler: Processed in 0.006285883 sec.
5959 2025.02.25 04:25:03.646479 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5960 2025.02.25 04:25:03.646537 [ 194 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_36_7} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5961 2025.02.25 04:25:03.646868 [ 194 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_36_7} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5962 2025.02.25 04:25:03.646881 [ 276 ] {6c041797-3e69-4266-a403-049d11c669ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5963 2025.02.25 04:25:03.647023 [ 276 ] {6c041797-3e69-4266-a403-049d11c669ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5964 2025.02.25 04:25:03.647040 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
5965 2025.02.25 04:25:03.647710 [ 276 ] {6c041797-3e69-4266-a403-049d11c669ae} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5966 2025.02.25 04:25:03.647755 [ 276 ] {6c041797-3e69-4266-a403-049d11c669ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5967 2025.02.25 04:25:03.648168 [ 276 ] {6c041797-3e69-4266-a403-049d11c669ae} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5968 2025.02.25 04:25:03.648416 [ 276 ] {6c041797-3e69-4266-a403-049d11c669ae} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5969 2025.02.25 04:25:03.648612 [ 276 ] {6c041797-3e69-4266-a403-049d11c669ae} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001876 sec., 85287.84648187633 rows/sec., 5.94 MiB/sec.
5970 2025.02.25 04:25:03.648669 [ 276 ] {6c041797-3e69-4266-a403-049d11c669ae} <Debug> TCPHandler: Processed in 0.002398406 sec.
5971 2025.02.25 04:25:03.648843 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5972 2025.02.25 04:25:03.648985 [ 281 ] {3960371a-9aa4-4792-816e-e5238164ecf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5973 2025.02.25 04:25:03.649080 [ 281 ] {3960371a-9aa4-4792-816e-e5238164ecf1} <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
5974 2025.02.25 04:25:03.650364 [ 281 ] {3960371a-9aa4-4792-816e-e5238164ecf1} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5975 2025.02.25 04:25:03.650405 [ 281 ] {3960371a-9aa4-4792-816e-e5238164ecf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5976 2025.02.25 04:25:03.651098 [ 281 ] {3960371a-9aa4-4792-816e-e5238164ecf1} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5977 2025.02.25 04:25:03.651363 [ 281 ] {3960371a-9aa4-4792-816e-e5238164ecf1} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5978 2025.02.25 04:25:03.651609 [ 281 ] {3960371a-9aa4-4792-816e-e5238164ecf1} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002655 sec., 13182.674199623352 rows/sec., 23.62 MiB/sec.
5979 2025.02.25 04:25:03.651714 [ 281 ] {3960371a-9aa4-4792-816e-e5238164ecf1} <Debug> TCPHandler: Processed in 0.002938974 sec.
5980 2025.02.25 04:25:03.651878 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5981 2025.02.25 04:25:03.652019 [ 276 ] {258945b9-5400-45ea-9993-f218a9883a6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5982 2025.02.25 04:25:03.652080 [ 276 ] {258945b9-5400-45ea-9993-f218a9883a6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5983 2025.02.25 04:25:03.652631 [ 276 ] {258945b9-5400-45ea-9993-f218a9883a6d} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5984 2025.02.25 04:25:03.652668 [ 276 ] {258945b9-5400-45ea-9993-f218a9883a6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5985 2025.02.25 04:25:03.653047 [ 276 ] {258945b9-5400-45ea-9993-f218a9883a6d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5986 2025.02.25 04:25:03.653288 [ 276 ] {258945b9-5400-45ea-9993-f218a9883a6d} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5987 2025.02.25 04:25:03.653475 [ 276 ] {258945b9-5400-45ea-9993-f218a9883a6d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001488 sec., 40322.58064516129 rows/sec., 2.72 MiB/sec.
5988 2025.02.25 04:25:03.653528 [ 276 ] {258945b9-5400-45ea-9993-f218a9883a6d} <Debug> TCPHandler: Processed in 0.001714956 sec.
5989 2025.02.25 04:25:07.241203 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359
5990 2025.02.25 04:25:07.241936 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5991 2025.02.25 04:25:07.241990 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5992 2025.02.25 04:25:07.242550 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5993 2025.02.25 04:25:07.242815 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5994 2025.02.25 04:25:07.243057 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359
5995 2025.02.25 04:25:08.169821 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219
5996 2025.02.25 04:25:08.190976 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5997 2025.02.25 04:25:08.191040 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
5998 2025.02.25 04:25:08.198500 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5999 2025.02.25 04:25:08.199350 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6000 2025.02.25 04:25:08.202410 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219
6001 2025.02.25 04:25:08.639786 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6002 2025.02.25 04:25:08.640012 [ 281 ] {6f6499ab-1459-46f2-a885-0aacfef5fccc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6003 2025.02.25 04:25:08.640096 [ 281 ] {6f6499ab-1459-46f2-a885-0aacfef5fccc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6004 2025.02.25 04:25:08.641061 [ 281 ] {6f6499ab-1459-46f2-a885-0aacfef5fccc} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6005 2025.02.25 04:25:08.641112 [ 281 ] {6f6499ab-1459-46f2-a885-0aacfef5fccc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
6006 2025.02.25 04:25:08.641582 [ 281 ] {6f6499ab-1459-46f2-a885-0aacfef5fccc} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
6007 2025.02.25 04:25:08.641846 [ 281 ] {6f6499ab-1459-46f2-a885-0aacfef5fccc} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6008 2025.02.25 04:25:08.642094 [ 281 ] {6f6499ab-1459-46f2-a885-0aacfef5fccc} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002146 sec., 98788.44361602982 rows/sec., 6.28 MiB/sec.
6009 2025.02.25 04:25:08.642163 [ 281 ] {6f6499ab-1459-46f2-a885-0aacfef5fccc} <Debug> TCPHandler: Processed in 0.002528677 sec.
6010 2025.02.25 04:25:08.642399 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6011 2025.02.25 04:25:08.642566 [ 276 ] {9e62faa9-bc7f-43c6-813f-ac5f5fcf0dfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6012 2025.02.25 04:25:08.642640 [ 276 ] {9e62faa9-bc7f-43c6-813f-ac5f5fcf0dfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6013 2025.02.25 04:25:08.643774 [ 276 ] {9e62faa9-bc7f-43c6-813f-ac5f5fcf0dfc} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6014 2025.02.25 04:25:08.643822 [ 276 ] {9e62faa9-bc7f-43c6-813f-ac5f5fcf0dfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
6015 2025.02.25 04:25:08.644284 [ 276 ] {9e62faa9-bc7f-43c6-813f-ac5f5fcf0dfc} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6016 2025.02.25 04:25:08.644532 [ 276 ] {9e62faa9-bc7f-43c6-813f-ac5f5fcf0dfc} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6017 2025.02.25 04:25:08.644725 [ 125 ] {} <Debug> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6018 2025.02.25 04:25:08.644812 [ 276 ] {9e62faa9-bc7f-43c6-813f-ac5f5fcf0dfc} <Debug> executeQuery: Read 627 rows, 50.33 KiB in 0.002266 sec., 276699.02912621363 rows/sec., 21.69 MiB/sec.
6019 2025.02.25 04:25:08.644818 [ 125 ] {} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6020 2025.02.25 04:25:08.644900 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
6021 2025.02.25 04:25:08.644963 [ 276 ] {9e62faa9-bc7f-43c6-813f-ac5f5fcf0dfc} <Debug> TCPHandler: Processed in 0.002675099 sec.
6022 2025.02.25 04:25:08.645165 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6023 2025.02.25 04:25:08.645187 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::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
6024 2025.02.25 04:25:08.645319 [ 281 ] {288ec370-66e7-442b-a02f-436ad50828a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6025 2025.02.25 04:25:08.645361 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6026 2025.02.25 04:25:08.645386 [ 281 ] {288ec370-66e7-442b-a02f-436ad50828a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6027 2025.02.25 04:25:08.645410 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1848 rows starting from the beginning of the part
6028 2025.02.25 04:25:08.645590 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1272 rows starting from the beginning of the part
6029 2025.02.25 04:25:08.646028 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part
6030 2025.02.25 04:25:08.646349 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 627 rows starting from the beginning of the part
6031 2025.02.25 04:25:08.646712 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 126 rows starting from the beginning of the part
6032 2025.02.25 04:25:08.647098 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 627 rows starting from the beginning of the part
6033 2025.02.25 04:25:08.647910 [ 281 ] {288ec370-66e7-442b-a02f-436ad50828a7} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6034 2025.02.25 04:25:08.647954 [ 281 ] {288ec370-66e7-442b-a02f-436ad50828a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
6035 2025.02.25 04:25:08.648552 [ 281 ] {288ec370-66e7-442b-a02f-436ad50828a7} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6036 2025.02.25 04:25:08.648870 [ 281 ] {288ec370-66e7-442b-a02f-436ad50828a7} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6037 2025.02.25 04:25:08.649100 [ 281 ] {288ec370-66e7-442b-a02f-436ad50828a7} <Debug> executeQuery: Read 111 rows, 6.76 KiB in 0.003826 sec., 29012.02300052274 rows/sec., 1.73 MiB/sec.
6038 2025.02.25 04:25:08.649166 [ 281 ] {288ec370-66e7-442b-a02f-436ad50828a7} <Debug> TCPHandler: Processed in 0.004088541 sec.
6039 2025.02.25 04:25:08.649344 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6040 2025.02.25 04:25:08.649478 [ 276 ] {acbea586-2429-44c3-a99e-8c74c94cb432} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6041 2025.02.25 04:25:08.649600 [ 276 ] {acbea586-2429-44c3-a99e-8c74c94cb432} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6042 2025.02.25 04:25:08.650199 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4556 rows, containing 5 columns (5 merged, 0 gathered) in 0.005187077 sec., 878336.6817188178 rows/sec., 74.43 MiB/sec.
6043 2025.02.25 04:25:08.650523 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6044 2025.02.25 04:25:08.651054 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_46_9} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6045 2025.02.25 04:25:08.651254 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_46_9} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6046 2025.02.25 04:25:08.651438 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB.
6047 2025.02.25 04:25:08.651568 [ 276 ] {acbea586-2429-44c3-a99e-8c74c94cb432} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6048 2025.02.25 04:25:08.651614 [ 276 ] {acbea586-2429-44c3-a99e-8c74c94cb432} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
6049 2025.02.25 04:25:08.652000 [ 276 ] {acbea586-2429-44c3-a99e-8c74c94cb432} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6050 2025.02.25 04:25:08.652266 [ 276 ] {acbea586-2429-44c3-a99e-8c74c94cb432} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6051 2025.02.25 04:25:08.652532 [ 276 ] {acbea586-2429-44c3-a99e-8c74c94cb432} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.003088 sec., 36593.26424870466 rows/sec., 2.37 MiB/sec.
6052 2025.02.25 04:25:08.652770 [ 276 ] {acbea586-2429-44c3-a99e-8c74c94cb432} <Debug> TCPHandler: Processed in 0.003484531 sec.
6053 2025.02.25 04:25:08.652930 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6054 2025.02.25 04:25:08.653055 [ 281 ] {d18df329-60da-4341-9e16-e7e19489d1ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6055 2025.02.25 04:25:08.653107 [ 281 ] {d18df329-60da-4341-9e16-e7e19489d1ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6056 2025.02.25 04:25:08.653741 [ 281 ] {d18df329-60da-4341-9e16-e7e19489d1ff} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6057 2025.02.25 04:25:08.653780 [ 281 ] {d18df329-60da-4341-9e16-e7e19489d1ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
6058 2025.02.25 04:25:08.654147 [ 281 ] {d18df329-60da-4341-9e16-e7e19489d1ff} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
6059 2025.02.25 04:25:08.654392 [ 281 ] {d18df329-60da-4341-9e16-e7e19489d1ff} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6060 2025.02.25 04:25:08.654610 [ 281 ] {d18df329-60da-4341-9e16-e7e19489d1ff} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001584 sec., 70707.07070707071 rows/sec., 4.03 MiB/sec.
6061 2025.02.25 04:25:08.654663 [ 281 ] {d18df329-60da-4341-9e16-e7e19489d1ff} <Debug> TCPHandler: Processed in 0.001790596 sec.
6062 2025.02.25 04:25:08.654872 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6063 2025.02.25 04:25:08.655095 [ 276 ] {28751547-63a5-4b3a-8db1-951a48d2514c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6064 2025.02.25 04:25:08.655187 [ 276 ] {28751547-63a5-4b3a-8db1-951a48d2514c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6065 2025.02.25 04:25:08.656130 [ 276 ] {28751547-63a5-4b3a-8db1-951a48d2514c} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6066 2025.02.25 04:25:08.656169 [ 276 ] {28751547-63a5-4b3a-8db1-951a48d2514c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
6067 2025.02.25 04:25:08.656556 [ 276 ] {28751547-63a5-4b3a-8db1-951a48d2514c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6068 2025.02.25 04:25:08.656791 [ 276 ] {28751547-63a5-4b3a-8db1-951a48d2514c} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6069 2025.02.25 04:25:08.656987 [ 129 ] {} <Debug> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6070 2025.02.25 04:25:08.657047 [ 276 ] {28751547-63a5-4b3a-8db1-951a48d2514c} <Debug> executeQuery: Read 387 rows, 27.99 KiB in 0.002 sec., 193500 rows/sec., 13.66 MiB/sec.
6071 2025.02.25 04:25:08.657058 [ 129 ] {} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6072 2025.02.25 04:25:08.657131 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
6073 2025.02.25 04:25:08.657187 [ 276 ] {28751547-63a5-4b3a-8db1-951a48d2514c} <Debug> TCPHandler: Processed in 0.002425836 sec.
6074 2025.02.25 04:25:08.657452 [ 200 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::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
6075 2025.02.25 04:25:08.657509 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6076 2025.02.25 04:25:08.657666 [ 200 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6077 2025.02.25 04:25:08.657763 [ 200 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 914 rows starting from the beginning of the part
6078 2025.02.25 04:25:08.657874 [ 281 ] {9bf7b68f-1571-47bf-aa81-0b2c0c169d7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6079 2025.02.25 04:25:08.658072 [ 200 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 567 rows starting from the beginning of the part
6080 2025.02.25 04:25:08.658194 [ 281 ] {9bf7b68f-1571-47bf-aa81-0b2c0c169d7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6081 2025.02.25 04:25:08.658251 [ 200 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part
6082 2025.02.25 04:25:08.658540 [ 200 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 387 rows starting from the beginning of the part
6083 2025.02.25 04:25:08.658848 [ 200 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 99 rows starting from the beginning of the part
6084 2025.02.25 04:25:08.659144 [ 200 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 387 rows starting from the beginning of the part
6085 2025.02.25 04:25:08.660626 [ 281 ] {9bf7b68f-1571-47bf-aa81-0b2c0c169d7c} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6086 2025.02.25 04:25:08.660698 [ 281 ] {9bf7b68f-1571-47bf-aa81-0b2c0c169d7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
6087 2025.02.25 04:25:08.661701 [ 281 ] {9bf7b68f-1571-47bf-aa81-0b2c0c169d7c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
6088 2025.02.25 04:25:08.662044 [ 281 ] {9bf7b68f-1571-47bf-aa81-0b2c0c169d7c} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6089 2025.02.25 04:25:08.662364 [ 129 ] {} <Debug> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
6090 2025.02.25 04:25:08.662560 [ 129 ] {} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6091 2025.02.25 04:25:08.662588 [ 281 ] {9bf7b68f-1571-47bf-aa81-0b2c0c169d7c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004811 sec., 1247.1419663271668 rows/sec., 65.16 KiB/sec.
6092 2025.02.25 04:25:08.662695 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
6093 2025.02.25 04:25:08.662947 [ 281 ] {9bf7b68f-1571-47bf-aa81-0b2c0c169d7c} <Debug> TCPHandler: Processed in 0.005627734 sec.
6094 2025.02.25 04:25:08.663097 [ 200 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2418 rows, containing 5 columns (5 merged, 0 gathered) in 0.005824616 sec., 415134.66295460507 rows/sec., 31.79 MiB/sec.
6095 2025.02.25 04:25:08.663530 [ 190 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
6096 2025.02.25 04:25:08.663552 [ 200 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6097 2025.02.25 04:25:08.663684 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6098 2025.02.25 04:25:08.664082 [ 276 ] {2100459b-7d6b-4363-91c7-749e90cfab68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6099 2025.02.25 04:25:08.664243 [ 190 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6100 2025.02.25 04:25:08.664272 [ 276 ] {2100459b-7d6b-4363-91c7-749e90cfab68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6101 2025.02.25 04:25:08.664360 [ 190 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
6102 2025.02.25 04:25:08.664501 [ 200 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_46_9} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6103 2025.02.25 04:25:08.664824 [ 190 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
6104 2025.02.25 04:25:08.664892 [ 200 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_46_9} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6105 2025.02.25 04:25:08.665302 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
6106 2025.02.25 04:25:08.665346 [ 190 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
6107 2025.02.25 04:25:08.665915 [ 190 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
6108 2025.02.25 04:25:08.666236 [ 190 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
6109 2025.02.25 04:25:08.666392 [ 190 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
6110 2025.02.25 04:25:08.667469 [ 276 ] {2100459b-7d6b-4363-91c7-749e90cfab68} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6111 2025.02.25 04:25:08.667533 [ 276 ] {2100459b-7d6b-4363-91c7-749e90cfab68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
6112 2025.02.25 04:25:08.668629 [ 276 ] {2100459b-7d6b-4363-91c7-749e90cfab68} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6113 2025.02.25 04:25:08.669017 [ 201 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.005952438 sec., 16127.845430729392 rows/sec., 842.62 KiB/sec.
6114 2025.02.25 04:25:08.669207 [ 276 ] {2100459b-7d6b-4363-91c7-749e90cfab68} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6115 2025.02.25 04:25:08.669274 [ 189 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
6116 2025.02.25 04:25:08.669442 [ 129 ] {} <Debug> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6117 2025.02.25 04:25:08.669536 [ 129 ] {} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6118 2025.02.25 04:25:08.669619 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
6119 2025.02.25 04:25:08.669757 [ 276 ] {2100459b-7d6b-4363-91c7-749e90cfab68} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00575 sec., 41217.391304347824 rows/sec., 2.76 MiB/sec.
6120 2025.02.25 04:25:08.669965 [ 201 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::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
6121 2025.02.25 04:25:08.670097 [ 276 ] {2100459b-7d6b-4363-91c7-749e90cfab68} <Debug> TCPHandler: Processed in 0.006777381 sec.
6122 2025.02.25 04:25:08.670126 [ 189 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_16_3} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6123 2025.02.25 04:25:08.670429 [ 201 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6124 2025.02.25 04:25:08.670465 [ 189 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_16_3} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
6125 2025.02.25 04:25:08.670484 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6126 2025.02.25 04:25:08.670515 [ 201 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12668 rows starting from the beginning of the part
6127 2025.02.25 04:25:08.670689 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
6128 2025.02.25 04:25:08.670972 [ 201 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 936 rows starting from the beginning of the part
6129 2025.02.25 04:25:08.670993 [ 281 ] {da7cdfb5-e5f3-45b5-91bb-e4e0e46c6f60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6130 2025.02.25 04:25:08.671244 [ 201 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 76 rows starting from the beginning of the part
6131 2025.02.25 04:25:08.671230 [ 281 ] {da7cdfb5-e5f3-45b5-91bb-e4e0e46c6f60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6132 2025.02.25 04:25:08.671588 [ 201 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 237 rows starting from the beginning of the part
6133 2025.02.25 04:25:08.671941 [ 201 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part
6134 2025.02.25 04:25:08.672358 [ 201 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 237 rows starting from the beginning of the part
6135 2025.02.25 04:25:08.673485 [ 281 ] {da7cdfb5-e5f3-45b5-91bb-e4e0e46c6f60} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6136 2025.02.25 04:25:08.673564 [ 281 ] {da7cdfb5-e5f3-45b5-91bb-e4e0e46c6f60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
6137 2025.02.25 04:25:08.674040 [ 281 ] {da7cdfb5-e5f3-45b5-91bb-e4e0e46c6f60} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
6138 2025.02.25 04:25:08.674461 [ 281 ] {da7cdfb5-e5f3-45b5-91bb-e4e0e46c6f60} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6139 2025.02.25 04:25:08.674704 [ 129 ] {} <Debug> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
6140 2025.02.25 04:25:08.674817 [ 129 ] {} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6141 2025.02.25 04:25:08.674889 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
6142 2025.02.25 04:25:08.675122 [ 281 ] {da7cdfb5-e5f3-45b5-91bb-e4e0e46c6f60} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004272 sec., 234.08239700374534 rows/sec., 15.77 KiB/sec.
6143 2025.02.25 04:25:08.675547 [ 186 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::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
6144 2025.02.25 04:25:08.676001 [ 281 ] {da7cdfb5-e5f3-45b5-91bb-e4e0e46c6f60} <Debug> TCPHandler: Processed in 0.005729595 sec.
6145 2025.02.25 04:25:08.676400 [ 186 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6146 2025.02.25 04:25:08.676419 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6147 2025.02.25 04:25:08.676512 [ 186 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 13 rows starting from the beginning of the part
6148 2025.02.25 04:25:08.676896 [ 276 ] {8b5cb166-899a-426a-95ba-c188035dde4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6149 2025.02.25 04:25:08.676962 [ 186 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part
6150 2025.02.25 04:25:08.677360 [ 186 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part
6151 2025.02.25 04:25:08.677376 [ 276 ] {8b5cb166-899a-426a-95ba-c188035dde4a} <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
6152 2025.02.25 04:25:08.677769 [ 186 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part
6153 2025.02.25 04:25:08.678111 [ 186 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part
6154 2025.02.25 04:25:08.678510 [ 186 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part
6155 2025.02.25 04:25:08.683745 [ 196 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14314 rows, containing 5 columns (5 merged, 0 gathered) in 0.013983907 sec., 1023605.2056124229 rows/sec., 69.20 MiB/sec.
6156 2025.02.25 04:25:08.684123 [ 187 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.009062845 sec., 1986.1312865882624 rows/sec., 132.97 KiB/sec.
6157 2025.02.25 04:25:08.684310 [ 187 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
6158 2025.02.25 04:25:08.684524 [ 186 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6159 2025.02.25 04:25:08.684717 [ 276 ] {8b5cb166-899a-426a-95ba-c188035dde4a} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6160 2025.02.25 04:25:08.684823 [ 276 ] {8b5cb166-899a-426a-95ba-c188035dde4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
6161 2025.02.25 04:25:08.685158 [ 187 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_16_3} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6162 2025.02.25 04:25:08.685446 [ 187 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_16_3} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
6163 2025.02.25 04:25:08.685585 [ 186 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6164 2025.02.25 04:25:08.685661 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
6165 2025.02.25 04:25:08.685861 [ 186 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6166 2025.02.25 04:25:08.686046 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.64 MiB.
6167 2025.02.25 04:25:08.686353 [ 276 ] {8b5cb166-899a-426a-95ba-c188035dde4a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6168 2025.02.25 04:25:08.686622 [ 276 ] {8b5cb166-899a-426a-95ba-c188035dde4a} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6169 2025.02.25 04:25:08.686929 [ 276 ] {8b5cb166-899a-426a-95ba-c188035dde4a} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.010245 sec., 488.0429477794046 rows/sec., 895.54 KiB/sec.
6170 2025.02.25 04:25:08.687471 [ 276 ] {8b5cb166-899a-426a-95ba-c188035dde4a} <Debug> TCPHandler: Processed in 0.011282928 sec.
6171 2025.02.25 04:25:08.687714 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6172 2025.02.25 04:25:08.687935 [ 281 ] {034d8268-692b-4038-9121-fba6cce22452} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6173 2025.02.25 04:25:08.688030 [ 281 ] {034d8268-692b-4038-9121-fba6cce22452} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6174 2025.02.25 04:25:08.688785 [ 281 ] {034d8268-692b-4038-9121-fba6cce22452} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6175 2025.02.25 04:25:08.688825 [ 281 ] {034d8268-692b-4038-9121-fba6cce22452} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
6176 2025.02.25 04:25:08.689224 [ 281 ] {034d8268-692b-4038-9121-fba6cce22452} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6177 2025.02.25 04:25:08.689470 [ 281 ] {034d8268-692b-4038-9121-fba6cce22452} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6178 2025.02.25 04:25:08.689639 [ 129 ] {} <Debug> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6179 2025.02.25 04:25:08.689700 [ 129 ] {} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6180 2025.02.25 04:25:08.689722 [ 281 ] {034d8268-692b-4038-9121-fba6cce22452} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001837 sec., 44637.996733805114 rows/sec., 2.84 MiB/sec.
6181 2025.02.25 04:25:08.689743 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
6182 2025.02.25 04:25:08.689874 [ 281 ] {034d8268-692b-4038-9121-fba6cce22452} <Debug> TCPHandler: Processed in 0.002270143 sec.
6183 2025.02.25 04:25:08.690328 [ 199 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
6184 2025.02.25 04:25:08.690610 [ 199 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6185 2025.02.25 04:25:08.690642 [ 199 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2456 rows starting from the beginning of the part
6186 2025.02.25 04:25:08.690743 [ 199 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 30 rows starting from the beginning of the part
6187 2025.02.25 04:25:08.690938 [ 199 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
6188 2025.02.25 04:25:08.691143 [ 199 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 82 rows starting from the beginning of the part
6189 2025.02.25 04:25:08.691334 [ 199 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part
6190 2025.02.25 04:25:08.691509 [ 199 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 82 rows starting from the beginning of the part
6191 2025.02.25 04:25:08.693189 [ 188 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2740 rows, containing 4 columns (4 merged, 0 gathered) in 0.003292798 sec., 832119.0671277132 rows/sec., 54.53 MiB/sec.
6192 2025.02.25 04:25:08.693466 [ 186 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6193 2025.02.25 04:25:08.693762 [ 186 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_46_9} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6194 2025.02.25 04:25:08.693837 [ 186 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_46_9} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6195 2025.02.25 04:25:08.693922 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB.
6196 2025.02.25 04:25:09.805206 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 886
6197 2025.02.25 04:25:09.808563 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6198 2025.02.25 04:25:09.808625 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
6199 2025.02.25 04:25:09.810134 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6200 2025.02.25 04:25:09.810460 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6201 2025.02.25 04:25:09.810724 [ 136 ] {} <Debug> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
6202 2025.02.25 04:25:09.810881 [ 136 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6203 2025.02.25 04:25:09.810979 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
6204 2025.02.25 04:25:09.812119 [ 186 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::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
6205 2025.02.25 04:25:09.812490 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 886
6206 2025.02.25 04:25:09.812949 [ 186 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6207 2025.02.25 04:25:09.813109 [ 186 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 710 rows starting from the beginning of the part
6208 2025.02.25 04:25:09.813810 [ 186 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 36 rows starting from the beginning of the part
6209 2025.02.25 04:25:09.814281 [ 186 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 26 rows starting from the beginning of the part
6210 2025.02.25 04:25:09.814743 [ 186 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::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
6211 2025.02.25 04:25:09.815186 [ 186 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 46 rows starting from the beginning of the part
6212 2025.02.25 04:25:09.815660 [ 186 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 34 rows starting from the beginning of the part
6213 2025.02.25 04:25:09.823627 [ 188 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 886 rows, containing 72 columns (72 merged, 0 gathered) in 0.012393014 sec., 71491.89051186419 rows/sec., 58.90 MiB/sec.
6214 2025.02.25 04:25:09.825393 [ 203 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
6215 2025.02.25 04:25:09.826263 [ 203 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_21_4} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6216 2025.02.25 04:25:09.826364 [ 203 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_21_4} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
6217 2025.02.25 04:25:09.826738 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.22 MiB.
6218 2025.02.25 04:25:13.634784 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6219 2025.02.25 04:25:13.635017 [ 281 ] {d3194c01-0ae1-41ce-8fa6-bb3edaf5d40a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6220 2025.02.25 04:25:13.635100 [ 281 ] {d3194c01-0ae1-41ce-8fa6-bb3edaf5d40a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6221 2025.02.25 04:25:13.636011 [ 281 ] {d3194c01-0ae1-41ce-8fa6-bb3edaf5d40a} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6222 2025.02.25 04:25:13.636056 [ 281 ] {d3194c01-0ae1-41ce-8fa6-bb3edaf5d40a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6223 2025.02.25 04:25:13.636507 [ 281 ] {d3194c01-0ae1-41ce-8fa6-bb3edaf5d40a} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6224 2025.02.25 04:25:13.636769 [ 281 ] {d3194c01-0ae1-41ce-8fa6-bb3edaf5d40a} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6225 2025.02.25 04:25:13.636978 [ 281 ] {d3194c01-0ae1-41ce-8fa6-bb3edaf5d40a} <Debug> executeQuery: Read 126 rows, 11.02 KiB in 0.002021 sec., 62345.37357743692 rows/sec., 5.33 MiB/sec.
6226 2025.02.25 04:25:13.637041 [ 281 ] {d3194c01-0ae1-41ce-8fa6-bb3edaf5d40a} <Debug> TCPHandler: Processed in 0.002396486 sec.
6227 2025.02.25 04:25:13.637326 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6228 2025.02.25 04:25:13.637540 [ 276 ] {1ad39f61-310f-48a1-ae97-8c53825206cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6229 2025.02.25 04:25:13.637625 [ 276 ] {1ad39f61-310f-48a1-ae97-8c53825206cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6230 2025.02.25 04:25:13.638472 [ 276 ] {1ad39f61-310f-48a1-ae97-8c53825206cf} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6231 2025.02.25 04:25:13.638542 [ 276 ] {1ad39f61-310f-48a1-ae97-8c53825206cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6232 2025.02.25 04:25:13.639019 [ 276 ] {1ad39f61-310f-48a1-ae97-8c53825206cf} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6233 2025.02.25 04:25:13.639278 [ 276 ] {1ad39f61-310f-48a1-ae97-8c53825206cf} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6234 2025.02.25 04:25:13.639531 [ 276 ] {1ad39f61-310f-48a1-ae97-8c53825206cf} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.002048 sec., 17089.84375 rows/sec., 1.25 MiB/sec.
6235 2025.02.25 04:25:13.639601 [ 276 ] {1ad39f61-310f-48a1-ae97-8c53825206cf} <Debug> TCPHandler: Processed in 0.002424226 sec.
6236 2025.02.25 04:25:13.639776 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6237 2025.02.25 04:25:13.639903 [ 281 ] {d91f0aca-eff3-4cb7-b9a2-119e7176affb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6238 2025.02.25 04:25:13.639957 [ 281 ] {d91f0aca-eff3-4cb7-b9a2-119e7176affb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6239 2025.02.25 04:25:13.640635 [ 281 ] {d91f0aca-eff3-4cb7-b9a2-119e7176affb} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6240 2025.02.25 04:25:13.640674 [ 281 ] {d91f0aca-eff3-4cb7-b9a2-119e7176affb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6241 2025.02.25 04:25:13.641053 [ 281 ] {d91f0aca-eff3-4cb7-b9a2-119e7176affb} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6242 2025.02.25 04:25:13.641294 [ 281 ] {d91f0aca-eff3-4cb7-b9a2-119e7176affb} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6243 2025.02.25 04:25:13.641480 [ 281 ] {d91f0aca-eff3-4cb7-b9a2-119e7176affb} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001606 sec., 61643.83561643836 rows/sec., 4.81 MiB/sec.
6244 2025.02.25 04:25:13.641535 [ 281 ] {d91f0aca-eff3-4cb7-b9a2-119e7176affb} <Debug> TCPHandler: Processed in 0.001821427 sec.
6245 2025.02.25 04:25:13.641726 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6246 2025.02.25 04:25:13.641862 [ 276 ] {183f5aef-7595-4a81-9802-9627288a41da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6247 2025.02.25 04:25:13.641922 [ 276 ] {183f5aef-7595-4a81-9802-9627288a41da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6248 2025.02.25 04:25:13.642547 [ 276 ] {183f5aef-7595-4a81-9802-9627288a41da} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6249 2025.02.25 04:25:13.642591 [ 276 ] {183f5aef-7595-4a81-9802-9627288a41da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6250 2025.02.25 04:25:13.643010 [ 276 ] {183f5aef-7595-4a81-9802-9627288a41da} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6251 2025.02.25 04:25:13.643248 [ 276 ] {183f5aef-7595-4a81-9802-9627288a41da} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6252 2025.02.25 04:25:13.643497 [ 276 ] {183f5aef-7595-4a81-9802-9627288a41da} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001656 sec., 96618.35748792271 rows/sec., 6.73 MiB/sec.
6253 2025.02.25 04:25:13.643619 [ 276 ] {183f5aef-7595-4a81-9802-9627288a41da} <Debug> TCPHandler: Processed in 0.001960789 sec.
6254 2025.02.25 04:25:13.643905 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6255 2025.02.25 04:25:13.644054 [ 281 ] {af33f770-9cd9-41c3-8e99-786a7131960a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6256 2025.02.25 04:25:13.644150 [ 281 ] {af33f770-9cd9-41c3-8e99-786a7131960a} <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
6257 2025.02.25 04:25:13.645487 [ 281 ] {af33f770-9cd9-41c3-8e99-786a7131960a} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6258 2025.02.25 04:25:13.645526 [ 281 ] {af33f770-9cd9-41c3-8e99-786a7131960a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6259 2025.02.25 04:25:13.646228 [ 281 ] {af33f770-9cd9-41c3-8e99-786a7131960a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6260 2025.02.25 04:25:13.646476 [ 281 ] {af33f770-9cd9-41c3-8e99-786a7131960a} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6261 2025.02.25 04:25:13.646672 [ 281 ] {af33f770-9cd9-41c3-8e99-786a7131960a} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002681 sec., 13054.830287206267 rows/sec., 23.39 MiB/sec.
6262 2025.02.25 04:25:13.646778 [ 281 ] {af33f770-9cd9-41c3-8e99-786a7131960a} <Debug> TCPHandler: Processed in 0.003054266 sec.
6263 2025.02.25 04:25:13.646935 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6264 2025.02.25 04:25:13.647057 [ 276 ] {3fb955fb-df9e-4481-8756-c1f93ead5ed5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6265 2025.02.25 04:25:13.647109 [ 276 ] {3fb955fb-df9e-4481-8756-c1f93ead5ed5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6266 2025.02.25 04:25:13.647693 [ 276 ] {3fb955fb-df9e-4481-8756-c1f93ead5ed5} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6267 2025.02.25 04:25:13.647734 [ 276 ] {3fb955fb-df9e-4481-8756-c1f93ead5ed5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6268 2025.02.25 04:25:13.648147 [ 276 ] {3fb955fb-df9e-4481-8756-c1f93ead5ed5} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6269 2025.02.25 04:25:13.648396 [ 276 ] {3fb955fb-df9e-4481-8756-c1f93ead5ed5} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6270 2025.02.25 04:25:13.648586 [ 276 ] {3fb955fb-df9e-4481-8756-c1f93ead5ed5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001502 sec., 39946.73768308921 rows/sec., 2.69 MiB/sec.
6271 2025.02.25 04:25:13.648642 [ 276 ] {3fb955fb-df9e-4481-8756-c1f93ead5ed5} <Debug> TCPHandler: Processed in 0.001724845 sec.
6272 2025.02.25 04:25:14.627713 [ 147 ] {} <Debug> DNSResolver: Updating DNS cache
6273 2025.02.25 04:25:14.627771 [ 147 ] {} <Debug> DNSResolver: Updated DNS cache
6274 2025.02.25 04:25:14.743236 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786
6275 2025.02.25 04:25:14.744071 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6276 2025.02.25 04:25:14.744112 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6277 2025.02.25 04:25:14.744636 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6278 2025.02.25 04:25:14.744891 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6279 2025.02.25 04:25:14.745153 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786
6280 2025.02.25 04:25:15.702515 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227
6281 2025.02.25 04:25:15.724804 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6282 2025.02.25 04:25:15.724859 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6283 2025.02.25 04:25:15.732505 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6284 2025.02.25 04:25:15.733306 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6285 2025.02.25 04:25:15.736343 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227
6286 2025.02.25 04:25:18.639106 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6287 2025.02.25 04:25:18.639321 [ 281 ] {13def42a-b8eb-4e03-b3e5-1683d383d3be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6288 2025.02.25 04:25:18.639402 [ 281 ] {13def42a-b8eb-4e03-b3e5-1683d383d3be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6289 2025.02.25 04:25:18.640318 [ 281 ] {13def42a-b8eb-4e03-b3e5-1683d383d3be} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6290 2025.02.25 04:25:18.640359 [ 281 ] {13def42a-b8eb-4e03-b3e5-1683d383d3be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6291 2025.02.25 04:25:18.640786 [ 281 ] {13def42a-b8eb-4e03-b3e5-1683d383d3be} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
6292 2025.02.25 04:25:18.641024 [ 281 ] {13def42a-b8eb-4e03-b3e5-1683d383d3be} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6293 2025.02.25 04:25:18.641146 [ 142 ] {} <Debug> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
6294 2025.02.25 04:25:18.641192 [ 142 ] {} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6295 2025.02.25 04:25:18.641216 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6296 2025.02.25 04:25:18.641227 [ 281 ] {13def42a-b8eb-4e03-b3e5-1683d383d3be} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002025 sec., 104691.35802469136 rows/sec., 6.66 MiB/sec.
6297 2025.02.25 04:25:18.641457 [ 281 ] {13def42a-b8eb-4e03-b3e5-1683d383d3be} <Debug> TCPHandler: Processed in 0.002487787 sec.
6298 2025.02.25 04:25:18.641553 [ 191 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
6299 2025.02.25 04:25:18.641730 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6300 2025.02.25 04:25:18.641747 [ 191 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6301 2025.02.25 04:25:18.641807 [ 191 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
6302 2025.02.25 04:25:18.641970 [ 191 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
6303 2025.02.25 04:25:18.642053 [ 276 ] {08ea1d5e-872e-4846-aecd-ef405b728d8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6304 2025.02.25 04:25:18.642290 [ 276 ] {08ea1d5e-872e-4846-aecd-ef405b728d8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6305 2025.02.25 04:25:18.642323 [ 191 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
6306 2025.02.25 04:25:18.642705 [ 191 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
6307 2025.02.25 04:25:18.642995 [ 191 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
6308 2025.02.25 04:25:18.644520 [ 276 ] {08ea1d5e-872e-4846-aecd-ef405b728d8c} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6309 2025.02.25 04:25:18.644571 [ 276 ] {08ea1d5e-872e-4846-aecd-ef405b728d8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6310 2025.02.25 04:25:18.644829 [ 188 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.003444061 sec., 307776.1979244851 rows/sec., 20.75 MiB/sec.
6311 2025.02.25 04:25:18.645175 [ 188 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
6312 2025.02.25 04:25:18.645389 [ 276 ] {08ea1d5e-872e-4846-aecd-ef405b728d8c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6313 2025.02.25 04:25:18.645706 [ 188 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_17_4} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6314 2025.02.25 04:25:18.645869 [ 188 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_17_4} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
6315 2025.02.25 04:25:18.646024 [ 276 ] {08ea1d5e-872e-4846-aecd-ef405b728d8c} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6316 2025.02.25 04:25:18.646056 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
6317 2025.02.25 04:25:18.646339 [ 276 ] {08ea1d5e-872e-4846-aecd-ef405b728d8c} <Debug> executeQuery: Read 627 rows, 50.33 KiB in 0.004444 sec., 141089.10891089108 rows/sec., 11.06 MiB/sec.
6318 2025.02.25 04:25:18.646413 [ 276 ] {08ea1d5e-872e-4846-aecd-ef405b728d8c} <Debug> TCPHandler: Processed in 0.004821922 sec.
6319 2025.02.25 04:25:18.646573 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6320 2025.02.25 04:25:18.646703 [ 281 ] {b9d15cf2-acfc-44dc-ba29-dc2bbca7a217} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6321 2025.02.25 04:25:18.646757 [ 281 ] {b9d15cf2-acfc-44dc-ba29-dc2bbca7a217} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6322 2025.02.25 04:25:18.647407 [ 281 ] {b9d15cf2-acfc-44dc-ba29-dc2bbca7a217} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6323 2025.02.25 04:25:18.647446 [ 281 ] {b9d15cf2-acfc-44dc-ba29-dc2bbca7a217} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6324 2025.02.25 04:25:18.647839 [ 281 ] {b9d15cf2-acfc-44dc-ba29-dc2bbca7a217} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6325 2025.02.25 04:25:18.648083 [ 281 ] {b9d15cf2-acfc-44dc-ba29-dc2bbca7a217} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6326 2025.02.25 04:25:18.648266 [ 281 ] {b9d15cf2-acfc-44dc-ba29-dc2bbca7a217} <Debug> executeQuery: Read 111 rows, 6.76 KiB in 0.001594 sec., 69636.13550815558 rows/sec., 4.14 MiB/sec.
6327 2025.02.25 04:25:18.648326 [ 281 ] {b9d15cf2-acfc-44dc-ba29-dc2bbca7a217} <Debug> TCPHandler: Processed in 0.001813417 sec.
6328 2025.02.25 04:25:18.648474 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6329 2025.02.25 04:25:18.648624 [ 276 ] {aa83e3a0-48c5-4fe9-ab91-6bea17b59f34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6330 2025.02.25 04:25:18.648687 [ 276 ] {aa83e3a0-48c5-4fe9-ab91-6bea17b59f34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6331 2025.02.25 04:25:18.649357 [ 276 ] {aa83e3a0-48c5-4fe9-ab91-6bea17b59f34} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6332 2025.02.25 04:25:18.649400 [ 276 ] {aa83e3a0-48c5-4fe9-ab91-6bea17b59f34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6333 2025.02.25 04:25:18.649770 [ 276 ] {aa83e3a0-48c5-4fe9-ab91-6bea17b59f34} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6334 2025.02.25 04:25:18.650017 [ 276 ] {aa83e3a0-48c5-4fe9-ab91-6bea17b59f34} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6335 2025.02.25 04:25:18.650273 [ 276 ] {aa83e3a0-48c5-4fe9-ab91-6bea17b59f34} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001683 sec., 67142.00831847891 rows/sec., 4.35 MiB/sec.
6336 2025.02.25 04:25:18.650492 [ 276 ] {aa83e3a0-48c5-4fe9-ab91-6bea17b59f34} <Debug> TCPHandler: Processed in 0.002079981 sec.
6337 2025.02.25 04:25:18.650679 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6338 2025.02.25 04:25:18.650822 [ 281 ] {e5484c5e-8f14-4aa8-b0b1-2080e47f8245} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6339 2025.02.25 04:25:18.650882 [ 281 ] {e5484c5e-8f14-4aa8-b0b1-2080e47f8245} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6340 2025.02.25 04:25:18.651653 [ 281 ] {e5484c5e-8f14-4aa8-b0b1-2080e47f8245} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6341 2025.02.25 04:25:18.651698 [ 281 ] {e5484c5e-8f14-4aa8-b0b1-2080e47f8245} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6342 2025.02.25 04:25:18.652097 [ 281 ] {e5484c5e-8f14-4aa8-b0b1-2080e47f8245} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
6343 2025.02.25 04:25:18.652345 [ 281 ] {e5484c5e-8f14-4aa8-b0b1-2080e47f8245} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6344 2025.02.25 04:25:18.652470 [ 142 ] {} <Debug> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
6345 2025.02.25 04:25:18.652509 [ 142 ] {} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6346 2025.02.25 04:25:18.652532 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6347 2025.02.25 04:25:18.652542 [ 281 ] {e5484c5e-8f14-4aa8-b0b1-2080e47f8245} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001751 sec., 63963.44945745289 rows/sec., 3.64 MiB/sec.
6348 2025.02.25 04:25:18.652819 [ 281 ] {e5484c5e-8f14-4aa8-b0b1-2080e47f8245} <Debug> TCPHandler: Processed in 0.002195392 sec.
6349 2025.02.25 04:25:18.652911 [ 198 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
6350 2025.02.25 04:25:18.653122 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6351 2025.02.25 04:25:18.653357 [ 198 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6352 2025.02.25 04:25:18.653397 [ 276 ] {5bf50a71-6f73-4395-98fb-e3aa14d48d93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6353 2025.02.25 04:25:18.653421 [ 198 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
6354 2025.02.25 04:25:18.653505 [ 276 ] {5bf50a71-6f73-4395-98fb-e3aa14d48d93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6355 2025.02.25 04:25:18.653836 [ 198 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
6356 2025.02.25 04:25:18.654124 [ 198 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
6357 2025.02.25 04:25:18.654544 [ 198 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
6358 2025.02.25 04:25:18.654940 [ 198 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
6359 2025.02.25 04:25:18.656172 [ 276 ] {5bf50a71-6f73-4395-98fb-e3aa14d48d93} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6360 2025.02.25 04:25:18.656258 [ 276 ] {5bf50a71-6f73-4395-98fb-e3aa14d48d93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6361 2025.02.25 04:25:18.657284 [ 188 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.00469834 sec., 119191.03342882806 rows/sec., 7.24 MiB/sec.
6362 2025.02.25 04:25:18.657294 [ 276 ] {5bf50a71-6f73-4395-98fb-e3aa14d48d93} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6363 2025.02.25 04:25:18.657578 [ 189 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
6364 2025.02.25 04:25:18.657764 [ 276 ] {5bf50a71-6f73-4395-98fb-e3aa14d48d93} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6365 2025.02.25 04:25:18.658180 [ 276 ] {5bf50a71-6f73-4395-98fb-e3aa14d48d93} <Debug> executeQuery: Read 387 rows, 27.99 KiB in 0.00485 sec., 79793.81443298969 rows/sec., 5.63 MiB/sec.
6366 2025.02.25 04:25:18.658358 [ 276 ] {5bf50a71-6f73-4395-98fb-e3aa14d48d93} <Debug> TCPHandler: Processed in 0.00539609 sec.
6367 2025.02.25 04:25:18.658380 [ 189 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_17_4} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6368 2025.02.25 04:25:18.658556 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6369 2025.02.25 04:25:18.658571 [ 189 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_17_4} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
6370 2025.02.25 04:25:18.658763 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
6371 2025.02.25 04:25:18.658773 [ 281 ] {568ade56-2ed2-490b-99a8-dd5eb32b0822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6372 2025.02.25 04:25:18.658845 [ 281 ] {568ade56-2ed2-490b-99a8-dd5eb32b0822} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6373 2025.02.25 04:25:18.659332 [ 281 ] {568ade56-2ed2-490b-99a8-dd5eb32b0822} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6374 2025.02.25 04:25:18.659372 [ 281 ] {568ade56-2ed2-490b-99a8-dd5eb32b0822} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6375 2025.02.25 04:25:18.659764 [ 281 ] {568ade56-2ed2-490b-99a8-dd5eb32b0822} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
6376 2025.02.25 04:25:18.660007 [ 281 ] {568ade56-2ed2-490b-99a8-dd5eb32b0822} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6377 2025.02.25 04:25:18.660258 [ 281 ] {568ade56-2ed2-490b-99a8-dd5eb32b0822} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001543 sec., 3888.528839922229 rows/sec., 203.16 KiB/sec.
6378 2025.02.25 04:25:18.660468 [ 281 ] {568ade56-2ed2-490b-99a8-dd5eb32b0822} <Debug> TCPHandler: Processed in 0.00198979 sec.
6379 2025.02.25 04:25:18.660643 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6380 2025.02.25 04:25:18.660786 [ 276 ] {31f6b2af-ad56-4087-b98e-c01b18d7ac0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6381 2025.02.25 04:25:18.660850 [ 276 ] {31f6b2af-ad56-4087-b98e-c01b18d7ac0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6382 2025.02.25 04:25:18.661534 [ 276 ] {31f6b2af-ad56-4087-b98e-c01b18d7ac0a} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6383 2025.02.25 04:25:18.661581 [ 276 ] {31f6b2af-ad56-4087-b98e-c01b18d7ac0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6384 2025.02.25 04:25:18.662045 [ 276 ] {31f6b2af-ad56-4087-b98e-c01b18d7ac0a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6385 2025.02.25 04:25:18.662308 [ 276 ] {31f6b2af-ad56-4087-b98e-c01b18d7ac0a} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6386 2025.02.25 04:25:18.662566 [ 276 ] {31f6b2af-ad56-4087-b98e-c01b18d7ac0a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001799 sec., 131739.85547526402 rows/sec., 8.83 MiB/sec.
6387 2025.02.25 04:25:18.662752 [ 276 ] {31f6b2af-ad56-4087-b98e-c01b18d7ac0a} <Debug> TCPHandler: Processed in 0.002177442 sec.
6388 2025.02.25 04:25:18.662999 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6389 2025.02.25 04:25:18.663139 [ 281 ] {a5f594f3-4708-48fe-a290-ea2f179bf0e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6390 2025.02.25 04:25:18.663201 [ 281 ] {a5f594f3-4708-48fe-a290-ea2f179bf0e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6391 2025.02.25 04:25:18.663756 [ 281 ] {a5f594f3-4708-48fe-a290-ea2f179bf0e7} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6392 2025.02.25 04:25:18.663802 [ 281 ] {a5f594f3-4708-48fe-a290-ea2f179bf0e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6393 2025.02.25 04:25:18.664174 [ 281 ] {a5f594f3-4708-48fe-a290-ea2f179bf0e7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
6394 2025.02.25 04:25:18.664419 [ 281 ] {a5f594f3-4708-48fe-a290-ea2f179bf0e7} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6395 2025.02.25 04:25:18.664604 [ 281 ] {a5f594f3-4708-48fe-a290-ea2f179bf0e7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001496 sec., 668.4491978609626 rows/sec., 45.04 KiB/sec.
6396 2025.02.25 04:25:18.664656 [ 281 ] {a5f594f3-4708-48fe-a290-ea2f179bf0e7} <Debug> TCPHandler: Processed in 0.001797576 sec.
6397 2025.02.25 04:25:18.664799 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6398 2025.02.25 04:25:18.664929 [ 276 ] {9f19bdd5-84d8-4c24-90ea-82286e03abac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6399 2025.02.25 04:25:18.665023 [ 276 ] {9f19bdd5-84d8-4c24-90ea-82286e03abac} <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
6400 2025.02.25 04:25:18.666243 [ 276 ] {9f19bdd5-84d8-4c24-90ea-82286e03abac} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6401 2025.02.25 04:25:18.666284 [ 276 ] {9f19bdd5-84d8-4c24-90ea-82286e03abac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6402 2025.02.25 04:25:18.666894 [ 276 ] {9f19bdd5-84d8-4c24-90ea-82286e03abac} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6403 2025.02.25 04:25:18.667151 [ 276 ] {9f19bdd5-84d8-4c24-90ea-82286e03abac} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6404 2025.02.25 04:25:18.667321 [ 142 ] {} <Debug> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6405 2025.02.25 04:25:18.667393 [ 142 ] {} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6406 2025.02.25 04:25:18.667432 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6407 2025.02.25 04:25:18.667439 [ 276 ] {9f19bdd5-84d8-4c24-90ea-82286e03abac} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002532 sec., 1974.7235387045814 rows/sec., 3.54 MiB/sec.
6408 2025.02.25 04:25:18.667686 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::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
6409 2025.02.25 04:25:18.667809 [ 276 ] {9f19bdd5-84d8-4c24-90ea-82286e03abac} <Debug> TCPHandler: Processed in 0.003059805 sec.
6410 2025.02.25 04:25:18.668026 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6411 2025.02.25 04:25:18.668186 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6412 2025.02.25 04:25:18.668221 [ 281 ] {dbafd39d-0410-409c-8fe3-a2316cd28a9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6413 2025.02.25 04:25:18.668265 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 614 rows starting from the beginning of the part
6414 2025.02.25 04:25:18.668307 [ 281 ] {dbafd39d-0410-409c-8fe3-a2316cd28a9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6415 2025.02.25 04:25:18.668984 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 5 rows starting from the beginning of the part
6416 2025.02.25 04:25:18.669563 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 35 rows starting from the beginning of the part
6417 2025.02.25 04:25:18.670181 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 5 rows starting from the beginning of the part
6418 2025.02.25 04:25:18.670197 [ 281 ] {dbafd39d-0410-409c-8fe3-a2316cd28a9a} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6419 2025.02.25 04:25:18.670247 [ 281 ] {dbafd39d-0410-409c-8fe3-a2316cd28a9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6420 2025.02.25 04:25:18.670746 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 35 rows starting from the beginning of the part
6421 2025.02.25 04:25:18.671296 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 5 rows starting from the beginning of the part
6422 2025.02.25 04:25:18.671431 [ 281 ] {dbafd39d-0410-409c-8fe3-a2316cd28a9a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6423 2025.02.25 04:25:18.671990 [ 281 ] {dbafd39d-0410-409c-8fe3-a2316cd28a9a} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6424 2025.02.25 04:25:18.672277 [ 281 ] {dbafd39d-0410-409c-8fe3-a2316cd28a9a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004099 sec., 20004.87923883874 rows/sec., 1.27 MiB/sec.
6425 2025.02.25 04:25:18.672381 [ 281 ] {dbafd39d-0410-409c-8fe3-a2316cd28a9a} <Debug> TCPHandler: Processed in 0.004460927 sec.
6426 2025.02.25 04:25:18.676538 [ 196 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 699 rows, containing 19 columns (19 merged, 0 gathered) in 0.009034874 sec., 77366.87860837905 rows/sec., 138.64 MiB/sec.
6427 2025.02.25 04:25:18.677644 [ 195 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6428 2025.02.25 04:25:18.678074 [ 195 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6429 2025.02.25 04:25:18.678156 [ 195 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6430 2025.02.25 04:25:18.678307 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.47 MiB.
6431 2025.02.25 04:25:19.000168 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.54 MiB, peak 207.55 MiB, free memory in arenas 0.00 B, will set to 200.93 MiB (RSS), difference: 1.39 MiB
6432 2025.02.25 04:25:19.812802 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 920
6433 2025.02.25 04:25:19.816401 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6434 2025.02.25 04:25:19.816464 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6435 2025.02.25 04:25:19.817969 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6436 2025.02.25 04:25:19.818306 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6437 2025.02.25 04:25:19.819537 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 920
6438 2025.02.25 04:25:20.840796 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6439 2025.02.25 04:25:20.841021 [ 281 ] {f22c087b-e61c-4f1d-9791-ac5df039859b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6440 2025.02.25 04:25:20.841094 [ 281 ] {f22c087b-e61c-4f1d-9791-ac5df039859b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6441 2025.02.25 04:25:20.841866 [ 281 ] {f22c087b-e61c-4f1d-9791-ac5df039859b} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6442 2025.02.25 04:25:20.841907 [ 281 ] {f22c087b-e61c-4f1d-9791-ac5df039859b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6443 2025.02.25 04:25:20.842376 [ 281 ] {f22c087b-e61c-4f1d-9791-ac5df039859b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
6444 2025.02.25 04:25:20.842681 [ 281 ] {f22c087b-e61c-4f1d-9791-ac5df039859b} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6445 2025.02.25 04:25:20.843185 [ 281 ] {f22c087b-e61c-4f1d-9791-ac5df039859b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002215 sec., 902.9345372460497 rows/sec., 73.63 KiB/sec.
6446 2025.02.25 04:25:20.843253 [ 281 ] {f22c087b-e61c-4f1d-9791-ac5df039859b} <Debug> TCPHandler: Processed in 0.002598978 sec.
6447 2025.02.25 04:25:20.843544 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6448 2025.02.25 04:25:20.843757 [ 276 ] {df32f833-1b86-491a-bc49-72cff4566c8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6449 2025.02.25 04:25:20.843842 [ 276 ] {df32f833-1b86-491a-bc49-72cff4566c8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6450 2025.02.25 04:25:20.845298 [ 276 ] {df32f833-1b86-491a-bc49-72cff4566c8b} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6451 2025.02.25 04:25:20.845353 [ 276 ] {df32f833-1b86-491a-bc49-72cff4566c8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6452 2025.02.25 04:25:20.845868 [ 276 ] {df32f833-1b86-491a-bc49-72cff4566c8b} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6453 2025.02.25 04:25:20.846127 [ 276 ] {df32f833-1b86-491a-bc49-72cff4566c8b} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6454 2025.02.25 04:25:20.846368 [ 276 ] {df32f833-1b86-491a-bc49-72cff4566c8b} <Debug> executeQuery: Read 1267 rows, 107.21 KiB in 0.002668 sec., 474887.5562218891 rows/sec., 39.24 MiB/sec.
6455 2025.02.25 04:25:20.846440 [ 276 ] {df32f833-1b86-491a-bc49-72cff4566c8b} <Debug> TCPHandler: Processed in 0.003038654 sec.
6456 2025.02.25 04:25:20.846622 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6457 2025.02.25 04:25:20.846771 [ 281 ] {002da305-4932-4b66-8c13-a06c0ed805c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6458 2025.02.25 04:25:20.846835 [ 281 ] {002da305-4932-4b66-8c13-a06c0ed805c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6459 2025.02.25 04:25:20.847479 [ 281 ] {002da305-4932-4b66-8c13-a06c0ed805c7} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6460 2025.02.25 04:25:20.847520 [ 281 ] {002da305-4932-4b66-8c13-a06c0ed805c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6461 2025.02.25 04:25:20.847896 [ 281 ] {002da305-4932-4b66-8c13-a06c0ed805c7} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6462 2025.02.25 04:25:20.848148 [ 281 ] {002da305-4932-4b66-8c13-a06c0ed805c7} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6463 2025.02.25 04:25:20.848393 [ 281 ] {002da305-4932-4b66-8c13-a06c0ed805c7} <Debug> executeQuery: Read 37 rows, 2.77 KiB in 0.001647 sec., 22465.088038858532 rows/sec., 1.64 MiB/sec.
6464 2025.02.25 04:25:20.848473 [ 281 ] {002da305-4932-4b66-8c13-a06c0ed805c7} <Debug> TCPHandler: Processed in 0.001919479 sec.
6465 2025.02.25 04:25:20.848702 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6466 2025.02.25 04:25:20.848853 [ 276 ] {e3937387-a412-479a-8579-73a5cb1136ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6467 2025.02.25 04:25:20.848916 [ 276 ] {e3937387-a412-479a-8579-73a5cb1136ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6468 2025.02.25 04:25:20.849603 [ 276 ] {e3937387-a412-479a-8579-73a5cb1136ba} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6469 2025.02.25 04:25:20.849644 [ 276 ] {e3937387-a412-479a-8579-73a5cb1136ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6470 2025.02.25 04:25:20.850029 [ 276 ] {e3937387-a412-479a-8579-73a5cb1136ba} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6471 2025.02.25 04:25:20.850265 [ 276 ] {e3937387-a412-479a-8579-73a5cb1136ba} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6472 2025.02.25 04:25:20.850473 [ 276 ] {e3937387-a412-479a-8579-73a5cb1136ba} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001655 sec., 137764.3504531722 rows/sec., 9.33 MiB/sec.
6473 2025.02.25 04:25:20.850525 [ 276 ] {e3937387-a412-479a-8579-73a5cb1136ba} <Debug> TCPHandler: Processed in 0.001942239 sec.
6474 2025.02.25 04:25:20.850675 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6475 2025.02.25 04:25:20.850795 [ 281 ] {2a74f8f9-8511-471f-b4c7-5b0fe99aaba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6476 2025.02.25 04:25:20.850845 [ 281 ] {2a74f8f9-8511-471f-b4c7-5b0fe99aaba5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6477 2025.02.25 04:25:20.851694 [ 281 ] {2a74f8f9-8511-471f-b4c7-5b0fe99aaba5} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6478 2025.02.25 04:25:20.851734 [ 281 ] {2a74f8f9-8511-471f-b4c7-5b0fe99aaba5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6479 2025.02.25 04:25:20.852137 [ 281 ] {2a74f8f9-8511-471f-b4c7-5b0fe99aaba5} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6480 2025.02.25 04:25:20.852395 [ 281 ] {2a74f8f9-8511-471f-b4c7-5b0fe99aaba5} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6481 2025.02.25 04:25:20.852621 [ 281 ] {2a74f8f9-8511-471f-b4c7-5b0fe99aaba5} <Debug> executeQuery: Read 557 rows, 42.37 KiB in 0.00185 sec., 301081.08108108107 rows/sec., 22.37 MiB/sec.
6482 2025.02.25 04:25:20.852735 [ 281 ] {2a74f8f9-8511-471f-b4c7-5b0fe99aaba5} <Debug> TCPHandler: Processed in 0.002118122 sec.
6483 2025.02.25 04:25:20.852934 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6484 2025.02.25 04:25:20.853154 [ 276 ] {51680144-53d1-4e04-91b3-cd5fbefafea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6485 2025.02.25 04:25:20.853252 [ 276 ] {51680144-53d1-4e04-91b3-cd5fbefafea2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6486 2025.02.25 04:25:20.854372 [ 276 ] {51680144-53d1-4e04-91b3-cd5fbefafea2} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6487 2025.02.25 04:25:20.854412 [ 276 ] {51680144-53d1-4e04-91b3-cd5fbefafea2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6488 2025.02.25 04:25:20.854867 [ 276 ] {51680144-53d1-4e04-91b3-cd5fbefafea2} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6489 2025.02.25 04:25:20.855122 [ 276 ] {51680144-53d1-4e04-91b3-cd5fbefafea2} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6490 2025.02.25 04:25:20.855353 [ 276 ] {51680144-53d1-4e04-91b3-cd5fbefafea2} <Debug> executeQuery: Read 933 rows, 64.04 KiB in 0.002253 sec., 414114.5139813582 rows/sec., 27.76 MiB/sec.
6491 2025.02.25 04:25:20.855453 [ 276 ] {51680144-53d1-4e04-91b3-cd5fbefafea2} <Debug> TCPHandler: Processed in 0.002621439 sec.
6492 2025.02.25 04:25:20.855632 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6493 2025.02.25 04:25:20.855752 [ 281 ] {616ac43d-d9de-416a-ad53-892d00581113} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6494 2025.02.25 04:25:20.855836 [ 281 ] {616ac43d-d9de-416a-ad53-892d00581113} <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
6495 2025.02.25 04:25:20.857080 [ 281 ] {616ac43d-d9de-416a-ad53-892d00581113} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6496 2025.02.25 04:25:20.857119 [ 281 ] {616ac43d-d9de-416a-ad53-892d00581113} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6497 2025.02.25 04:25:20.857828 [ 281 ] {616ac43d-d9de-416a-ad53-892d00581113} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6498 2025.02.25 04:25:20.858104 [ 281 ] {616ac43d-d9de-416a-ad53-892d00581113} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6499 2025.02.25 04:25:20.858354 [ 281 ] {616ac43d-d9de-416a-ad53-892d00581113} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002627 sec., 13323.182337266844 rows/sec., 23.87 MiB/sec.
6500 2025.02.25 04:25:20.858467 [ 281 ] {616ac43d-d9de-416a-ad53-892d00581113} <Debug> TCPHandler: Processed in 0.002921903 sec.
6501 2025.02.25 04:25:20.858677 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6502 2025.02.25 04:25:20.858896 [ 276 ] {45a01701-691a-4095-8c69-59458cdb8c36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6503 2025.02.25 04:25:20.858991 [ 276 ] {45a01701-691a-4095-8c69-59458cdb8c36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6504 2025.02.25 04:25:20.859483 [ 276 ] {45a01701-691a-4095-8c69-59458cdb8c36} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6505 2025.02.25 04:25:20.859522 [ 276 ] {45a01701-691a-4095-8c69-59458cdb8c36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6506 2025.02.25 04:25:20.859897 [ 276 ] {45a01701-691a-4095-8c69-59458cdb8c36} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6507 2025.02.25 04:25:20.860137 [ 276 ] {45a01701-691a-4095-8c69-59458cdb8c36} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6508 2025.02.25 04:25:20.860345 [ 276 ] {45a01701-691a-4095-8c69-59458cdb8c36} <Debug> executeQuery: Read 32 rows, 2.20 KiB in 0.001502 sec., 21304.926764314245 rows/sec., 1.43 MiB/sec.
6509 2025.02.25 04:25:20.860394 [ 276 ] {45a01701-691a-4095-8c69-59458cdb8c36} <Debug> TCPHandler: Processed in 0.001825427 sec.
6510 2025.02.25 04:25:22.245322 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274
6511 2025.02.25 04:25:22.246081 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6512 2025.02.25 04:25:22.246132 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6513 2025.02.25 04:25:22.246665 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6514 2025.02.25 04:25:22.246931 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6515 2025.02.25 04:25:22.247147 [ 135 ] {} <Debug> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6516 2025.02.25 04:25:22.247194 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274
6517 2025.02.25 04:25:22.247238 [ 135 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6518 2025.02.25 04:25:22.247272 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6519 2025.02.25 04:25:22.247469 [ 188 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
6520 2025.02.25 04:25:22.247825 [ 188 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6521 2025.02.25 04:25:22.247904 [ 188 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
6522 2025.02.25 04:25:22.247992 [ 188 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
6523 2025.02.25 04:25:22.248149 [ 188 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
6524 2025.02.25 04:25:22.248394 [ 188 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
6525 2025.02.25 04:25:22.248597 [ 188 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
6526 2025.02.25 04:25:22.248731 [ 188 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
6527 2025.02.25 04:25:22.251068 [ 199 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.003724295 sec., 3832671.68685617 rows/sec., 54.83 MiB/sec.
6528 2025.02.25 04:25:22.251489 [ 199 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6529 2025.02.25 04:25:22.251872 [ 199 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_31_6} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6530 2025.02.25 04:25:22.251982 [ 199 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_31_6} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6531 2025.02.25 04:25:22.252097 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB.
6532 2025.02.25 04:25:23.236454 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234
6533 2025.02.25 04:25:23.258516 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6534 2025.02.25 04:25:23.258586 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6535 2025.02.25 04:25:23.266007 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6536 2025.02.25 04:25:23.266825 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6537 2025.02.25 04:25:23.267216 [ 132 ] {} <Debug> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6538 2025.02.25 04:25:23.267367 [ 132 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6539 2025.02.25 04:25:23.267444 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6540 2025.02.25 04:25:23.267759 [ 187 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
6541 2025.02.25 04:25:23.276515 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234
6542 2025.02.25 04:25:23.277739 [ 187 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6543 2025.02.25 04:25:23.278659 [ 187 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
6544 2025.02.25 04:25:23.283433 [ 187 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
6545 2025.02.25 04:25:23.288188 [ 187 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
6546 2025.02.25 04:25:23.293850 [ 187 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
6547 2025.02.25 04:25:23.299565 [ 187 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
6548 2025.02.25 04:25:23.305423 [ 187 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
6549 2025.02.25 04:25:23.370388 [ 196 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.102807034 sec., 2276.108850684283 rows/sec., 11.77 MiB/sec.
6550 2025.02.25 04:25:23.373381 [ 190 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6551 2025.02.25 04:25:23.376443 [ 190 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_31_6} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6552 2025.02.25 04:25:23.376582 [ 190 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_31_6} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6553 2025.02.25 04:25:23.378978 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.10 MiB.
6554 2025.02.25 04:25:23.629509 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6555 2025.02.25 04:25:23.629697 [ 281 ] {28736e9a-c4f1-4c01-9211-c4797a2c38f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6556 2025.02.25 04:25:23.629771 [ 281 ] {28736e9a-c4f1-4c01-9211-c4797a2c38f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6557 2025.02.25 04:25:23.630583 [ 281 ] {28736e9a-c4f1-4c01-9211-c4797a2c38f1} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6558 2025.02.25 04:25:23.630630 [ 281 ] {28736e9a-c4f1-4c01-9211-c4797a2c38f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6559 2025.02.25 04:25:23.631095 [ 281 ] {28736e9a-c4f1-4c01-9211-c4797a2c38f1} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6560 2025.02.25 04:25:23.631363 [ 281 ] {28736e9a-c4f1-4c01-9211-c4797a2c38f1} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6561 2025.02.25 04:25:23.631599 [ 281 ] {28736e9a-c4f1-4c01-9211-c4797a2c38f1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001947 sec., 28762.19825372368 rows/sec., 2.20 MiB/sec.
6562 2025.02.25 04:25:23.631718 [ 281 ] {28736e9a-c4f1-4c01-9211-c4797a2c38f1} <Debug> TCPHandler: Processed in 0.002344494 sec.
6563 2025.02.25 04:25:23.632031 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6564 2025.02.25 04:25:23.632216 [ 276 ] {03ac2531-116e-4891-a60e-9f152dda8399} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6565 2025.02.25 04:25:23.632288 [ 276 ] {03ac2531-116e-4891-a60e-9f152dda8399} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6566 2025.02.25 04:25:23.633093 [ 276 ] {03ac2531-116e-4891-a60e-9f152dda8399} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6567 2025.02.25 04:25:23.633142 [ 276 ] {03ac2531-116e-4891-a60e-9f152dda8399} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6568 2025.02.25 04:25:23.633577 [ 276 ] {03ac2531-116e-4891-a60e-9f152dda8399} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6569 2025.02.25 04:25:23.633841 [ 276 ] {03ac2531-116e-4891-a60e-9f152dda8399} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6570 2025.02.25 04:25:23.634115 [ 276 ] {03ac2531-116e-4891-a60e-9f152dda8399} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001941 sec., 32972.69448737764 rows/sec., 2.57 MiB/sec.
6571 2025.02.25 04:25:23.634197 [ 276 ] {03ac2531-116e-4891-a60e-9f152dda8399} <Debug> TCPHandler: Processed in 0.002340395 sec.
6572 2025.02.25 04:25:23.634401 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6573 2025.02.25 04:25:23.634544 [ 281 ] {c6c1e096-de39-4523-8e3e-5be4c232a19f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6574 2025.02.25 04:25:23.634601 [ 281 ] {c6c1e096-de39-4523-8e3e-5be4c232a19f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6575 2025.02.25 04:25:23.635179 [ 281 ] {c6c1e096-de39-4523-8e3e-5be4c232a19f} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6576 2025.02.25 04:25:23.635219 [ 281 ] {c6c1e096-de39-4523-8e3e-5be4c232a19f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6577 2025.02.25 04:25:23.635642 [ 281 ] {c6c1e096-de39-4523-8e3e-5be4c232a19f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6578 2025.02.25 04:25:23.635894 [ 281 ] {c6c1e096-de39-4523-8e3e-5be4c232a19f} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6579 2025.02.25 04:25:23.636176 [ 281 ] {c6c1e096-de39-4523-8e3e-5be4c232a19f} <Debug> executeQuery: Read 74 rows, 5.27 KiB in 0.001652 sec., 44794.18886198547 rows/sec., 3.12 MiB/sec.
6580 2025.02.25 04:25:23.636262 [ 281 ] {c6c1e096-de39-4523-8e3e-5be4c232a19f} <Debug> TCPHandler: Processed in 0.001947809 sec.
6581 2025.02.25 04:25:23.636472 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6582 2025.02.25 04:25:23.636613 [ 276 ] {4244c635-8963-4d17-9f0a-4188e6e478e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6583 2025.02.25 04:25:23.636675 [ 276 ] {4244c635-8963-4d17-9f0a-4188e6e478e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6584 2025.02.25 04:25:23.637237 [ 276 ] {4244c635-8963-4d17-9f0a-4188e6e478e4} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6585 2025.02.25 04:25:23.637275 [ 276 ] {4244c635-8963-4d17-9f0a-4188e6e478e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6586 2025.02.25 04:25:23.637663 [ 276 ] {4244c635-8963-4d17-9f0a-4188e6e478e4} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6587 2025.02.25 04:25:23.637920 [ 276 ] {4244c635-8963-4d17-9f0a-4188e6e478e4} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6588 2025.02.25 04:25:23.638134 [ 276 ] {4244c635-8963-4d17-9f0a-4188e6e478e4} <Debug> executeQuery: Read 28 rows, 1.94 KiB in 0.001552 sec., 18041.23711340206 rows/sec., 1.22 MiB/sec.
6589 2025.02.25 04:25:23.638184 [ 276 ] {4244c635-8963-4d17-9f0a-4188e6e478e4} <Debug> TCPHandler: Processed in 0.001794926 sec.
6590 2025.02.25 04:25:28.639801 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6591 2025.02.25 04:25:28.640131 [ 281 ] {8b538d35-1672-4a86-a86c-a3e1f4a32b16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6592 2025.02.25 04:25:28.640249 [ 281 ] {8b538d35-1672-4a86-a86c-a3e1f4a32b16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6593 2025.02.25 04:25:28.641127 [ 281 ] {8b538d35-1672-4a86-a86c-a3e1f4a32b16} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6594 2025.02.25 04:25:28.641173 [ 281 ] {8b538d35-1672-4a86-a86c-a3e1f4a32b16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6595 2025.02.25 04:25:28.641659 [ 281 ] {8b538d35-1672-4a86-a86c-a3e1f4a32b16} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6596 2025.02.25 04:25:28.641922 [ 281 ] {8b538d35-1672-4a86-a86c-a3e1f4a32b16} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6597 2025.02.25 04:25:28.642129 [ 281 ] {8b538d35-1672-4a86-a86c-a3e1f4a32b16} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002083 sec., 101776.28420547287 rows/sec., 6.47 MiB/sec.
6598 2025.02.25 04:25:28.642197 [ 281 ] {8b538d35-1672-4a86-a86c-a3e1f4a32b16} <Debug> TCPHandler: Processed in 0.002585678 sec.
6599 2025.02.25 04:25:28.642444 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6600 2025.02.25 04:25:28.642627 [ 276 ] {63a641ba-385d-4b2f-8345-f4ed8269a258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6601 2025.02.25 04:25:28.642697 [ 276 ] {63a641ba-385d-4b2f-8345-f4ed8269a258} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6602 2025.02.25 04:25:28.643801 [ 276 ] {63a641ba-385d-4b2f-8345-f4ed8269a258} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6603 2025.02.25 04:25:28.643848 [ 276 ] {63a641ba-385d-4b2f-8345-f4ed8269a258} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6604 2025.02.25 04:25:28.644345 [ 276 ] {63a641ba-385d-4b2f-8345-f4ed8269a258} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6605 2025.02.25 04:25:28.644624 [ 276 ] {63a641ba-385d-4b2f-8345-f4ed8269a258} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6606 2025.02.25 04:25:28.644822 [ 122 ] {} <Debug> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6607 2025.02.25 04:25:28.644885 [ 122 ] {} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6608 2025.02.25 04:25:28.644903 [ 276 ] {63a641ba-385d-4b2f-8345-f4ed8269a258} <Debug> executeQuery: Read 627 rows, 50.33 KiB in 0.002314 sec., 270959.3777009507 rows/sec., 21.24 MiB/sec.
6609 2025.02.25 04:25:28.644920 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6610 2025.02.25 04:25:28.645092 [ 276 ] {63a641ba-385d-4b2f-8345-f4ed8269a258} <Debug> TCPHandler: Processed in 0.002766831 sec.
6611 2025.02.25 04:25:28.645160 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::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
6612 2025.02.25 04:25:28.645281 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6613 2025.02.25 04:25:28.645297 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6614 2025.02.25 04:25:28.645334 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1848 rows starting from the beginning of the part
6615 2025.02.25 04:25:28.645444 [ 281 ] {e1f71955-9fb9-486d-b7b4-47e2c91e013b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6616 2025.02.25 04:25:28.645478 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 126 rows starting from the beginning of the part
6617 2025.02.25 04:25:28.645587 [ 281 ] {e1f71955-9fb9-486d-b7b4-47e2c91e013b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6618 2025.02.25 04:25:28.645889 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 627 rows starting from the beginning of the part
6619 2025.02.25 04:25:28.646050 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1267 rows starting from the beginning of the part
6620 2025.02.25 04:25:28.646362 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 56 rows starting from the beginning of the part
6621 2025.02.25 04:25:28.646705 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 627 rows starting from the beginning of the part
6622 2025.02.25 04:25:28.647624 [ 281 ] {e1f71955-9fb9-486d-b7b4-47e2c91e013b} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6623 2025.02.25 04:25:28.647672 [ 281 ] {e1f71955-9fb9-486d-b7b4-47e2c91e013b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6624 2025.02.25 04:25:28.648370 [ 281 ] {e1f71955-9fb9-486d-b7b4-47e2c91e013b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6625 2025.02.25 04:25:28.648650 [ 281 ] {e1f71955-9fb9-486d-b7b4-47e2c91e013b} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6626 2025.02.25 04:25:28.648801 [ 122 ] {} <Debug> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6627 2025.02.25 04:25:28.648852 [ 122 ] {} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6628 2025.02.25 04:25:28.648862 [ 281 ] {e1f71955-9fb9-486d-b7b4-47e2c91e013b} <Debug> executeQuery: Read 111 rows, 6.76 KiB in 0.003475 sec., 31942.44604316547 rows/sec., 1.90 MiB/sec.
6629 2025.02.25 04:25:28.648877 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6630 2025.02.25 04:25:28.649045 [ 281 ] {e1f71955-9fb9-486d-b7b4-47e2c91e013b} <Debug> TCPHandler: Processed in 0.003825297 sec.
6631 2025.02.25 04:25:28.649536 [ 200 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::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
6632 2025.02.25 04:25:28.649722 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6633 2025.02.25 04:25:28.650314 [ 200 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6634 2025.02.25 04:25:28.650470 [ 200 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 164 rows starting from the beginning of the part
6635 2025.02.25 04:25:28.650456 [ 193 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4551 rows, containing 5 columns (5 merged, 0 gathered) in 0.005409101 sec., 841359.7749422685 rows/sec., 71.31 MiB/sec.
6636 2025.02.25 04:25:28.650694 [ 276 ] {321a3e78-74c3-4c14-8ef6-8070afcc537d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6637 2025.02.25 04:25:28.650907 [ 276 ] {321a3e78-74c3-4c14-8ef6-8070afcc537d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6638 2025.02.25 04:25:28.651065 [ 200 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 111 rows starting from the beginning of the part
6639 2025.02.25 04:25:28.651515 [ 200 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 35 rows starting from the beginning of the part
6640 2025.02.25 04:25:28.651877 [ 200 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 111 rows starting from the beginning of the part
6641 2025.02.25 04:25:28.652160 [ 203 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6642 2025.02.25 04:25:28.652444 [ 200 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 37 rows starting from the beginning of the part
6643 2025.02.25 04:25:28.653058 [ 200 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 111 rows starting from the beginning of the part
6644 2025.02.25 04:25:28.653746 [ 203 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_51_10} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6645 2025.02.25 04:25:28.654187 [ 203 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_51_10} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6646 2025.02.25 04:25:28.654432 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB.
6647 2025.02.25 04:25:28.655230 [ 276 ] {321a3e78-74c3-4c14-8ef6-8070afcc537d} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6648 2025.02.25 04:25:28.655290 [ 276 ] {321a3e78-74c3-4c14-8ef6-8070afcc537d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6649 2025.02.25 04:25:28.656284 [ 276 ] {321a3e78-74c3-4c14-8ef6-8070afcc537d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
6650 2025.02.25 04:25:28.656828 [ 203 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 569 rows, containing 5 columns (5 merged, 0 gathered) in 0.007804575 sec., 72905.95580156511 rows/sec., 4.83 MiB/sec.
6651 2025.02.25 04:25:28.656853 [ 276 ] {321a3e78-74c3-4c14-8ef6-8070afcc537d} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6652 2025.02.25 04:25:28.657121 [ 193 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6653 2025.02.25 04:25:28.657298 [ 276 ] {321a3e78-74c3-4c14-8ef6-8070afcc537d} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.006701 sec., 16863.154753021936 rows/sec., 1.09 MiB/sec.
6654 2025.02.25 04:25:28.657427 [ 276 ] {321a3e78-74c3-4c14-8ef6-8070afcc537d} <Debug> TCPHandler: Processed in 0.008201362 sec.
6655 2025.02.25 04:25:28.657641 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6656 2025.02.25 04:25:28.657751 [ 193 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_41_8} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6657 2025.02.25 04:25:28.657894 [ 281 ] {711647b4-f56a-407d-ba8d-a804dd9c31bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6658 2025.02.25 04:25:28.657945 [ 193 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_41_8} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6659 2025.02.25 04:25:28.657994 [ 281 ] {711647b4-f56a-407d-ba8d-a804dd9c31bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6660 2025.02.25 04:25:28.658167 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
6661 2025.02.25 04:25:28.658794 [ 281 ] {711647b4-f56a-407d-ba8d-a804dd9c31bd} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6662 2025.02.25 04:25:28.658838 [ 281 ] {711647b4-f56a-407d-ba8d-a804dd9c31bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6663 2025.02.25 04:25:28.659219 [ 281 ] {711647b4-f56a-407d-ba8d-a804dd9c31bd} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6664 2025.02.25 04:25:28.659477 [ 281 ] {711647b4-f56a-407d-ba8d-a804dd9c31bd} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6665 2025.02.25 04:25:28.659664 [ 281 ] {711647b4-f56a-407d-ba8d-a804dd9c31bd} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001856 sec., 60344.8275862069 rows/sec., 3.44 MiB/sec.
6666 2025.02.25 04:25:28.659719 [ 281 ] {711647b4-f56a-407d-ba8d-a804dd9c31bd} <Debug> TCPHandler: Processed in 0.002178072 sec.
6667 2025.02.25 04:25:28.659879 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6668 2025.02.25 04:25:28.660019 [ 276 ] {01313550-13f7-47c0-b54f-1339e1b201db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6669 2025.02.25 04:25:28.660079 [ 276 ] {01313550-13f7-47c0-b54f-1339e1b201db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6670 2025.02.25 04:25:28.660854 [ 276 ] {01313550-13f7-47c0-b54f-1339e1b201db} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6671 2025.02.25 04:25:28.660894 [ 276 ] {01313550-13f7-47c0-b54f-1339e1b201db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6672 2025.02.25 04:25:28.661289 [ 276 ] {01313550-13f7-47c0-b54f-1339e1b201db} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6673 2025.02.25 04:25:28.661533 [ 276 ] {01313550-13f7-47c0-b54f-1339e1b201db} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6674 2025.02.25 04:25:28.661695 [ 122 ] {} <Debug> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6675 2025.02.25 04:25:28.661752 [ 122 ] {} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6676 2025.02.25 04:25:28.661775 [ 276 ] {01313550-13f7-47c0-b54f-1339e1b201db} <Debug> executeQuery: Read 387 rows, 27.99 KiB in 0.001782 sec., 217171.71717171717 rows/sec., 15.34 MiB/sec.
6677 2025.02.25 04:25:28.661787 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6678 2025.02.25 04:25:28.661969 [ 276 ] {01313550-13f7-47c0-b54f-1339e1b201db} <Debug> TCPHandler: Processed in 0.002148441 sec.
6679 2025.02.25 04:25:28.662270 [ 192 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::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
6680 2025.02.25 04:25:28.662396 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6681 2025.02.25 04:25:28.662738 [ 192 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6682 2025.02.25 04:25:28.662851 [ 192 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 914 rows starting from the beginning of the part
6683 2025.02.25 04:25:28.663078 [ 281 ] {6fe8cd8d-9444-45d9-9966-131836f14e44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6684 2025.02.25 04:25:28.663263 [ 192 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 99 rows starting from the beginning of the part
6685 2025.02.25 04:25:28.663295 [ 281 ] {6fe8cd8d-9444-45d9-9966-131836f14e44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6686 2025.02.25 04:25:28.663671 [ 192 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 387 rows starting from the beginning of the part
6687 2025.02.25 04:25:28.664057 [ 192 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 557 rows starting from the beginning of the part
6688 2025.02.25 04:25:28.664418 [ 192 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part
6689 2025.02.25 04:25:28.664760 [ 192 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 387 rows starting from the beginning of the part
6690 2025.02.25 04:25:28.665669 [ 281 ] {6fe8cd8d-9444-45d9-9966-131836f14e44} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6691 2025.02.25 04:25:28.665736 [ 281 ] {6fe8cd8d-9444-45d9-9966-131836f14e44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6692 2025.02.25 04:25:28.666719 [ 281 ] {6fe8cd8d-9444-45d9-9966-131836f14e44} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6693 2025.02.25 04:25:28.667253 [ 281 ] {6fe8cd8d-9444-45d9-9966-131836f14e44} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6694 2025.02.25 04:25:28.667560 [ 281 ] {6fe8cd8d-9444-45d9-9966-131836f14e44} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004739 sec., 1266.089892382359 rows/sec., 66.15 KiB/sec.
6695 2025.02.25 04:25:28.667861 [ 281 ] {6fe8cd8d-9444-45d9-9966-131836f14e44} <Debug> TCPHandler: Processed in 0.005765486 sec.
6696 2025.02.25 04:25:28.668145 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6697 2025.02.25 04:25:28.668253 [ 193 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2408 rows, containing 5 columns (5 merged, 0 gathered) in 0.006329053 sec., 380467.66238171805 rows/sec., 29.13 MiB/sec.
6698 2025.02.25 04:25:28.668361 [ 276 ] {0f93e837-a646-401a-a939-1271c2ab7701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6699 2025.02.25 04:25:28.668463 [ 276 ] {0f93e837-a646-401a-a939-1271c2ab7701} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6700 2025.02.25 04:25:28.668509 [ 193 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6701 2025.02.25 04:25:28.669191 [ 193 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_51_10} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6702 2025.02.25 04:25:28.669302 [ 193 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_51_10} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6703 2025.02.25 04:25:28.669486 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
6704 2025.02.25 04:25:28.669710 [ 276 ] {0f93e837-a646-401a-a939-1271c2ab7701} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6705 2025.02.25 04:25:28.669754 [ 276 ] {0f93e837-a646-401a-a939-1271c2ab7701} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6706 2025.02.25 04:25:28.670165 [ 276 ] {0f93e837-a646-401a-a939-1271c2ab7701} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6707 2025.02.25 04:25:28.670414 [ 276 ] {0f93e837-a646-401a-a939-1271c2ab7701} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6708 2025.02.25 04:25:28.670596 [ 122 ] {} <Debug> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6709 2025.02.25 04:25:28.670653 [ 122 ] {} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6710 2025.02.25 04:25:28.670685 [ 276 ] {0f93e837-a646-401a-a939-1271c2ab7701} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002371 sec., 99957.82370307887 rows/sec., 6.70 MiB/sec.
6711 2025.02.25 04:25:28.670692 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6712 2025.02.25 04:25:28.670891 [ 276 ] {0f93e837-a646-401a-a939-1271c2ab7701} <Debug> TCPHandler: Processed in 0.002902614 sec.
6713 2025.02.25 04:25:28.671043 [ 189 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::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
6714 2025.02.25 04:25:28.671276 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6715 2025.02.25 04:25:28.671509 [ 189 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6716 2025.02.25 04:25:28.671670 [ 189 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14314 rows starting from the beginning of the part
6717 2025.02.25 04:25:28.671798 [ 281 ] {8100d8af-e785-49eb-9c8c-2779c2a42f10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6718 2025.02.25 04:25:28.672081 [ 281 ] {8100d8af-e785-49eb-9c8c-2779c2a42f10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6719 2025.02.25 04:25:28.672173 [ 189 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part
6720 2025.02.25 04:25:28.672582 [ 189 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 237 rows starting from the beginning of the part
6721 2025.02.25 04:25:28.672992 [ 189 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 933 rows starting from the beginning of the part
6722 2025.02.25 04:25:28.673300 [ 189 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::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
6723 2025.02.25 04:25:28.673586 [ 189 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 237 rows starting from the beginning of the part
6724 2025.02.25 04:25:28.674456 [ 281 ] {8100d8af-e785-49eb-9c8c-2779c2a42f10} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6725 2025.02.25 04:25:28.674529 [ 281 ] {8100d8af-e785-49eb-9c8c-2779c2a42f10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6726 2025.02.25 04:25:28.675146 [ 281 ] {8100d8af-e785-49eb-9c8c-2779c2a42f10} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6727 2025.02.25 04:25:28.675494 [ 281 ] {8100d8af-e785-49eb-9c8c-2779c2a42f10} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6728 2025.02.25 04:25:28.675993 [ 281 ] {8100d8af-e785-49eb-9c8c-2779c2a42f10} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004346 sec., 230.0966405890474 rows/sec., 15.50 KiB/sec.
6729 2025.02.25 04:25:28.676291 [ 281 ] {8100d8af-e785-49eb-9c8c-2779c2a42f10} <Debug> TCPHandler: Processed in 0.005256588 sec.
6730 2025.02.25 04:25:28.676650 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6731 2025.02.25 04:25:28.677054 [ 276 ] {71e0b6e7-d55e-446e-869c-a8996ccc98f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6732 2025.02.25 04:25:28.677261 [ 276 ] {71e0b6e7-d55e-446e-869c-a8996ccc98f4} <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
6733 2025.02.25 04:25:28.678701 [ 276 ] {71e0b6e7-d55e-446e-869c-a8996ccc98f4} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6734 2025.02.25 04:25:28.678742 [ 276 ] {71e0b6e7-d55e-446e-869c-a8996ccc98f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6735 2025.02.25 04:25:28.679633 [ 276 ] {71e0b6e7-d55e-446e-869c-a8996ccc98f4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6736 2025.02.25 04:25:28.679892 [ 193 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15955 rows, containing 5 columns (5 merged, 0 gathered) in 0.009032864 sec., 1766327.933200367 rows/sec., 119.37 MiB/sec.
6737 2025.02.25 04:25:28.680110 [ 276 ] {71e0b6e7-d55e-446e-869c-a8996ccc98f4} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6738 2025.02.25 04:25:28.680435 [ 193 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6739 2025.02.25 04:25:28.680492 [ 276 ] {71e0b6e7-d55e-446e-869c-a8996ccc98f4} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.003571 sec., 1400.1680201624195 rows/sec., 2.51 MiB/sec.
6740 2025.02.25 04:25:28.680815 [ 276 ] {71e0b6e7-d55e-446e-869c-a8996ccc98f4} <Debug> TCPHandler: Processed in 0.004341395 sec.
6741 2025.02.25 04:25:28.681047 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6742 2025.02.25 04:25:28.681062 [ 193 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6743 2025.02.25 04:25:28.681193 [ 193 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6744 2025.02.25 04:25:28.681244 [ 281 ] {f03ea955-8fe2-4b97-9288-6993d5cc5d3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6745 2025.02.25 04:25:28.681346 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.86 MiB.
6746 2025.02.25 04:25:28.681374 [ 281 ] {f03ea955-8fe2-4b97-9288-6993d5cc5d3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6747 2025.02.25 04:25:28.681975 [ 281 ] {f03ea955-8fe2-4b97-9288-6993d5cc5d3b} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6748 2025.02.25 04:25:28.682021 [ 281 ] {f03ea955-8fe2-4b97-9288-6993d5cc5d3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6749 2025.02.25 04:25:28.682433 [ 281 ] {f03ea955-8fe2-4b97-9288-6993d5cc5d3b} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6750 2025.02.25 04:25:28.682671 [ 281 ] {f03ea955-8fe2-4b97-9288-6993d5cc5d3b} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6751 2025.02.25 04:25:28.682795 [ 122 ] {} <Debug> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6752 2025.02.25 04:25:28.682833 [ 122 ] {} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6753 2025.02.25 04:25:28.682855 [ 281 ] {f03ea955-8fe2-4b97-9288-6993d5cc5d3b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001672 sec., 49043.062200956934 rows/sec., 3.11 MiB/sec.
6754 2025.02.25 04:25:28.682858 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6755 2025.02.25 04:25:28.682950 [ 281 ] {f03ea955-8fe2-4b97-9288-6993d5cc5d3b} <Debug> TCPHandler: Processed in 0.00202107 sec.
6756 2025.02.25 04:25:28.683187 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
6757 2025.02.25 04:25:28.683629 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6758 2025.02.25 04:25:28.683711 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2740 rows starting from the beginning of the part
6759 2025.02.25 04:25:28.683834 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part
6760 2025.02.25 04:25:28.684043 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 82 rows starting from the beginning of the part
6761 2025.02.25 04:25:28.684136 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 32 rows starting from the beginning of the part
6762 2025.02.25 04:25:28.684328 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 28 rows starting from the beginning of the part
6763 2025.02.25 04:25:28.684400 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
6764 2025.02.25 04:25:28.685980 [ 191 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3024 rows, containing 4 columns (4 merged, 0 gathered) in 0.003030165 sec., 997965.4573265812 rows/sec., 65.37 MiB/sec.
6765 2025.02.25 04:25:28.686375 [ 191 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6766 2025.02.25 04:25:28.686680 [ 191 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_51_10} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6767 2025.02.25 04:25:28.686769 [ 191 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_51_10} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6768 2025.02.25 04:25:28.686858 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB.
6769 2025.02.25 04:25:29.628030 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache
6770 2025.02.25 04:25:29.628114 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache
6771 2025.02.25 04:25:29.747592 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701
6772 2025.02.25 04:25:29.748476 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6773 2025.02.25 04:25:29.748523 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6774 2025.02.25 04:25:29.749058 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6775 2025.02.25 04:25:29.749324 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6776 2025.02.25 04:25:29.749571 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701
6777 2025.02.25 04:25:29.819802 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 966
6778 2025.02.25 04:25:29.823279 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6779 2025.02.25 04:25:29.823331 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6780 2025.02.25 04:25:29.824828 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6781 2025.02.25 04:25:29.825148 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6782 2025.02.25 04:25:29.825809 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 966
6783 2025.02.25 04:25:30.001462 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001061425 sec.
6784 2025.02.25 04:25:30.776629 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242
6785 2025.02.25 04:25:30.796378 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6786 2025.02.25 04:25:30.796444 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6787 2025.02.25 04:25:30.803539 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6788 2025.02.25 04:25:30.804317 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6789 2025.02.25 04:25:30.807769 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242
6790 2025.02.25 04:25:33.635840 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6791 2025.02.25 04:25:33.636151 [ 281 ] {6482f4e0-d1b9-464f-9881-f23c110ff19d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6792 2025.02.25 04:25:33.636270 [ 281 ] {6482f4e0-d1b9-464f-9881-f23c110ff19d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6793 2025.02.25 04:25:33.637138 [ 281 ] {6482f4e0-d1b9-464f-9881-f23c110ff19d} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6794 2025.02.25 04:25:33.637190 [ 281 ] {6482f4e0-d1b9-464f-9881-f23c110ff19d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6795 2025.02.25 04:25:33.637652 [ 281 ] {6482f4e0-d1b9-464f-9881-f23c110ff19d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6796 2025.02.25 04:25:33.637926 [ 281 ] {6482f4e0-d1b9-464f-9881-f23c110ff19d} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6797 2025.02.25 04:25:33.638168 [ 281 ] {6482f4e0-d1b9-464f-9881-f23c110ff19d} <Debug> executeQuery: Read 126 rows, 11.02 KiB in 0.002105 sec., 59857.482185273155 rows/sec., 5.11 MiB/sec.
6798 2025.02.25 04:25:33.638234 [ 281 ] {6482f4e0-d1b9-464f-9881-f23c110ff19d} <Debug> TCPHandler: Processed in 0.002586138 sec.
6799 2025.02.25 04:25:33.638583 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6800 2025.02.25 04:25:33.638893 [ 276 ] {97002a53-b8d4-424f-b256-272237d8949c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6801 2025.02.25 04:25:33.639012 [ 276 ] {97002a53-b8d4-424f-b256-272237d8949c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6802 2025.02.25 04:25:33.639930 [ 276 ] {97002a53-b8d4-424f-b256-272237d8949c} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6803 2025.02.25 04:25:33.639988 [ 276 ] {97002a53-b8d4-424f-b256-272237d8949c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6804 2025.02.25 04:25:33.640438 [ 276 ] {97002a53-b8d4-424f-b256-272237d8949c} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6805 2025.02.25 04:25:33.640701 [ 276 ] {97002a53-b8d4-424f-b256-272237d8949c} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6806 2025.02.25 04:25:33.640930 [ 276 ] {97002a53-b8d4-424f-b256-272237d8949c} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.002123 sec., 16486.104569006126 rows/sec., 1.21 MiB/sec.
6807 2025.02.25 04:25:33.640998 [ 276 ] {97002a53-b8d4-424f-b256-272237d8949c} <Debug> TCPHandler: Processed in 0.002619839 sec.
6808 2025.02.25 04:25:33.641208 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6809 2025.02.25 04:25:33.641440 [ 281 ] {df75271a-2183-455d-a246-f9337320daee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6810 2025.02.25 04:25:33.641537 [ 281 ] {df75271a-2183-455d-a246-f9337320daee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6811 2025.02.25 04:25:33.642547 [ 281 ] {df75271a-2183-455d-a246-f9337320daee} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6812 2025.02.25 04:25:33.642590 [ 281 ] {df75271a-2183-455d-a246-f9337320daee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6813 2025.02.25 04:25:33.642973 [ 281 ] {df75271a-2183-455d-a246-f9337320daee} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6814 2025.02.25 04:25:33.643214 [ 281 ] {df75271a-2183-455d-a246-f9337320daee} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6815 2025.02.25 04:25:33.643441 [ 281 ] {df75271a-2183-455d-a246-f9337320daee} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.002061 sec., 48034.9344978166 rows/sec., 3.75 MiB/sec.
6816 2025.02.25 04:25:33.643499 [ 281 ] {df75271a-2183-455d-a246-f9337320daee} <Debug> TCPHandler: Processed in 0.002402046 sec.
6817 2025.02.25 04:25:33.643672 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6818 2025.02.25 04:25:33.643821 [ 276 ] {2b63fced-46dc-4f2d-b64e-f409af03e883} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6819 2025.02.25 04:25:33.643890 [ 276 ] {2b63fced-46dc-4f2d-b64e-f409af03e883} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6820 2025.02.25 04:25:33.644559 [ 276 ] {2b63fced-46dc-4f2d-b64e-f409af03e883} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6821 2025.02.25 04:25:33.644601 [ 276 ] {2b63fced-46dc-4f2d-b64e-f409af03e883} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6822 2025.02.25 04:25:33.645020 [ 276 ] {2b63fced-46dc-4f2d-b64e-f409af03e883} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6823 2025.02.25 04:25:33.645274 [ 276 ] {2b63fced-46dc-4f2d-b64e-f409af03e883} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6824 2025.02.25 04:25:33.645482 [ 276 ] {2b63fced-46dc-4f2d-b64e-f409af03e883} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001698 sec., 94228.50412249705 rows/sec., 6.56 MiB/sec.
6825 2025.02.25 04:25:33.645542 [ 276 ] {2b63fced-46dc-4f2d-b64e-f409af03e883} <Debug> TCPHandler: Processed in 0.001938578 sec.
6826 2025.02.25 04:25:33.645706 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6827 2025.02.25 04:25:33.645829 [ 281 ] {2cf58722-6e45-49eb-8031-d70dbd48ffd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6828 2025.02.25 04:25:33.645917 [ 281 ] {2cf58722-6e45-49eb-8031-d70dbd48ffd6} <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
6829 2025.02.25 04:25:33.647126 [ 281 ] {2cf58722-6e45-49eb-8031-d70dbd48ffd6} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6830 2025.02.25 04:25:33.647168 [ 281 ] {2cf58722-6e45-49eb-8031-d70dbd48ffd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6831 2025.02.25 04:25:33.647861 [ 281 ] {2cf58722-6e45-49eb-8031-d70dbd48ffd6} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6832 2025.02.25 04:25:33.648133 [ 281 ] {2cf58722-6e45-49eb-8031-d70dbd48ffd6} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6833 2025.02.25 04:25:33.648448 [ 281 ] {2cf58722-6e45-49eb-8031-d70dbd48ffd6} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002643 sec., 13242.527430949678 rows/sec., 23.73 MiB/sec.
6834 2025.02.25 04:25:33.649018 [ 281 ] {2cf58722-6e45-49eb-8031-d70dbd48ffd6} <Debug> TCPHandler: Processed in 0.00336278 sec.
6835 2025.02.25 04:25:33.649224 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6836 2025.02.25 04:25:33.649363 [ 276 ] {6147acac-ff08-477d-901c-2c401316e181} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6837 2025.02.25 04:25:33.649430 [ 276 ] {6147acac-ff08-477d-901c-2c401316e181} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6838 2025.02.25 04:25:33.650026 [ 276 ] {6147acac-ff08-477d-901c-2c401316e181} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6839 2025.02.25 04:25:33.650073 [ 276 ] {6147acac-ff08-477d-901c-2c401316e181} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6840 2025.02.25 04:25:33.650493 [ 276 ] {6147acac-ff08-477d-901c-2c401316e181} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6841 2025.02.25 04:25:33.650733 [ 276 ] {6147acac-ff08-477d-901c-2c401316e181} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6842 2025.02.25 04:25:33.650987 [ 276 ] {6147acac-ff08-477d-901c-2c401316e181} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001647 sec., 36429.87249544627 rows/sec., 2.46 MiB/sec.
6843 2025.02.25 04:25:33.651043 [ 276 ] {6147acac-ff08-477d-901c-2c401316e181} <Debug> TCPHandler: Processed in 0.001910528 sec.
6844 2025.02.25 04:25:37.249724 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189
6845 2025.02.25 04:25:37.250405 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6846 2025.02.25 04:25:37.250451 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6847 2025.02.25 04:25:37.251004 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6848 2025.02.25 04:25:37.251259 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6849 2025.02.25 04:25:37.251546 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189
6850 2025.02.25 04:25:38.307883 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249
6851 2025.02.25 04:25:38.328666 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6852 2025.02.25 04:25:38.328721 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6853 2025.02.25 04:25:38.336067 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6854 2025.02.25 04:25:38.336837 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6855 2025.02.25 04:25:38.340418 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249
6856 2025.02.25 04:25:38.639378 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6857 2025.02.25 04:25:38.639648 [ 281 ] {d22d84d0-9492-4d9e-98a4-8ff13b5ed19b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6858 2025.02.25 04:25:38.639721 [ 281 ] {d22d84d0-9492-4d9e-98a4-8ff13b5ed19b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6859 2025.02.25 04:25:38.640598 [ 281 ] {d22d84d0-9492-4d9e-98a4-8ff13b5ed19b} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6860 2025.02.25 04:25:38.640642 [ 281 ] {d22d84d0-9492-4d9e-98a4-8ff13b5ed19b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6861 2025.02.25 04:25:38.641104 [ 281 ] {d22d84d0-9492-4d9e-98a4-8ff13b5ed19b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6862 2025.02.25 04:25:38.641386 [ 281 ] {d22d84d0-9492-4d9e-98a4-8ff13b5ed19b} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6863 2025.02.25 04:25:38.641604 [ 281 ] {d22d84d0-9492-4d9e-98a4-8ff13b5ed19b} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002007 sec., 105630.29397110114 rows/sec., 6.72 MiB/sec.
6864 2025.02.25 04:25:38.641668 [ 281 ] {d22d84d0-9492-4d9e-98a4-8ff13b5ed19b} <Debug> TCPHandler: Processed in 0.002477876 sec.
6865 2025.02.25 04:25:38.641996 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6866 2025.02.25 04:25:38.642289 [ 276 ] {fbff8989-1bff-4258-be78-170dafe5d5fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6867 2025.02.25 04:25:38.642402 [ 276 ] {fbff8989-1bff-4258-be78-170dafe5d5fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6868 2025.02.25 04:25:38.643189 [ 276 ] {fbff8989-1bff-4258-be78-170dafe5d5fd} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6869 2025.02.25 04:25:38.643235 [ 276 ] {fbff8989-1bff-4258-be78-170dafe5d5fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6870 2025.02.25 04:25:38.643657 [ 276 ] {fbff8989-1bff-4258-be78-170dafe5d5fd} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
6871 2025.02.25 04:25:38.643915 [ 276 ] {fbff8989-1bff-4258-be78-170dafe5d5fd} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6872 2025.02.25 04:25:38.644170 [ 276 ] {fbff8989-1bff-4258-be78-170dafe5d5fd} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001956 sec., 2044.989775051125 rows/sec., 166.75 KiB/sec.
6873 2025.02.25 04:25:38.644262 [ 276 ] {fbff8989-1bff-4258-be78-170dafe5d5fd} <Debug> TCPHandler: Processed in 0.002446866 sec.
6874 2025.02.25 04:25:38.644413 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6875 2025.02.25 04:25:38.644566 [ 281 ] {f8f95a81-cc7b-400c-bddf-e897c25dc35b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6876 2025.02.25 04:25:38.644627 [ 281 ] {f8f95a81-cc7b-400c-bddf-e897c25dc35b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6877 2025.02.25 04:25:38.645612 [ 281 ] {f8f95a81-cc7b-400c-bddf-e897c25dc35b} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6878 2025.02.25 04:25:38.645653 [ 281 ] {f8f95a81-cc7b-400c-bddf-e897c25dc35b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6879 2025.02.25 04:25:38.646068 [ 281 ] {f8f95a81-cc7b-400c-bddf-e897c25dc35b} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
6880 2025.02.25 04:25:38.646312 [ 281 ] {f8f95a81-cc7b-400c-bddf-e897c25dc35b} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6881 2025.02.25 04:25:38.646494 [ 281 ] {f8f95a81-cc7b-400c-bddf-e897c25dc35b} <Debug> executeQuery: Read 629 rows, 50.47 KiB in 0.001964 sec., 320264.7657841141 rows/sec., 25.10 MiB/sec.
6882 2025.02.25 04:25:38.646551 [ 281 ] {f8f95a81-cc7b-400c-bddf-e897c25dc35b} <Debug> TCPHandler: Processed in 0.002205363 sec.
6883 2025.02.25 04:25:38.646719 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6884 2025.02.25 04:25:38.646866 [ 276 ] {56663d36-f7aa-43fc-a4a4-6853df0114e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6885 2025.02.25 04:25:38.646930 [ 276 ] {56663d36-f7aa-43fc-a4a4-6853df0114e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6886 2025.02.25 04:25:38.647680 [ 276 ] {56663d36-f7aa-43fc-a4a4-6853df0114e0} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6887 2025.02.25 04:25:38.647722 [ 276 ] {56663d36-f7aa-43fc-a4a4-6853df0114e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6888 2025.02.25 04:25:38.648094 [ 276 ] {56663d36-f7aa-43fc-a4a4-6853df0114e0} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6889 2025.02.25 04:25:38.648334 [ 276 ] {56663d36-f7aa-43fc-a4a4-6853df0114e0} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6890 2025.02.25 04:25:38.648552 [ 276 ] {56663d36-f7aa-43fc-a4a4-6853df0114e0} <Debug> executeQuery: Read 115 rows, 7.04 KiB in 0.001722 sec., 66782.81068524971 rows/sec., 3.99 MiB/sec.
6891 2025.02.25 04:25:38.648609 [ 276 ] {56663d36-f7aa-43fc-a4a4-6853df0114e0} <Debug> TCPHandler: Processed in 0.001959859 sec.
6892 2025.02.25 04:25:38.648780 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6893 2025.02.25 04:25:38.648921 [ 281 ] {f289449b-5583-484e-a868-4b491efa2719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6894 2025.02.25 04:25:38.648979 [ 281 ] {f289449b-5583-484e-a868-4b491efa2719} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6895 2025.02.25 04:25:38.649686 [ 281 ] {f289449b-5583-484e-a868-4b491efa2719} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6896 2025.02.25 04:25:38.649725 [ 281 ] {f289449b-5583-484e-a868-4b491efa2719} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6897 2025.02.25 04:25:38.650100 [ 281 ] {f289449b-5583-484e-a868-4b491efa2719} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
6898 2025.02.25 04:25:38.650339 [ 281 ] {f289449b-5583-484e-a868-4b491efa2719} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6899 2025.02.25 04:25:38.650466 [ 110 ] {} <Debug> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
6900 2025.02.25 04:25:38.650510 [ 110 ] {} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6901 2025.02.25 04:25:38.650527 [ 281 ] {f289449b-5583-484e-a868-4b491efa2719} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001638 sec., 68986.568986569 rows/sec., 4.47 MiB/sec.
6902 2025.02.25 04:25:38.650539 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6903 2025.02.25 04:25:38.650631 [ 281 ] {f289449b-5583-484e-a868-4b491efa2719} <Debug> TCPHandler: Processed in 0.001913028 sec.
6904 2025.02.25 04:25:38.650816 [ 195 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::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
6905 2025.02.25 04:25:38.650832 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6906 2025.02.25 04:25:38.650981 [ 195 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6907 2025.02.25 04:25:38.651006 [ 276 ] {4d38269a-d477-48a3-84ae-e0999b77f46f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6908 2025.02.25 04:25:38.651026 [ 195 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 343 rows starting from the beginning of the part
6909 2025.02.25 04:25:38.651075 [ 276 ] {4d38269a-d477-48a3-84ae-e0999b77f46f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6910 2025.02.25 04:25:38.651240 [ 195 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::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
6911 2025.02.25 04:25:38.651654 [ 195 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::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
6912 2025.02.25 04:25:38.652040 [ 195 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 228 rows starting from the beginning of the part
6913 2025.02.25 04:25:38.652366 [ 195 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 113 rows starting from the beginning of the part
6914 2025.02.25 04:25:38.652906 [ 195 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::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
6915 2025.02.25 04:25:38.653922 [ 276 ] {4d38269a-d477-48a3-84ae-e0999b77f46f} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6916 2025.02.25 04:25:38.653967 [ 276 ] {4d38269a-d477-48a3-84ae-e0999b77f46f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6917 2025.02.25 04:25:38.654606 [ 276 ] {4d38269a-d477-48a3-84ae-e0999b77f46f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6918 2025.02.25 04:25:38.654870 [ 191 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1023 rows, containing 5 columns (5 merged, 0 gathered) in 0.004220723 sec., 242375.536134449 rows/sec., 16.94 MiB/sec.
6919 2025.02.25 04:25:38.654950 [ 276 ] {4d38269a-d477-48a3-84ae-e0999b77f46f} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6920 2025.02.25 04:25:38.655022 [ 191 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
6921 2025.02.25 04:25:38.655239 [ 276 ] {4d38269a-d477-48a3-84ae-e0999b77f46f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.004276 sec., 26192.70346117867 rows/sec., 1.49 MiB/sec.
6922 2025.02.25 04:25:38.655326 [ 276 ] {4d38269a-d477-48a3-84ae-e0999b77f46f} <Debug> TCPHandler: Processed in 0.004596938 sec.
6923 2025.02.25 04:25:38.655464 [ 191 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_26_5} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6924 2025.02.25 04:25:38.655524 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6925 2025.02.25 04:25:38.655595 [ 191 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_26_5} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
6926 2025.02.25 04:25:38.655747 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB.
6927 2025.02.25 04:25:38.655777 [ 281 ] {6deadc76-17db-4103-8ec1-d52f5ab0af84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6928 2025.02.25 04:25:38.655851 [ 281 ] {6deadc76-17db-4103-8ec1-d52f5ab0af84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6929 2025.02.25 04:25:38.656701 [ 281 ] {6deadc76-17db-4103-8ec1-d52f5ab0af84} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6930 2025.02.25 04:25:38.656740 [ 281 ] {6deadc76-17db-4103-8ec1-d52f5ab0af84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6931 2025.02.25 04:25:38.657136 [ 281 ] {6deadc76-17db-4103-8ec1-d52f5ab0af84} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
6932 2025.02.25 04:25:38.657394 [ 281 ] {6deadc76-17db-4103-8ec1-d52f5ab0af84} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6933 2025.02.25 04:25:38.657610 [ 281 ] {6deadc76-17db-4103-8ec1-d52f5ab0af84} <Debug> executeQuery: Read 391 rows, 28.31 KiB in 0.001917 sec., 203964.52790818986 rows/sec., 14.42 MiB/sec.
6934 2025.02.25 04:25:38.657667 [ 281 ] {6deadc76-17db-4103-8ec1-d52f5ab0af84} <Debug> TCPHandler: Processed in 0.002252044 sec.
6935 2025.02.25 04:25:38.657890 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6936 2025.02.25 04:25:38.658117 [ 276 ] {c5348ae1-6f50-4868-b9f4-0a12c82c7613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6937 2025.02.25 04:25:38.658212 [ 276 ] {c5348ae1-6f50-4868-b9f4-0a12c82c7613} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6938 2025.02.25 04:25:38.658858 [ 276 ] {c5348ae1-6f50-4868-b9f4-0a12c82c7613} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6939 2025.02.25 04:25:38.658898 [ 276 ] {c5348ae1-6f50-4868-b9f4-0a12c82c7613} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6940 2025.02.25 04:25:38.659268 [ 276 ] {c5348ae1-6f50-4868-b9f4-0a12c82c7613} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6941 2025.02.25 04:25:38.659509 [ 276 ] {c5348ae1-6f50-4868-b9f4-0a12c82c7613} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6942 2025.02.25 04:25:38.659725 [ 276 ] {c5348ae1-6f50-4868-b9f4-0a12c82c7613} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001666 sec., 3601.4405762304923 rows/sec., 188.16 KiB/sec.
6943 2025.02.25 04:25:38.659778 [ 276 ] {c5348ae1-6f50-4868-b9f4-0a12c82c7613} <Debug> TCPHandler: Processed in 0.00199721 sec.
6944 2025.02.25 04:25:38.659927 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6945 2025.02.25 04:25:38.660067 [ 281 ] {a6b57b24-dbaf-44f0-8fc6-ffa840b583f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6946 2025.02.25 04:25:38.660130 [ 281 ] {a6b57b24-dbaf-44f0-8fc6-ffa840b583f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6947 2025.02.25 04:25:38.660768 [ 281 ] {a6b57b24-dbaf-44f0-8fc6-ffa840b583f0} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6948 2025.02.25 04:25:38.660808 [ 281 ] {a6b57b24-dbaf-44f0-8fc6-ffa840b583f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6949 2025.02.25 04:25:38.661220 [ 281 ] {a6b57b24-dbaf-44f0-8fc6-ffa840b583f0} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
6950 2025.02.25 04:25:38.661472 [ 281 ] {a6b57b24-dbaf-44f0-8fc6-ffa840b583f0} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6951 2025.02.25 04:25:38.661693 [ 281 ] {a6b57b24-dbaf-44f0-8fc6-ffa840b583f0} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001657 sec., 144236.57211828604 rows/sec., 9.67 MiB/sec.
6952 2025.02.25 04:25:38.661749 [ 281 ] {a6b57b24-dbaf-44f0-8fc6-ffa840b583f0} <Debug> TCPHandler: Processed in 0.001889728 sec.
6953 2025.02.25 04:25:38.661903 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6954 2025.02.25 04:25:38.662043 [ 276 ] {2f8a5464-021e-4cd7-9915-16621b44ccb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6955 2025.02.25 04:25:38.662102 [ 276 ] {2f8a5464-021e-4cd7-9915-16621b44ccb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6956 2025.02.25 04:25:38.662636 [ 276 ] {2f8a5464-021e-4cd7-9915-16621b44ccb7} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6957 2025.02.25 04:25:38.662675 [ 276 ] {2f8a5464-021e-4cd7-9915-16621b44ccb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6958 2025.02.25 04:25:38.663045 [ 276 ] {2f8a5464-021e-4cd7-9915-16621b44ccb7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6959 2025.02.25 04:25:38.663281 [ 276 ] {2f8a5464-021e-4cd7-9915-16621b44ccb7} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6960 2025.02.25 04:25:38.663502 [ 276 ] {2f8a5464-021e-4cd7-9915-16621b44ccb7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001492 sec., 670.2412868632707 rows/sec., 45.16 KiB/sec.
6961 2025.02.25 04:25:38.663554 [ 276 ] {2f8a5464-021e-4cd7-9915-16621b44ccb7} <Debug> TCPHandler: Processed in 0.001715495 sec.
6962 2025.02.25 04:25:38.663702 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6963 2025.02.25 04:25:38.663840 [ 281 ] {2a402075-0a29-4121-9675-618a7184eff6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6964 2025.02.25 04:25:38.663934 [ 281 ] {2a402075-0a29-4121-9675-618a7184eff6} <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
6965 2025.02.25 04:25:38.665146 [ 281 ] {2a402075-0a29-4121-9675-618a7184eff6} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6966 2025.02.25 04:25:38.665186 [ 281 ] {2a402075-0a29-4121-9675-618a7184eff6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6967 2025.02.25 04:25:38.665823 [ 281 ] {2a402075-0a29-4121-9675-618a7184eff6} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6968 2025.02.25 04:25:38.666088 [ 281 ] {2a402075-0a29-4121-9675-618a7184eff6} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6969 2025.02.25 04:25:38.666325 [ 281 ] {2a402075-0a29-4121-9675-618a7184eff6} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002516 sec., 1987.281399046105 rows/sec., 3.56 MiB/sec.
6970 2025.02.25 04:25:38.666432 [ 281 ] {2a402075-0a29-4121-9675-618a7184eff6} <Debug> TCPHandler: Processed in 0.002796941 sec.
6971 2025.02.25 04:25:38.666643 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6972 2025.02.25 04:25:38.666866 [ 276 ] {4f7fd1fc-591e-4d8f-a758-b3d24cc24980} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6973 2025.02.25 04:25:38.666958 [ 276 ] {4f7fd1fc-591e-4d8f-a758-b3d24cc24980} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6974 2025.02.25 04:25:38.667711 [ 276 ] {4f7fd1fc-591e-4d8f-a758-b3d24cc24980} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6975 2025.02.25 04:25:38.667751 [ 276 ] {4f7fd1fc-591e-4d8f-a758-b3d24cc24980} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6976 2025.02.25 04:25:38.668134 [ 276 ] {4f7fd1fc-591e-4d8f-a758-b3d24cc24980} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
6977 2025.02.25 04:25:38.668372 [ 276 ] {4f7fd1fc-591e-4d8f-a758-b3d24cc24980} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6978 2025.02.25 04:25:38.668657 [ 276 ] {4f7fd1fc-591e-4d8f-a758-b3d24cc24980} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001846 sec., 44420.368364030335 rows/sec., 2.82 MiB/sec.
6979 2025.02.25 04:25:38.668712 [ 276 ] {4f7fd1fc-591e-4d8f-a758-b3d24cc24980} <Debug> TCPHandler: Processed in 0.002179872 sec.
6980 2025.02.25 04:25:39.000152 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 206.08 MiB, peak 212.97 MiB, free memory in arenas 0.00 B, will set to 204.79 MiB (RSS), difference: -1.29 MiB
6981 2025.02.25 04:25:39.826160 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1002
6982 2025.02.25 04:25:39.829553 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6983 2025.02.25 04:25:39.829614 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6984 2025.02.25 04:25:39.831117 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6985 2025.02.25 04:25:39.831434 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6986 2025.02.25 04:25:39.833723 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1002
6987 2025.02.25 04:25:43.636146 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6988 2025.02.25 04:25:43.636353 [ 281 ] {5e24aa0b-70fd-4937-8e86-93e09e1252b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6989 2025.02.25 04:25:43.636427 [ 281 ] {5e24aa0b-70fd-4937-8e86-93e09e1252b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6990 2025.02.25 04:25:43.637304 [ 281 ] {5e24aa0b-70fd-4937-8e86-93e09e1252b6} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6991 2025.02.25 04:25:43.637356 [ 281 ] {5e24aa0b-70fd-4937-8e86-93e09e1252b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6992 2025.02.25 04:25:43.637824 [ 281 ] {5e24aa0b-70fd-4937-8e86-93e09e1252b6} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
6993 2025.02.25 04:25:43.638093 [ 281 ] {5e24aa0b-70fd-4937-8e86-93e09e1252b6} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6994 2025.02.25 04:25:43.638349 [ 281 ] {5e24aa0b-70fd-4937-8e86-93e09e1252b6} <Debug> executeQuery: Read 126 rows, 11.02 KiB in 0.002049 sec., 61493.411420204975 rows/sec., 5.25 MiB/sec.
6995 2025.02.25 04:25:43.638418 [ 281 ] {5e24aa0b-70fd-4937-8e86-93e09e1252b6} <Debug> TCPHandler: Processed in 0.002407216 sec.
6996 2025.02.25 04:25:43.638698 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6997 2025.02.25 04:25:43.638914 [ 276 ] {200af094-b3aa-4a79-b27e-ba06d076caae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6998 2025.02.25 04:25:43.638997 [ 276 ] {200af094-b3aa-4a79-b27e-ba06d076caae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6999 2025.02.25 04:25:43.639844 [ 276 ] {200af094-b3aa-4a79-b27e-ba06d076caae} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7000 2025.02.25 04:25:43.639893 [ 276 ] {200af094-b3aa-4a79-b27e-ba06d076caae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
7001 2025.02.25 04:25:43.640351 [ 276 ] {200af094-b3aa-4a79-b27e-ba06d076caae} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
7002 2025.02.25 04:25:43.640619 [ 276 ] {200af094-b3aa-4a79-b27e-ba06d076caae} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7003 2025.02.25 04:25:43.640862 [ 276 ] {200af094-b3aa-4a79-b27e-ba06d076caae} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.002017 sec., 17352.50371839365 rows/sec., 1.27 MiB/sec.
7004 2025.02.25 04:25:43.640937 [ 276 ] {200af094-b3aa-4a79-b27e-ba06d076caae} <Debug> TCPHandler: Processed in 0.002368145 sec.
7005 2025.02.25 04:25:43.641128 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7006 2025.02.25 04:25:43.641260 [ 281 ] {9e1cb310-22b4-484d-9937-76b251749d30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7007 2025.02.25 04:25:43.641316 [ 281 ] {9e1cb310-22b4-484d-9937-76b251749d30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7008 2025.02.25 04:25:43.641998 [ 281 ] {9e1cb310-22b4-484d-9937-76b251749d30} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7009 2025.02.25 04:25:43.642043 [ 281 ] {9e1cb310-22b4-484d-9937-76b251749d30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
7010 2025.02.25 04:25:43.642502 [ 281 ] {9e1cb310-22b4-484d-9937-76b251749d30} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7011 2025.02.25 04:25:43.642767 [ 281 ] {9e1cb310-22b4-484d-9937-76b251749d30} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7012 2025.02.25 04:25:43.643005 [ 281 ] {9e1cb310-22b4-484d-9937-76b251749d30} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001775 sec., 55774.64788732394 rows/sec., 4.36 MiB/sec.
7013 2025.02.25 04:25:43.643070 [ 281 ] {9e1cb310-22b4-484d-9937-76b251749d30} <Debug> TCPHandler: Processed in 0.00200436 sec.
7014 2025.02.25 04:25:43.643238 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7015 2025.02.25 04:25:43.643370 [ 276 ] {13eb8236-7904-4971-a8e3-e7d799e2db1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7016 2025.02.25 04:25:43.643431 [ 276 ] {13eb8236-7904-4971-a8e3-e7d799e2db1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7017 2025.02.25 04:25:43.644110 [ 276 ] {13eb8236-7904-4971-a8e3-e7d799e2db1b} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7018 2025.02.25 04:25:43.644153 [ 276 ] {13eb8236-7904-4971-a8e3-e7d799e2db1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
7019 2025.02.25 04:25:43.644568 [ 276 ] {13eb8236-7904-4971-a8e3-e7d799e2db1b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7020 2025.02.25 04:25:43.644850 [ 276 ] {13eb8236-7904-4971-a8e3-e7d799e2db1b} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7021 2025.02.25 04:25:43.645091 [ 276 ] {13eb8236-7904-4971-a8e3-e7d799e2db1b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001747 sec., 91585.57527189468 rows/sec., 6.38 MiB/sec.
7022 2025.02.25 04:25:43.645169 [ 276 ] {13eb8236-7904-4971-a8e3-e7d799e2db1b} <Debug> TCPHandler: Processed in 0.0019961 sec.
7023 2025.02.25 04:25:43.645378 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7024 2025.02.25 04:25:43.645523 [ 281 ] {fef9598a-e4a0-4c6e-999d-984731266d8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7025 2025.02.25 04:25:43.645637 [ 281 ] {fef9598a-e4a0-4c6e-999d-984731266d8a} <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
7026 2025.02.25 04:25:43.647318 [ 281 ] {fef9598a-e4a0-4c6e-999d-984731266d8a} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7027 2025.02.25 04:25:43.647369 [ 281 ] {fef9598a-e4a0-4c6e-999d-984731266d8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
7028 2025.02.25 04:25:43.648275 [ 281 ] {fef9598a-e4a0-4c6e-999d-984731266d8a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7029 2025.02.25 04:25:43.648654 [ 281 ] {fef9598a-e4a0-4c6e-999d-984731266d8a} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7030 2025.02.25 04:25:43.648877 [ 103 ] {} <Debug> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7031 2025.02.25 04:25:43.648956 [ 103 ] {} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7032 2025.02.25 04:25:43.648996 [ 281 ] {fef9598a-e4a0-4c6e-999d-984731266d8a} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.003502 sec., 9994.288977727014 rows/sec., 17.91 MiB/sec.
7033 2025.02.25 04:25:43.649005 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
7034 2025.02.25 04:25:43.649482 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::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
7035 2025.02.25 04:25:43.649756 [ 281 ] {fef9598a-e4a0-4c6e-999d-984731266d8a} <Debug> TCPHandler: Processed in 0.004448066 sec.
7036 2025.02.25 04:25:43.650125 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7037 2025.02.25 04:25:43.650601 [ 276 ] {8e221dbb-3e9c-4ed6-8a04-92ecee56fb0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7038 2025.02.25 04:25:43.650770 [ 276 ] {8e221dbb-3e9c-4ed6-8a04-92ecee56fb0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7039 2025.02.25 04:25:43.651112 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7040 2025.02.25 04:25:43.651348 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 699 rows starting from the beginning of the part
7041 2025.02.25 04:25:43.652049 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 35 rows starting from the beginning of the part
7042 2025.02.25 04:25:43.652827 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 5 rows starting from the beginning of the part
7043 2025.02.25 04:25:43.653145 [ 276 ] {8e221dbb-3e9c-4ed6-8a04-92ecee56fb0b} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7044 2025.02.25 04:25:43.653274 [ 276 ] {8e221dbb-3e9c-4ed6-8a04-92ecee56fb0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
7045 2025.02.25 04:25:43.653668 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 35 rows starting from the beginning of the part
7046 2025.02.25 04:25:43.654307 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 5 rows starting from the beginning of the part
7047 2025.02.25 04:25:43.654950 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 35 rows starting from the beginning of the part
7048 2025.02.25 04:25:43.655056 [ 276 ] {8e221dbb-3e9c-4ed6-8a04-92ecee56fb0b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7049 2025.02.25 04:25:43.655929 [ 276 ] {8e221dbb-3e9c-4ed6-8a04-92ecee56fb0b} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7050 2025.02.25 04:25:43.656613 [ 276 ] {8e221dbb-3e9c-4ed6-8a04-92ecee56fb0b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006157 sec., 9745.00568458665 rows/sec., 672.51 KiB/sec.
7051 2025.02.25 04:25:43.656882 [ 276 ] {8e221dbb-3e9c-4ed6-8a04-92ecee56fb0b} <Debug> TCPHandler: Processed in 0.006942813 sec.
7052 2025.02.25 04:25:43.665960 [ 191 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 814 rows, containing 19 columns (19 merged, 0 gathered) in 0.016783328 sec., 48500.51193660757 rows/sec., 86.91 MiB/sec.
7053 2025.02.25 04:25:43.666959 [ 191 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7054 2025.02.25 04:25:43.667396 [ 191 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7055 2025.02.25 04:25:43.667510 [ 191 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7056 2025.02.25 04:25:43.667682 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.62 MiB.
7057 2025.02.25 04:25:44.000169 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.27 MiB, peak 212.97 MiB, free memory in arenas 0.00 B, will set to 207.92 MiB (RSS), difference: 2.65 MiB
7058 2025.02.25 04:25:44.628369 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache
7059 2025.02.25 04:25:44.628426 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache
7060 2025.02.25 04:25:44.751705 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616
7061 2025.02.25 04:25:44.752445 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7062 2025.02.25 04:25:44.752535 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
7063 2025.02.25 04:25:44.753085 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7064 2025.02.25 04:25:44.753345 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7065 2025.02.25 04:25:44.753609 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616
7066 2025.02.25 04:25:45.840523 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257
7067 2025.02.25 04:25:45.861773 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7068 2025.02.25 04:25:45.861839 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7069 2025.02.25 04:25:45.869328 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7070 2025.02.25 04:25:45.870117 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7071 2025.02.25 04:25:45.873890 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257
7072 2025.02.25 04:25:48.639959 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7073 2025.02.25 04:25:48.640173 [ 281 ] {a7da5df5-2671-4c87-a0f9-3f9f593b74a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7074 2025.02.25 04:25:48.640255 [ 281 ] {a7da5df5-2671-4c87-a0f9-3f9f593b74a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7075 2025.02.25 04:25:48.641210 [ 281 ] {a7da5df5-2671-4c87-a0f9-3f9f593b74a4} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7076 2025.02.25 04:25:48.641258 [ 281 ] {a7da5df5-2671-4c87-a0f9-3f9f593b74a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7077 2025.02.25 04:25:48.641715 [ 281 ] {a7da5df5-2671-4c87-a0f9-3f9f593b74a4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
7078 2025.02.25 04:25:48.641978 [ 281 ] {a7da5df5-2671-4c87-a0f9-3f9f593b74a4} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7079 2025.02.25 04:25:48.642186 [ 281 ] {a7da5df5-2671-4c87-a0f9-3f9f593b74a4} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002071 sec., 102366.00676001931 rows/sec., 6.51 MiB/sec.
7080 2025.02.25 04:25:48.642254 [ 281 ] {a7da5df5-2671-4c87-a0f9-3f9f593b74a4} <Debug> TCPHandler: Processed in 0.002453606 sec.
7081 2025.02.25 04:25:48.642518 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7082 2025.02.25 04:25:48.642732 [ 276 ] {71949e94-8dd5-4ad9-9972-9fea90b173ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7083 2025.02.25 04:25:48.642814 [ 276 ] {71949e94-8dd5-4ad9-9972-9fea90b173ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7084 2025.02.25 04:25:48.643833 [ 276 ] {71949e94-8dd5-4ad9-9972-9fea90b173ab} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7085 2025.02.25 04:25:48.643889 [ 276 ] {71949e94-8dd5-4ad9-9972-9fea90b173ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7086 2025.02.25 04:25:48.644386 [ 276 ] {71949e94-8dd5-4ad9-9972-9fea90b173ab} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7087 2025.02.25 04:25:48.644650 [ 276 ] {71949e94-8dd5-4ad9-9972-9fea90b173ab} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7088 2025.02.25 04:25:48.644891 [ 276 ] {71949e94-8dd5-4ad9-9972-9fea90b173ab} <Debug> executeQuery: Read 627 rows, 50.33 KiB in 0.002217 sec., 282814.61434370774 rows/sec., 22.17 MiB/sec.
7089 2025.02.25 04:25:48.644983 [ 276 ] {71949e94-8dd5-4ad9-9972-9fea90b173ab} <Debug> TCPHandler: Processed in 0.002605799 sec.
7090 2025.02.25 04:25:48.645152 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7091 2025.02.25 04:25:48.645302 [ 281 ] {e548ced3-224b-40cb-8a8c-2afebfea8933} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7092 2025.02.25 04:25:48.645364 [ 281 ] {e548ced3-224b-40cb-8a8c-2afebfea8933} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7093 2025.02.25 04:25:48.646097 [ 281 ] {e548ced3-224b-40cb-8a8c-2afebfea8933} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7094 2025.02.25 04:25:48.646143 [ 281 ] {e548ced3-224b-40cb-8a8c-2afebfea8933} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7095 2025.02.25 04:25:48.646542 [ 281 ] {e548ced3-224b-40cb-8a8c-2afebfea8933} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
7096 2025.02.25 04:25:48.646782 [ 281 ] {e548ced3-224b-40cb-8a8c-2afebfea8933} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7097 2025.02.25 04:25:48.647012 [ 281 ] {e548ced3-224b-40cb-8a8c-2afebfea8933} <Debug> executeQuery: Read 111 rows, 6.76 KiB in 0.001736 sec., 63940.09216589862 rows/sec., 3.80 MiB/sec.
7098 2025.02.25 04:25:48.647101 [ 281 ] {e548ced3-224b-40cb-8a8c-2afebfea8933} <Debug> TCPHandler: Processed in 0.00200976 sec.
7099 2025.02.25 04:25:48.647334 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7100 2025.02.25 04:25:48.647485 [ 276 ] {8aa2527d-8a37-450b-ae31-eb23bb296199} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7101 2025.02.25 04:25:48.647545 [ 276 ] {8aa2527d-8a37-450b-ae31-eb23bb296199} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7102 2025.02.25 04:25:48.648169 [ 276 ] {8aa2527d-8a37-450b-ae31-eb23bb296199} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7103 2025.02.25 04:25:48.648213 [ 276 ] {8aa2527d-8a37-450b-ae31-eb23bb296199} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7104 2025.02.25 04:25:48.648606 [ 276 ] {8aa2527d-8a37-450b-ae31-eb23bb296199} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7105 2025.02.25 04:25:48.648847 [ 276 ] {8aa2527d-8a37-450b-ae31-eb23bb296199} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7106 2025.02.25 04:25:48.649084 [ 276 ] {8aa2527d-8a37-450b-ae31-eb23bb296199} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001627 sec., 69452.98094652736 rows/sec., 4.50 MiB/sec.
7107 2025.02.25 04:25:48.649140 [ 276 ] {8aa2527d-8a37-450b-ae31-eb23bb296199} <Debug> TCPHandler: Processed in 0.001935308 sec.
7108 2025.02.25 04:25:48.649341 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7109 2025.02.25 04:25:48.649569 [ 281 ] {8e485349-8f25-4c8b-86f9-87b6c5a08fd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7110 2025.02.25 04:25:48.649660 [ 281 ] {8e485349-8f25-4c8b-86f9-87b6c5a08fd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7111 2025.02.25 04:25:48.650425 [ 281 ] {8e485349-8f25-4c8b-86f9-87b6c5a08fd3} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7112 2025.02.25 04:25:48.650464 [ 281 ] {8e485349-8f25-4c8b-86f9-87b6c5a08fd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7113 2025.02.25 04:25:48.650837 [ 281 ] {8e485349-8f25-4c8b-86f9-87b6c5a08fd3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
7114 2025.02.25 04:25:48.651074 [ 281 ] {8e485349-8f25-4c8b-86f9-87b6c5a08fd3} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7115 2025.02.25 04:25:48.651297 [ 281 ] {8e485349-8f25-4c8b-86f9-87b6c5a08fd3} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001784 sec., 62780.26905829596 rows/sec., 3.58 MiB/sec.
7116 2025.02.25 04:25:48.651368 [ 281 ] {8e485349-8f25-4c8b-86f9-87b6c5a08fd3} <Debug> TCPHandler: Processed in 0.002139121 sec.
7117 2025.02.25 04:25:48.651564 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7118 2025.02.25 04:25:48.651704 [ 276 ] {f76d22a7-31fa-4701-a122-347188fd4702} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7119 2025.02.25 04:25:48.651765 [ 276 ] {f76d22a7-31fa-4701-a122-347188fd4702} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7120 2025.02.25 04:25:48.652500 [ 276 ] {f76d22a7-31fa-4701-a122-347188fd4702} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7121 2025.02.25 04:25:48.652542 [ 276 ] {f76d22a7-31fa-4701-a122-347188fd4702} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7122 2025.02.25 04:25:48.652933 [ 276 ] {f76d22a7-31fa-4701-a122-347188fd4702} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7123 2025.02.25 04:25:48.653186 [ 276 ] {f76d22a7-31fa-4701-a122-347188fd4702} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7124 2025.02.25 04:25:48.653412 [ 276 ] {f76d22a7-31fa-4701-a122-347188fd4702} <Debug> executeQuery: Read 387 rows, 27.99 KiB in 0.001739 sec., 222541.690626797 rows/sec., 15.72 MiB/sec.
7125 2025.02.25 04:25:48.653467 [ 276 ] {f76d22a7-31fa-4701-a122-347188fd4702} <Debug> TCPHandler: Processed in 0.00198235 sec.
7126 2025.02.25 04:25:48.653605 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7127 2025.02.25 04:25:48.653722 [ 281 ] {514f04f5-fce5-485b-8195-60a133b03f44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7128 2025.02.25 04:25:48.653774 [ 281 ] {514f04f5-fce5-485b-8195-60a133b03f44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7129 2025.02.25 04:25:48.654368 [ 281 ] {514f04f5-fce5-485b-8195-60a133b03f44} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7130 2025.02.25 04:25:48.654416 [ 281 ] {514f04f5-fce5-485b-8195-60a133b03f44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7131 2025.02.25 04:25:48.654879 [ 281 ] {514f04f5-fce5-485b-8195-60a133b03f44} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
7132 2025.02.25 04:25:48.655130 [ 281 ] {514f04f5-fce5-485b-8195-60a133b03f44} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7133 2025.02.25 04:25:48.655345 [ 281 ] {514f04f5-fce5-485b-8195-60a133b03f44} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001647 sec., 3642.9872495446266 rows/sec., 190.33 KiB/sec.
7134 2025.02.25 04:25:48.655399 [ 281 ] {514f04f5-fce5-485b-8195-60a133b03f44} <Debug> TCPHandler: Processed in 0.001849127 sec.
7135 2025.02.25 04:25:48.655551 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7136 2025.02.25 04:25:48.655675 [ 276 ] {b7f00ae2-bcda-4c58-835e-7cd2bde1611a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7137 2025.02.25 04:25:48.655730 [ 276 ] {b7f00ae2-bcda-4c58-835e-7cd2bde1611a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7138 2025.02.25 04:25:48.656332 [ 276 ] {b7f00ae2-bcda-4c58-835e-7cd2bde1611a} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7139 2025.02.25 04:25:48.656374 [ 276 ] {b7f00ae2-bcda-4c58-835e-7cd2bde1611a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7140 2025.02.25 04:25:48.656783 [ 276 ] {b7f00ae2-bcda-4c58-835e-7cd2bde1611a} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7141 2025.02.25 04:25:48.657023 [ 276 ] {b7f00ae2-bcda-4c58-835e-7cd2bde1611a} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7142 2025.02.25 04:25:48.657280 [ 276 ] {b7f00ae2-bcda-4c58-835e-7cd2bde1611a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001621 sec., 146206.04565083282 rows/sec., 9.80 MiB/sec.
7143 2025.02.25 04:25:48.657342 [ 276 ] {b7f00ae2-bcda-4c58-835e-7cd2bde1611a} <Debug> TCPHandler: Processed in 0.001847507 sec.
7144 2025.02.25 04:25:48.657586 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7145 2025.02.25 04:25:48.657738 [ 281 ] {a61176a7-7eae-40f1-a384-ac3e1283c664} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7146 2025.02.25 04:25:48.657791 [ 281 ] {a61176a7-7eae-40f1-a384-ac3e1283c664} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7147 2025.02.25 04:25:48.658274 [ 281 ] {a61176a7-7eae-40f1-a384-ac3e1283c664} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7148 2025.02.25 04:25:48.658314 [ 281 ] {a61176a7-7eae-40f1-a384-ac3e1283c664} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7149 2025.02.25 04:25:48.658688 [ 281 ] {a61176a7-7eae-40f1-a384-ac3e1283c664} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
7150 2025.02.25 04:25:48.658952 [ 281 ] {a61176a7-7eae-40f1-a384-ac3e1283c664} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7151 2025.02.25 04:25:48.659182 [ 281 ] {a61176a7-7eae-40f1-a384-ac3e1283c664} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001465 sec., 682.5938566552901 rows/sec., 46.00 KiB/sec.
7152 2025.02.25 04:25:48.659303 [ 281 ] {a61176a7-7eae-40f1-a384-ac3e1283c664} <Debug> TCPHandler: Processed in 0.001853327 sec.
7153 2025.02.25 04:25:48.659458 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7154 2025.02.25 04:25:48.659576 [ 276 ] {7beed8ff-55fc-46c0-8317-30692a019754} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7155 2025.02.25 04:25:48.659675 [ 276 ] {7beed8ff-55fc-46c0-8317-30692a019754} <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
7156 2025.02.25 04:25:48.660797 [ 276 ] {7beed8ff-55fc-46c0-8317-30692a019754} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7157 2025.02.25 04:25:48.660837 [ 276 ] {7beed8ff-55fc-46c0-8317-30692a019754} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7158 2025.02.25 04:25:48.661453 [ 276 ] {7beed8ff-55fc-46c0-8317-30692a019754} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7159 2025.02.25 04:25:48.661711 [ 276 ] {7beed8ff-55fc-46c0-8317-30692a019754} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7160 2025.02.25 04:25:48.661991 [ 276 ] {7beed8ff-55fc-46c0-8317-30692a019754} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002433 sec., 2055.076037813399 rows/sec., 3.68 MiB/sec.
7161 2025.02.25 04:25:48.662527 [ 276 ] {7beed8ff-55fc-46c0-8317-30692a019754} <Debug> TCPHandler: Processed in 0.003123797 sec.
7162 2025.02.25 04:25:48.662792 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7163 2025.02.25 04:25:48.662954 [ 281 ] {111b2e70-17a5-4ae4-b036-dab43f59a0d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7164 2025.02.25 04:25:48.663013 [ 281 ] {111b2e70-17a5-4ae4-b036-dab43f59a0d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7165 2025.02.25 04:25:48.663607 [ 281 ] {111b2e70-17a5-4ae4-b036-dab43f59a0d3} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7166 2025.02.25 04:25:48.663654 [ 281 ] {111b2e70-17a5-4ae4-b036-dab43f59a0d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7167 2025.02.25 04:25:48.664069 [ 281 ] {111b2e70-17a5-4ae4-b036-dab43f59a0d3} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7168 2025.02.25 04:25:48.664313 [ 281 ] {111b2e70-17a5-4ae4-b036-dab43f59a0d3} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7169 2025.02.25 04:25:48.664533 [ 281 ] {111b2e70-17a5-4ae4-b036-dab43f59a0d3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001609 sec., 50963.3312616532 rows/sec., 3.24 MiB/sec.
7170 2025.02.25 04:25:48.664598 [ 281 ] {111b2e70-17a5-4ae4-b036-dab43f59a0d3} <Debug> TCPHandler: Processed in 0.001940369 sec.
7171 2025.02.25 04:25:49.834027 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1036
7172 2025.02.25 04:25:49.838074 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7173 2025.02.25 04:25:49.838134 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7174 2025.02.25 04:25:49.839686 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7175 2025.02.25 04:25:49.840023 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7176 2025.02.25 04:25:49.840732 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1036
7177 2025.02.25 04:25:50.840942 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7178 2025.02.25 04:25:50.841156 [ 281 ] {30148ecd-85fe-42c2-8734-38cf910cc9e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7179 2025.02.25 04:25:50.841232 [ 281 ] {30148ecd-85fe-42c2-8734-38cf910cc9e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7180 2025.02.25 04:25:50.842013 [ 281 ] {30148ecd-85fe-42c2-8734-38cf910cc9e6} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7181 2025.02.25 04:25:50.842066 [ 281 ] {30148ecd-85fe-42c2-8734-38cf910cc9e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7182 2025.02.25 04:25:50.842516 [ 281 ] {30148ecd-85fe-42c2-8734-38cf910cc9e6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
7183 2025.02.25 04:25:50.842784 [ 281 ] {30148ecd-85fe-42c2-8734-38cf910cc9e6} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7184 2025.02.25 04:25:50.842990 [ 95 ] {} <Debug> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
7185 2025.02.25 04:25:50.843030 [ 281 ] {30148ecd-85fe-42c2-8734-38cf910cc9e6} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001929 sec., 6220.839813374806 rows/sec., 507.27 KiB/sec.
7186 2025.02.25 04:25:50.843082 [ 95 ] {} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7187 2025.02.25 04:25:50.843156 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7188 2025.02.25 04:25:50.843167 [ 281 ] {30148ecd-85fe-42c2-8734-38cf910cc9e6} <Debug> TCPHandler: Processed in 0.002362285 sec.
7189 2025.02.25 04:25:50.843496 [ 199 ] {7b16b358-c04e-4935-8d77-aedfe7894185::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
7190 2025.02.25 04:25:50.843547 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7191 2025.02.25 04:25:50.843769 [ 199 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7192 2025.02.25 04:25:50.843806 [ 276 ] {167953bb-97b9-4809-a921-8b8a9913478b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7193 2025.02.25 04:25:50.843820 [ 199 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part
7194 2025.02.25 04:25:50.843900 [ 276 ] {167953bb-97b9-4809-a921-8b8a9913478b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7195 2025.02.25 04:25:50.843983 [ 199 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part
7196 2025.02.25 04:25:50.844459 [ 199 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part
7197 2025.02.25 04:25:50.844706 [ 199 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part
7198 2025.02.25 04:25:50.845000 [ 199 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part
7199 2025.02.25 04:25:50.845310 [ 199 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part
7200 2025.02.25 04:25:50.846811 [ 190 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 52 rows, containing 5 columns (5 merged, 0 gathered) in 0.003545862 sec., 14664.981321890136 rows/sec., 1.22 MiB/sec.
7201 2025.02.25 04:25:50.846997 [ 190 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
7202 2025.02.25 04:25:50.847098 [ 276 ] {167953bb-97b9-4809-a921-8b8a9913478b} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7203 2025.02.25 04:25:50.847166 [ 276 ] {167953bb-97b9-4809-a921-8b8a9913478b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7204 2025.02.25 04:25:50.847514 [ 190 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_10_2} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7205 2025.02.25 04:25:50.847692 [ 190 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_10_2} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
7206 2025.02.25 04:25:50.847868 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7207 2025.02.25 04:25:50.848064 [ 276 ] {167953bb-97b9-4809-a921-8b8a9913478b} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7208 2025.02.25 04:25:50.848327 [ 276 ] {167953bb-97b9-4809-a921-8b8a9913478b} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7209 2025.02.25 04:25:50.848481 [ 95 ] {} <Debug> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7210 2025.02.25 04:25:50.848524 [ 95 ] {} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7211 2025.02.25 04:25:50.848551 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7212 2025.02.25 04:25:50.848557 [ 276 ] {167953bb-97b9-4809-a921-8b8a9913478b} <Debug> executeQuery: Read 1272 rows, 107.58 KiB in 0.004815 sec., 264174.45482866047 rows/sec., 21.82 MiB/sec.
7213 2025.02.25 04:25:50.848641 [ 276 ] {167953bb-97b9-4809-a921-8b8a9913478b} <Debug> TCPHandler: Processed in 0.005285789 sec.
7214 2025.02.25 04:25:50.848804 [ 201 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::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
7215 2025.02.25 04:25:50.848832 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7216 2025.02.25 04:25:50.849099 [ 281 ] {ff431f40-ecb4-464b-a7b8-517d902c53b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7217 2025.02.25 04:25:50.849099 [ 201 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7218 2025.02.25 04:25:50.849195 [ 281 ] {ff431f40-ecb4-464b-a7b8-517d902c53b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7219 2025.02.25 04:25:50.849197 [ 201 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1848 rows starting from the beginning of the part
7220 2025.02.25 04:25:50.849595 [ 201 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 126 rows starting from the beginning of the part
7221 2025.02.25 04:25:50.849967 [ 201 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 629 rows starting from the beginning of the part
7222 2025.02.25 04:25:50.850371 [ 201 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 126 rows starting from the beginning of the part
7223 2025.02.25 04:25:50.850679 [ 201 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 627 rows starting from the beginning of the part
7224 2025.02.25 04:25:50.851010 [ 201 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1272 rows starting from the beginning of the part
7225 2025.02.25 04:25:50.851888 [ 281 ] {ff431f40-ecb4-464b-a7b8-517d902c53b9} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7226 2025.02.25 04:25:50.851978 [ 281 ] {ff431f40-ecb4-464b-a7b8-517d902c53b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7227 2025.02.25 04:25:50.852767 [ 281 ] {ff431f40-ecb4-464b-a7b8-517d902c53b9} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
7228 2025.02.25 04:25:50.853316 [ 281 ] {ff431f40-ecb4-464b-a7b8-517d902c53b9} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7229 2025.02.25 04:25:50.853596 [ 95 ] {} <Debug> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
7230 2025.02.25 04:25:50.853692 [ 95 ] {} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7231 2025.02.25 04:25:50.853764 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7232 2025.02.25 04:25:50.853901 [ 281 ] {ff431f40-ecb4-464b-a7b8-517d902c53b9} <Debug> executeQuery: Read 47 rows, 3.47 KiB in 0.004871 sec., 9648.942722233627 rows/sec., 712.32 KiB/sec.
7233 2025.02.25 04:25:50.854056 [ 187 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::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
7234 2025.02.25 04:25:50.854086 [ 281 ] {ff431f40-ecb4-464b-a7b8-517d902c53b9} <Debug> TCPHandler: Processed in 0.005326239 sec.
7235 2025.02.25 04:25:50.854273 [ 187 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7236 2025.02.25 04:25:50.854327 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7237 2025.02.25 04:25:50.854360 [ 187 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 164 rows starting from the beginning of the part
7238 2025.02.25 04:25:50.854618 [ 187 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 35 rows starting from the beginning of the part
7239 2025.02.25 04:25:50.854795 [ 276 ] {af29f579-4732-483a-a391-13bdd859a93e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7240 2025.02.25 04:25:50.855162 [ 276 ] {af29f579-4732-483a-a391-13bdd859a93e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7241 2025.02.25 04:25:50.855284 [ 187 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 115 rows starting from the beginning of the part
7242 2025.02.25 04:25:50.855901 [ 187 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 35 rows starting from the beginning of the part
7243 2025.02.25 04:25:50.855956 [ 186 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4628 rows, containing 5 columns (5 merged, 0 gathered) in 0.007215157 sec., 641427.48383715 rows/sec., 54.47 MiB/sec.
7244 2025.02.25 04:25:50.856236 [ 187 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 111 rows starting from the beginning of the part
7245 2025.02.25 04:25:50.856558 [ 196 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7246 2025.02.25 04:25:50.856609 [ 187 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 47 rows starting from the beginning of the part
7247 2025.02.25 04:25:50.858077 [ 196 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_56_11} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7248 2025.02.25 04:25:50.858373 [ 196 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_56_11} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7249 2025.02.25 04:25:50.858680 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB.
7250 2025.02.25 04:25:50.859002 [ 276 ] {af29f579-4732-483a-a391-13bdd859a93e} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7251 2025.02.25 04:25:50.859059 [ 276 ] {af29f579-4732-483a-a391-13bdd859a93e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7252 2025.02.25 04:25:50.859618 [ 196 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 507 rows, containing 5 columns (5 merged, 0 gathered) in 0.005746115 sec., 88233.5282186312 rows/sec., 5.98 MiB/sec.
7253 2025.02.25 04:25:50.859656 [ 276 ] {af29f579-4732-483a-a391-13bdd859a93e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
7254 2025.02.25 04:25:50.859787 [ 203 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
7255 2025.02.25 04:25:50.859975 [ 276 ] {af29f579-4732-483a-a391-13bdd859a93e} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7256 2025.02.25 04:25:50.860212 [ 276 ] {af29f579-4732-483a-a391-13bdd859a93e} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005642 sec., 40411.20170152428 rows/sec., 2.74 MiB/sec.
7257 2025.02.25 04:25:50.860210 [ 203 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_46_9} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7258 2025.02.25 04:25:50.860309 [ 276 ] {af29f579-4732-483a-a391-13bdd859a93e} <Debug> TCPHandler: Processed in 0.006097891 sec.
7259 2025.02.25 04:25:50.860371 [ 203 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_46_9} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
7260 2025.02.25 04:25:50.860487 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
7261 2025.02.25 04:25:50.860499 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7262 2025.02.25 04:25:50.860666 [ 281 ] {7c931832-0605-4b95-870a-5b85c54226fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7263 2025.02.25 04:25:50.860728 [ 281 ] {7c931832-0605-4b95-870a-5b85c54226fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7264 2025.02.25 04:25:50.861647 [ 281 ] {7c931832-0605-4b95-870a-5b85c54226fc} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7265 2025.02.25 04:25:50.861688 [ 281 ] {7c931832-0605-4b95-870a-5b85c54226fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7266 2025.02.25 04:25:50.862106 [ 281 ] {7c931832-0605-4b95-870a-5b85c54226fc} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7267 2025.02.25 04:25:50.862359 [ 281 ] {7c931832-0605-4b95-870a-5b85c54226fc} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7268 2025.02.25 04:25:50.862539 [ 95 ] {} <Debug> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7269 2025.02.25 04:25:50.862583 [ 95 ] {} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7270 2025.02.25 04:25:50.862618 [ 281 ] {7c931832-0605-4b95-870a-5b85c54226fc} <Debug> executeQuery: Read 567 rows, 43.19 KiB in 0.001975 sec., 287088.6075949367 rows/sec., 21.35 MiB/sec.
7271 2025.02.25 04:25:50.862624 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7272 2025.02.25 04:25:50.862826 [ 281 ] {7c931832-0605-4b95-870a-5b85c54226fc} <Debug> TCPHandler: Processed in 0.002422036 sec.
7273 2025.02.25 04:25:50.863105 [ 189 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::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
7274 2025.02.25 04:25:50.863135 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7275 2025.02.25 04:25:50.863562 [ 276 ] {6194400f-b309-4da1-abb6-d94b90a1efbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7276 2025.02.25 04:25:50.863791 [ 276 ] {6194400f-b309-4da1-abb6-d94b90a1efbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7277 2025.02.25 04:25:50.863901 [ 189 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7278 2025.02.25 04:25:50.864202 [ 189 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 914 rows starting from the beginning of the part
7279 2025.02.25 04:25:50.864643 [ 189 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 99 rows starting from the beginning of the part
7280 2025.02.25 04:25:50.865120 [ 189 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 391 rows starting from the beginning of the part
7281 2025.02.25 04:25:50.865317 [ 189 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 99 rows starting from the beginning of the part
7282 2025.02.25 04:25:50.865572 [ 189 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 387 rows starting from the beginning of the part
7283 2025.02.25 04:25:50.865918 [ 189 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 567 rows starting from the beginning of the part
7284 2025.02.25 04:25:50.866842 [ 276 ] {6194400f-b309-4da1-abb6-d94b90a1efbb} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7285 2025.02.25 04:25:50.866916 [ 276 ] {6194400f-b309-4da1-abb6-d94b90a1efbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7286 2025.02.25 04:25:50.868065 [ 276 ] {6194400f-b309-4da1-abb6-d94b90a1efbb} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7287 2025.02.25 04:25:50.868433 [ 276 ] {6194400f-b309-4da1-abb6-d94b90a1efbb} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7288 2025.02.25 04:25:50.868625 [ 95 ] {} <Debug> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7289 2025.02.25 04:25:50.868721 [ 95 ] {} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7290 2025.02.25 04:25:50.868812 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7291 2025.02.25 04:25:50.869049 [ 276 ] {6194400f-b309-4da1-abb6-d94b90a1efbb} <Debug> executeQuery: Read 936 rows, 64.24 KiB in 0.005624 sec., 166429.58748221907 rows/sec., 11.15 MiB/sec.
7292 2025.02.25 04:25:50.869403 [ 196 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::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
7293 2025.02.25 04:25:50.869569 [ 276 ] {6194400f-b309-4da1-abb6-d94b90a1efbb} <Debug> TCPHandler: Processed in 0.006586808 sec.
7294 2025.02.25 04:25:50.869952 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7295 2025.02.25 04:25:50.870071 [ 193 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2457 rows, containing 5 columns (5 merged, 0 gathered) in 0.007283688 sec., 337329.11129636527 rows/sec., 25.86 MiB/sec.
7296 2025.02.25 04:25:50.870198 [ 196 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7297 2025.02.25 04:25:50.870377 [ 196 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15955 rows starting from the beginning of the part
7298 2025.02.25 04:25:50.870622 [ 193 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7299 2025.02.25 04:25:50.871010 [ 196 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::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
7300 2025.02.25 04:25:50.871558 [ 196 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 239 rows starting from the beginning of the part
7301 2025.02.25 04:25:50.871744 [ 281 ] {1e1ad736-c47f-48f8-9550-c1b11e1a74d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7302 2025.02.25 04:25:50.872035 [ 196 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part
7303 2025.02.25 04:25:50.872429 [ 196 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::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
7304 2025.02.25 04:25:50.872419 [ 281 ] {1e1ad736-c47f-48f8-9550-c1b11e1a74d7} <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
7305 2025.02.25 04:25:50.872622 [ 192 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_56_11} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7306 2025.02.25 04:25:50.873047 [ 196 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 936 rows starting from the beginning of the part
7307 2025.02.25 04:25:50.873347 [ 192 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_56_11} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7308 2025.02.25 04:25:50.873682 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB.
7309 2025.02.25 04:25:50.877309 [ 281 ] {1e1ad736-c47f-48f8-9550-c1b11e1a74d7} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7310 2025.02.25 04:25:50.877390 [ 281 ] {1e1ad736-c47f-48f8-9550-c1b11e1a74d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7311 2025.02.25 04:25:50.878506 [ 281 ] {1e1ad736-c47f-48f8-9550-c1b11e1a74d7} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7312 2025.02.25 04:25:50.879309 [ 281 ] {1e1ad736-c47f-48f8-9550-c1b11e1a74d7} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7313 2025.02.25 04:25:50.879693 [ 281 ] {1e1ad736-c47f-48f8-9550-c1b11e1a74d7} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.009334 sec., 3749.732161988429 rows/sec., 6.72 MiB/sec.
7314 2025.02.25 04:25:50.880051 [ 281 ] {1e1ad736-c47f-48f8-9550-c1b11e1a74d7} <Debug> TCPHandler: Processed in 0.010308663 sec.
7315 2025.02.25 04:25:50.880250 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7316 2025.02.25 04:25:50.880394 [ 276 ] {3b2b7f69-1302-4b82-a65e-48d591ee9b0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7317 2025.02.25 04:25:50.880454 [ 276 ] {3b2b7f69-1302-4b82-a65e-48d591ee9b0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7318 2025.02.25 04:25:50.881112 [ 276 ] {3b2b7f69-1302-4b82-a65e-48d591ee9b0f} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7319 2025.02.25 04:25:50.881150 [ 276 ] {3b2b7f69-1302-4b82-a65e-48d591ee9b0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7320 2025.02.25 04:25:50.881704 [ 276 ] {3b2b7f69-1302-4b82-a65e-48d591ee9b0f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7321 2025.02.25 04:25:50.882054 [ 276 ] {3b2b7f69-1302-4b82-a65e-48d591ee9b0f} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7322 2025.02.25 04:25:50.882346 [ 93 ] {} <Debug> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7323 2025.02.25 04:25:50.882572 [ 276 ] {3b2b7f69-1302-4b82-a65e-48d591ee9b0f} <Debug> executeQuery: Read 30 rows, 2.08 KiB in 0.002179 sec., 13767.783386874713 rows/sec., 953.26 KiB/sec.
7324 2025.02.25 04:25:50.882557 [ 93 ] {} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7325 2025.02.25 04:25:50.882902 [ 276 ] {3b2b7f69-1302-4b82-a65e-48d591ee9b0f} <Debug> TCPHandler: Processed in 0.00271899 sec.
7326 2025.02.25 04:25:50.882928 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7327 2025.02.25 04:25:50.883025 [ 193 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17687 rows, containing 5 columns (5 merged, 0 gathered) in 0.014069939 sec., 1257077.2339524713 rows/sec., 84.94 MiB/sec.
7328 2025.02.25 04:25:50.883283 [ 192 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
7329 2025.02.25 04:25:50.883634 [ 193 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7330 2025.02.25 04:25:50.883800 [ 192 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7331 2025.02.25 04:25:50.883933 [ 192 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3024 rows starting from the beginning of the part
7332 2025.02.25 04:25:50.884412 [ 192 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
7333 2025.02.25 04:25:50.884656 [ 192 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
7334 2025.02.25 04:25:50.884995 [ 192 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
7335 2025.02.25 04:25:50.885196 [ 192 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
7336 2025.02.25 04:25:50.885231 [ 193 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7337 2025.02.25 04:25:50.885445 [ 192 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 30 rows starting from the beginning of the part
7338 2025.02.25 04:25:50.885604 [ 193 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7339 2025.02.25 04:25:50.885917 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.46 MiB.
7340 2025.02.25 04:25:50.887140 [ 195 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3338 rows, containing 4 columns (4 merged, 0 gathered) in 0.00403166 sec., 827946.8010695346 rows/sec., 54.22 MiB/sec.
7341 2025.02.25 04:25:50.887426 [ 188 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7342 2025.02.25 04:25:50.887711 [ 188 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_56_11} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7343 2025.02.25 04:25:50.887789 [ 188 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_56_11} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7344 2025.02.25 04:25:50.887861 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB.
7345 2025.02.25 04:25:52.253776 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104
7346 2025.02.25 04:25:52.254518 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7347 2025.02.25 04:25:52.254567 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7348 2025.02.25 04:25:52.255145 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7349 2025.02.25 04:25:52.255414 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7350 2025.02.25 04:25:52.255608 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104
7351 2025.02.25 04:25:53.374005 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264
7352 2025.02.25 04:25:53.396510 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7353 2025.02.25 04:25:53.396574 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7354 2025.02.25 04:25:53.403933 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7355 2025.02.25 04:25:53.404724 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7356 2025.02.25 04:25:53.408640 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264
7357 2025.02.25 04:25:53.629763 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7358 2025.02.25 04:25:53.629964 [ 281 ] {a3ebcdc4-c532-48d7-adb0-a18834e2176e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7359 2025.02.25 04:25:53.630039 [ 281 ] {a3ebcdc4-c532-48d7-adb0-a18834e2176e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7360 2025.02.25 04:25:53.630876 [ 281 ] {a3ebcdc4-c532-48d7-adb0-a18834e2176e} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7361 2025.02.25 04:25:53.630932 [ 281 ] {a3ebcdc4-c532-48d7-adb0-a18834e2176e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7362 2025.02.25 04:25:53.631407 [ 281 ] {a3ebcdc4-c532-48d7-adb0-a18834e2176e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7363 2025.02.25 04:25:53.631669 [ 281 ] {a3ebcdc4-c532-48d7-adb0-a18834e2176e} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7364 2025.02.25 04:25:53.632023 [ 281 ] {a3ebcdc4-c532-48d7-adb0-a18834e2176e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002094 sec., 26743.075453677175 rows/sec., 2.04 MiB/sec.
7365 2025.02.25 04:25:53.632191 [ 281 ] {a3ebcdc4-c532-48d7-adb0-a18834e2176e} <Debug> TCPHandler: Processed in 0.002566158 sec.
7366 2025.02.25 04:25:53.632476 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7367 2025.02.25 04:25:53.632670 [ 276 ] {7a9d3ada-ea48-43d1-b459-dc031dde8023} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7368 2025.02.25 04:25:53.632745 [ 276 ] {7a9d3ada-ea48-43d1-b459-dc031dde8023} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7369 2025.02.25 04:25:53.633510 [ 276 ] {7a9d3ada-ea48-43d1-b459-dc031dde8023} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7370 2025.02.25 04:25:53.633554 [ 276 ] {7a9d3ada-ea48-43d1-b459-dc031dde8023} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7371 2025.02.25 04:25:53.633970 [ 276 ] {7a9d3ada-ea48-43d1-b459-dc031dde8023} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7372 2025.02.25 04:25:53.634239 [ 276 ] {7a9d3ada-ea48-43d1-b459-dc031dde8023} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7373 2025.02.25 04:25:53.634502 [ 276 ] {7a9d3ada-ea48-43d1-b459-dc031dde8023} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001874 sec., 34151.547491995734 rows/sec., 2.67 MiB/sec.
7374 2025.02.25 04:25:53.634576 [ 276 ] {7a9d3ada-ea48-43d1-b459-dc031dde8023} <Debug> TCPHandler: Processed in 0.002240044 sec.
7375 2025.02.25 04:25:53.634818 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7376 2025.02.25 04:25:53.634959 [ 281 ] {242f9c4e-4f29-410d-8d83-1b4bcb60fde5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7377 2025.02.25 04:25:53.635025 [ 281 ] {242f9c4e-4f29-410d-8d83-1b4bcb60fde5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7378 2025.02.25 04:25:53.635701 [ 281 ] {242f9c4e-4f29-410d-8d83-1b4bcb60fde5} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7379 2025.02.25 04:25:53.635749 [ 281 ] {242f9c4e-4f29-410d-8d83-1b4bcb60fde5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7380 2025.02.25 04:25:53.636198 [ 281 ] {242f9c4e-4f29-410d-8d83-1b4bcb60fde5} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7381 2025.02.25 04:25:53.636444 [ 281 ] {242f9c4e-4f29-410d-8d83-1b4bcb60fde5} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7382 2025.02.25 04:25:53.636624 [ 281 ] {242f9c4e-4f29-410d-8d83-1b4bcb60fde5} <Debug> executeQuery: Read 76 rows, 5.43 KiB in 0.001694 sec., 44864.2266824085 rows/sec., 3.13 MiB/sec.
7383 2025.02.25 04:25:53.636679 [ 281 ] {242f9c4e-4f29-410d-8d83-1b4bcb60fde5} <Debug> TCPHandler: Processed in 0.001980919 sec.
7384 2025.02.25 04:25:53.636855 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7385 2025.02.25 04:25:53.636985 [ 276 ] {bbb0e5f9-5899-43eb-a8b1-4bcb0443a424} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7386 2025.02.25 04:25:53.637048 [ 276 ] {bbb0e5f9-5899-43eb-a8b1-4bcb0443a424} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7387 2025.02.25 04:25:53.637633 [ 276 ] {bbb0e5f9-5899-43eb-a8b1-4bcb0443a424} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7388 2025.02.25 04:25:53.637680 [ 276 ] {bbb0e5f9-5899-43eb-a8b1-4bcb0443a424} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7389 2025.02.25 04:25:53.638109 [ 276 ] {bbb0e5f9-5899-43eb-a8b1-4bcb0443a424} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7390 2025.02.25 04:25:53.638354 [ 276 ] {bbb0e5f9-5899-43eb-a8b1-4bcb0443a424} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7391 2025.02.25 04:25:53.638584 [ 276 ] {bbb0e5f9-5899-43eb-a8b1-4bcb0443a424} <Debug> executeQuery: Read 30 rows, 2.06 KiB in 0.00163 sec., 18404.907975460123 rows/sec., 1.24 MiB/sec.
7392 2025.02.25 04:25:53.638660 [ 276 ] {bbb0e5f9-5899-43eb-a8b1-4bcb0443a424} <Debug> TCPHandler: Processed in 0.001864057 sec.
7393 2025.02.25 04:25:58.640338 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7394 2025.02.25 04:25:58.640573 [ 281 ] {bb9d4647-1d47-4708-9596-039e8892edad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7395 2025.02.25 04:25:58.640657 [ 281 ] {bb9d4647-1d47-4708-9596-039e8892edad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7396 2025.02.25 04:25:58.641610 [ 281 ] {bb9d4647-1d47-4708-9596-039e8892edad} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7397 2025.02.25 04:25:58.641656 [ 281 ] {bb9d4647-1d47-4708-9596-039e8892edad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7398 2025.02.25 04:25:58.642120 [ 281 ] {bb9d4647-1d47-4708-9596-039e8892edad} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
7399 2025.02.25 04:25:58.642378 [ 281 ] {bb9d4647-1d47-4708-9596-039e8892edad} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7400 2025.02.25 04:25:58.642536 [ 86 ] {} <Debug> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
7401 2025.02.25 04:25:58.642588 [ 86 ] {} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7402 2025.02.25 04:25:58.642596 [ 281 ] {bb9d4647-1d47-4708-9596-039e8892edad} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002081 sec., 101874.09899086978 rows/sec., 6.48 MiB/sec.
7403 2025.02.25 04:25:58.642617 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7404 2025.02.25 04:25:58.642720 [ 281 ] {bb9d4647-1d47-4708-9596-039e8892edad} <Debug> TCPHandler: Processed in 0.002537227 sec.
7405 2025.02.25 04:25:58.643120 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7406 2025.02.25 04:25:58.643119 [ 200 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
7407 2025.02.25 04:25:58.643436 [ 276 ] {8f8bc41d-c4f4-4a5c-8f4f-dab6d9072076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7408 2025.02.25 04:25:58.643452 [ 200 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7409 2025.02.25 04:25:58.643516 [ 200 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
7410 2025.02.25 04:25:58.643543 [ 276 ] {8f8bc41d-c4f4-4a5c-8f4f-dab6d9072076} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7411 2025.02.25 04:25:58.643812 [ 200 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
7412 2025.02.25 04:25:58.644096 [ 200 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
7413 2025.02.25 04:25:58.644408 [ 200 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
7414 2025.02.25 04:25:58.644862 [ 200 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
7415 2025.02.25 04:25:58.647033 [ 276 ] {8f8bc41d-c4f4-4a5c-8f4f-dab6d9072076} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7416 2025.02.25 04:25:58.647090 [ 276 ] {8f8bc41d-c4f4-4a5c-8f4f-dab6d9072076} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7417 2025.02.25 04:25:58.647473 [ 200 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.0047248 sec., 224348.1205553674 rows/sec., 15.12 MiB/sec.
7418 2025.02.25 04:25:58.647678 [ 200 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
7419 2025.02.25 04:25:58.648078 [ 276 ] {8f8bc41d-c4f4-4a5c-8f4f-dab6d9072076} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7420 2025.02.25 04:25:58.648115 [ 200 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_21_5} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7421 2025.02.25 04:25:58.648275 [ 200 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_21_5} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
7422 2025.02.25 04:25:58.648420 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
7423 2025.02.25 04:25:58.648530 [ 276 ] {8f8bc41d-c4f4-4a5c-8f4f-dab6d9072076} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7424 2025.02.25 04:25:58.648789 [ 276 ] {8f8bc41d-c4f4-4a5c-8f4f-dab6d9072076} <Debug> executeQuery: Read 627 rows, 50.33 KiB in 0.005458 sec., 114877.24441187248 rows/sec., 9.00 MiB/sec.
7425 2025.02.25 04:25:58.648869 [ 276 ] {8f8bc41d-c4f4-4a5c-8f4f-dab6d9072076} <Debug> TCPHandler: Processed in 0.006000569 sec.
7426 2025.02.25 04:25:58.649033 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7427 2025.02.25 04:25:58.649181 [ 281 ] {e5bffa1a-5627-4eb3-b853-0f93cb519f67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7428 2025.02.25 04:25:58.649245 [ 281 ] {e5bffa1a-5627-4eb3-b853-0f93cb519f67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7429 2025.02.25 04:25:58.650014 [ 281 ] {e5bffa1a-5627-4eb3-b853-0f93cb519f67} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7430 2025.02.25 04:25:58.650062 [ 281 ] {e5bffa1a-5627-4eb3-b853-0f93cb519f67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7431 2025.02.25 04:25:58.650470 [ 281 ] {e5bffa1a-5627-4eb3-b853-0f93cb519f67} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
7432 2025.02.25 04:25:58.650729 [ 281 ] {e5bffa1a-5627-4eb3-b853-0f93cb519f67} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7433 2025.02.25 04:25:58.650911 [ 281 ] {e5bffa1a-5627-4eb3-b853-0f93cb519f67} <Debug> executeQuery: Read 111 rows, 6.76 KiB in 0.001765 sec., 62889.51841359773 rows/sec., 3.74 MiB/sec.
7434 2025.02.25 04:25:58.650966 [ 281 ] {e5bffa1a-5627-4eb3-b853-0f93cb519f67} <Debug> TCPHandler: Processed in 0.00200193 sec.
7435 2025.02.25 04:25:58.651128 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7436 2025.02.25 04:25:58.651269 [ 276 ] {f9cb6b2f-6219-4f7f-b78e-7a06f57d46c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7437 2025.02.25 04:25:58.651331 [ 276 ] {f9cb6b2f-6219-4f7f-b78e-7a06f57d46c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7438 2025.02.25 04:25:58.652103 [ 276 ] {f9cb6b2f-6219-4f7f-b78e-7a06f57d46c0} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7439 2025.02.25 04:25:58.652153 [ 276 ] {f9cb6b2f-6219-4f7f-b78e-7a06f57d46c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7440 2025.02.25 04:25:58.652528 [ 276 ] {f9cb6b2f-6219-4f7f-b78e-7a06f57d46c0} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
7441 2025.02.25 04:25:58.652784 [ 276 ] {f9cb6b2f-6219-4f7f-b78e-7a06f57d46c0} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7442 2025.02.25 04:25:58.652999 [ 276 ] {f9cb6b2f-6219-4f7f-b78e-7a06f57d46c0} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001765 sec., 64022.66288951841 rows/sec., 4.14 MiB/sec.
7443 2025.02.25 04:25:58.653057 [ 276 ] {f9cb6b2f-6219-4f7f-b78e-7a06f57d46c0} <Debug> TCPHandler: Processed in 0.00198738 sec.
7444 2025.02.25 04:25:58.653217 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7445 2025.02.25 04:25:58.653336 [ 281 ] {56347e4f-3950-458f-995b-ade16de1076b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7446 2025.02.25 04:25:58.653388 [ 281 ] {56347e4f-3950-458f-995b-ade16de1076b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7447 2025.02.25 04:25:58.654038 [ 281 ] {56347e4f-3950-458f-995b-ade16de1076b} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7448 2025.02.25 04:25:58.654077 [ 281 ] {56347e4f-3950-458f-995b-ade16de1076b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7449 2025.02.25 04:25:58.654454 [ 281 ] {56347e4f-3950-458f-995b-ade16de1076b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
7450 2025.02.25 04:25:58.654704 [ 281 ] {56347e4f-3950-458f-995b-ade16de1076b} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7451 2025.02.25 04:25:58.654893 [ 85 ] {} <Debug> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
7452 2025.02.25 04:25:58.654927 [ 281 ] {56347e4f-3950-458f-995b-ade16de1076b} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001616 sec., 69306.93069306931 rows/sec., 3.95 MiB/sec.
7453 2025.02.25 04:25:58.654982 [ 85 ] {} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7454 2025.02.25 04:25:58.655059 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7455 2025.02.25 04:25:58.655065 [ 281 ] {56347e4f-3950-458f-995b-ade16de1076b} <Debug> TCPHandler: Processed in 0.001902168 sec.
7456 2025.02.25 04:25:58.655350 [ 191 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
7457 2025.02.25 04:25:58.655372 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7458 2025.02.25 04:25:58.655621 [ 191 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7459 2025.02.25 04:25:58.655669 [ 276 ] {a84f1120-1c68-4cd1-8748-15606f42e35b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7460 2025.02.25 04:25:58.655692 [ 191 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
7461 2025.02.25 04:25:58.655780 [ 276 ] {a84f1120-1c68-4cd1-8748-15606f42e35b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7462 2025.02.25 04:25:58.656135 [ 191 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
7463 2025.02.25 04:25:58.656440 [ 191 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
7464 2025.02.25 04:25:58.656800 [ 191 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
7465 2025.02.25 04:25:58.657117 [ 191 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
7466 2025.02.25 04:25:58.658354 [ 276 ] {a84f1120-1c68-4cd1-8748-15606f42e35b} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7467 2025.02.25 04:25:58.658404 [ 276 ] {a84f1120-1c68-4cd1-8748-15606f42e35b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7468 2025.02.25 04:25:58.658841 [ 200 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.003671824 sec., 152512.75660271297 rows/sec., 9.27 MiB/sec.
7469 2025.02.25 04:25:58.659061 [ 276 ] {a84f1120-1c68-4cd1-8748-15606f42e35b} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7470 2025.02.25 04:25:58.659084 [ 200 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
7471 2025.02.25 04:25:58.659529 [ 276 ] {a84f1120-1c68-4cd1-8748-15606f42e35b} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7472 2025.02.25 04:25:58.659607 [ 200 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_21_5} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7473 2025.02.25 04:25:58.659793 [ 200 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_21_5} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
7474 2025.02.25 04:25:58.660017 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
7475 2025.02.25 04:25:58.660028 [ 276 ] {a84f1120-1c68-4cd1-8748-15606f42e35b} <Debug> executeQuery: Read 387 rows, 27.99 KiB in 0.004425 sec., 87457.62711864407 rows/sec., 6.18 MiB/sec.
7476 2025.02.25 04:25:58.660279 [ 276 ] {a84f1120-1c68-4cd1-8748-15606f42e35b} <Debug> TCPHandler: Processed in 0.005084046 sec.
7477 2025.02.25 04:25:58.660586 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7478 2025.02.25 04:25:58.660817 [ 281 ] {df97872a-b76a-4e9b-bd79-f0dc690c9ec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7479 2025.02.25 04:25:58.660915 [ 281 ] {df97872a-b76a-4e9b-bd79-f0dc690c9ec4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7480 2025.02.25 04:25:58.661560 [ 281 ] {df97872a-b76a-4e9b-bd79-f0dc690c9ec4} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7481 2025.02.25 04:25:58.661601 [ 281 ] {df97872a-b76a-4e9b-bd79-f0dc690c9ec4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7482 2025.02.25 04:25:58.661986 [ 281 ] {df97872a-b76a-4e9b-bd79-f0dc690c9ec4} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
7483 2025.02.25 04:25:58.662236 [ 281 ] {df97872a-b76a-4e9b-bd79-f0dc690c9ec4} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7484 2025.02.25 04:25:58.662412 [ 85 ] {} <Debug> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
7485 2025.02.25 04:25:58.662474 [ 85 ] {} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7486 2025.02.25 04:25:58.662487 [ 281 ] {df97872a-b76a-4e9b-bd79-f0dc690c9ec4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001715 sec., 3498.542274052478 rows/sec., 182.79 KiB/sec.
7487 2025.02.25 04:25:58.662513 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7488 2025.02.25 04:25:58.662627 [ 281 ] {df97872a-b76a-4e9b-bd79-f0dc690c9ec4} <Debug> TCPHandler: Processed in 0.002219733 sec.
7489 2025.02.25 04:25:58.663068 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7490 2025.02.25 04:25:58.663283 [ 191 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
7491 2025.02.25 04:25:58.663476 [ 276 ] {4cb9afa7-34e5-44f9-8757-20c03f67acad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7492 2025.02.25 04:25:58.663553 [ 191 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7493 2025.02.25 04:25:58.663555 [ 276 ] {4cb9afa7-34e5-44f9-8757-20c03f67acad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7494 2025.02.25 04:25:58.663590 [ 191 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
7495 2025.02.25 04:25:58.663825 [ 191 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
7496 2025.02.25 04:25:58.664185 [ 191 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
7497 2025.02.25 04:25:58.664623 [ 191 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
7498 2025.02.25 04:25:58.665034 [ 191 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
7499 2025.02.25 04:25:58.665420 [ 191 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
7500 2025.02.25 04:25:58.666271 [ 276 ] {4cb9afa7-34e5-44f9-8757-20c03f67acad} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7501 2025.02.25 04:25:58.666314 [ 276 ] {4cb9afa7-34e5-44f9-8757-20c03f67acad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7502 2025.02.25 04:25:58.666927 [ 276 ] {4cb9afa7-34e5-44f9-8757-20c03f67acad} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7503 2025.02.25 04:25:58.667050 [ 200 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.004400675 sec., 28631.97123168605 rows/sec., 1.46 MiB/sec.
7504 2025.02.25 04:25:58.667234 [ 200 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
7505 2025.02.25 04:25:58.667380 [ 276 ] {4cb9afa7-34e5-44f9-8757-20c03f67acad} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7506 2025.02.25 04:25:58.667782 [ 276 ] {4cb9afa7-34e5-44f9-8757-20c03f67acad} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004416 sec., 53668.47826086957 rows/sec., 3.60 MiB/sec.
7507 2025.02.25 04:25:58.667831 [ 200 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_21_4} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7508 2025.02.25 04:25:58.667951 [ 276 ] {4cb9afa7-34e5-44f9-8757-20c03f67acad} <Debug> TCPHandler: Processed in 0.005194447 sec.
7509 2025.02.25 04:25:58.668027 [ 200 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_21_4} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
7510 2025.02.25 04:25:58.668153 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
7511 2025.02.25 04:25:58.668198 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7512 2025.02.25 04:25:58.668424 [ 281 ] {edd91cd6-5d17-4c39-94de-531aac75397f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7513 2025.02.25 04:25:58.668519 [ 281 ] {edd91cd6-5d17-4c39-94de-531aac75397f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7514 2025.02.25 04:25:58.669312 [ 281 ] {edd91cd6-5d17-4c39-94de-531aac75397f} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7515 2025.02.25 04:25:58.669352 [ 281 ] {edd91cd6-5d17-4c39-94de-531aac75397f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7516 2025.02.25 04:25:58.669727 [ 281 ] {edd91cd6-5d17-4c39-94de-531aac75397f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
7517 2025.02.25 04:25:58.669985 [ 281 ] {edd91cd6-5d17-4c39-94de-531aac75397f} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7518 2025.02.25 04:25:58.670142 [ 85 ] {} <Debug> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
7519 2025.02.25 04:25:58.670208 [ 85 ] {} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7520 2025.02.25 04:25:58.670239 [ 281 ] {edd91cd6-5d17-4c39-94de-531aac75397f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001864 sec., 536.480686695279 rows/sec., 36.15 KiB/sec.
7521 2025.02.25 04:25:58.670253 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7522 2025.02.25 04:25:58.670415 [ 281 ] {edd91cd6-5d17-4c39-94de-531aac75397f} <Debug> TCPHandler: Processed in 0.002358995 sec.
7523 2025.02.25 04:25:58.670750 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7524 2025.02.25 04:25:58.670847 [ 195 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::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
7525 2025.02.25 04:25:58.671058 [ 276 ] {99705af5-5173-4281-91c4-e93355535e9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7526 2025.02.25 04:25:58.671106 [ 195 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7527 2025.02.25 04:25:58.671162 [ 195 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 18 rows starting from the beginning of the part
7528 2025.02.25 04:25:58.671181 [ 276 ] {99705af5-5173-4281-91c4-e93355535e9c} <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
7529 2025.02.25 04:25:58.671421 [ 195 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part
7530 2025.02.25 04:25:58.671764 [ 195 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part
7531 2025.02.25 04:25:58.672139 [ 195 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part
7532 2025.02.25 04:25:58.672474 [ 195 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part
7533 2025.02.25 04:25:58.672786 [ 195 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part
7534 2025.02.25 04:25:58.674943 [ 195 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23 rows, containing 4 columns (4 merged, 0 gathered) in 0.004550897 sec., 5053.948705057486 rows/sec., 338.83 KiB/sec.
7535 2025.02.25 04:25:58.675081 [ 195 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
7536 2025.02.25 04:25:58.675151 [ 276 ] {99705af5-5173-4281-91c4-e93355535e9c} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7537 2025.02.25 04:25:58.675193 [ 276 ] {99705af5-5173-4281-91c4-e93355535e9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7538 2025.02.25 04:25:58.675478 [ 195 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_21_4} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7539 2025.02.25 04:25:58.675595 [ 195 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_21_4} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
7540 2025.02.25 04:25:58.675681 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7541 2025.02.25 04:25:58.675953 [ 276 ] {99705af5-5173-4281-91c4-e93355535e9c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
7542 2025.02.25 04:25:58.676213 [ 276 ] {99705af5-5173-4281-91c4-e93355535e9c} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7543 2025.02.25 04:25:58.676463 [ 276 ] {99705af5-5173-4281-91c4-e93355535e9c} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.005461 sec., 915.5832265152903 rows/sec., 1.64 MiB/sec.
7544 2025.02.25 04:25:58.676574 [ 276 ] {99705af5-5173-4281-91c4-e93355535e9c} <Debug> TCPHandler: Processed in 0.006039979 sec.
7545 2025.02.25 04:25:58.676732 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7546 2025.02.25 04:25:58.676873 [ 281 ] {896b08c3-1d54-48a2-958d-7346c4b90eff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7547 2025.02.25 04:25:58.676934 [ 281 ] {896b08c3-1d54-48a2-958d-7346c4b90eff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7548 2025.02.25 04:25:58.677475 [ 281 ] {896b08c3-1d54-48a2-958d-7346c4b90eff} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7549 2025.02.25 04:25:58.677515 [ 281 ] {896b08c3-1d54-48a2-958d-7346c4b90eff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7550 2025.02.25 04:25:58.677911 [ 281 ] {896b08c3-1d54-48a2-958d-7346c4b90eff} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7551 2025.02.25 04:25:58.678154 [ 281 ] {896b08c3-1d54-48a2-958d-7346c4b90eff} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7552 2025.02.25 04:25:58.678374 [ 281 ] {896b08c3-1d54-48a2-958d-7346c4b90eff} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001532 sec., 53524.804177545695 rows/sec., 3.40 MiB/sec.
7553 2025.02.25 04:25:58.678429 [ 281 ] {896b08c3-1d54-48a2-958d-7346c4b90eff} <Debug> TCPHandler: Processed in 0.001767476 sec.
7554 2025.02.25 04:25:59.628480 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache
7555 2025.02.25 04:25:59.628566 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache
7556 2025.02.25 04:25:59.755825 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531
7557 2025.02.25 04:25:59.756449 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7558 2025.02.25 04:25:59.756492 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7559 2025.02.25 04:25:59.757021 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7560 2025.02.25 04:25:59.757281 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7561 2025.02.25 04:25:59.757443 [ 84 ] {} <Debug> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7562 2025.02.25 04:25:59.757486 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531
7563 2025.02.25 04:25:59.757501 [ 84 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7564 2025.02.25 04:25:59.757529 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7565 2025.02.25 04:25:59.757677 [ 186 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
7566 2025.02.25 04:25:59.757840 [ 186 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7567 2025.02.25 04:25:59.757885 [ 186 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
7568 2025.02.25 04:25:59.757968 [ 186 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
7569 2025.02.25 04:25:59.758199 [ 186 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
7570 2025.02.25 04:25:59.758407 [ 186 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
7571 2025.02.25 04:25:59.758622 [ 186 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
7572 2025.02.25 04:25:59.758802 [ 186 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
7573 2025.02.25 04:25:59.761497 [ 189 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003887128 sec., 4252754.218538726 rows/sec., 60.84 MiB/sec.
7574 2025.02.25 04:25:59.761648 [ 194 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7575 2025.02.25 04:25:59.761955 [ 194 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_36_7} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7576 2025.02.25 04:25:59.762042 [ 194 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_36_7} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7577 2025.02.25 04:25:59.762139 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB.
7578 2025.02.25 04:25:59.841048 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1082
7579 2025.02.25 04:25:59.844308 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7580 2025.02.25 04:25:59.844357 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7581 2025.02.25 04:25:59.845832 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7582 2025.02.25 04:25:59.846147 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7583 2025.02.25 04:25:59.846392 [ 84 ] {} <Debug> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
7584 2025.02.25 04:25:59.846510 [ 84 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7585 2025.02.25 04:25:59.846576 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7586 2025.02.25 04:25:59.846902 [ 186 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::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
7587 2025.02.25 04:25:59.847271 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1082
7588 2025.02.25 04:25:59.847664 [ 186 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7589 2025.02.25 04:25:59.847791 [ 186 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 886 rows starting from the beginning of the part
7590 2025.02.25 04:25:59.848371 [ 186 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::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
7591 2025.02.25 04:25:59.849059 [ 186 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 46 rows starting from the beginning of the part
7592 2025.02.25 04:25:59.849695 [ 186 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 36 rows starting from the beginning of the part
7593 2025.02.25 04:25:59.850249 [ 186 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::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
7594 2025.02.25 04:25:59.850840 [ 186 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 46 rows starting from the beginning of the part
7595 2025.02.25 04:25:59.858847 [ 193 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1082 rows, containing 72 columns (72 merged, 0 gathered) in 0.01212429 sec., 89242.33913903413 rows/sec., 71.64 MiB/sec.
7596 2025.02.25 04:25:59.860478 [ 193 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
7597 2025.02.25 04:25:59.861347 [ 193 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_26_5} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7598 2025.02.25 04:25:59.861458 [ 193 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_26_5} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
7599 2025.02.25 04:25:59.861848 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.47 MiB.
7600 2025.02.25 04:26:00.908806 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272
7601 2025.02.25 04:26:00.930009 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7602 2025.02.25 04:26:00.930057 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7603 2025.02.25 04:26:00.937297 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7604 2025.02.25 04:26:00.938066 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7605 2025.02.25 04:26:00.938504 [ 82 ] {} <Debug> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7606 2025.02.25 04:26:00.938709 [ 82 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7607 2025.02.25 04:26:00.938810 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7608 2025.02.25 04:26:00.939380 [ 192 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
7609 2025.02.25 04:26:00.953064 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272
7610 2025.02.25 04:26:00.954804 [ 192 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7611 2025.02.25 04:26:00.956455 [ 192 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
7612 2025.02.25 04:26:00.962292 [ 192 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
7613 2025.02.25 04:26:00.968263 [ 192 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
7614 2025.02.25 04:26:00.973911 [ 192 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
7615 2025.02.25 04:26:00.979957 [ 192 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
7616 2025.02.25 04:26:00.984575 [ 192 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
7617 2025.02.25 04:26:01.000163 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.81 MiB, peak 219.81 MiB, free memory in arenas 0.00 B, will set to 209.59 MiB (RSS), difference: -10.22 MiB
7618 2025.02.25 04:26:01.043557 [ 193 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.104531179 sec., 2602.094443036943 rows/sec., 13.45 MiB/sec.
7619 2025.02.25 04:26:01.046828 [ 193 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7620 2025.02.25 04:26:01.049916 [ 193 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_36_7} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7621 2025.02.25 04:26:01.050053 [ 193 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_36_7} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7622 2025.02.25 04:26:01.052665 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB.
7623 2025.02.25 04:26:02.000154 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.17 MiB, peak 219.81 MiB, free memory in arenas 0.00 B, will set to 211.04 MiB (RSS), difference: 10.86 MiB
7624 2025.02.25 04:26:03.635754 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7625 2025.02.25 04:26:03.635950 [ 281 ] {7d4058b8-0334-4fa1-85fc-3dc2be3391b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7626 2025.02.25 04:26:03.636026 [ 281 ] {7d4058b8-0334-4fa1-85fc-3dc2be3391b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7627 2025.02.25 04:26:03.636877 [ 281 ] {7d4058b8-0334-4fa1-85fc-3dc2be3391b0} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7628 2025.02.25 04:26:03.636931 [ 281 ] {7d4058b8-0334-4fa1-85fc-3dc2be3391b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7629 2025.02.25 04:26:03.637403 [ 281 ] {7d4058b8-0334-4fa1-85fc-3dc2be3391b0} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7630 2025.02.25 04:26:03.637664 [ 281 ] {7d4058b8-0334-4fa1-85fc-3dc2be3391b0} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7631 2025.02.25 04:26:03.637930 [ 281 ] {7d4058b8-0334-4fa1-85fc-3dc2be3391b0} <Debug> executeQuery: Read 126 rows, 11.02 KiB in 0.002021 sec., 62345.37357743692 rows/sec., 5.33 MiB/sec.
7632 2025.02.25 04:26:03.638063 [ 281 ] {7d4058b8-0334-4fa1-85fc-3dc2be3391b0} <Debug> TCPHandler: Processed in 0.002438696 sec.
7633 2025.02.25 04:26:03.638374 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7634 2025.02.25 04:26:03.638592 [ 276 ] {af9567eb-f631-45b6-aa6f-f9946c68fa8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7635 2025.02.25 04:26:03.638676 [ 276 ] {af9567eb-f631-45b6-aa6f-f9946c68fa8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7636 2025.02.25 04:26:03.639524 [ 276 ] {af9567eb-f631-45b6-aa6f-f9946c68fa8a} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7637 2025.02.25 04:26:03.639577 [ 276 ] {af9567eb-f631-45b6-aa6f-f9946c68fa8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7638 2025.02.25 04:26:03.640054 [ 276 ] {af9567eb-f631-45b6-aa6f-f9946c68fa8a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
7639 2025.02.25 04:26:03.640320 [ 276 ] {af9567eb-f631-45b6-aa6f-f9946c68fa8a} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7640 2025.02.25 04:26:03.640595 [ 276 ] {af9567eb-f631-45b6-aa6f-f9946c68fa8a} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.002058 sec., 17006.802721088436 rows/sec., 1.25 MiB/sec.
7641 2025.02.25 04:26:03.640745 [ 276 ] {af9567eb-f631-45b6-aa6f-f9946c68fa8a} <Debug> TCPHandler: Processed in 0.002544908 sec.
7642 2025.02.25 04:26:03.640965 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7643 2025.02.25 04:26:03.641112 [ 281 ] {76a5b350-7a9a-4f90-b42c-31f42af14458} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7644 2025.02.25 04:26:03.641175 [ 281 ] {76a5b350-7a9a-4f90-b42c-31f42af14458} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7645 2025.02.25 04:26:03.641825 [ 281 ] {76a5b350-7a9a-4f90-b42c-31f42af14458} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7646 2025.02.25 04:26:03.641867 [ 281 ] {76a5b350-7a9a-4f90-b42c-31f42af14458} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7647 2025.02.25 04:26:03.642272 [ 281 ] {76a5b350-7a9a-4f90-b42c-31f42af14458} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7648 2025.02.25 04:26:03.642523 [ 281 ] {76a5b350-7a9a-4f90-b42c-31f42af14458} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7649 2025.02.25 04:26:03.642742 [ 281 ] {76a5b350-7a9a-4f90-b42c-31f42af14458} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001664 sec., 59495.19230769231 rows/sec., 4.65 MiB/sec.
7650 2025.02.25 04:26:03.642799 [ 281 ] {76a5b350-7a9a-4f90-b42c-31f42af14458} <Debug> TCPHandler: Processed in 0.001944849 sec.
7651 2025.02.25 04:26:03.642960 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7652 2025.02.25 04:26:03.643108 [ 276 ] {e6055d65-a3b7-4562-bc29-218fbc673562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7653 2025.02.25 04:26:03.643175 [ 276 ] {e6055d65-a3b7-4562-bc29-218fbc673562} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7654 2025.02.25 04:26:03.643811 [ 276 ] {e6055d65-a3b7-4562-bc29-218fbc673562} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7655 2025.02.25 04:26:03.643854 [ 276 ] {e6055d65-a3b7-4562-bc29-218fbc673562} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7656 2025.02.25 04:26:03.644273 [ 276 ] {e6055d65-a3b7-4562-bc29-218fbc673562} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7657 2025.02.25 04:26:03.644527 [ 276 ] {e6055d65-a3b7-4562-bc29-218fbc673562} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7658 2025.02.25 04:26:03.644720 [ 276 ] {e6055d65-a3b7-4562-bc29-218fbc673562} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001648 sec., 97087.3786407767 rows/sec., 6.76 MiB/sec.
7659 2025.02.25 04:26:03.644779 [ 276 ] {e6055d65-a3b7-4562-bc29-218fbc673562} <Debug> TCPHandler: Processed in 0.001892038 sec.
7660 2025.02.25 04:26:03.645009 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7661 2025.02.25 04:26:03.645240 [ 281 ] {d2a152ae-78b4-4acf-8369-8a370b876a72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7662 2025.02.25 04:26:03.645384 [ 281 ] {d2a152ae-78b4-4acf-8369-8a370b876a72} <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
7663 2025.02.25 04:26:03.646611 [ 281 ] {d2a152ae-78b4-4acf-8369-8a370b876a72} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7664 2025.02.25 04:26:03.646717 [ 281 ] {d2a152ae-78b4-4acf-8369-8a370b876a72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7665 2025.02.25 04:26:03.647426 [ 281 ] {d2a152ae-78b4-4acf-8369-8a370b876a72} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
7666 2025.02.25 04:26:03.647703 [ 281 ] {d2a152ae-78b4-4acf-8369-8a370b876a72} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7667 2025.02.25 04:26:03.647977 [ 281 ] {d2a152ae-78b4-4acf-8369-8a370b876a72} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002794 sec., 12526.843235504653 rows/sec., 22.45 MiB/sec.
7668 2025.02.25 04:26:03.648093 [ 281 ] {d2a152ae-78b4-4acf-8369-8a370b876a72} <Debug> TCPHandler: Processed in 0.003193087 sec.
7669 2025.02.25 04:26:03.648266 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7670 2025.02.25 04:26:03.648409 [ 276 ] {fbd117b4-75bf-43e3-938c-a8116337fd6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7671 2025.02.25 04:26:03.648471 [ 276 ] {fbd117b4-75bf-43e3-938c-a8116337fd6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7672 2025.02.25 04:26:03.649079 [ 276 ] {fbd117b4-75bf-43e3-938c-a8116337fd6f} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7673 2025.02.25 04:26:03.649125 [ 276 ] {fbd117b4-75bf-43e3-938c-a8116337fd6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7674 2025.02.25 04:26:03.649557 [ 276 ] {fbd117b4-75bf-43e3-938c-a8116337fd6f} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7675 2025.02.25 04:26:03.649804 [ 276 ] {fbd117b4-75bf-43e3-938c-a8116337fd6f} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7676 2025.02.25 04:26:03.649986 [ 276 ] {fbd117b4-75bf-43e3-938c-a8116337fd6f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001611 sec., 37243.947858472995 rows/sec., 2.51 MiB/sec.
7677 2025.02.25 04:26:03.650039 [ 276 ] {fbd117b4-75bf-43e3-938c-a8116337fd6f} <Debug> TCPHandler: Processed in 0.001841107 sec.
7678 2025.02.25 04:26:07.257704 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019
7679 2025.02.25 04:26:07.258477 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7680 2025.02.25 04:26:07.258536 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7681 2025.02.25 04:26:07.259193 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7682 2025.02.25 04:26:07.259459 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7683 2025.02.25 04:26:07.259706 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019
7684 2025.02.25 04:26:08.453249 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279
7685 2025.02.25 04:26:08.472420 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7686 2025.02.25 04:26:08.472483 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7687 2025.02.25 04:26:08.479370 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7688 2025.02.25 04:26:08.480134 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7689 2025.02.25 04:26:08.482778 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279
7690 2025.02.25 04:26:08.640285 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7691 2025.02.25 04:26:08.640593 [ 281 ] {38d5f9e6-798e-4911-8843-2eee01e1dfc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7692 2025.02.25 04:26:08.640679 [ 281 ] {38d5f9e6-798e-4911-8843-2eee01e1dfc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7693 2025.02.25 04:26:08.641563 [ 281 ] {38d5f9e6-798e-4911-8843-2eee01e1dfc8} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7694 2025.02.25 04:26:08.641609 [ 281 ] {38d5f9e6-798e-4911-8843-2eee01e1dfc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7695 2025.02.25 04:26:08.642247 [ 281 ] {38d5f9e6-798e-4911-8843-2eee01e1dfc8} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7696 2025.02.25 04:26:08.642527 [ 281 ] {38d5f9e6-798e-4911-8843-2eee01e1dfc8} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7697 2025.02.25 04:26:08.642730 [ 281 ] {38d5f9e6-798e-4911-8843-2eee01e1dfc8} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002223 sec., 95366.62168241115 rows/sec., 6.07 MiB/sec.
7698 2025.02.25 04:26:08.642797 [ 281 ] {38d5f9e6-798e-4911-8843-2eee01e1dfc8} <Debug> TCPHandler: Processed in 0.002703081 sec.
7699 2025.02.25 04:26:08.643066 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7700 2025.02.25 04:26:08.643276 [ 276 ] {0a878e8a-753f-4e31-a381-5bcc39733fd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7701 2025.02.25 04:26:08.643358 [ 276 ] {0a878e8a-753f-4e31-a381-5bcc39733fd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7702 2025.02.25 04:26:08.644449 [ 276 ] {0a878e8a-753f-4e31-a381-5bcc39733fd8} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7703 2025.02.25 04:26:08.644503 [ 276 ] {0a878e8a-753f-4e31-a381-5bcc39733fd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7704 2025.02.25 04:26:08.645008 [ 276 ] {0a878e8a-753f-4e31-a381-5bcc39733fd8} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7705 2025.02.25 04:26:08.645274 [ 276 ] {0a878e8a-753f-4e31-a381-5bcc39733fd8} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7706 2025.02.25 04:26:08.645553 [ 276 ] {0a878e8a-753f-4e31-a381-5bcc39733fd8} <Debug> executeQuery: Read 627 rows, 50.33 KiB in 0.002328 sec., 269329.89690721646 rows/sec., 21.11 MiB/sec.
7707 2025.02.25 04:26:08.645744 [ 276 ] {0a878e8a-753f-4e31-a381-5bcc39733fd8} <Debug> TCPHandler: Processed in 0.002813992 sec.
7708 2025.02.25 04:26:08.645987 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7709 2025.02.25 04:26:08.646146 [ 281 ] {0cdccb63-01fb-4004-9de1-5fe90e5a017c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7710 2025.02.25 04:26:08.646209 [ 281 ] {0cdccb63-01fb-4004-9de1-5fe90e5a017c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7711 2025.02.25 04:26:08.646920 [ 281 ] {0cdccb63-01fb-4004-9de1-5fe90e5a017c} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7712 2025.02.25 04:26:08.646961 [ 281 ] {0cdccb63-01fb-4004-9de1-5fe90e5a017c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7713 2025.02.25 04:26:08.647350 [ 281 ] {0cdccb63-01fb-4004-9de1-5fe90e5a017c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
7714 2025.02.25 04:26:08.647597 [ 281 ] {0cdccb63-01fb-4004-9de1-5fe90e5a017c} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7715 2025.02.25 04:26:08.647799 [ 281 ] {0cdccb63-01fb-4004-9de1-5fe90e5a017c} <Debug> executeQuery: Read 111 rows, 6.76 KiB in 0.001687 sec., 65797.27326615294 rows/sec., 3.91 MiB/sec.
7716 2025.02.25 04:26:08.647877 [ 281 ] {0cdccb63-01fb-4004-9de1-5fe90e5a017c} <Debug> TCPHandler: Processed in 0.00200106 sec.
7717 2025.02.25 04:26:08.648129 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7718 2025.02.25 04:26:08.648298 [ 276 ] {9ff67517-e9e7-4a93-bd1c-f625295ddfe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7719 2025.02.25 04:26:08.648361 [ 276 ] {9ff67517-e9e7-4a93-bd1c-f625295ddfe9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7720 2025.02.25 04:26:08.649029 [ 276 ] {9ff67517-e9e7-4a93-bd1c-f625295ddfe9} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7721 2025.02.25 04:26:08.649073 [ 276 ] {9ff67517-e9e7-4a93-bd1c-f625295ddfe9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7722 2025.02.25 04:26:08.649456 [ 276 ] {9ff67517-e9e7-4a93-bd1c-f625295ddfe9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
7723 2025.02.25 04:26:08.649700 [ 276 ] {9ff67517-e9e7-4a93-bd1c-f625295ddfe9} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7724 2025.02.25 04:26:08.649961 [ 276 ] {9ff67517-e9e7-4a93-bd1c-f625295ddfe9} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001698 sec., 66548.88103651354 rows/sec., 4.31 MiB/sec.
7725 2025.02.25 04:26:08.650170 [ 276 ] {9ff67517-e9e7-4a93-bd1c-f625295ddfe9} <Debug> TCPHandler: Processed in 0.002163993 sec.
7726 2025.02.25 04:26:08.650368 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7727 2025.02.25 04:26:08.650507 [ 281 ] {7442f0b6-81da-42ab-a059-d463f5c8e616} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7728 2025.02.25 04:26:08.650567 [ 281 ] {7442f0b6-81da-42ab-a059-d463f5c8e616} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7729 2025.02.25 04:26:08.651299 [ 281 ] {7442f0b6-81da-42ab-a059-d463f5c8e616} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7730 2025.02.25 04:26:08.651346 [ 281 ] {7442f0b6-81da-42ab-a059-d463f5c8e616} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7731 2025.02.25 04:26:08.651763 [ 281 ] {7442f0b6-81da-42ab-a059-d463f5c8e616} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7732 2025.02.25 04:26:08.652017 [ 281 ] {7442f0b6-81da-42ab-a059-d463f5c8e616} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7733 2025.02.25 04:26:08.652345 [ 281 ] {7442f0b6-81da-42ab-a059-d463f5c8e616} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00186 sec., 60215.053763440854 rows/sec., 3.43 MiB/sec.
7734 2025.02.25 04:26:08.652489 [ 281 ] {7442f0b6-81da-42ab-a059-d463f5c8e616} <Debug> TCPHandler: Processed in 0.002208883 sec.
7735 2025.02.25 04:26:08.652740 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7736 2025.02.25 04:26:08.652896 [ 276 ] {c645e20e-ff81-466f-9454-9af527fc3223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7737 2025.02.25 04:26:08.652953 [ 276 ] {c645e20e-ff81-466f-9454-9af527fc3223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7738 2025.02.25 04:26:08.653783 [ 276 ] {c645e20e-ff81-466f-9454-9af527fc3223} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7739 2025.02.25 04:26:08.653821 [ 276 ] {c645e20e-ff81-466f-9454-9af527fc3223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7740 2025.02.25 04:26:08.654211 [ 276 ] {c645e20e-ff81-466f-9454-9af527fc3223} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7741 2025.02.25 04:26:08.654487 [ 276 ] {c645e20e-ff81-466f-9454-9af527fc3223} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7742 2025.02.25 04:26:08.654707 [ 276 ] {c645e20e-ff81-466f-9454-9af527fc3223} <Debug> executeQuery: Read 387 rows, 27.99 KiB in 0.001842 sec., 210097.71986970684 rows/sec., 14.84 MiB/sec.
7743 2025.02.25 04:26:08.654762 [ 276 ] {c645e20e-ff81-466f-9454-9af527fc3223} <Debug> TCPHandler: Processed in 0.002152292 sec.
7744 2025.02.25 04:26:08.654973 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7745 2025.02.25 04:26:08.655198 [ 281 ] {c16e7ce6-9e05-4d9b-9d61-04aba3fc0bab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7746 2025.02.25 04:26:08.655295 [ 281 ] {c16e7ce6-9e05-4d9b-9d61-04aba3fc0bab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7747 2025.02.25 04:26:08.655937 [ 281 ] {c16e7ce6-9e05-4d9b-9d61-04aba3fc0bab} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7748 2025.02.25 04:26:08.655978 [ 281 ] {c16e7ce6-9e05-4d9b-9d61-04aba3fc0bab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7749 2025.02.25 04:26:08.656366 [ 281 ] {c16e7ce6-9e05-4d9b-9d61-04aba3fc0bab} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7750 2025.02.25 04:26:08.656620 [ 281 ] {c16e7ce6-9e05-4d9b-9d61-04aba3fc0bab} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7751 2025.02.25 04:26:08.656883 [ 281 ] {c16e7ce6-9e05-4d9b-9d61-04aba3fc0bab} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001735 sec., 3458.21325648415 rows/sec., 180.68 KiB/sec.
7752 2025.02.25 04:26:08.657069 [ 281 ] {c16e7ce6-9e05-4d9b-9d61-04aba3fc0bab} <Debug> TCPHandler: Processed in 0.002206593 sec.
7753 2025.02.25 04:26:08.657259 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7754 2025.02.25 04:26:08.657396 [ 276 ] {0b05441a-abc7-4c49-837c-1f496bde41d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7755 2025.02.25 04:26:08.657459 [ 276 ] {0b05441a-abc7-4c49-837c-1f496bde41d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7756 2025.02.25 04:26:08.658031 [ 276 ] {0b05441a-abc7-4c49-837c-1f496bde41d3} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7757 2025.02.25 04:26:08.658070 [ 276 ] {0b05441a-abc7-4c49-837c-1f496bde41d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7758 2025.02.25 04:26:08.658477 [ 276 ] {0b05441a-abc7-4c49-837c-1f496bde41d3} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7759 2025.02.25 04:26:08.658730 [ 276 ] {0b05441a-abc7-4c49-837c-1f496bde41d3} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7760 2025.02.25 04:26:08.658959 [ 276 ] {0b05441a-abc7-4c49-837c-1f496bde41d3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001593 sec., 148775.8945386064 rows/sec., 9.97 MiB/sec.
7761 2025.02.25 04:26:08.659012 [ 276 ] {0b05441a-abc7-4c49-837c-1f496bde41d3} <Debug> TCPHandler: Processed in 0.001838897 sec.
7762 2025.02.25 04:26:08.659229 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7763 2025.02.25 04:26:08.659454 [ 281 ] {e5189884-f8bd-4f29-8210-da9bfacb6a36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7764 2025.02.25 04:26:08.659548 [ 281 ] {e5189884-f8bd-4f29-8210-da9bfacb6a36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7765 2025.02.25 04:26:08.660051 [ 281 ] {e5189884-f8bd-4f29-8210-da9bfacb6a36} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7766 2025.02.25 04:26:08.660090 [ 281 ] {e5189884-f8bd-4f29-8210-da9bfacb6a36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7767 2025.02.25 04:26:08.660467 [ 281 ] {e5189884-f8bd-4f29-8210-da9bfacb6a36} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7768 2025.02.25 04:26:08.660716 [ 281 ] {e5189884-f8bd-4f29-8210-da9bfacb6a36} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7769 2025.02.25 04:26:08.660922 [ 281 ] {e5189884-f8bd-4f29-8210-da9bfacb6a36} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001524 sec., 656.1679790026246 rows/sec., 44.21 KiB/sec.
7770 2025.02.25 04:26:08.660975 [ 281 ] {e5189884-f8bd-4f29-8210-da9bfacb6a36} <Debug> TCPHandler: Processed in 0.001860528 sec.
7771 2025.02.25 04:26:08.661133 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7772 2025.02.25 04:26:08.661273 [ 276 ] {102a2617-5528-472a-9ed2-33733600c14a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7773 2025.02.25 04:26:08.661365 [ 276 ] {102a2617-5528-472a-9ed2-33733600c14a} <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
7774 2025.02.25 04:26:08.662468 [ 276 ] {102a2617-5528-472a-9ed2-33733600c14a} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7775 2025.02.25 04:26:08.662508 [ 276 ] {102a2617-5528-472a-9ed2-33733600c14a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7776 2025.02.25 04:26:08.663125 [ 276 ] {102a2617-5528-472a-9ed2-33733600c14a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
7777 2025.02.25 04:26:08.663389 [ 276 ] {102a2617-5528-472a-9ed2-33733600c14a} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7778 2025.02.25 04:26:08.663581 [ 73 ] {} <Debug> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
7779 2025.02.25 04:26:08.663672 [ 276 ] {102a2617-5528-472a-9ed2-33733600c14a} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002423 sec., 2063.557573256294 rows/sec., 3.70 MiB/sec.
7780 2025.02.25 04:26:08.663678 [ 73 ] {} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7781 2025.02.25 04:26:08.663754 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7782 2025.02.25 04:26:08.664081 [ 276 ] {102a2617-5528-472a-9ed2-33733600c14a} <Debug> TCPHandler: Processed in 0.003014945 sec.
7783 2025.02.25 04:26:08.664116 [ 201 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::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
7784 2025.02.25 04:26:08.664361 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7785 2025.02.25 04:26:08.664749 [ 281 ] {4ff880bd-3d4d-492d-8c45-2288bd346ff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7786 2025.02.25 04:26:08.664753 [ 201 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7787 2025.02.25 04:26:08.664868 [ 281 ] {4ff880bd-3d4d-492d-8c45-2288bd346ff0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7788 2025.02.25 04:26:08.664946 [ 201 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 814 rows starting from the beginning of the part
7789 2025.02.25 04:26:08.665902 [ 201 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 5 rows starting from the beginning of the part
7790 2025.02.25 04:26:08.666564 [ 201 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 35 rows starting from the beginning of the part
7791 2025.02.25 04:26:08.667380 [ 201 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 5 rows starting from the beginning of the part
7792 2025.02.25 04:26:08.667413 [ 281 ] {4ff880bd-3d4d-492d-8c45-2288bd346ff0} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7793 2025.02.25 04:26:08.667502 [ 281 ] {4ff880bd-3d4d-492d-8c45-2288bd346ff0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7794 2025.02.25 04:26:08.668009 [ 201 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 35 rows starting from the beginning of the part
7795 2025.02.25 04:26:08.668636 [ 201 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 5 rows starting from the beginning of the part
7796 2025.02.25 04:26:08.669220 [ 281 ] {4ff880bd-3d4d-492d-8c45-2288bd346ff0} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7797 2025.02.25 04:26:08.669851 [ 281 ] {4ff880bd-3d4d-492d-8c45-2288bd346ff0} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7798 2025.02.25 04:26:08.670415 [ 281 ] {4ff880bd-3d4d-492d-8c45-2288bd346ff0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005736 sec., 14295.676429567644 rows/sec., 929.74 KiB/sec.
7799 2025.02.25 04:26:08.670820 [ 281 ] {4ff880bd-3d4d-492d-8c45-2288bd346ff0} <Debug> TCPHandler: Processed in 0.006611758 sec.
7800 2025.02.25 04:26:08.676882 [ 199 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 899 rows, containing 19 columns (19 merged, 0 gathered) in 0.012986723 sec., 69224.54571488127 rows/sec., 124.05 MiB/sec.
7801 2025.02.25 04:26:08.677958 [ 196 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
7802 2025.02.25 04:26:08.678444 [ 196 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7803 2025.02.25 04:26:08.678539 [ 196 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
7804 2025.02.25 04:26:08.678734 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.67 MiB.
7805 2025.02.25 04:26:09.000157 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 212.42 MiB, peak 220.03 MiB, free memory in arenas 0.00 B, will set to 213.91 MiB (RSS), difference: 1.49 MiB
7806 2025.02.25 04:26:09.847637 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1116
7807 2025.02.25 04:26:09.850972 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7808 2025.02.25 04:26:09.851029 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7809 2025.02.25 04:26:09.852548 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7810 2025.02.25 04:26:09.852873 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7811 2025.02.25 04:26:09.853544 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1116
7812 2025.02.25 04:26:13.635701 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7813 2025.02.25 04:26:13.635942 [ 281 ] {813d40ed-3583-4b1d-a339-f6f32d5b5323} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7814 2025.02.25 04:26:13.636029 [ 281 ] {813d40ed-3583-4b1d-a339-f6f32d5b5323} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7815 2025.02.25 04:26:13.636977 [ 281 ] {813d40ed-3583-4b1d-a339-f6f32d5b5323} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7816 2025.02.25 04:26:13.637032 [ 281 ] {813d40ed-3583-4b1d-a339-f6f32d5b5323} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7817 2025.02.25 04:26:13.637512 [ 281 ] {813d40ed-3583-4b1d-a339-f6f32d5b5323} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7818 2025.02.25 04:26:13.637788 [ 281 ] {813d40ed-3583-4b1d-a339-f6f32d5b5323} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7819 2025.02.25 04:26:13.638015 [ 69 ] {} <Debug> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
7820 2025.02.25 04:26:13.638081 [ 281 ] {813d40ed-3583-4b1d-a339-f6f32d5b5323} <Debug> executeQuery: Read 126 rows, 11.02 KiB in 0.002199 sec., 57298.7721691678 rows/sec., 4.90 MiB/sec.
7821 2025.02.25 04:26:13.638114 [ 69 ] {} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7822 2025.02.25 04:26:13.638189 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7823 2025.02.25 04:26:13.638225 [ 281 ] {813d40ed-3583-4b1d-a339-f6f32d5b5323} <Debug> TCPHandler: Processed in 0.002666289 sec.
7824 2025.02.25 04:26:13.638442 [ 199 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::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
7825 2025.02.25 04:26:13.638512 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7826 2025.02.25 04:26:13.638634 [ 199 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7827 2025.02.25 04:26:13.638686 [ 199 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1848 rows starting from the beginning of the part
7828 2025.02.25 04:26:13.638731 [ 276 ] {e9ce7506-327e-4db9-b09e-dbf292b5d658} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7829 2025.02.25 04:26:13.638820 [ 199 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 56 rows starting from the beginning of the part
7830 2025.02.25 04:26:13.638874 [ 276 ] {e9ce7506-327e-4db9-b09e-dbf292b5d658} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7831 2025.02.25 04:26:13.639290 [ 199 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 627 rows starting from the beginning of the part
7832 2025.02.25 04:26:13.639687 [ 199 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 126 rows starting from the beginning of the part
7833 2025.02.25 04:26:13.640029 [ 199 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 627 rows starting from the beginning of the part
7834 2025.02.25 04:26:13.640402 [ 199 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 126 rows starting from the beginning of the part
7835 2025.02.25 04:26:13.641440 [ 276 ] {e9ce7506-327e-4db9-b09e-dbf292b5d658} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7836 2025.02.25 04:26:13.641494 [ 276 ] {e9ce7506-327e-4db9-b09e-dbf292b5d658} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7837 2025.02.25 04:26:13.642118 [ 276 ] {e9ce7506-327e-4db9-b09e-dbf292b5d658} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7838 2025.02.25 04:26:13.642406 [ 276 ] {e9ce7506-327e-4db9-b09e-dbf292b5d658} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7839 2025.02.25 04:26:13.642717 [ 276 ] {e9ce7506-327e-4db9-b09e-dbf292b5d658} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.00404 sec., 8663.366336633662 rows/sec., 651.44 KiB/sec.
7840 2025.02.25 04:26:13.642887 [ 276 ] {e9ce7506-327e-4db9-b09e-dbf292b5d658} <Debug> TCPHandler: Processed in 0.004519967 sec.
7841 2025.02.25 04:26:13.642903 [ 199 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3410 rows, containing 5 columns (5 merged, 0 gathered) in 0.004599378 sec., 741404.5986218136 rows/sec., 62.49 MiB/sec.
7842 2025.02.25 04:26:13.643133 [ 199 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
7843 2025.02.25 04:26:13.643163 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7844 2025.02.25 04:26:13.643501 [ 281 ] {05df2a8f-a743-4bc1-80f9-9f659483f10e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7845 2025.02.25 04:26:13.643547 [ 199 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_61_12} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7846 2025.02.25 04:26:13.643658 [ 281 ] {05df2a8f-a743-4bc1-80f9-9f659483f10e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7847 2025.02.25 04:26:13.643723 [ 199 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_61_12} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
7848 2025.02.25 04:26:13.643919 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
7849 2025.02.25 04:26:13.644519 [ 281 ] {05df2a8f-a743-4bc1-80f9-9f659483f10e} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7850 2025.02.25 04:26:13.644566 [ 281 ] {05df2a8f-a743-4bc1-80f9-9f659483f10e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7851 2025.02.25 04:26:13.644967 [ 281 ] {05df2a8f-a743-4bc1-80f9-9f659483f10e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7852 2025.02.25 04:26:13.645230 [ 281 ] {05df2a8f-a743-4bc1-80f9-9f659483f10e} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7853 2025.02.25 04:26:13.645398 [ 69 ] {} <Debug> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
7854 2025.02.25 04:26:13.645464 [ 69 ] {} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7855 2025.02.25 04:26:13.645484 [ 281 ] {05df2a8f-a743-4bc1-80f9-9f659483f10e} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.002091 sec., 47345.76757532281 rows/sec., 3.70 MiB/sec.
7856 2025.02.25 04:26:13.645504 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7857 2025.02.25 04:26:13.645683 [ 281 ] {05df2a8f-a743-4bc1-80f9-9f659483f10e} <Debug> TCPHandler: Processed in 0.002649759 sec.
7858 2025.02.25 04:26:13.645779 [ 196 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::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
7859 2025.02.25 04:26:13.645878 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7860 2025.02.25 04:26:13.645970 [ 196 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7861 2025.02.25 04:26:13.646048 [ 196 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 914 rows starting from the beginning of the part
7862 2025.02.25 04:26:13.646115 [ 276 ] {3c55cfc2-6f49-47e5-847c-9674f1411b26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7863 2025.02.25 04:26:13.646305 [ 196 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part
7864 2025.02.25 04:26:13.646326 [ 276 ] {3c55cfc2-6f49-47e5-847c-9674f1411b26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7865 2025.02.25 04:26:13.646685 [ 196 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 387 rows starting from the beginning of the part
7866 2025.02.25 04:26:13.647044 [ 196 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 99 rows starting from the beginning of the part
7867 2025.02.25 04:26:13.647363 [ 196 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 387 rows starting from the beginning of the part
7868 2025.02.25 04:26:13.647714 [ 196 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 99 rows starting from the beginning of the part
7869 2025.02.25 04:26:13.649107 [ 276 ] {3c55cfc2-6f49-47e5-847c-9674f1411b26} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7870 2025.02.25 04:26:13.649170 [ 276 ] {3c55cfc2-6f49-47e5-847c-9674f1411b26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7871 2025.02.25 04:26:13.650271 [ 276 ] {3c55cfc2-6f49-47e5-847c-9674f1411b26} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7872 2025.02.25 04:26:13.650644 [ 276 ] {3c55cfc2-6f49-47e5-847c-9674f1411b26} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7873 2025.02.25 04:26:13.651155 [ 69 ] {} <Debug> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
7874 2025.02.25 04:26:13.651234 [ 198 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1950 rows, containing 5 columns (5 merged, 0 gathered) in 0.005605453 sec., 347875.5419053554 rows/sec., 26.57 MiB/sec.
7875 2025.02.25 04:26:13.651242 [ 69 ] {} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7876 2025.02.25 04:26:13.651273 [ 276 ] {3c55cfc2-6f49-47e5-847c-9674f1411b26} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005237 sec., 30551.842658010308 rows/sec., 2.13 MiB/sec.
7877 2025.02.25 04:26:13.651325 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7878 2025.02.25 04:26:13.651543 [ 276 ] {3c55cfc2-6f49-47e5-847c-9674f1411b26} <Debug> TCPHandler: Processed in 0.005732305 sec.
7879 2025.02.25 04:26:13.651657 [ 200 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
7880 2025.02.25 04:26:13.651845 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7881 2025.02.25 04:26:13.651880 [ 190 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::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
7882 2025.02.25 04:26:13.652093 [ 281 ] {992b0434-dbda-46ac-a03c-2151c56c86b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7883 2025.02.25 04:26:13.652221 [ 190 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7884 2025.02.25 04:26:13.652323 [ 190 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17687 rows starting from the beginning of the part
7885 2025.02.25 04:26:13.652356 [ 281 ] {992b0434-dbda-46ac-a03c-2151c56c86b9} <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
7886 2025.02.25 04:26:13.652649 [ 190 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 76 rows starting from the beginning of the part
7887 2025.02.25 04:26:13.652791 [ 198 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_61_12} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7888 2025.02.25 04:26:13.653418 [ 190 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 237 rows starting from the beginning of the part
7889 2025.02.25 04:26:13.653495 [ 198 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_61_12} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
7890 2025.02.25 04:26:13.653996 [ 190 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part
7891 2025.02.25 04:26:13.654140 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
7892 2025.02.25 04:26:13.654439 [ 190 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 237 rows starting from the beginning of the part
7893 2025.02.25 04:26:13.655037 [ 190 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::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
7894 2025.02.25 04:26:13.657600 [ 281 ] {992b0434-dbda-46ac-a03c-2151c56c86b9} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7895 2025.02.25 04:26:13.657650 [ 281 ] {992b0434-dbda-46ac-a03c-2151c56c86b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7896 2025.02.25 04:26:13.658694 [ 281 ] {992b0434-dbda-46ac-a03c-2151c56c86b9} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
7897 2025.02.25 04:26:13.659087 [ 281 ] {992b0434-dbda-46ac-a03c-2151c56c86b9} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7898 2025.02.25 04:26:13.659430 [ 281 ] {992b0434-dbda-46ac-a03c-2151c56c86b9} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.007436 sec., 4706.831629908553 rows/sec., 8.43 MiB/sec.
7899 2025.02.25 04:26:13.660045 [ 281 ] {992b0434-dbda-46ac-a03c-2151c56c86b9} <Debug> TCPHandler: Processed in 0.008375334 sec.
7900 2025.02.25 04:26:13.660329 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7901 2025.02.25 04:26:13.660488 [ 276 ] {3661581a-0cbb-45bd-8f89-a63b62777bd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7902 2025.02.25 04:26:13.660550 [ 276 ] {3661581a-0cbb-45bd-8f89-a63b62777bd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7903 2025.02.25 04:26:13.661456 [ 276 ] {3661581a-0cbb-45bd-8f89-a63b62777bd0} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7904 2025.02.25 04:26:13.661497 [ 276 ] {3661581a-0cbb-45bd-8f89-a63b62777bd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7905 2025.02.25 04:26:13.662298 [ 190 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18557 rows, containing 5 columns (5 merged, 0 gathered) in 0.01080098 sec., 1718084.8404496629 rows/sec., 116.15 MiB/sec.
7906 2025.02.25 04:26:13.662392 [ 276 ] {3661581a-0cbb-45bd-8f89-a63b62777bd0} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7907 2025.02.25 04:26:13.662620 [ 190 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
7908 2025.02.25 04:26:13.662818 [ 276 ] {3661581a-0cbb-45bd-8f89-a63b62777bd0} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7909 2025.02.25 04:26:13.663165 [ 69 ] {} <Debug> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
7910 2025.02.25 04:26:13.663296 [ 190 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7911 2025.02.25 04:26:13.663297 [ 69 ] {} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7912 2025.02.25 04:26:13.663387 [ 276 ] {3661581a-0cbb-45bd-8f89-a63b62777bd0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002899 sec., 20696.791997240427 rows/sec., 1.39 MiB/sec.
7913 2025.02.25 04:26:13.663425 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7914 2025.02.25 04:26:13.663575 [ 190 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
7915 2025.02.25 04:26:13.663766 [ 276 ] {3661581a-0cbb-45bd-8f89-a63b62777bd0} <Debug> TCPHandler: Processed in 0.003586693 sec.
7916 2025.02.25 04:26:13.663969 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.16 MiB.
7917 2025.02.25 04:26:13.664073 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
7918 2025.02.25 04:26:13.664498 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7919 2025.02.25 04:26:13.664593 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3338 rows starting from the beginning of the part
7920 2025.02.25 04:26:13.664776 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
7921 2025.02.25 04:26:13.664971 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 82 rows starting from the beginning of the part
7922 2025.02.25 04:26:13.665046 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part
7923 2025.02.25 04:26:13.665265 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 82 rows starting from the beginning of the part
7924 2025.02.25 04:26:13.665455 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
7925 2025.02.25 04:26:13.666969 [ 195 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3652 rows, containing 4 columns (4 merged, 0 gathered) in 0.00337655 sec., 1081577.3496616369 rows/sec., 70.82 MiB/sec.
7926 2025.02.25 04:26:13.667301 [ 195 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
7927 2025.02.25 04:26:13.667618 [ 195 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_61_12} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7928 2025.02.25 04:26:13.667698 [ 195 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_61_12} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
7929 2025.02.25 04:26:13.667783 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB.
7930 2025.02.25 04:26:14.628822 [ 65 ] {} <Debug> DNSResolver: Updating DNS cache
7931 2025.02.25 04:26:14.628877 [ 65 ] {} <Debug> DNSResolver: Updated DNS cache
7932 2025.02.25 04:26:14.759875 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446
7933 2025.02.25 04:26:14.760513 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7934 2025.02.25 04:26:14.760561 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7935 2025.02.25 04:26:14.761098 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7936 2025.02.25 04:26:14.761364 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7937 2025.02.25 04:26:14.761634 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446
7938 2025.02.25 04:26:15.982890 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287
7939 2025.02.25 04:26:16.003669 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7940 2025.02.25 04:26:16.003735 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7941 2025.02.25 04:26:16.011218 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7942 2025.02.25 04:26:16.012020 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7943 2025.02.25 04:26:16.014901 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287
7944 2025.02.25 04:26:18.640084 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7945 2025.02.25 04:26:18.640299 [ 281 ] {e9171826-1ecb-420b-b8f8-d9da2e31b4ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7946 2025.02.25 04:26:18.640382 [ 281 ] {e9171826-1ecb-420b-b8f8-d9da2e31b4ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7947 2025.02.25 04:26:18.641334 [ 281 ] {e9171826-1ecb-420b-b8f8-d9da2e31b4ee} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7948 2025.02.25 04:26:18.641379 [ 281 ] {e9171826-1ecb-420b-b8f8-d9da2e31b4ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7949 2025.02.25 04:26:18.641847 [ 281 ] {e9171826-1ecb-420b-b8f8-d9da2e31b4ee} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7950 2025.02.25 04:26:18.642106 [ 281 ] {e9171826-1ecb-420b-b8f8-d9da2e31b4ee} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7951 2025.02.25 04:26:18.642358 [ 281 ] {e9171826-1ecb-420b-b8f8-d9da2e31b4ee} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002111 sec., 100426.3382283278 rows/sec., 6.39 MiB/sec.
7952 2025.02.25 04:26:18.642564 [ 281 ] {e9171826-1ecb-420b-b8f8-d9da2e31b4ee} <Debug> TCPHandler: Processed in 0.002623279 sec.
7953 2025.02.25 04:26:18.642851 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7954 2025.02.25 04:26:18.643058 [ 276 ] {1f18e3b2-4cc1-4d74-b0b5-425d8112d803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7955 2025.02.25 04:26:18.643138 [ 276 ] {1f18e3b2-4cc1-4d74-b0b5-425d8112d803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7956 2025.02.25 04:26:18.644230 [ 276 ] {1f18e3b2-4cc1-4d74-b0b5-425d8112d803} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7957 2025.02.25 04:26:18.644276 [ 276 ] {1f18e3b2-4cc1-4d74-b0b5-425d8112d803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7958 2025.02.25 04:26:18.644768 [ 276 ] {1f18e3b2-4cc1-4d74-b0b5-425d8112d803} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
7959 2025.02.25 04:26:18.645031 [ 276 ] {1f18e3b2-4cc1-4d74-b0b5-425d8112d803} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7960 2025.02.25 04:26:18.645273 [ 276 ] {1f18e3b2-4cc1-4d74-b0b5-425d8112d803} <Debug> executeQuery: Read 627 rows, 50.33 KiB in 0.002267 sec., 276576.9739744155 rows/sec., 21.68 MiB/sec.
7961 2025.02.25 04:26:18.645342 [ 276 ] {1f18e3b2-4cc1-4d74-b0b5-425d8112d803} <Debug> TCPHandler: Processed in 0.002633529 sec.
7962 2025.02.25 04:26:18.645558 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7963 2025.02.25 04:26:18.645721 [ 281 ] {01c34d0b-9ad1-4f72-811f-6fdab22606aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7964 2025.02.25 04:26:18.645784 [ 281 ] {01c34d0b-9ad1-4f72-811f-6fdab22606aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7965 2025.02.25 04:26:18.646466 [ 281 ] {01c34d0b-9ad1-4f72-811f-6fdab22606aa} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7966 2025.02.25 04:26:18.646507 [ 281 ] {01c34d0b-9ad1-4f72-811f-6fdab22606aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7967 2025.02.25 04:26:18.646927 [ 281 ] {01c34d0b-9ad1-4f72-811f-6fdab22606aa} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7968 2025.02.25 04:26:18.647184 [ 281 ] {01c34d0b-9ad1-4f72-811f-6fdab22606aa} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7969 2025.02.25 04:26:18.647325 [ 62 ] {} <Debug> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7970 2025.02.25 04:26:18.647371 [ 62 ] {} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7971 2025.02.25 04:26:18.647380 [ 281 ] {01c34d0b-9ad1-4f72-811f-6fdab22606aa} <Debug> executeQuery: Read 111 rows, 6.76 KiB in 0.001694 sec., 65525.38370720189 rows/sec., 3.90 MiB/sec.
7972 2025.02.25 04:26:18.647397 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7973 2025.02.25 04:26:18.647481 [ 281 ] {01c34d0b-9ad1-4f72-811f-6fdab22606aa} <Debug> TCPHandler: Processed in 0.00202233 sec.
7974 2025.02.25 04:26:18.647699 [ 189 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::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
7975 2025.02.25 04:26:18.647703 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7976 2025.02.25 04:26:18.647975 [ 189 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7977 2025.02.25 04:26:18.648005 [ 276 ] {9f678da7-9636-4338-8962-3d082abcce30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7978 2025.02.25 04:26:18.648049 [ 189 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 164 rows starting from the beginning of the part
7979 2025.02.25 04:26:18.648115 [ 276 ] {9f678da7-9636-4338-8962-3d082abcce30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7980 2025.02.25 04:26:18.648442 [ 189 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 111 rows starting from the beginning of the part
7981 2025.02.25 04:26:18.648776 [ 189 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 35 rows starting from the beginning of the part
7982 2025.02.25 04:26:18.649296 [ 189 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 111 rows starting from the beginning of the part
7983 2025.02.25 04:26:18.649722 [ 189 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 35 rows starting from the beginning of the part
7984 2025.02.25 04:26:18.649924 [ 189 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 111 rows starting from the beginning of the part
7985 2025.02.25 04:26:18.650904 [ 276 ] {9f678da7-9636-4338-8962-3d082abcce30} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7986 2025.02.25 04:26:18.650980 [ 276 ] {9f678da7-9636-4338-8962-3d082abcce30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7987 2025.02.25 04:26:18.652091 [ 276 ] {9f678da7-9636-4338-8962-3d082abcce30} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
7988 2025.02.25 04:26:18.652657 [ 276 ] {9f678da7-9636-4338-8962-3d082abcce30} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7989 2025.02.25 04:26:18.652960 [ 203 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 567 rows, containing 5 columns (5 merged, 0 gathered) in 0.00543856 sec., 104255.53823070812 rows/sec., 6.90 MiB/sec.
7990 2025.02.25 04:26:18.653048 [ 62 ] {} <Debug> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
7991 2025.02.25 04:26:18.653157 [ 62 ] {} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7992 2025.02.25 04:26:18.653209 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7993 2025.02.25 04:26:18.653252 [ 276 ] {9f678da7-9636-4338-8962-3d082abcce30} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005321 sec., 21236.609659838374 rows/sec., 1.37 MiB/sec.
7994 2025.02.25 04:26:18.653324 [ 203 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7995 2025.02.25 04:26:18.653994 [ 276 ] {9f678da7-9636-4338-8962-3d082abcce30} <Debug> TCPHandler: Processed in 0.006397445 sec.
7996 2025.02.25 04:26:18.654044 [ 194 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::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
7997 2025.02.25 04:26:18.654367 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7998 2025.02.25 04:26:18.654829 [ 194 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7999 2025.02.25 04:26:18.654929 [ 281 ] {cd0973cc-4625-4619-a11a-9f59ce380a6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8000 2025.02.25 04:26:18.654984 [ 194 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 343 rows starting from the beginning of the part
8001 2025.02.25 04:26:18.655087 [ 281 ] {cd0973cc-4625-4619-a11a-9f59ce380a6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8002 2025.02.25 04:26:18.655152 [ 203 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_51_10} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8003 2025.02.25 04:26:18.655418 [ 194 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::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
8004 2025.02.25 04:26:18.655664 [ 203 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_51_10} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
8005 2025.02.25 04:26:18.656011 [ 194 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 228 rows starting from the beginning of the part
8006 2025.02.25 04:26:18.656110 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
8007 2025.02.25 04:26:18.656412 [ 194 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 113 rows starting from the beginning of the part
8008 2025.02.25 04:26:18.656716 [ 194 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::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
8009 2025.02.25 04:26:18.656946 [ 194 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::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
8010 2025.02.25 04:26:18.657858 [ 281 ] {cd0973cc-4625-4619-a11a-9f59ce380a6d} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8011 2025.02.25 04:26:18.657905 [ 281 ] {cd0973cc-4625-4619-a11a-9f59ce380a6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
8012 2025.02.25 04:26:18.658493 [ 281 ] {cd0973cc-4625-4619-a11a-9f59ce380a6d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
8013 2025.02.25 04:26:18.658738 [ 203 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1023 rows, containing 5 columns (5 merged, 0 gathered) in 0.005371279 sec., 190457.43108857315 rows/sec., 13.31 MiB/sec.
8014 2025.02.25 04:26:18.658862 [ 281 ] {cd0973cc-4625-4619-a11a-9f59ce380a6d} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8015 2025.02.25 04:26:18.658950 [ 186 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
8016 2025.02.25 04:26:18.659284 [ 281 ] {cd0973cc-4625-4619-a11a-9f59ce380a6d} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.004514 sec., 24811.696942844486 rows/sec., 1.41 MiB/sec.
8017 2025.02.25 04:26:18.659698 [ 281 ] {cd0973cc-4625-4619-a11a-9f59ce380a6d} <Debug> TCPHandler: Processed in 0.005576843 sec.
8018 2025.02.25 04:26:18.659984 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8019 2025.02.25 04:26:18.660063 [ 186 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_31_6} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8020 2025.02.25 04:26:18.660241 [ 186 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_31_6} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
8021 2025.02.25 04:26:18.660252 [ 276 ] {81ac64a6-9793-4c70-bdec-b33d6cc1f35c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8022 2025.02.25 04:26:18.660383 [ 276 ] {81ac64a6-9793-4c70-bdec-b33d6cc1f35c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8023 2025.02.25 04:26:18.660383 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB.
8024 2025.02.25 04:26:18.661251 [ 276 ] {81ac64a6-9793-4c70-bdec-b33d6cc1f35c} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8025 2025.02.25 04:26:18.661296 [ 276 ] {81ac64a6-9793-4c70-bdec-b33d6cc1f35c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
8026 2025.02.25 04:26:18.661711 [ 276 ] {81ac64a6-9793-4c70-bdec-b33d6cc1f35c} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8027 2025.02.25 04:26:18.661975 [ 276 ] {81ac64a6-9793-4c70-bdec-b33d6cc1f35c} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8028 2025.02.25 04:26:18.662198 [ 276 ] {81ac64a6-9793-4c70-bdec-b33d6cc1f35c} <Debug> executeQuery: Read 387 rows, 27.99 KiB in 0.002009 sec., 192633.15082130412 rows/sec., 13.60 MiB/sec.
8029 2025.02.25 04:26:18.662253 [ 276 ] {81ac64a6-9793-4c70-bdec-b33d6cc1f35c} <Debug> TCPHandler: Processed in 0.002434016 sec.
8030 2025.02.25 04:26:18.662401 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8031 2025.02.25 04:26:18.662543 [ 281 ] {df901015-ea11-4659-bcab-b3ec3f03beda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8032 2025.02.25 04:26:18.662605 [ 281 ] {df901015-ea11-4659-bcab-b3ec3f03beda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8033 2025.02.25 04:26:18.663141 [ 281 ] {df901015-ea11-4659-bcab-b3ec3f03beda} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8034 2025.02.25 04:26:18.663179 [ 281 ] {df901015-ea11-4659-bcab-b3ec3f03beda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
8035 2025.02.25 04:26:18.663556 [ 281 ] {df901015-ea11-4659-bcab-b3ec3f03beda} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
8036 2025.02.25 04:26:18.663800 [ 281 ] {df901015-ea11-4659-bcab-b3ec3f03beda} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8037 2025.02.25 04:26:18.663999 [ 281 ] {df901015-ea11-4659-bcab-b3ec3f03beda} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001487 sec., 4034.9697377269667 rows/sec., 210.81 KiB/sec.
8038 2025.02.25 04:26:18.664118 [ 281 ] {df901015-ea11-4659-bcab-b3ec3f03beda} <Debug> TCPHandler: Processed in 0.001785796 sec.
8039 2025.02.25 04:26:18.664302 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8040 2025.02.25 04:26:18.664445 [ 276 ] {76b58517-71a2-4d34-9fbc-f81e5033d13e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8041 2025.02.25 04:26:18.664511 [ 276 ] {76b58517-71a2-4d34-9fbc-f81e5033d13e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8042 2025.02.25 04:26:18.665159 [ 276 ] {76b58517-71a2-4d34-9fbc-f81e5033d13e} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8043 2025.02.25 04:26:18.665198 [ 276 ] {76b58517-71a2-4d34-9fbc-f81e5033d13e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
8044 2025.02.25 04:26:18.665623 [ 276 ] {76b58517-71a2-4d34-9fbc-f81e5033d13e} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8045 2025.02.25 04:26:18.665869 [ 276 ] {76b58517-71a2-4d34-9fbc-f81e5033d13e} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8046 2025.02.25 04:26:18.666053 [ 276 ] {76b58517-71a2-4d34-9fbc-f81e5033d13e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001641 sec., 144424.13162705666 rows/sec., 9.68 MiB/sec.
8047 2025.02.25 04:26:18.666107 [ 276 ] {76b58517-71a2-4d34-9fbc-f81e5033d13e} <Debug> TCPHandler: Processed in 0.001873788 sec.
8048 2025.02.25 04:26:18.666259 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8049 2025.02.25 04:26:18.666406 [ 281 ] {b8e6aacf-d16b-4cc9-bbee-93ab0d305f55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8050 2025.02.25 04:26:18.666468 [ 281 ] {b8e6aacf-d16b-4cc9-bbee-93ab0d305f55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8051 2025.02.25 04:26:18.666997 [ 281 ] {b8e6aacf-d16b-4cc9-bbee-93ab0d305f55} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8052 2025.02.25 04:26:18.667038 [ 281 ] {b8e6aacf-d16b-4cc9-bbee-93ab0d305f55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
8053 2025.02.25 04:26:18.667413 [ 281 ] {b8e6aacf-d16b-4cc9-bbee-93ab0d305f55} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
8054 2025.02.25 04:26:18.667651 [ 281 ] {b8e6aacf-d16b-4cc9-bbee-93ab0d305f55} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8055 2025.02.25 04:26:18.667863 [ 281 ] {b8e6aacf-d16b-4cc9-bbee-93ab0d305f55} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001491 sec., 670.690811535882 rows/sec., 45.19 KiB/sec.
8056 2025.02.25 04:26:18.667916 [ 281 ] {b8e6aacf-d16b-4cc9-bbee-93ab0d305f55} <Debug> TCPHandler: Processed in 0.001727906 sec.
8057 2025.02.25 04:26:18.668120 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8058 2025.02.25 04:26:18.668346 [ 276 ] {b402f38e-3bf9-47a0-889d-53cffc40a8ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8059 2025.02.25 04:26:18.668487 [ 276 ] {b402f38e-3bf9-47a0-889d-53cffc40a8ae} <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
8060 2025.02.25 04:26:18.669793 [ 276 ] {b402f38e-3bf9-47a0-889d-53cffc40a8ae} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8061 2025.02.25 04:26:18.669836 [ 276 ] {b402f38e-3bf9-47a0-889d-53cffc40a8ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
8062 2025.02.25 04:26:18.670454 [ 276 ] {b402f38e-3bf9-47a0-889d-53cffc40a8ae} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
8063 2025.02.25 04:26:18.670713 [ 276 ] {b402f38e-3bf9-47a0-889d-53cffc40a8ae} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8064 2025.02.25 04:26:18.670916 [ 276 ] {b402f38e-3bf9-47a0-889d-53cffc40a8ae} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002628 sec., 1902.587519025875 rows/sec., 3.41 MiB/sec.
8065 2025.02.25 04:26:18.671021 [ 276 ] {b402f38e-3bf9-47a0-889d-53cffc40a8ae} <Debug> TCPHandler: Processed in 0.003015045 sec.
8066 2025.02.25 04:26:18.671165 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8067 2025.02.25 04:26:18.671308 [ 281 ] {df12613d-eccb-45c9-997e-625f687dbae8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8068 2025.02.25 04:26:18.671367 [ 281 ] {df12613d-eccb-45c9-997e-625f687dbae8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8069 2025.02.25 04:26:18.671947 [ 281 ] {df12613d-eccb-45c9-997e-625f687dbae8} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8070 2025.02.25 04:26:18.671987 [ 281 ] {df12613d-eccb-45c9-997e-625f687dbae8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
8071 2025.02.25 04:26:18.672371 [ 281 ] {df12613d-eccb-45c9-997e-625f687dbae8} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8072 2025.02.25 04:26:18.672616 [ 281 ] {df12613d-eccb-45c9-997e-625f687dbae8} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8073 2025.02.25 04:26:18.672823 [ 281 ] {df12613d-eccb-45c9-997e-625f687dbae8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001547 sec., 53005.81771170007 rows/sec., 3.37 MiB/sec.
8074 2025.02.25 04:26:18.672875 [ 281 ] {df12613d-eccb-45c9-997e-625f687dbae8} <Debug> TCPHandler: Processed in 0.001777266 sec.
8075 2025.02.25 04:26:19.853796 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1150
8076 2025.02.25 04:26:19.857348 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8077 2025.02.25 04:26:19.857397 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
8078 2025.02.25 04:26:19.858941 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8079 2025.02.25 04:26:19.859352 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8080 2025.02.25 04:26:19.860043 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1150
8081 2025.02.25 04:26:20.841730 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8082 2025.02.25 04:26:20.842046 [ 281 ] {554ba008-f474-4be8-a194-c06c639809e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8083 2025.02.25 04:26:20.842118 [ 281 ] {554ba008-f474-4be8-a194-c06c639809e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8084 2025.02.25 04:26:20.842872 [ 281 ] {554ba008-f474-4be8-a194-c06c639809e3} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8085 2025.02.25 04:26:20.842918 [ 281 ] {554ba008-f474-4be8-a194-c06c639809e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
8086 2025.02.25 04:26:20.843423 [ 281 ] {554ba008-f474-4be8-a194-c06c639809e3} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
8087 2025.02.25 04:26:20.843700 [ 281 ] {554ba008-f474-4be8-a194-c06c639809e3} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8088 2025.02.25 04:26:20.843972 [ 281 ] {554ba008-f474-4be8-a194-c06c639809e3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001991 sec., 1004.520341536916 rows/sec., 81.91 KiB/sec.
8089 2025.02.25 04:26:20.844065 [ 281 ] {554ba008-f474-4be8-a194-c06c639809e3} <Debug> TCPHandler: Processed in 0.002525688 sec.
8090 2025.02.25 04:26:20.844448 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8091 2025.02.25 04:26:20.844763 [ 276 ] {2f6bad47-6393-4d36-a928-68593fee2256} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8092 2025.02.25 04:26:20.844884 [ 276 ] {2f6bad47-6393-4d36-a928-68593fee2256} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8093 2025.02.25 04:26:20.846576 [ 276 ] {2f6bad47-6393-4d36-a928-68593fee2256} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8094 2025.02.25 04:26:20.846631 [ 276 ] {2f6bad47-6393-4d36-a928-68593fee2256} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
8095 2025.02.25 04:26:20.847173 [ 276 ] {2f6bad47-6393-4d36-a928-68593fee2256} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8096 2025.02.25 04:26:20.847448 [ 276 ] {2f6bad47-6393-4d36-a928-68593fee2256} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8097 2025.02.25 04:26:20.847697 [ 276 ] {2f6bad47-6393-4d36-a928-68593fee2256} <Debug> executeQuery: Read 1267 rows, 107.21 KiB in 0.003019 sec., 419675.3892017224 rows/sec., 34.68 MiB/sec.
8098 2025.02.25 04:26:20.847766 [ 276 ] {2f6bad47-6393-4d36-a928-68593fee2256} <Debug> TCPHandler: Processed in 0.003510341 sec.
8099 2025.02.25 04:26:20.847918 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8100 2025.02.25 04:26:20.848047 [ 281 ] {988d09be-087c-4a9e-898d-4b8d198d3516} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8101 2025.02.25 04:26:20.848102 [ 281 ] {988d09be-087c-4a9e-898d-4b8d198d3516} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8102 2025.02.25 04:26:20.848734 [ 281 ] {988d09be-087c-4a9e-898d-4b8d198d3516} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8103 2025.02.25 04:26:20.848776 [ 281 ] {988d09be-087c-4a9e-898d-4b8d198d3516} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
8104 2025.02.25 04:26:20.849156 [ 281 ] {988d09be-087c-4a9e-898d-4b8d198d3516} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
8105 2025.02.25 04:26:20.849402 [ 281 ] {988d09be-087c-4a9e-898d-4b8d198d3516} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8106 2025.02.25 04:26:20.849650 [ 281 ] {988d09be-087c-4a9e-898d-4b8d198d3516} <Debug> executeQuery: Read 37 rows, 2.77 KiB in 0.001624 sec., 22783.251231527094 rows/sec., 1.67 MiB/sec.
8107 2025.02.25 04:26:20.849830 [ 281 ] {988d09be-087c-4a9e-898d-4b8d198d3516} <Debug> TCPHandler: Processed in 0.001965709 sec.
8108 2025.02.25 04:26:20.850135 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8109 2025.02.25 04:26:20.850370 [ 276 ] {3edbf2c2-d9b3-4c46-8c8d-82abe58e3118} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8110 2025.02.25 04:26:20.850468 [ 276 ] {3edbf2c2-d9b3-4c46-8c8d-82abe58e3118} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8111 2025.02.25 04:26:20.851429 [ 276 ] {3edbf2c2-d9b3-4c46-8c8d-82abe58e3118} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8112 2025.02.25 04:26:20.851473 [ 276 ] {3edbf2c2-d9b3-4c46-8c8d-82abe58e3118} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
8113 2025.02.25 04:26:20.851867 [ 276 ] {3edbf2c2-d9b3-4c46-8c8d-82abe58e3118} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
8114 2025.02.25 04:26:20.852118 [ 276 ] {3edbf2c2-d9b3-4c46-8c8d-82abe58e3118} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8115 2025.02.25 04:26:20.852370 [ 276 ] {3edbf2c2-d9b3-4c46-8c8d-82abe58e3118} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002058 sec., 110787.17201166181 rows/sec., 7.50 MiB/sec.
8116 2025.02.25 04:26:20.852608 [ 276 ] {3edbf2c2-d9b3-4c46-8c8d-82abe58e3118} <Debug> TCPHandler: Processed in 0.002656309 sec.
8117 2025.02.25 04:26:20.852810 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8118 2025.02.25 04:26:20.852949 [ 281 ] {a90edc17-7ee5-4660-b2e1-dcbdaaa4f452} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8119 2025.02.25 04:26:20.853007 [ 281 ] {a90edc17-7ee5-4660-b2e1-dcbdaaa4f452} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8120 2025.02.25 04:26:20.853970 [ 281 ] {a90edc17-7ee5-4660-b2e1-dcbdaaa4f452} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8121 2025.02.25 04:26:20.854010 [ 281 ] {a90edc17-7ee5-4660-b2e1-dcbdaaa4f452} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
8122 2025.02.25 04:26:20.854405 [ 281 ] {a90edc17-7ee5-4660-b2e1-dcbdaaa4f452} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8123 2025.02.25 04:26:20.854646 [ 281 ] {a90edc17-7ee5-4660-b2e1-dcbdaaa4f452} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8124 2025.02.25 04:26:20.854902 [ 281 ] {a90edc17-7ee5-4660-b2e1-dcbdaaa4f452} <Debug> executeQuery: Read 557 rows, 42.37 KiB in 0.001977 sec., 281740.01011633786 rows/sec., 20.93 MiB/sec.
8125 2025.02.25 04:26:20.855076 [ 281 ] {a90edc17-7ee5-4660-b2e1-dcbdaaa4f452} <Debug> TCPHandler: Processed in 0.002336365 sec.
8126 2025.02.25 04:26:20.855333 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8127 2025.02.25 04:26:20.855590 [ 276 ] {77133ec9-322e-4fa6-8ee8-f4fa7eee6be5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8128 2025.02.25 04:26:20.855658 [ 276 ] {77133ec9-322e-4fa6-8ee8-f4fa7eee6be5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8129 2025.02.25 04:26:20.856508 [ 276 ] {77133ec9-322e-4fa6-8ee8-f4fa7eee6be5} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8130 2025.02.25 04:26:20.856550 [ 276 ] {77133ec9-322e-4fa6-8ee8-f4fa7eee6be5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
8131 2025.02.25 04:26:20.857050 [ 276 ] {77133ec9-322e-4fa6-8ee8-f4fa7eee6be5} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8132 2025.02.25 04:26:20.857348 [ 276 ] {77133ec9-322e-4fa6-8ee8-f4fa7eee6be5} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8133 2025.02.25 04:26:20.857618 [ 276 ] {77133ec9-322e-4fa6-8ee8-f4fa7eee6be5} <Debug> executeQuery: Read 933 rows, 64.04 KiB in 0.002078 sec., 448989.4128970164 rows/sec., 30.10 MiB/sec.
8134 2025.02.25 04:26:20.857748 [ 276 ] {77133ec9-322e-4fa6-8ee8-f4fa7eee6be5} <Debug> TCPHandler: Processed in 0.002559658 sec.
8135 2025.02.25 04:26:20.857971 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8136 2025.02.25 04:26:20.858122 [ 281 ] {274b49e3-eb38-442e-bf1f-ced1fb20164d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8137 2025.02.25 04:26:20.858211 [ 281 ] {274b49e3-eb38-442e-bf1f-ced1fb20164d} <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
8138 2025.02.25 04:26:20.859551 [ 281 ] {274b49e3-eb38-442e-bf1f-ced1fb20164d} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8139 2025.02.25 04:26:20.859590 [ 281 ] {274b49e3-eb38-442e-bf1f-ced1fb20164d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
8140 2025.02.25 04:26:20.860276 [ 281 ] {274b49e3-eb38-442e-bf1f-ced1fb20164d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
8141 2025.02.25 04:26:20.860555 [ 281 ] {274b49e3-eb38-442e-bf1f-ced1fb20164d} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8142 2025.02.25 04:26:20.860803 [ 281 ] {274b49e3-eb38-442e-bf1f-ced1fb20164d} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002712 sec., 12905.604719764011 rows/sec., 23.13 MiB/sec.
8143 2025.02.25 04:26:20.860917 [ 281 ] {274b49e3-eb38-442e-bf1f-ced1fb20164d} <Debug> TCPHandler: Processed in 0.003057385 sec.
8144 2025.02.25 04:26:20.861105 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8145 2025.02.25 04:26:20.861284 [ 276 ] {a88bd84e-1855-420d-bcbf-ae2f0b4c3551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8146 2025.02.25 04:26:20.861359 [ 276 ] {a88bd84e-1855-420d-bcbf-ae2f0b4c3551} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8147 2025.02.25 04:26:20.862048 [ 276 ] {a88bd84e-1855-420d-bcbf-ae2f0b4c3551} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8148 2025.02.25 04:26:20.862089 [ 276 ] {a88bd84e-1855-420d-bcbf-ae2f0b4c3551} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
8149 2025.02.25 04:26:20.862474 [ 276 ] {a88bd84e-1855-420d-bcbf-ae2f0b4c3551} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8150 2025.02.25 04:26:20.862713 [ 276 ] {a88bd84e-1855-420d-bcbf-ae2f0b4c3551} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8151 2025.02.25 04:26:20.862920 [ 276 ] {a88bd84e-1855-420d-bcbf-ae2f0b4c3551} <Debug> executeQuery: Read 32 rows, 2.20 KiB in 0.001678 sec., 19070.321811680573 rows/sec., 1.28 MiB/sec.
8152 2025.02.25 04:26:20.862972 [ 276 ] {a88bd84e-1855-420d-bcbf-ae2f0b4c3551} <Debug> TCPHandler: Processed in 0.001951829 sec.
8153 2025.02.25 04:26:22.261797 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934
8154 2025.02.25 04:26:22.262734 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8155 2025.02.25 04:26:22.262801 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
8156 2025.02.25 04:26:22.263410 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8157 2025.02.25 04:26:22.263662 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8158 2025.02.25 04:26:22.263909 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934
8159 2025.02.25 04:26:23.515016 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294
8160 2025.02.25 04:26:23.536318 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8161 2025.02.25 04:26:23.536381 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
8162 2025.02.25 04:26:23.543856 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8163 2025.02.25 04:26:23.544695 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8164 2025.02.25 04:26:23.548370 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294
8165 2025.02.25 04:26:23.630141 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8166 2025.02.25 04:26:23.630355 [ 281 ] {2e4967b7-bd10-4a74-8173-fa57802bb29a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8167 2025.02.25 04:26:23.630433 [ 281 ] {2e4967b7-bd10-4a74-8173-fa57802bb29a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8168 2025.02.25 04:26:23.631266 [ 281 ] {2e4967b7-bd10-4a74-8173-fa57802bb29a} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8169 2025.02.25 04:26:23.631320 [ 281 ] {2e4967b7-bd10-4a74-8173-fa57802bb29a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
8170 2025.02.25 04:26:23.631793 [ 281 ] {2e4967b7-bd10-4a74-8173-fa57802bb29a} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8171 2025.02.25 04:26:23.632065 [ 281 ] {2e4967b7-bd10-4a74-8173-fa57802bb29a} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8172 2025.02.25 04:26:23.632303 [ 281 ] {2e4967b7-bd10-4a74-8173-fa57802bb29a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002004 sec., 27944.111776447106 rows/sec., 2.13 MiB/sec.
8173 2025.02.25 04:26:23.632377 [ 281 ] {2e4967b7-bd10-4a74-8173-fa57802bb29a} <Debug> TCPHandler: Processed in 0.002394945 sec.
8174 2025.02.25 04:26:23.632692 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8175 2025.02.25 04:26:23.632912 [ 276 ] {9fb581e1-6c4b-4adf-a162-c5f4b0bcbfd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8176 2025.02.25 04:26:23.632998 [ 276 ] {9fb581e1-6c4b-4adf-a162-c5f4b0bcbfd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8177 2025.02.25 04:26:23.633808 [ 276 ] {9fb581e1-6c4b-4adf-a162-c5f4b0bcbfd1} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8178 2025.02.25 04:26:23.633863 [ 276 ] {9fb581e1-6c4b-4adf-a162-c5f4b0bcbfd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
8179 2025.02.25 04:26:23.634337 [ 276 ] {9fb581e1-6c4b-4adf-a162-c5f4b0bcbfd1} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8180 2025.02.25 04:26:23.634610 [ 276 ] {9fb581e1-6c4b-4adf-a162-c5f4b0bcbfd1} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8181 2025.02.25 04:26:23.634864 [ 276 ] {9fb581e1-6c4b-4adf-a162-c5f4b0bcbfd1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002012 sec., 31809.145129224653 rows/sec., 2.48 MiB/sec.
8182 2025.02.25 04:26:23.634936 [ 276 ] {9fb581e1-6c4b-4adf-a162-c5f4b0bcbfd1} <Debug> TCPHandler: Processed in 0.002389995 sec.
8183 2025.02.25 04:26:23.635112 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8184 2025.02.25 04:26:23.635250 [ 281 ] {3664c92e-a729-4ea7-a7df-753bf6c9f6c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8185 2025.02.25 04:26:23.635313 [ 281 ] {3664c92e-a729-4ea7-a7df-753bf6c9f6c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8186 2025.02.25 04:26:23.635912 [ 281 ] {3664c92e-a729-4ea7-a7df-753bf6c9f6c6} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8187 2025.02.25 04:26:23.635954 [ 281 ] {3664c92e-a729-4ea7-a7df-753bf6c9f6c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
8188 2025.02.25 04:26:23.636385 [ 281 ] {3664c92e-a729-4ea7-a7df-753bf6c9f6c6} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8189 2025.02.25 04:26:23.636645 [ 281 ] {3664c92e-a729-4ea7-a7df-753bf6c9f6c6} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8190 2025.02.25 04:26:23.636858 [ 281 ] {3664c92e-a729-4ea7-a7df-753bf6c9f6c6} <Debug> executeQuery: Read 74 rows, 5.27 KiB in 0.001637 sec., 45204.64263897373 rows/sec., 3.15 MiB/sec.
8191 2025.02.25 04:26:23.636975 [ 281 ] {3664c92e-a729-4ea7-a7df-753bf6c9f6c6} <Debug> TCPHandler: Processed in 0.001926768 sec.
8192 2025.02.25 04:26:23.637211 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8193 2025.02.25 04:26:23.637389 [ 276 ] {a06adbd0-d548-4272-84e2-4662fd75a518} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8194 2025.02.25 04:26:23.637457 [ 276 ] {a06adbd0-d548-4272-84e2-4662fd75a518} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8195 2025.02.25 04:26:23.638069 [ 276 ] {a06adbd0-d548-4272-84e2-4662fd75a518} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8196 2025.02.25 04:26:23.638113 [ 276 ] {a06adbd0-d548-4272-84e2-4662fd75a518} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
8197 2025.02.25 04:26:23.638539 [ 276 ] {a06adbd0-d548-4272-84e2-4662fd75a518} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8198 2025.02.25 04:26:23.638793 [ 276 ] {a06adbd0-d548-4272-84e2-4662fd75a518} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8199 2025.02.25 04:26:23.639029 [ 276 ] {a06adbd0-d548-4272-84e2-4662fd75a518} <Debug> executeQuery: Read 28 rows, 1.94 KiB in 0.001676 sec., 16706.443914081145 rows/sec., 1.13 MiB/sec.
8200 2025.02.25 04:26:23.639115 [ 276 ] {a06adbd0-d548-4272-84e2-4662fd75a518} <Debug> TCPHandler: Processed in 0.00203201 sec.
8201 2025.02.25 04:26:28.639895 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8202 2025.02.25 04:26:28.640105 [ 281 ] {4f940a03-3900-40a4-9531-7749bfc377d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8203 2025.02.25 04:26:28.640180 [ 281 ] {4f940a03-3900-40a4-9531-7749bfc377d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8204 2025.02.25 04:26:28.641041 [ 281 ] {4f940a03-3900-40a4-9531-7749bfc377d0} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8205 2025.02.25 04:26:28.641094 [ 281 ] {4f940a03-3900-40a4-9531-7749bfc377d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8206 2025.02.25 04:26:28.641564 [ 281 ] {4f940a03-3900-40a4-9531-7749bfc377d0} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
8207 2025.02.25 04:26:28.641840 [ 281 ] {4f940a03-3900-40a4-9531-7749bfc377d0} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8208 2025.02.25 04:26:28.642093 [ 281 ] {4f940a03-3900-40a4-9531-7749bfc377d0} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002041 sec., 103870.65164135229 rows/sec., 6.61 MiB/sec.
8209 2025.02.25 04:26:28.642166 [ 281 ] {4f940a03-3900-40a4-9531-7749bfc377d0} <Debug> TCPHandler: Processed in 0.002407016 sec.
8210 2025.02.25 04:26:28.642437 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8211 2025.02.25 04:26:28.642629 [ 276 ] {a3bd512c-b170-456f-9896-e950be5d884e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8212 2025.02.25 04:26:28.642703 [ 276 ] {a3bd512c-b170-456f-9896-e950be5d884e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8213 2025.02.25 04:26:28.643756 [ 276 ] {a3bd512c-b170-456f-9896-e950be5d884e} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8214 2025.02.25 04:26:28.643804 [ 276 ] {a3bd512c-b170-456f-9896-e950be5d884e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8215 2025.02.25 04:26:28.644290 [ 276 ] {a3bd512c-b170-456f-9896-e950be5d884e} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8216 2025.02.25 04:26:28.644553 [ 276 ] {a3bd512c-b170-456f-9896-e950be5d884e} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8217 2025.02.25 04:26:28.644815 [ 276 ] {a3bd512c-b170-456f-9896-e950be5d884e} <Debug> executeQuery: Read 627 rows, 50.33 KiB in 0.002235 sec., 280536.91275167785 rows/sec., 21.99 MiB/sec.
8218 2025.02.25 04:26:28.644881 [ 276 ] {a3bd512c-b170-456f-9896-e950be5d884e} <Debug> TCPHandler: Processed in 0.002581268 sec.
8219 2025.02.25 04:26:28.645041 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8220 2025.02.25 04:26:28.645191 [ 281 ] {fc22ea46-f866-4318-9c64-b8b8776833fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8221 2025.02.25 04:26:28.645254 [ 281 ] {fc22ea46-f866-4318-9c64-b8b8776833fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8222 2025.02.25 04:26:28.646013 [ 281 ] {fc22ea46-f866-4318-9c64-b8b8776833fb} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8223 2025.02.25 04:26:28.646061 [ 281 ] {fc22ea46-f866-4318-9c64-b8b8776833fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8224 2025.02.25 04:26:28.646461 [ 281 ] {fc22ea46-f866-4318-9c64-b8b8776833fb} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
8225 2025.02.25 04:26:28.646703 [ 281 ] {fc22ea46-f866-4318-9c64-b8b8776833fb} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8226 2025.02.25 04:26:28.646918 [ 281 ] {fc22ea46-f866-4318-9c64-b8b8776833fb} <Debug> executeQuery: Read 111 rows, 6.76 KiB in 0.001764 sec., 62925.17006802721 rows/sec., 3.74 MiB/sec.
8227 2025.02.25 04:26:28.646975 [ 281 ] {fc22ea46-f866-4318-9c64-b8b8776833fb} <Debug> TCPHandler: Processed in 0.002002559 sec.
8228 2025.02.25 04:26:28.647142 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8229 2025.02.25 04:26:28.647273 [ 276 ] {3eb64836-bd89-4740-9fd6-937f21e3c3c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8230 2025.02.25 04:26:28.647328 [ 276 ] {3eb64836-bd89-4740-9fd6-937f21e3c3c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8231 2025.02.25 04:26:28.647976 [ 276 ] {3eb64836-bd89-4740-9fd6-937f21e3c3c4} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8232 2025.02.25 04:26:28.648018 [ 276 ] {3eb64836-bd89-4740-9fd6-937f21e3c3c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8233 2025.02.25 04:26:28.648414 [ 276 ] {3eb64836-bd89-4740-9fd6-937f21e3c3c4} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
8234 2025.02.25 04:26:28.648657 [ 276 ] {3eb64836-bd89-4740-9fd6-937f21e3c3c4} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8235 2025.02.25 04:26:28.648873 [ 276 ] {3eb64836-bd89-4740-9fd6-937f21e3c3c4} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001628 sec., 69410.31941031941 rows/sec., 4.49 MiB/sec.
8236 2025.02.25 04:26:28.648929 [ 276 ] {3eb64836-bd89-4740-9fd6-937f21e3c3c4} <Debug> TCPHandler: Processed in 0.001848937 sec.
8237 2025.02.25 04:26:28.649070 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8238 2025.02.25 04:26:28.649189 [ 281 ] {be95ee55-a976-4704-a484-ce059ec36fdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8239 2025.02.25 04:26:28.649246 [ 281 ] {be95ee55-a976-4704-a484-ce059ec36fdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8240 2025.02.25 04:26:28.649966 [ 281 ] {be95ee55-a976-4704-a484-ce059ec36fdd} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8241 2025.02.25 04:26:28.650015 [ 281 ] {be95ee55-a976-4704-a484-ce059ec36fdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8242 2025.02.25 04:26:28.650409 [ 281 ] {be95ee55-a976-4704-a484-ce059ec36fdd} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
8243 2025.02.25 04:26:28.650645 [ 281 ] {be95ee55-a976-4704-a484-ce059ec36fdd} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8244 2025.02.25 04:26:28.650868 [ 281 ] {be95ee55-a976-4704-a484-ce059ec36fdd} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001703 sec., 65766.29477392836 rows/sec., 3.75 MiB/sec.
8245 2025.02.25 04:26:28.650924 [ 281 ] {be95ee55-a976-4704-a484-ce059ec36fdd} <Debug> TCPHandler: Processed in 0.001908469 sec.
8246 2025.02.25 04:26:28.651068 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8247 2025.02.25 04:26:28.651188 [ 276 ] {a100d0ff-0980-4f8f-ac9b-350b3940edfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8248 2025.02.25 04:26:28.651245 [ 276 ] {a100d0ff-0980-4f8f-ac9b-350b3940edfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8249 2025.02.25 04:26:28.652143 [ 276 ] {a100d0ff-0980-4f8f-ac9b-350b3940edfd} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8250 2025.02.25 04:26:28.652192 [ 276 ] {a100d0ff-0980-4f8f-ac9b-350b3940edfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8251 2025.02.25 04:26:28.652587 [ 276 ] {a100d0ff-0980-4f8f-ac9b-350b3940edfd} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8252 2025.02.25 04:26:28.652828 [ 276 ] {a100d0ff-0980-4f8f-ac9b-350b3940edfd} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8253 2025.02.25 04:26:28.653085 [ 276 ] {a100d0ff-0980-4f8f-ac9b-350b3940edfd} <Debug> executeQuery: Read 387 rows, 27.99 KiB in 0.001921 sec., 201457.57418011452 rows/sec., 14.23 MiB/sec.
8254 2025.02.25 04:26:28.653140 [ 276 ] {a100d0ff-0980-4f8f-ac9b-350b3940edfd} <Debug> TCPHandler: Processed in 0.002132252 sec.
8255 2025.02.25 04:26:28.653287 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8256 2025.02.25 04:26:28.653429 [ 281 ] {229785f6-5ece-4889-811c-a08127330ee2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8257 2025.02.25 04:26:28.653490 [ 281 ] {229785f6-5ece-4889-811c-a08127330ee2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8258 2025.02.25 04:26:28.654055 [ 281 ] {229785f6-5ece-4889-811c-a08127330ee2} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8259 2025.02.25 04:26:28.654101 [ 281 ] {229785f6-5ece-4889-811c-a08127330ee2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8260 2025.02.25 04:26:28.654492 [ 281 ] {229785f6-5ece-4889-811c-a08127330ee2} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
8261 2025.02.25 04:26:28.654748 [ 281 ] {229785f6-5ece-4889-811c-a08127330ee2} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8262 2025.02.25 04:26:28.655008 [ 281 ] {229785f6-5ece-4889-811c-a08127330ee2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001601 sec., 3747.6577139287947 rows/sec., 195.80 KiB/sec.
8263 2025.02.25 04:26:28.655177 [ 281 ] {229785f6-5ece-4889-811c-a08127330ee2} <Debug> TCPHandler: Processed in 0.001951149 sec.
8264 2025.02.25 04:26:28.655463 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8265 2025.02.25 04:26:28.655693 [ 276 ] {911bcf6b-c24d-4960-922f-d92c7aea4fca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8266 2025.02.25 04:26:28.655790 [ 276 ] {911bcf6b-c24d-4960-922f-d92c7aea4fca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8267 2025.02.25 04:26:28.656574 [ 276 ] {911bcf6b-c24d-4960-922f-d92c7aea4fca} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8268 2025.02.25 04:26:28.656613 [ 276 ] {911bcf6b-c24d-4960-922f-d92c7aea4fca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8269 2025.02.25 04:26:28.657021 [ 276 ] {911bcf6b-c24d-4960-922f-d92c7aea4fca} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8270 2025.02.25 04:26:28.657265 [ 276 ] {911bcf6b-c24d-4960-922f-d92c7aea4fca} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8271 2025.02.25 04:26:28.657489 [ 276 ] {911bcf6b-c24d-4960-922f-d92c7aea4fca} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001851 sec., 128038.8978930308 rows/sec., 8.58 MiB/sec.
8272 2025.02.25 04:26:28.657542 [ 276 ] {911bcf6b-c24d-4960-922f-d92c7aea4fca} <Debug> TCPHandler: Processed in 0.002258634 sec.
8273 2025.02.25 04:26:28.657694 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8274 2025.02.25 04:26:28.657833 [ 281 ] {4dfbed1e-396c-4b3e-bba7-8778edcab8a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8275 2025.02.25 04:26:28.657895 [ 281 ] {4dfbed1e-396c-4b3e-bba7-8778edcab8a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8276 2025.02.25 04:26:28.658417 [ 281 ] {4dfbed1e-396c-4b3e-bba7-8778edcab8a7} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8277 2025.02.25 04:26:28.658456 [ 281 ] {4dfbed1e-396c-4b3e-bba7-8778edcab8a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8278 2025.02.25 04:26:28.658821 [ 281 ] {4dfbed1e-396c-4b3e-bba7-8778edcab8a7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
8279 2025.02.25 04:26:28.659066 [ 281 ] {4dfbed1e-396c-4b3e-bba7-8778edcab8a7} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8280 2025.02.25 04:26:28.659268 [ 281 ] {4dfbed1e-396c-4b3e-bba7-8778edcab8a7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001466 sec., 682.1282401091405 rows/sec., 45.96 KiB/sec.
8281 2025.02.25 04:26:28.659321 [ 281 ] {4dfbed1e-396c-4b3e-bba7-8778edcab8a7} <Debug> TCPHandler: Processed in 0.001693425 sec.
8282 2025.02.25 04:26:28.659483 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8283 2025.02.25 04:26:28.659624 [ 276 ] {95161d29-f603-412f-9dd8-ba3021b91caf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8284 2025.02.25 04:26:28.659719 [ 276 ] {95161d29-f603-412f-9dd8-ba3021b91caf} <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
8285 2025.02.25 04:26:28.660903 [ 276 ] {95161d29-f603-412f-9dd8-ba3021b91caf} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8286 2025.02.25 04:26:28.660944 [ 276 ] {95161d29-f603-412f-9dd8-ba3021b91caf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8287 2025.02.25 04:26:28.661555 [ 276 ] {95161d29-f603-412f-9dd8-ba3021b91caf} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
8288 2025.02.25 04:26:28.661837 [ 276 ] {95161d29-f603-412f-9dd8-ba3021b91caf} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8289 2025.02.25 04:26:28.662100 [ 276 ] {95161d29-f603-412f-9dd8-ba3021b91caf} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002506 sec., 1995.2114924181963 rows/sec., 3.58 MiB/sec.
8290 2025.02.25 04:26:28.662393 [ 276 ] {95161d29-f603-412f-9dd8-ba3021b91caf} <Debug> TCPHandler: Processed in 0.002978584 sec.
8291 2025.02.25 04:26:28.662641 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8292 2025.02.25 04:26:28.662867 [ 281 ] {ea9dca9f-89c6-4a3d-91ec-4688cdd4ca51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8293 2025.02.25 04:26:28.662960 [ 281 ] {ea9dca9f-89c6-4a3d-91ec-4688cdd4ca51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8294 2025.02.25 04:26:28.663592 [ 281 ] {ea9dca9f-89c6-4a3d-91ec-4688cdd4ca51} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8295 2025.02.25 04:26:28.663631 [ 281 ] {ea9dca9f-89c6-4a3d-91ec-4688cdd4ca51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8296 2025.02.25 04:26:28.664014 [ 281 ] {ea9dca9f-89c6-4a3d-91ec-4688cdd4ca51} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8297 2025.02.25 04:26:28.664254 [ 281 ] {ea9dca9f-89c6-4a3d-91ec-4688cdd4ca51} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8298 2025.02.25 04:26:28.664492 [ 281 ] {ea9dca9f-89c6-4a3d-91ec-4688cdd4ca51} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001679 sec., 48838.59440142942 rows/sec., 3.10 MiB/sec.
8299 2025.02.25 04:26:28.664545 [ 281 ] {ea9dca9f-89c6-4a3d-91ec-4688cdd4ca51} <Debug> TCPHandler: Processed in 0.00201567 sec.
8300 2025.02.25 04:26:29.629133 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache
8301 2025.02.25 04:26:29.629214 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache
8302 2025.02.25 04:26:29.764078 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361
8303 2025.02.25 04:26:29.764781 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8304 2025.02.25 04:26:29.764836 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8305 2025.02.25 04:26:29.765424 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8306 2025.02.25 04:26:29.765682 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8307 2025.02.25 04:26:29.765973 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361
8308 2025.02.25 04:26:29.860289 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1196
8309 2025.02.25 04:26:29.863613 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8310 2025.02.25 04:26:29.863663 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8311 2025.02.25 04:26:29.865175 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8312 2025.02.25 04:26:29.865509 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8313 2025.02.25 04:26:29.866896 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1196
8314 2025.02.25 04:26:31.048490 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302
8315 2025.02.25 04:26:31.070459 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8316 2025.02.25 04:26:31.070523 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8317 2025.02.25 04:26:31.077846 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8318 2025.02.25 04:26:31.078668 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8319 2025.02.25 04:26:31.082128 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302
8320 2025.02.25 04:26:33.635316 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8321 2025.02.25 04:26:33.635507 [ 281 ] {f43f049a-c56e-4b22-8861-5004047723cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8322 2025.02.25 04:26:33.635578 [ 281 ] {f43f049a-c56e-4b22-8861-5004047723cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8323 2025.02.25 04:26:33.636463 [ 281 ] {f43f049a-c56e-4b22-8861-5004047723cc} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8324 2025.02.25 04:26:33.636518 [ 281 ] {f43f049a-c56e-4b22-8861-5004047723cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8325 2025.02.25 04:26:33.636982 [ 281 ] {f43f049a-c56e-4b22-8861-5004047723cc} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8326 2025.02.25 04:26:33.637250 [ 281 ] {f43f049a-c56e-4b22-8861-5004047723cc} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8327 2025.02.25 04:26:33.637428 [ 42 ] {} <Debug> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8328 2025.02.25 04:26:33.637466 [ 42 ] {} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8329 2025.02.25 04:26:33.637493 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8330 2025.02.25 04:26:33.637540 [ 281 ] {f43f049a-c56e-4b22-8861-5004047723cc} <Debug> executeQuery: Read 126 rows, 11.02 KiB in 0.00204 sec., 61764.70588235294 rows/sec., 5.28 MiB/sec.
8331 2025.02.25 04:26:33.637623 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::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
8332 2025.02.25 04:26:33.637660 [ 281 ] {f43f049a-c56e-4b22-8861-5004047723cc} <Debug> TCPHandler: Processed in 0.002455497 sec.
8333 2025.02.25 04:26:33.637769 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8334 2025.02.25 04:26:33.637819 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1848 rows starting from the beginning of the part
8335 2025.02.25 04:26:33.637907 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 627 rows starting from the beginning of the part
8336 2025.02.25 04:26:33.637990 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8337 2025.02.25 04:26:33.638226 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1267 rows starting from the beginning of the part
8338 2025.02.25 04:26:33.638506 [ 276 ] {44c47d67-050d-4bfc-ad2a-7a80d3ba31cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8339 2025.02.25 04:26:33.638591 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 56 rows starting from the beginning of the part
8340 2025.02.25 04:26:33.638780 [ 276 ] {44c47d67-050d-4bfc-ad2a-7a80d3ba31cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8341 2025.02.25 04:26:33.638996 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 627 rows starting from the beginning of the part
8342 2025.02.25 04:26:33.639369 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 126 rows starting from the beginning of the part
8343 2025.02.25 04:26:33.641345 [ 276 ] {44c47d67-050d-4bfc-ad2a-7a80d3ba31cd} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8344 2025.02.25 04:26:33.641425 [ 276 ] {44c47d67-050d-4bfc-ad2a-7a80d3ba31cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8345 2025.02.25 04:26:33.642438 [ 276 ] {44c47d67-050d-4bfc-ad2a-7a80d3ba31cd} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
8346 2025.02.25 04:26:33.642738 [ 276 ] {44c47d67-050d-4bfc-ad2a-7a80d3ba31cd} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8347 2025.02.25 04:26:33.643301 [ 276 ] {44c47d67-050d-4bfc-ad2a-7a80d3ba31cd} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.004996 sec., 7005.60448358687 rows/sec., 526.79 KiB/sec.
8348 2025.02.25 04:26:33.643333 [ 203 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4551 rows, containing 5 columns (5 merged, 0 gathered) in 0.005778336 sec., 787596.9829376484 rows/sec., 66.75 MiB/sec.
8349 2025.02.25 04:26:33.643401 [ 276 ] {44c47d67-050d-4bfc-ad2a-7a80d3ba31cd} <Debug> TCPHandler: Processed in 0.005598563 sec.
8350 2025.02.25 04:26:33.643581 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8351 2025.02.25 04:26:33.643669 [ 203 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8352 2025.02.25 04:26:33.643793 [ 281 ] {0c4a7eb4-033a-4f3f-887a-9dc3b3bcea40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8353 2025.02.25 04:26:33.643873 [ 281 ] {0c4a7eb4-033a-4f3f-887a-9dc3b3bcea40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8354 2025.02.25 04:26:33.644412 [ 203 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_66_13} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8355 2025.02.25 04:26:33.644636 [ 203 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_66_13} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8356 2025.02.25 04:26:33.644788 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB.
8357 2025.02.25 04:26:33.645054 [ 281 ] {0c4a7eb4-033a-4f3f-887a-9dc3b3bcea40} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8358 2025.02.25 04:26:33.645098 [ 281 ] {0c4a7eb4-033a-4f3f-887a-9dc3b3bcea40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8359 2025.02.25 04:26:33.645512 [ 281 ] {0c4a7eb4-033a-4f3f-887a-9dc3b3bcea40} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8360 2025.02.25 04:26:33.645766 [ 281 ] {0c4a7eb4-033a-4f3f-887a-9dc3b3bcea40} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8361 2025.02.25 04:26:33.645915 [ 42 ] {} <Debug> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8362 2025.02.25 04:26:33.645962 [ 42 ] {} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8363 2025.02.25 04:26:33.645965 [ 281 ] {0c4a7eb4-033a-4f3f-887a-9dc3b3bcea40} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.00226 sec., 43805.30973451328 rows/sec., 3.42 MiB/sec.
8364 2025.02.25 04:26:33.645989 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8365 2025.02.25 04:26:33.646088 [ 281 ] {0c4a7eb4-033a-4f3f-887a-9dc3b3bcea40} <Debug> TCPHandler: Processed in 0.002587539 sec.
8366 2025.02.25 04:26:33.646206 [ 187 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::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
8367 2025.02.25 04:26:33.646265 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8368 2025.02.25 04:26:33.646359 [ 187 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8369 2025.02.25 04:26:33.646403 [ 187 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 914 rows starting from the beginning of the part
8370 2025.02.25 04:26:33.646413 [ 276 ] {a6afe19b-aaf5-428c-a38f-bc1bf0c42967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8371 2025.02.25 04:26:33.646531 [ 276 ] {a6afe19b-aaf5-428c-a38f-bc1bf0c42967} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8372 2025.02.25 04:26:33.646542 [ 187 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 387 rows starting from the beginning of the part
8373 2025.02.25 04:26:33.646778 [ 187 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 557 rows starting from the beginning of the part
8374 2025.02.25 04:26:33.646994 [ 187 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 64 rows starting from the beginning of the part
8375 2025.02.25 04:26:33.647204 [ 187 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 387 rows starting from the beginning of the part
8376 2025.02.25 04:26:33.647417 [ 187 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 99 rows starting from the beginning of the part
8377 2025.02.25 04:26:33.648160 [ 276 ] {a6afe19b-aaf5-428c-a38f-bc1bf0c42967} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8378 2025.02.25 04:26:33.648209 [ 276 ] {a6afe19b-aaf5-428c-a38f-bc1bf0c42967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8379 2025.02.25 04:26:33.648823 [ 276 ] {a6afe19b-aaf5-428c-a38f-bc1bf0c42967} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8380 2025.02.25 04:26:33.649193 [ 276 ] {a6afe19b-aaf5-428c-a38f-bc1bf0c42967} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8381 2025.02.25 04:26:33.649393 [ 187 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2408 rows, containing 5 columns (5 merged, 0 gathered) in 0.00329788 sec., 730166.0460659575 rows/sec., 55.90 MiB/sec.
8382 2025.02.25 04:26:33.649492 [ 42 ] {} <Debug> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8383 2025.02.25 04:26:33.649567 [ 42 ] {} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8384 2025.02.25 04:26:33.649623 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8385 2025.02.25 04:26:33.649642 [ 276 ] {a6afe19b-aaf5-428c-a38f-bc1bf0c42967} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003248 sec., 49261.08374384236 rows/sec., 3.43 MiB/sec.
8386 2025.02.25 04:26:33.649724 [ 203 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8387 2025.02.25 04:26:33.650276 [ 276 ] {a6afe19b-aaf5-428c-a38f-bc1bf0c42967} <Debug> TCPHandler: Processed in 0.004065421 sec.
8388 2025.02.25 04:26:33.650436 [ 193 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::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
8389 2025.02.25 04:26:33.650777 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8390 2025.02.25 04:26:33.651316 [ 192 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_66_13} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8391 2025.02.25 04:26:33.651368 [ 193 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8392 2025.02.25 04:26:33.651421 [ 281 ] {a35a06aa-b4fc-4799-b3f6-34f8bd1c2086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8393 2025.02.25 04:26:33.651557 [ 193 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18557 rows starting from the beginning of the part
8394 2025.02.25 04:26:33.651860 [ 192 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_66_13} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8395 2025.02.25 04:26:33.651937 [ 281 ] {a35a06aa-b4fc-4799-b3f6-34f8bd1c2086} <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
8396 2025.02.25 04:26:33.652274 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
8397 2025.02.25 04:26:33.652623 [ 193 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 237 rows starting from the beginning of the part
8398 2025.02.25 04:26:33.653241 [ 193 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 933 rows starting from the beginning of the part
8399 2025.02.25 04:26:33.653646 [ 193 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::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
8400 2025.02.25 04:26:33.654080 [ 193 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::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
8401 2025.02.25 04:26:33.654515 [ 193 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part
8402 2025.02.25 04:26:33.656710 [ 281 ] {a35a06aa-b4fc-4799-b3f6-34f8bd1c2086} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8403 2025.02.25 04:26:33.656787 [ 281 ] {a35a06aa-b4fc-4799-b3f6-34f8bd1c2086} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8404 2025.02.25 04:26:33.658833 [ 281 ] {a35a06aa-b4fc-4799-b3f6-34f8bd1c2086} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
8405 2025.02.25 04:26:33.659192 [ 281 ] {a35a06aa-b4fc-4799-b3f6-34f8bd1c2086} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8406 2025.02.25 04:26:33.659345 [ 42 ] {} <Debug> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
8407 2025.02.25 04:26:33.659389 [ 42 ] {} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8408 2025.02.25 04:26:33.659413 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8409 2025.02.25 04:26:33.659436 [ 281 ] {a35a06aa-b4fc-4799-b3f6-34f8bd1c2086} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.008325 sec., 4204.204204204204 rows/sec., 7.53 MiB/sec.
8410 2025.02.25 04:26:33.659930 [ 188 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::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
8411 2025.02.25 04:26:33.660265 [ 281 ] {a35a06aa-b4fc-4799-b3f6-34f8bd1c2086} <Debug> TCPHandler: Processed in 0.009807646 sec.
8412 2025.02.25 04:26:33.660508 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8413 2025.02.25 04:26:33.660841 [ 276 ] {50806855-9656-4bc2-95ed-e721e63086c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8414 2025.02.25 04:26:33.661030 [ 276 ] {50806855-9656-4bc2-95ed-e721e63086c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8415 2025.02.25 04:26:33.661370 [ 188 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8416 2025.02.25 04:26:33.661624 [ 188 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 899 rows starting from the beginning of the part
8417 2025.02.25 04:26:33.662461 [ 188 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 35 rows starting from the beginning of the part
8418 2025.02.25 04:26:33.663448 [ 188 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 5 rows starting from the beginning of the part
8419 2025.02.25 04:26:33.663513 [ 276 ] {50806855-9656-4bc2-95ed-e721e63086c1} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8420 2025.02.25 04:26:33.663599 [ 276 ] {50806855-9656-4bc2-95ed-e721e63086c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8421 2025.02.25 04:26:33.664255 [ 188 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 35 rows starting from the beginning of the part
8422 2025.02.25 04:26:33.665248 [ 188 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 5 rows starting from the beginning of the part
8423 2025.02.25 04:26:33.665587 [ 276 ] {50806855-9656-4bc2-95ed-e721e63086c1} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8424 2025.02.25 04:26:33.666303 [ 188 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 35 rows starting from the beginning of the part
8425 2025.02.25 04:26:33.666674 [ 192 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20198 rows, containing 5 columns (5 merged, 0 gathered) in 0.01689265 sec., 1195667.9384229237 rows/sec., 80.81 MiB/sec.
8426 2025.02.25 04:26:33.666799 [ 276 ] {50806855-9656-4bc2-95ed-e721e63086c1} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8427 2025.02.25 04:26:33.667394 [ 42 ] {} <Debug> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8428 2025.02.25 04:26:33.667777 [ 42 ] {} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8429 2025.02.25 04:26:33.667846 [ 276 ] {50806855-9656-4bc2-95ed-e721e63086c1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007096 sec., 8455.467869222097 rows/sec., 583.52 KiB/sec.
8430 2025.02.25 04:26:33.667872 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8431 2025.02.25 04:26:33.668315 [ 276 ] {50806855-9656-4bc2-95ed-e721e63086c1} <Debug> TCPHandler: Processed in 0.007916077 sec.
8432 2025.02.25 04:26:33.668668 [ 199 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
8433 2025.02.25 04:26:33.668887 [ 201 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8434 2025.02.25 04:26:33.668964 [ 199 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8435 2025.02.25 04:26:33.669070 [ 199 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3652 rows starting from the beginning of the part
8436 2025.02.25 04:26:33.669407 [ 199 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 82 rows starting from the beginning of the part
8437 2025.02.25 04:26:33.669720 [ 199 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 32 rows starting from the beginning of the part
8438 2025.02.25 04:26:33.669973 [ 199 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 28 rows starting from the beginning of the part
8439 2025.02.25 04:26:33.670382 [ 199 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
8440 2025.02.25 04:26:33.670800 [ 199 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
8441 2025.02.25 04:26:33.671773 [ 201 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8442 2025.02.25 04:26:33.672054 [ 201 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8443 2025.02.25 04:26:33.672292 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB.
8444 2025.02.25 04:26:33.674228 [ 199 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3936 rows, containing 4 columns (4 merged, 0 gathered) in 0.006150371 sec., 639961.3941988215 rows/sec., 41.89 MiB/sec.
8445 2025.02.25 04:26:33.674720 [ 199 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8446 2025.02.25 04:26:33.675369 [ 199 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_66_13} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8447 2025.02.25 04:26:33.675585 [ 199 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_66_13} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8448 2025.02.25 04:26:33.675743 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
8449 2025.02.25 04:26:33.678989 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1014 rows, containing 19 columns (19 merged, 0 gathered) in 0.019510159 sec., 51972.92343952707 rows/sec., 93.13 MiB/sec.
8450 2025.02.25 04:26:33.679891 [ 196 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
8451 2025.02.25 04:26:33.680324 [ 196 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8452 2025.02.25 04:26:33.680412 [ 196 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
8453 2025.02.25 04:26:33.680533 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.25 MiB.
8454 2025.02.25 04:26:34.000177 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 216.07 MiB, peak 225.68 MiB, free memory in arenas 0.00 B, will set to 218.37 MiB (RSS), difference: 2.30 MiB
8455 2025.02.25 04:26:37.266136 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849
8456 2025.02.25 04:26:37.266818 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8457 2025.02.25 04:26:37.266866 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8458 2025.02.25 04:26:37.267394 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8459 2025.02.25 04:26:37.267654 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8460 2025.02.25 04:26:37.267859 [ 38 ] {} <Debug> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8461 2025.02.25 04:26:37.267907 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849
8462 2025.02.25 04:26:37.267953 [ 38 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8463 2025.02.25 04:26:37.267983 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8464 2025.02.25 04:26:37.268157 [ 201 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
8465 2025.02.25 04:26:37.268383 [ 201 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8466 2025.02.25 04:26:37.268436 [ 201 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
8467 2025.02.25 04:26:37.268525 [ 201 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
8468 2025.02.25 04:26:37.268611 [ 201 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
8469 2025.02.25 04:26:37.268843 [ 201 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
8470 2025.02.25 04:26:37.269026 [ 201 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
8471 2025.02.25 04:26:37.269151 [ 201 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
8472 2025.02.25 04:26:37.271580 [ 198 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.003514372 sec., 5363404.898513874 rows/sec., 76.72 MiB/sec.
8473 2025.02.25 04:26:37.271938 [ 198 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8474 2025.02.25 04:26:37.272286 [ 198 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_41_8} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8475 2025.02.25 04:26:37.272380 [ 198 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_41_8} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8476 2025.02.25 04:26:37.272504 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB.
8477 2025.02.25 04:26:38.582260 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309
8478 2025.02.25 04:26:38.603949 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8479 2025.02.25 04:26:38.604016 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8480 2025.02.25 04:26:38.611809 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8481 2025.02.25 04:26:38.612631 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8482 2025.02.25 04:26:38.613038 [ 37 ] {} <Debug> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8483 2025.02.25 04:26:38.613179 [ 37 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8484 2025.02.25 04:26:38.613254 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8485 2025.02.25 04:26:38.613888 [ 190 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
8486 2025.02.25 04:26:38.631391 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309
8487 2025.02.25 04:26:38.632871 [ 190 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8488 2025.02.25 04:26:38.634399 [ 190 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
8489 2025.02.25 04:26:38.639833 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8490 2025.02.25 04:26:38.640048 [ 281 ] {ba02ea78-9e81-41fc-aaf3-76a6f81424ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8491 2025.02.25 04:26:38.640145 [ 281 ] {ba02ea78-9e81-41fc-aaf3-76a6f81424ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8492 2025.02.25 04:26:38.640607 [ 190 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
8493 2025.02.25 04:26:38.641575 [ 281 ] {ba02ea78-9e81-41fc-aaf3-76a6f81424ca} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8494 2025.02.25 04:26:38.641627 [ 281 ] {ba02ea78-9e81-41fc-aaf3-76a6f81424ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8495 2025.02.25 04:26:38.642179 [ 281 ] {ba02ea78-9e81-41fc-aaf3-76a6f81424ca} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
8496 2025.02.25 04:26:38.642470 [ 281 ] {ba02ea78-9e81-41fc-aaf3-76a6f81424ca} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8497 2025.02.25 04:26:38.642698 [ 37 ] {} <Debug> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
8498 2025.02.25 04:26:38.642833 [ 37 ] {} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8499 2025.02.25 04:26:38.642906 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8500 2025.02.25 04:26:38.643001 [ 281 ] {ba02ea78-9e81-41fc-aaf3-76a6f81424ca} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.003007 sec., 70502.16162287994 rows/sec., 4.48 MiB/sec.
8501 2025.02.25 04:26:38.643380 [ 198 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
8502 2025.02.25 04:26:38.643390 [ 281 ] {ba02ea78-9e81-41fc-aaf3-76a6f81424ca} <Debug> TCPHandler: Processed in 0.003686005 sec.
8503 2025.02.25 04:26:38.643691 [ 198 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8504 2025.02.25 04:26:38.643732 [ 198 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
8505 2025.02.25 04:26:38.643801 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8506 2025.02.25 04:26:38.644087 [ 198 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
8507 2025.02.25 04:26:38.644336 [ 276 ] {095eb140-4601-481f-a9b2-ea4cb137ae4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8508 2025.02.25 04:26:38.644551 [ 198 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
8509 2025.02.25 04:26:38.644614 [ 276 ] {095eb140-4601-481f-a9b2-ea4cb137ae4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8510 2025.02.25 04:26:38.645117 [ 198 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
8511 2025.02.25 04:26:38.645562 [ 198 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
8512 2025.02.25 04:26:38.649806 [ 276 ] {095eb140-4601-481f-a9b2-ea4cb137ae4f} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8513 2025.02.25 04:26:38.649887 [ 276 ] {095eb140-4601-481f-a9b2-ea4cb137ae4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8514 2025.02.25 04:26:38.650877 [ 198 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.007781596 sec., 136218.84250994268 rows/sec., 9.18 MiB/sec.
8515 2025.02.25 04:26:38.651276 [ 195 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
8516 2025.02.25 04:26:38.651774 [ 276 ] {095eb140-4601-481f-a9b2-ea4cb137ae4f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
8517 2025.02.25 04:26:38.652384 [ 195 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_25_6} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8518 2025.02.25 04:26:38.652657 [ 276 ] {095eb140-4601-481f-a9b2-ea4cb137ae4f} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8519 2025.02.25 04:26:38.652772 [ 195 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_25_6} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
8520 2025.02.25 04:26:38.653061 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
8521 2025.02.25 04:26:38.653394 [ 276 ] {095eb140-4601-481f-a9b2-ea4cb137ae4f} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00927 sec., 431.4994606256742 rows/sec., 35.19 KiB/sec.
8522 2025.02.25 04:26:38.653591 [ 276 ] {095eb140-4601-481f-a9b2-ea4cb137ae4f} <Debug> TCPHandler: Processed in 0.010015168 sec.
8523 2025.02.25 04:26:38.653807 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8524 2025.02.25 04:26:38.654009 [ 281 ] {308b1150-f29d-4585-8c60-115852bc1db9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8525 2025.02.25 04:26:38.654115 [ 281 ] {308b1150-f29d-4585-8c60-115852bc1db9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8526 2025.02.25 04:26:38.656609 [ 281 ] {308b1150-f29d-4585-8c60-115852bc1db9} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8527 2025.02.25 04:26:38.656661 [ 281 ] {308b1150-f29d-4585-8c60-115852bc1db9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8528 2025.02.25 04:26:38.657470 [ 281 ] {308b1150-f29d-4585-8c60-115852bc1db9} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8529 2025.02.25 04:26:38.657929 [ 281 ] {308b1150-f29d-4585-8c60-115852bc1db9} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8530 2025.02.25 04:26:38.658558 [ 281 ] {308b1150-f29d-4585-8c60-115852bc1db9} <Debug> executeQuery: Read 629 rows, 50.47 KiB in 0.004588 sec., 137096.7741935484 rows/sec., 10.74 MiB/sec.
8531 2025.02.25 04:26:38.659018 [ 281 ] {308b1150-f29d-4585-8c60-115852bc1db9} <Debug> TCPHandler: Processed in 0.005303709 sec.
8532 2025.02.25 04:26:38.659338 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8533 2025.02.25 04:26:38.659753 [ 276 ] {9b3cbc21-881f-449a-88c9-3beaa91ef420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8534 2025.02.25 04:26:38.659929 [ 276 ] {9b3cbc21-881f-449a-88c9-3beaa91ef420} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8535 2025.02.25 04:26:38.663865 [ 276 ] {9b3cbc21-881f-449a-88c9-3beaa91ef420} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8536 2025.02.25 04:26:38.663936 [ 276 ] {9b3cbc21-881f-449a-88c9-3beaa91ef420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8537 2025.02.25 04:26:38.665214 [ 276 ] {9b3cbc21-881f-449a-88c9-3beaa91ef420} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
8538 2025.02.25 04:26:38.665619 [ 190 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
8539 2025.02.25 04:26:38.665914 [ 276 ] {9b3cbc21-881f-449a-88c9-3beaa91ef420} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8540 2025.02.25 04:26:38.666462 [ 276 ] {9b3cbc21-881f-449a-88c9-3beaa91ef420} <Debug> executeQuery: Read 115 rows, 7.04 KiB in 0.006849 sec., 16790.772375529275 rows/sec., 1.00 MiB/sec.
8541 2025.02.25 04:26:38.666644 [ 276 ] {9b3cbc21-881f-449a-88c9-3beaa91ef420} <Debug> TCPHandler: Processed in 0.007482251 sec.
8542 2025.02.25 04:26:38.666820 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8543 2025.02.25 04:26:38.666968 [ 281 ] {5a9b8fd0-1a95-4321-a828-49fb34e0e9ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8544 2025.02.25 04:26:38.667033 [ 281 ] {5a9b8fd0-1a95-4321-a828-49fb34e0e9ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8545 2025.02.25 04:26:38.667935 [ 281 ] {5a9b8fd0-1a95-4321-a828-49fb34e0e9ea} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8546 2025.02.25 04:26:38.667980 [ 281 ] {5a9b8fd0-1a95-4321-a828-49fb34e0e9ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8547 2025.02.25 04:26:38.668557 [ 281 ] {5a9b8fd0-1a95-4321-a828-49fb34e0e9ea} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
8548 2025.02.25 04:26:38.668920 [ 281 ] {5a9b8fd0-1a95-4321-a828-49fb34e0e9ea} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8549 2025.02.25 04:26:38.669528 [ 281 ] {5a9b8fd0-1a95-4321-a828-49fb34e0e9ea} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002563 sec., 44088.958252048375 rows/sec., 2.85 MiB/sec.
8550 2025.02.25 04:26:38.669988 [ 281 ] {5a9b8fd0-1a95-4321-a828-49fb34e0e9ea} <Debug> TCPHandler: Processed in 0.003231988 sec.
8551 2025.02.25 04:26:38.670287 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8552 2025.02.25 04:26:38.670598 [ 276 ] {9e02d03a-7e94-4fd9-a06b-98464126933a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8553 2025.02.25 04:26:38.670718 [ 276 ] {9e02d03a-7e94-4fd9-a06b-98464126933a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8554 2025.02.25 04:26:38.673127 [ 276 ] {9e02d03a-7e94-4fd9-a06b-98464126933a} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8555 2025.02.25 04:26:38.673199 [ 276 ] {9e02d03a-7e94-4fd9-a06b-98464126933a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8556 2025.02.25 04:26:38.674433 [ 276 ] {9e02d03a-7e94-4fd9-a06b-98464126933a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
8557 2025.02.25 04:26:38.675551 [ 276 ] {9e02d03a-7e94-4fd9-a06b-98464126933a} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8558 2025.02.25 04:26:38.676159 [ 36 ] {} <Debug> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
8559 2025.02.25 04:26:38.676333 [ 36 ] {} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8560 2025.02.25 04:26:38.676434 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8561 2025.02.25 04:26:38.676666 [ 276 ] {9e02d03a-7e94-4fd9-a06b-98464126933a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.006097 sec., 18369.690011481056 rows/sec., 1.05 MiB/sec.
8562 2025.02.25 04:26:38.677128 [ 276 ] {9e02d03a-7e94-4fd9-a06b-98464126933a} <Debug> TCPHandler: Processed in 0.006990074 sec.
8563 2025.02.25 04:26:38.677505 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8564 2025.02.25 04:26:38.677817 [ 189 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
8565 2025.02.25 04:26:38.677850 [ 281 ] {52cff232-f001-4296-aacb-539a25683c8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8566 2025.02.25 04:26:38.678012 [ 281 ] {52cff232-f001-4296-aacb-539a25683c8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8567 2025.02.25 04:26:38.678585 [ 189 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8568 2025.02.25 04:26:38.678785 [ 189 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
8569 2025.02.25 04:26:38.679435 [ 189 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
8570 2025.02.25 04:26:38.680094 [ 189 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
8571 2025.02.25 04:26:38.680732 [ 189 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
8572 2025.02.25 04:26:38.681366 [ 189 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
8573 2025.02.25 04:26:38.683660 [ 281 ] {52cff232-f001-4296-aacb-539a25683c8c} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8574 2025.02.25 04:26:38.683759 [ 281 ] {52cff232-f001-4296-aacb-539a25683c8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8575 2025.02.25 04:26:38.685661 [ 281 ] {52cff232-f001-4296-aacb-539a25683c8c} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8576 2025.02.25 04:26:38.686612 [ 281 ] {52cff232-f001-4296-aacb-539a25683c8c} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8577 2025.02.25 04:26:38.687632 [ 281 ] {52cff232-f001-4296-aacb-539a25683c8c} <Debug> executeQuery: Read 391 rows, 28.31 KiB in 0.009854 sec., 39679.31804343414 rows/sec., 2.81 MiB/sec.
8578 2025.02.25 04:26:38.687738 [ 186 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.011055174 sec., 50655.01456603035 rows/sec., 3.08 MiB/sec.
8579 2025.02.25 04:26:38.687920 [ 281 ] {52cff232-f001-4296-aacb-539a25683c8c} <Debug> TCPHandler: Processed in 0.010635798 sec.
8580 2025.02.25 04:26:38.688014 [ 186 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
8581 2025.02.25 04:26:38.688233 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8582 2025.02.25 04:26:38.688778 [ 276 ] {cb711897-8e50-4835-be2f-cfe2e1c8f186} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8583 2025.02.25 04:26:38.688951 [ 186 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_25_6} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8584 2025.02.25 04:26:38.689019 [ 276 ] {cb711897-8e50-4835-be2f-cfe2e1c8f186} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8585 2025.02.25 04:26:38.689283 [ 186 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_25_6} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
8586 2025.02.25 04:26:38.689573 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
8587 2025.02.25 04:26:38.691764 [ 276 ] {cb711897-8e50-4835-be2f-cfe2e1c8f186} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8588 2025.02.25 04:26:38.691838 [ 276 ] {cb711897-8e50-4835-be2f-cfe2e1c8f186} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8589 2025.02.25 04:26:38.692969 [ 276 ] {cb711897-8e50-4835-be2f-cfe2e1c8f186} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
8590 2025.02.25 04:26:38.693727 [ 276 ] {cb711897-8e50-4835-be2f-cfe2e1c8f186} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8591 2025.02.25 04:26:38.694321 [ 190 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
8592 2025.02.25 04:26:38.694687 [ 276 ] {cb711897-8e50-4835-be2f-cfe2e1c8f186} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006093 sec., 984.7365829640571 rows/sec., 51.45 KiB/sec.
8593 2025.02.25 04:26:38.694993 [ 276 ] {cb711897-8e50-4835-be2f-cfe2e1c8f186} <Debug> TCPHandler: Processed in 0.006949373 sec.
8594 2025.02.25 04:26:38.695549 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8595 2025.02.25 04:26:38.695749 [ 281 ] {8211b9d6-cb28-4c12-85d1-dc2f2ca7b0ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8596 2025.02.25 04:26:38.695820 [ 281 ] {8211b9d6-cb28-4c12-85d1-dc2f2ca7b0ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8597 2025.02.25 04:26:38.696731 [ 281 ] {8211b9d6-cb28-4c12-85d1-dc2f2ca7b0ec} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8598 2025.02.25 04:26:38.696775 [ 281 ] {8211b9d6-cb28-4c12-85d1-dc2f2ca7b0ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8599 2025.02.25 04:26:38.697291 [ 281 ] {8211b9d6-cb28-4c12-85d1-dc2f2ca7b0ec} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8600 2025.02.25 04:26:38.697624 [ 281 ] {8211b9d6-cb28-4c12-85d1-dc2f2ca7b0ec} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8601 2025.02.25 04:26:38.697978 [ 281 ] {8211b9d6-cb28-4c12-85d1-dc2f2ca7b0ec} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.002266 sec., 105472.19770520742 rows/sec., 7.07 MiB/sec.
8602 2025.02.25 04:26:38.698080 [ 281 ] {8211b9d6-cb28-4c12-85d1-dc2f2ca7b0ec} <Debug> TCPHandler: Processed in 0.002959114 sec.
8603 2025.02.25 04:26:38.698367 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8604 2025.02.25 04:26:38.698714 [ 276 ] {ce3b59fd-6aa9-4cac-8a12-0c774e7f36a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8605 2025.02.25 04:26:38.698834 [ 276 ] {ce3b59fd-6aa9-4cac-8a12-0c774e7f36a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8606 2025.02.25 04:26:38.700787 [ 276 ] {ce3b59fd-6aa9-4cac-8a12-0c774e7f36a1} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8607 2025.02.25 04:26:38.700857 [ 276 ] {ce3b59fd-6aa9-4cac-8a12-0c774e7f36a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8608 2025.02.25 04:26:38.702179 [ 276 ] {ce3b59fd-6aa9-4cac-8a12-0c774e7f36a1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
8609 2025.02.25 04:26:38.703001 [ 276 ] {ce3b59fd-6aa9-4cac-8a12-0c774e7f36a1} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8610 2025.02.25 04:26:38.704383 [ 276 ] {ce3b59fd-6aa9-4cac-8a12-0c774e7f36a1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005692 sec., 175.68517217146874 rows/sec., 11.84 KiB/sec.
8611 2025.02.25 04:26:38.705065 [ 276 ] {ce3b59fd-6aa9-4cac-8a12-0c774e7f36a1} <Debug> TCPHandler: Processed in 0.006878312 sec.
8612 2025.02.25 04:26:38.705402 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8613 2025.02.25 04:26:38.705620 [ 281 ] {9c29ac39-8afd-491a-90a5-1ba8c05b0c03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8614 2025.02.25 04:26:38.705786 [ 281 ] {9c29ac39-8afd-491a-90a5-1ba8c05b0c03} <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
8615 2025.02.25 04:26:38.709014 [ 281 ] {9c29ac39-8afd-491a-90a5-1ba8c05b0c03} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8616 2025.02.25 04:26:38.709079 [ 281 ] {9c29ac39-8afd-491a-90a5-1ba8c05b0c03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8617 2025.02.25 04:26:38.710862 [ 281 ] {9c29ac39-8afd-491a-90a5-1ba8c05b0c03} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
8618 2025.02.25 04:26:38.711289 [ 281 ] {9c29ac39-8afd-491a-90a5-1ba8c05b0c03} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8619 2025.02.25 04:26:38.711690 [ 281 ] {9c29ac39-8afd-491a-90a5-1ba8c05b0c03} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.006119 sec., 817.1269815329301 rows/sec., 1.46 MiB/sec.
8620 2025.02.25 04:26:38.712095 [ 281 ] {9c29ac39-8afd-491a-90a5-1ba8c05b0c03} <Debug> TCPHandler: Processed in 0.006881453 sec.
8621 2025.02.25 04:26:38.712353 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8622 2025.02.25 04:26:38.712568 [ 190 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
8623 2025.02.25 04:26:38.712630 [ 276 ] {6330a1b7-b74b-4957-a23a-1cfe3657eaa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8624 2025.02.25 04:26:38.712799 [ 276 ] {6330a1b7-b74b-4957-a23a-1cfe3657eaa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8625 2025.02.25 04:26:38.714569 [ 276 ] {6330a1b7-b74b-4957-a23a-1cfe3657eaa4} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8626 2025.02.25 04:26:38.714626 [ 276 ] {6330a1b7-b74b-4957-a23a-1cfe3657eaa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8627 2025.02.25 04:26:38.715456 [ 276 ] {6330a1b7-b74b-4957-a23a-1cfe3657eaa4} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8628 2025.02.25 04:26:38.715911 [ 276 ] {6330a1b7-b74b-4957-a23a-1cfe3657eaa4} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8629 2025.02.25 04:26:38.716294 [ 276 ] {6330a1b7-b74b-4957-a23a-1cfe3657eaa4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003724 sec., 22019.334049409237 rows/sec., 1.40 MiB/sec.
8630 2025.02.25 04:26:38.716608 [ 276 ] {6330a1b7-b74b-4957-a23a-1cfe3657eaa4} <Debug> TCPHandler: Processed in 0.004404155 sec.
8631 2025.02.25 04:26:38.720088 [ 190 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
8632 2025.02.25 04:26:38.781775 [ 192 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.168349595 sec., 1835.4662510474113 rows/sec., 9.49 MiB/sec.
8633 2025.02.25 04:26:38.784828 [ 191 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8634 2025.02.25 04:26:38.787911 [ 191 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_41_8} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8635 2025.02.25 04:26:38.788005 [ 191 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_41_8} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8636 2025.02.25 04:26:38.790350 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB.
8637 2025.02.25 04:26:39.867208 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1232
8638 2025.02.25 04:26:39.870433 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8639 2025.02.25 04:26:39.870495 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8640 2025.02.25 04:26:39.872041 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8641 2025.02.25 04:26:39.872367 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8642 2025.02.25 04:26:39.874124 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1232
8643 2025.02.25 04:26:43.635704 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8644 2025.02.25 04:26:43.635939 [ 281 ] {888b289e-e8be-4762-a20e-0c2d9eb45433} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8645 2025.02.25 04:26:43.636025 [ 281 ] {888b289e-e8be-4762-a20e-0c2d9eb45433} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8646 2025.02.25 04:26:43.636955 [ 281 ] {888b289e-e8be-4762-a20e-0c2d9eb45433} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8647 2025.02.25 04:26:43.637009 [ 281 ] {888b289e-e8be-4762-a20e-0c2d9eb45433} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8648 2025.02.25 04:26:43.637478 [ 281 ] {888b289e-e8be-4762-a20e-0c2d9eb45433} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8649 2025.02.25 04:26:43.637743 [ 281 ] {888b289e-e8be-4762-a20e-0c2d9eb45433} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8650 2025.02.25 04:26:43.637979 [ 281 ] {888b289e-e8be-4762-a20e-0c2d9eb45433} <Debug> executeQuery: Read 126 rows, 11.02 KiB in 0.002103 sec., 59914.407988587736 rows/sec., 5.12 MiB/sec.
8651 2025.02.25 04:26:43.638049 [ 281 ] {888b289e-e8be-4762-a20e-0c2d9eb45433} <Debug> TCPHandler: Processed in 0.002495217 sec.
8652 2025.02.25 04:26:43.638323 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8653 2025.02.25 04:26:43.638536 [ 276 ] {74b46eff-933a-414a-82fc-984a08fd6da3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8654 2025.02.25 04:26:43.638620 [ 276 ] {74b46eff-933a-414a-82fc-984a08fd6da3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8655 2025.02.25 04:26:43.639413 [ 276 ] {74b46eff-933a-414a-82fc-984a08fd6da3} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8656 2025.02.25 04:26:43.639461 [ 276 ] {74b46eff-933a-414a-82fc-984a08fd6da3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8657 2025.02.25 04:26:43.639933 [ 276 ] {74b46eff-933a-414a-82fc-984a08fd6da3} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
8658 2025.02.25 04:26:43.640201 [ 276 ] {74b46eff-933a-414a-82fc-984a08fd6da3} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8659 2025.02.25 04:26:43.640364 [ 31 ] {} <Debug> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
8660 2025.02.25 04:26:43.640408 [ 31 ] {} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8661 2025.02.25 04:26:43.640421 [ 276 ] {74b46eff-933a-414a-82fc-984a08fd6da3} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.001941 sec., 18031.942297784648 rows/sec., 1.32 MiB/sec.
8662 2025.02.25 04:26:43.640434 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8663 2025.02.25 04:26:43.640508 [ 276 ] {74b46eff-933a-414a-82fc-984a08fd6da3} <Debug> TCPHandler: Processed in 0.002329675 sec.
8664 2025.02.25 04:26:43.640583 [ 203 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::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
8665 2025.02.25 04:26:43.640697 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8666 2025.02.25 04:26:43.640761 [ 203 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8667 2025.02.25 04:26:43.640814 [ 203 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 164 rows starting from the beginning of the part
8668 2025.02.25 04:26:43.640957 [ 281 ] {f2b80c77-04af-4bb6-aa97-a08c850cd8dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8669 2025.02.25 04:26:43.641128 [ 203 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 37 rows starting from the beginning of the part
8670 2025.02.25 04:26:43.641147 [ 281 ] {f2b80c77-04af-4bb6-aa97-a08c850cd8dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8671 2025.02.25 04:26:43.641513 [ 203 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 111 rows starting from the beginning of the part
8672 2025.02.25 04:26:43.641844 [ 203 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 35 rows starting from the beginning of the part
8673 2025.02.25 04:26:43.642144 [ 203 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 115 rows starting from the beginning of the part
8674 2025.02.25 04:26:43.642626 [ 203 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 35 rows starting from the beginning of the part
8675 2025.02.25 04:26:43.644486 [ 281 ] {f2b80c77-04af-4bb6-aa97-a08c850cd8dc} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8676 2025.02.25 04:26:43.644615 [ 281 ] {f2b80c77-04af-4bb6-aa97-a08c850cd8dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8677 2025.02.25 04:26:43.646396 [ 281 ] {f2b80c77-04af-4bb6-aa97-a08c850cd8dc} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8678 2025.02.25 04:26:43.646439 [ 192 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 497 rows, containing 5 columns (5 merged, 0 gathered) in 0.005921148 sec., 83936.42584174556 rows/sec., 5.68 MiB/sec.
8679 2025.02.25 04:26:43.646714 [ 192 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
8680 2025.02.25 04:26:43.646884 [ 281 ] {f2b80c77-04af-4bb6-aa97-a08c850cd8dc} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8681 2025.02.25 04:26:43.647351 [ 281 ] {f2b80c77-04af-4bb6-aa97-a08c850cd8dc} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.006478 sec., 15282.49459709787 rows/sec., 1.19 MiB/sec.
8682 2025.02.25 04:26:43.647506 [ 192 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_56_11} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8683 2025.02.25 04:26:43.647875 [ 281 ] {f2b80c77-04af-4bb6-aa97-a08c850cd8dc} <Debug> TCPHandler: Processed in 0.007249127 sec.
8684 2025.02.25 04:26:43.647893 [ 192 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_56_11} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
8685 2025.02.25 04:26:43.648205 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8686 2025.02.25 04:26:43.648254 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
8687 2025.02.25 04:26:43.648450 [ 276 ] {feb58c5a-eb1d-4f9d-9d9c-f21d670f7322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8688 2025.02.25 04:26:43.648526 [ 276 ] {feb58c5a-eb1d-4f9d-9d9c-f21d670f7322} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8689 2025.02.25 04:26:43.649100 [ 276 ] {feb58c5a-eb1d-4f9d-9d9c-f21d670f7322} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8690 2025.02.25 04:26:43.649140 [ 276 ] {feb58c5a-eb1d-4f9d-9d9c-f21d670f7322} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8691 2025.02.25 04:26:43.649643 [ 276 ] {feb58c5a-eb1d-4f9d-9d9c-f21d670f7322} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8692 2025.02.25 04:26:43.650064 [ 276 ] {feb58c5a-eb1d-4f9d-9d9c-f21d670f7322} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8693 2025.02.25 04:26:43.650256 [ 276 ] {feb58c5a-eb1d-4f9d-9d9c-f21d670f7322} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00185 sec., 86486.48648648648 rows/sec., 6.02 MiB/sec.
8694 2025.02.25 04:26:43.650311 [ 276 ] {feb58c5a-eb1d-4f9d-9d9c-f21d670f7322} <Debug> TCPHandler: Processed in 0.002299074 sec.
8695 2025.02.25 04:26:43.650478 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8696 2025.02.25 04:26:43.650605 [ 281 ] {32a7deca-e907-4dc2-8464-6d78009dbbcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8697 2025.02.25 04:26:43.650695 [ 281 ] {32a7deca-e907-4dc2-8464-6d78009dbbcf} <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
8698 2025.02.25 04:26:43.651923 [ 281 ] {32a7deca-e907-4dc2-8464-6d78009dbbcf} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8699 2025.02.25 04:26:43.651964 [ 281 ] {32a7deca-e907-4dc2-8464-6d78009dbbcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8700 2025.02.25 04:26:43.652703 [ 281 ] {32a7deca-e907-4dc2-8464-6d78009dbbcf} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
8701 2025.02.25 04:26:43.652983 [ 281 ] {32a7deca-e907-4dc2-8464-6d78009dbbcf} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8702 2025.02.25 04:26:43.653228 [ 281 ] {32a7deca-e907-4dc2-8464-6d78009dbbcf} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002653 sec., 13192.612137203167 rows/sec., 23.64 MiB/sec.
8703 2025.02.25 04:26:43.653325 [ 281 ] {32a7deca-e907-4dc2-8464-6d78009dbbcf} <Debug> TCPHandler: Processed in 0.002907292 sec.
8704 2025.02.25 04:26:43.653485 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8705 2025.02.25 04:26:43.653630 [ 276 ] {bd406ac6-7744-4123-a895-77a26c70efae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8706 2025.02.25 04:26:43.653691 [ 276 ] {bd406ac6-7744-4123-a895-77a26c70efae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8707 2025.02.25 04:26:43.654277 [ 276 ] {bd406ac6-7744-4123-a895-77a26c70efae} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8708 2025.02.25 04:26:43.654322 [ 276 ] {bd406ac6-7744-4123-a895-77a26c70efae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8709 2025.02.25 04:26:43.654771 [ 276 ] {bd406ac6-7744-4123-a895-77a26c70efae} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8710 2025.02.25 04:26:43.655017 [ 276 ] {bd406ac6-7744-4123-a895-77a26c70efae} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8711 2025.02.25 04:26:43.655200 [ 276 ] {bd406ac6-7744-4123-a895-77a26c70efae} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001603 sec., 37429.81908920773 rows/sec., 2.52 MiB/sec.
8712 2025.02.25 04:26:43.655252 [ 276 ] {bd406ac6-7744-4123-a895-77a26c70efae} <Debug> TCPHandler: Processed in 0.001836837 sec.
8713 2025.02.25 04:26:44.629271 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache
8714 2025.02.25 04:26:44.629326 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache
8715 2025.02.25 04:26:44.768090 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276
8716 2025.02.25 04:26:44.768722 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8717 2025.02.25 04:26:44.768771 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8718 2025.02.25 04:26:44.769312 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8719 2025.02.25 04:26:44.769613 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8720 2025.02.25 04:26:44.769923 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276
8721 2025.02.25 04:26:46.131537 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317
8722 2025.02.25 04:26:46.151134 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8723 2025.02.25 04:26:46.151193 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8724 2025.02.25 04:26:46.158128 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8725 2025.02.25 04:26:46.158914 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8726 2025.02.25 04:26:46.161515 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317
8727 2025.02.25 04:26:48.640289 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8728 2025.02.25 04:26:48.640488 [ 281 ] {4baeb03d-9637-46cd-8ef7-cb10c2651bfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8729 2025.02.25 04:26:48.640566 [ 281 ] {4baeb03d-9637-46cd-8ef7-cb10c2651bfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8730 2025.02.25 04:26:48.641460 [ 281 ] {4baeb03d-9637-46cd-8ef7-cb10c2651bfa} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8731 2025.02.25 04:26:48.641513 [ 281 ] {4baeb03d-9637-46cd-8ef7-cb10c2651bfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8732 2025.02.25 04:26:48.641988 [ 281 ] {4baeb03d-9637-46cd-8ef7-cb10c2651bfa} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8733 2025.02.25 04:26:48.642258 [ 281 ] {4baeb03d-9637-46cd-8ef7-cb10c2651bfa} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8734 2025.02.25 04:26:48.642496 [ 281 ] {4baeb03d-9637-46cd-8ef7-cb10c2651bfa} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00206 sec., 102912.6213592233 rows/sec., 6.55 MiB/sec.
8735 2025.02.25 04:26:48.642593 [ 281 ] {4baeb03d-9637-46cd-8ef7-cb10c2651bfa} <Debug> TCPHandler: Processed in 0.002440246 sec.
8736 2025.02.25 04:26:48.642868 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8737 2025.02.25 04:26:48.643086 [ 276 ] {fed75358-bb83-48e1-a41f-a0366caf8069} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8738 2025.02.25 04:26:48.643170 [ 276 ] {fed75358-bb83-48e1-a41f-a0366caf8069} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8739 2025.02.25 04:26:48.644308 [ 276 ] {fed75358-bb83-48e1-a41f-a0366caf8069} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8740 2025.02.25 04:26:48.644353 [ 276 ] {fed75358-bb83-48e1-a41f-a0366caf8069} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8741 2025.02.25 04:26:48.644851 [ 276 ] {fed75358-bb83-48e1-a41f-a0366caf8069} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8742 2025.02.25 04:26:48.645115 [ 276 ] {fed75358-bb83-48e1-a41f-a0366caf8069} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8743 2025.02.25 04:26:48.645378 [ 276 ] {fed75358-bb83-48e1-a41f-a0366caf8069} <Debug> executeQuery: Read 627 rows, 50.33 KiB in 0.002349 sec., 266922.0945083014 rows/sec., 20.92 MiB/sec.
8744 2025.02.25 04:26:48.645488 [ 276 ] {fed75358-bb83-48e1-a41f-a0366caf8069} <Debug> TCPHandler: Processed in 0.002760501 sec.
8745 2025.02.25 04:26:48.645719 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8746 2025.02.25 04:26:48.645996 [ 281 ] {39e87cdd-ff1d-4738-a1d8-2a481417e86c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8747 2025.02.25 04:26:48.646059 [ 281 ] {39e87cdd-ff1d-4738-a1d8-2a481417e86c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8748 2025.02.25 04:26:48.646741 [ 281 ] {39e87cdd-ff1d-4738-a1d8-2a481417e86c} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8749 2025.02.25 04:26:48.646784 [ 281 ] {39e87cdd-ff1d-4738-a1d8-2a481417e86c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8750 2025.02.25 04:26:48.647191 [ 281 ] {39e87cdd-ff1d-4738-a1d8-2a481417e86c} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
8751 2025.02.25 04:26:48.647442 [ 281 ] {39e87cdd-ff1d-4738-a1d8-2a481417e86c} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8752 2025.02.25 04:26:48.647673 [ 281 ] {39e87cdd-ff1d-4738-a1d8-2a481417e86c} <Debug> executeQuery: Read 111 rows, 6.76 KiB in 0.001762 sec., 62996.59477866062 rows/sec., 3.75 MiB/sec.
8753 2025.02.25 04:26:48.647736 [ 281 ] {39e87cdd-ff1d-4738-a1d8-2a481417e86c} <Debug> TCPHandler: Processed in 0.002144881 sec.
8754 2025.02.25 04:26:48.647896 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8755 2025.02.25 04:26:48.648043 [ 276 ] {3cea1ac7-3372-458a-b09d-2442a185c260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8756 2025.02.25 04:26:48.648106 [ 276 ] {3cea1ac7-3372-458a-b09d-2442a185c260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8757 2025.02.25 04:26:48.648866 [ 276 ] {3cea1ac7-3372-458a-b09d-2442a185c260} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8758 2025.02.25 04:26:48.648906 [ 276 ] {3cea1ac7-3372-458a-b09d-2442a185c260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8759 2025.02.25 04:26:48.649286 [ 276 ] {3cea1ac7-3372-458a-b09d-2442a185c260} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
8760 2025.02.25 04:26:48.649543 [ 276 ] {3cea1ac7-3372-458a-b09d-2442a185c260} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8761 2025.02.25 04:26:48.649772 [ 276 ] {3cea1ac7-3372-458a-b09d-2442a185c260} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001762 sec., 64131.6685584563 rows/sec., 4.15 MiB/sec.
8762 2025.02.25 04:26:48.649886 [ 276 ] {3cea1ac7-3372-458a-b09d-2442a185c260} <Debug> TCPHandler: Processed in 0.00205841 sec.
8763 2025.02.25 04:26:48.650064 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8764 2025.02.25 04:26:48.650188 [ 281 ] {b07aa51d-d866-4015-85a1-d00d2e59cbe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8765 2025.02.25 04:26:48.650241 [ 281 ] {b07aa51d-d866-4015-85a1-d00d2e59cbe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8766 2025.02.25 04:26:48.650887 [ 281 ] {b07aa51d-d866-4015-85a1-d00d2e59cbe0} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8767 2025.02.25 04:26:48.650929 [ 281 ] {b07aa51d-d866-4015-85a1-d00d2e59cbe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8768 2025.02.25 04:26:48.651316 [ 281 ] {b07aa51d-d866-4015-85a1-d00d2e59cbe0} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8769 2025.02.25 04:26:48.651569 [ 281 ] {b07aa51d-d866-4015-85a1-d00d2e59cbe0} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8770 2025.02.25 04:26:48.651784 [ 281 ] {b07aa51d-d866-4015-85a1-d00d2e59cbe0} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001624 sec., 68965.5172413793 rows/sec., 3.93 MiB/sec.
8771 2025.02.25 04:26:48.651840 [ 281 ] {b07aa51d-d866-4015-85a1-d00d2e59cbe0} <Debug> TCPHandler: Processed in 0.001850877 sec.
8772 2025.02.25 04:26:48.651998 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8773 2025.02.25 04:26:48.652145 [ 276 ] {f591ccc3-8225-4f90-91a5-24c6611304bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8774 2025.02.25 04:26:48.652206 [ 276 ] {f591ccc3-8225-4f90-91a5-24c6611304bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8775 2025.02.25 04:26:48.653042 [ 276 ] {f591ccc3-8225-4f90-91a5-24c6611304bc} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8776 2025.02.25 04:26:48.653083 [ 276 ] {f591ccc3-8225-4f90-91a5-24c6611304bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8777 2025.02.25 04:26:48.653475 [ 276 ] {f591ccc3-8225-4f90-91a5-24c6611304bc} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8778 2025.02.25 04:26:48.653718 [ 276 ] {f591ccc3-8225-4f90-91a5-24c6611304bc} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8779 2025.02.25 04:26:48.654033 [ 276 ] {f591ccc3-8225-4f90-91a5-24c6611304bc} <Debug> executeQuery: Read 387 rows, 27.99 KiB in 0.001898 sec., 203898.84088514227 rows/sec., 14.40 MiB/sec.
8780 2025.02.25 04:26:48.654105 [ 276 ] {f591ccc3-8225-4f90-91a5-24c6611304bc} <Debug> TCPHandler: Processed in 0.002175773 sec.
8781 2025.02.25 04:26:48.654445 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8782 2025.02.25 04:26:48.654900 [ 281 ] {fe109c10-db1d-401c-bc8e-1399414ff9b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8783 2025.02.25 04:26:48.655123 [ 281 ] {fe109c10-db1d-401c-bc8e-1399414ff9b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8784 2025.02.25 04:26:48.656617 [ 281 ] {fe109c10-db1d-401c-bc8e-1399414ff9b1} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8785 2025.02.25 04:26:48.656657 [ 281 ] {fe109c10-db1d-401c-bc8e-1399414ff9b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8786 2025.02.25 04:26:48.657051 [ 281 ] {fe109c10-db1d-401c-bc8e-1399414ff9b1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8787 2025.02.25 04:26:48.657306 [ 281 ] {fe109c10-db1d-401c-bc8e-1399414ff9b1} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8788 2025.02.25 04:26:48.657499 [ 43 ] {} <Debug> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
8789 2025.02.25 04:26:48.657568 [ 43 ] {} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8790 2025.02.25 04:26:48.657572 [ 281 ] {fe109c10-db1d-401c-bc8e-1399414ff9b1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002858 sec., 2099.3701889433173 rows/sec., 109.68 KiB/sec.
8791 2025.02.25 04:26:48.657610 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8792 2025.02.25 04:26:48.657718 [ 281 ] {fe109c10-db1d-401c-bc8e-1399414ff9b1} <Debug> TCPHandler: Processed in 0.003487571 sec.
8793 2025.02.25 04:26:48.657929 [ 192 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
8794 2025.02.25 04:26:48.657946 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8795 2025.02.25 04:26:48.658231 [ 276 ] {092e1660-4d57-400d-8ae1-5351a98ec075} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8796 2025.02.25 04:26:48.658245 [ 192 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8797 2025.02.25 04:26:48.658339 [ 192 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
8798 2025.02.25 04:26:48.658344 [ 276 ] {092e1660-4d57-400d-8ae1-5351a98ec075} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8799 2025.02.25 04:26:48.658625 [ 192 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
8800 2025.02.25 04:26:48.658975 [ 192 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
8801 2025.02.25 04:26:48.659377 [ 192 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
8802 2025.02.25 04:26:48.659718 [ 192 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
8803 2025.02.25 04:26:48.660093 [ 192 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
8804 2025.02.25 04:26:48.661098 [ 276 ] {092e1660-4d57-400d-8ae1-5351a98ec075} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8805 2025.02.25 04:26:48.661169 [ 276 ] {092e1660-4d57-400d-8ae1-5351a98ec075} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8806 2025.02.25 04:26:48.662320 [ 276 ] {092e1660-4d57-400d-8ae1-5351a98ec075} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8807 2025.02.25 04:26:48.662619 [ 194 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.004879643 sec., 31969.551870905307 rows/sec., 1.63 MiB/sec.
8808 2025.02.25 04:26:48.662789 [ 276 ] {092e1660-4d57-400d-8ae1-5351a98ec075} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8809 2025.02.25 04:26:48.662829 [ 194 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
8810 2025.02.25 04:26:48.663232 [ 276 ] {092e1660-4d57-400d-8ae1-5351a98ec075} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005093 sec., 46534.4590614569 rows/sec., 3.12 MiB/sec.
8811 2025.02.25 04:26:48.663382 [ 276 ] {092e1660-4d57-400d-8ae1-5351a98ec075} <Debug> TCPHandler: Processed in 0.005546092 sec.
8812 2025.02.25 04:26:48.663463 [ 194 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_26_5} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8813 2025.02.25 04:26:48.663558 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8814 2025.02.25 04:26:48.663572 [ 194 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_26_5} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
8815 2025.02.25 04:26:48.663691 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8816 2025.02.25 04:26:48.663709 [ 281 ] {bedbee0e-81db-46c1-a558-a793a4f0fdcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8817 2025.02.25 04:26:48.663767 [ 281 ] {bedbee0e-81db-46c1-a558-a793a4f0fdcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8818 2025.02.25 04:26:48.664234 [ 281 ] {bedbee0e-81db-46c1-a558-a793a4f0fdcb} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8819 2025.02.25 04:26:48.664274 [ 281 ] {bedbee0e-81db-46c1-a558-a793a4f0fdcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8820 2025.02.25 04:26:48.664656 [ 281 ] {bedbee0e-81db-46c1-a558-a793a4f0fdcb} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8821 2025.02.25 04:26:48.664905 [ 281 ] {bedbee0e-81db-46c1-a558-a793a4f0fdcb} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8822 2025.02.25 04:26:48.665066 [ 43 ] {} <Debug> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
8823 2025.02.25 04:26:48.665126 [ 43 ] {} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8824 2025.02.25 04:26:48.665166 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8825 2025.02.25 04:26:48.665173 [ 281 ] {bedbee0e-81db-46c1-a558-a793a4f0fdcb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001485 sec., 673.4006734006734 rows/sec., 45.38 KiB/sec.
8826 2025.02.25 04:26:48.665374 [ 281 ] {bedbee0e-81db-46c1-a558-a793a4f0fdcb} <Debug> TCPHandler: Processed in 0.001889248 sec.
8827 2025.02.25 04:26:48.665421 [ 200 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::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
8828 2025.02.25 04:26:48.665581 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8829 2025.02.25 04:26:48.665609 [ 200 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8830 2025.02.25 04:26:48.665663 [ 200 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 23 rows starting from the beginning of the part
8831 2025.02.25 04:26:48.665911 [ 276 ] {5ad160ab-c390-4197-a8fc-ed94cec499c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8832 2025.02.25 04:26:48.665914 [ 200 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part
8833 2025.02.25 04:26:48.666245 [ 276 ] {5ad160ab-c390-4197-a8fc-ed94cec499c0} <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
8834 2025.02.25 04:26:48.666253 [ 200 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part
8835 2025.02.25 04:26:48.666595 [ 200 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part
8836 2025.02.25 04:26:48.666890 [ 200 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part
8837 2025.02.25 04:26:48.667173 [ 200 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part
8838 2025.02.25 04:26:48.670980 [ 200 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.005723144 sec., 4892.415777062398 rows/sec., 328.30 KiB/sec.
8839 2025.02.25 04:26:48.671189 [ 200 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
8840 2025.02.25 04:26:48.671479 [ 276 ] {5ad160ab-c390-4197-a8fc-ed94cec499c0} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8841 2025.02.25 04:26:48.671544 [ 276 ] {5ad160ab-c390-4197-a8fc-ed94cec499c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8842 2025.02.25 04:26:48.671768 [ 200 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_26_5} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8843 2025.02.25 04:26:48.671967 [ 200 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_26_5} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
8844 2025.02.25 04:26:48.672177 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8845 2025.02.25 04:26:48.672607 [ 276 ] {5ad160ab-c390-4197-a8fc-ed94cec499c0} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
8846 2025.02.25 04:26:48.672883 [ 276 ] {5ad160ab-c390-4197-a8fc-ed94cec499c0} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8847 2025.02.25 04:26:48.673096 [ 276 ] {5ad160ab-c390-4197-a8fc-ed94cec499c0} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.007337 sec., 681.4774430966336 rows/sec., 1.22 MiB/sec.
8848 2025.02.25 04:26:48.673216 [ 276 ] {5ad160ab-c390-4197-a8fc-ed94cec499c0} <Debug> TCPHandler: Processed in 0.007735725 sec.
8849 2025.02.25 04:26:48.673372 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8850 2025.02.25 04:26:48.673496 [ 281 ] {c479f143-a568-4f26-aba4-22dd4c8bd455} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8851 2025.02.25 04:26:48.673548 [ 281 ] {c479f143-a568-4f26-aba4-22dd4c8bd455} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8852 2025.02.25 04:26:48.674060 [ 281 ] {c479f143-a568-4f26-aba4-22dd4c8bd455} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8853 2025.02.25 04:26:48.674101 [ 281 ] {c479f143-a568-4f26-aba4-22dd4c8bd455} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8854 2025.02.25 04:26:48.674494 [ 281 ] {c479f143-a568-4f26-aba4-22dd4c8bd455} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8855 2025.02.25 04:26:48.674744 [ 281 ] {c479f143-a568-4f26-aba4-22dd4c8bd455} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8856 2025.02.25 04:26:48.674959 [ 281 ] {c479f143-a568-4f26-aba4-22dd4c8bd455} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001489 sec., 55070.51712558764 rows/sec., 3.50 MiB/sec.
8857 2025.02.25 04:26:48.675013 [ 281 ] {c479f143-a568-4f26-aba4-22dd4c8bd455} <Debug> TCPHandler: Processed in 0.001696395 sec.
8858 2025.02.25 04:26:49.874384 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1266
8859 2025.02.25 04:26:49.877543 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8860 2025.02.25 04:26:49.877602 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8861 2025.02.25 04:26:49.879099 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8862 2025.02.25 04:26:49.879415 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8863 2025.02.25 04:26:49.879611 [ 78 ] {} <Debug> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
8864 2025.02.25 04:26:49.879680 [ 78 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8865 2025.02.25 04:26:49.879723 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8866 2025.02.25 04:26:49.881010 [ 199 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::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
8867 2025.02.25 04:26:49.881483 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1266
8868 2025.02.25 04:26:49.882032 [ 199 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8869 2025.02.25 04:26:49.882234 [ 199 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1082 rows starting from the beginning of the part
8870 2025.02.25 04:26:49.882887 [ 199 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 34 rows starting from the beginning of the part
8871 2025.02.25 04:26:49.883507 [ 199 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::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
8872 2025.02.25 04:26:49.884130 [ 199 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 46 rows starting from the beginning of the part
8873 2025.02.25 04:26:49.884706 [ 199 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 36 rows starting from the beginning of the part
8874 2025.02.25 04:26:49.885291 [ 199 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::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
8875 2025.02.25 04:26:49.894069 [ 193 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1266 rows, containing 72 columns (72 merged, 0 gathered) in 0.014127189 sec., 89614.43072645238 rows/sec., 70.69 MiB/sec.
8876 2025.02.25 04:26:49.896068 [ 193 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
8877 2025.02.25 04:26:49.896953 [ 193 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_31_6} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8878 2025.02.25 04:26:49.897064 [ 193 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_31_6} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
8879 2025.02.25 04:26:49.897452 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.81 MiB.
8880 2025.02.25 04:26:50.839929 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8881 2025.02.25 04:26:50.840136 [ 281 ] {561654d6-e830-4720-90ef-660d48a5e098} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8882 2025.02.25 04:26:50.840209 [ 281 ] {561654d6-e830-4720-90ef-660d48a5e098} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8883 2025.02.25 04:26:50.840947 [ 281 ] {561654d6-e830-4720-90ef-660d48a5e098} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8884 2025.02.25 04:26:50.840988 [ 281 ] {561654d6-e830-4720-90ef-660d48a5e098} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8885 2025.02.25 04:26:50.841421 [ 281 ] {561654d6-e830-4720-90ef-660d48a5e098} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
8886 2025.02.25 04:26:50.841671 [ 281 ] {561654d6-e830-4720-90ef-660d48a5e098} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8887 2025.02.25 04:26:50.841904 [ 281 ] {561654d6-e830-4720-90ef-660d48a5e098} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001813 sec., 6618.863761720905 rows/sec., 539.72 KiB/sec.
8888 2025.02.25 04:26:50.842111 [ 281 ] {561654d6-e830-4720-90ef-660d48a5e098} <Debug> TCPHandler: Processed in 0.002311184 sec.
8889 2025.02.25 04:26:50.842403 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8890 2025.02.25 04:26:50.842593 [ 276 ] {5195decd-1326-41b0-8bcd-a3485daf05ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8891 2025.02.25 04:26:50.842665 [ 276 ] {5195decd-1326-41b0-8bcd-a3485daf05ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8892 2025.02.25 04:26:50.843952 [ 276 ] {5195decd-1326-41b0-8bcd-a3485daf05ef} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8893 2025.02.25 04:26:50.844000 [ 276 ] {5195decd-1326-41b0-8bcd-a3485daf05ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8894 2025.02.25 04:26:50.844530 [ 276 ] {5195decd-1326-41b0-8bcd-a3485daf05ef} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8895 2025.02.25 04:26:50.844795 [ 276 ] {5195decd-1326-41b0-8bcd-a3485daf05ef} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8896 2025.02.25 04:26:50.845042 [ 276 ] {5195decd-1326-41b0-8bcd-a3485daf05ef} <Debug> executeQuery: Read 1272 rows, 107.58 KiB in 0.0025 sec., 508800 rows/sec., 42.02 MiB/sec.
8897 2025.02.25 04:26:50.845106 [ 276 ] {5195decd-1326-41b0-8bcd-a3485daf05ef} <Debug> TCPHandler: Processed in 0.002831192 sec.
8898 2025.02.25 04:26:50.845273 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8899 2025.02.25 04:26:50.845416 [ 281 ] {cbafb365-b9da-4b32-8207-61d8a1ea2519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8900 2025.02.25 04:26:50.845477 [ 281 ] {cbafb365-b9da-4b32-8207-61d8a1ea2519} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8901 2025.02.25 04:26:50.846165 [ 281 ] {cbafb365-b9da-4b32-8207-61d8a1ea2519} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8902 2025.02.25 04:26:50.846204 [ 281 ] {cbafb365-b9da-4b32-8207-61d8a1ea2519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8903 2025.02.25 04:26:50.846586 [ 281 ] {cbafb365-b9da-4b32-8207-61d8a1ea2519} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8904 2025.02.25 04:26:50.846840 [ 281 ] {cbafb365-b9da-4b32-8207-61d8a1ea2519} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8905 2025.02.25 04:26:50.847025 [ 281 ] {cbafb365-b9da-4b32-8207-61d8a1ea2519} <Debug> executeQuery: Read 47 rows, 3.47 KiB in 0.001639 sec., 28676.021964612566 rows/sec., 2.07 MiB/sec.
8906 2025.02.25 04:26:50.847082 [ 281 ] {cbafb365-b9da-4b32-8207-61d8a1ea2519} <Debug> TCPHandler: Processed in 0.001878518 sec.
8907 2025.02.25 04:26:50.847307 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8908 2025.02.25 04:26:50.847537 [ 276 ] {bc82fb08-c1e3-42ab-9451-0405cddc4ca4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8909 2025.02.25 04:26:50.847634 [ 276 ] {bc82fb08-c1e3-42ab-9451-0405cddc4ca4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8910 2025.02.25 04:26:50.848463 [ 276 ] {bc82fb08-c1e3-42ab-9451-0405cddc4ca4} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8911 2025.02.25 04:26:50.848505 [ 276 ] {bc82fb08-c1e3-42ab-9451-0405cddc4ca4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8912 2025.02.25 04:26:50.848886 [ 276 ] {bc82fb08-c1e3-42ab-9451-0405cddc4ca4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
8913 2025.02.25 04:26:50.849138 [ 276 ] {bc82fb08-c1e3-42ab-9451-0405cddc4ca4} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8914 2025.02.25 04:26:50.849315 [ 94 ] {} <Debug> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
8915 2025.02.25 04:26:50.849382 [ 94 ] {} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8916 2025.02.25 04:26:50.849390 [ 276 ] {bc82fb08-c1e3-42ab-9451-0405cddc4ca4} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001903 sec., 119810.82501313716 rows/sec., 8.11 MiB/sec.
8917 2025.02.25 04:26:50.849418 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8918 2025.02.25 04:26:50.849577 [ 276 ] {bc82fb08-c1e3-42ab-9451-0405cddc4ca4} <Debug> TCPHandler: Processed in 0.002377875 sec.
8919 2025.02.25 04:26:50.849844 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8920 2025.02.25 04:26:50.849883 [ 193 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::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
8921 2025.02.25 04:26:50.850154 [ 281 ] {dd255e4c-d1b7-4851-ae1b-0a52d59025a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8922 2025.02.25 04:26:50.850279 [ 281 ] {dd255e4c-d1b7-4851-ae1b-0a52d59025a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8923 2025.02.25 04:26:50.850392 [ 193 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8924 2025.02.25 04:26:50.850505 [ 193 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 343 rows starting from the beginning of the part
8925 2025.02.25 04:26:50.850867 [ 193 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 228 rows starting from the beginning of the part
8926 2025.02.25 04:26:50.851231 [ 193 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 113 rows starting from the beginning of the part
8927 2025.02.25 04:26:50.851604 [ 193 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::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
8928 2025.02.25 04:26:50.852086 [ 193 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::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
8929 2025.02.25 04:26:50.852256 [ 193 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 228 rows starting from the beginning of the part
8930 2025.02.25 04:26:50.853393 [ 281 ] {dd255e4c-d1b7-4851-ae1b-0a52d59025a5} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8931 2025.02.25 04:26:50.853470 [ 281 ] {dd255e4c-d1b7-4851-ae1b-0a52d59025a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8932 2025.02.25 04:26:50.854503 [ 281 ] {dd255e4c-d1b7-4851-ae1b-0a52d59025a5} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8933 2025.02.25 04:26:50.854976 [ 281 ] {dd255e4c-d1b7-4851-ae1b-0a52d59025a5} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8934 2025.02.25 04:26:50.855437 [ 188 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1138 rows, containing 5 columns (5 merged, 0 gathered) in 0.005862317 sec., 194121.19815424515 rows/sec., 13.65 MiB/sec.
8935 2025.02.25 04:26:50.855508 [ 281 ] {dd255e4c-d1b7-4851-ae1b-0a52d59025a5} <Debug> executeQuery: Read 567 rows, 43.19 KiB in 0.005435 sec., 104323.82704691813 rows/sec., 7.76 MiB/sec.
8936 2025.02.25 04:26:50.855649 [ 281 ] {dd255e4c-d1b7-4851-ae1b-0a52d59025a5} <Debug> TCPHandler: Processed in 0.005947818 sec.
8937 2025.02.25 04:26:50.855753 [ 188 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
8938 2025.02.25 04:26:50.855831 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8939 2025.02.25 04:26:50.856025 [ 276 ] {616d80d9-42ac-4e07-ae7e-804d89d904c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8940 2025.02.25 04:26:50.856113 [ 276 ] {616d80d9-42ac-4e07-ae7e-804d89d904c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8941 2025.02.25 04:26:50.856247 [ 188 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_36_7} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8942 2025.02.25 04:26:50.856490 [ 188 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_36_7} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
8943 2025.02.25 04:26:50.856685 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB.
8944 2025.02.25 04:26:50.857370 [ 276 ] {616d80d9-42ac-4e07-ae7e-804d89d904c3} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8945 2025.02.25 04:26:50.857415 [ 276 ] {616d80d9-42ac-4e07-ae7e-804d89d904c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8946 2025.02.25 04:26:50.857885 [ 276 ] {616d80d9-42ac-4e07-ae7e-804d89d904c3} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8947 2025.02.25 04:26:50.858136 [ 276 ] {616d80d9-42ac-4e07-ae7e-804d89d904c3} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8948 2025.02.25 04:26:50.858361 [ 276 ] {616d80d9-42ac-4e07-ae7e-804d89d904c3} <Debug> executeQuery: Read 936 rows, 64.24 KiB in 0.002401 sec., 389837.5676801333 rows/sec., 26.13 MiB/sec.
8949 2025.02.25 04:26:50.858423 [ 276 ] {616d80d9-42ac-4e07-ae7e-804d89d904c3} <Debug> TCPHandler: Processed in 0.00266955 sec.
8950 2025.02.25 04:26:50.858587 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8951 2025.02.25 04:26:50.858710 [ 281 ] {8a8ea4d8-8ff7-418d-9117-fbdd2e038c89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8952 2025.02.25 04:26:50.858793 [ 281 ] {8a8ea4d8-8ff7-418d-9117-fbdd2e038c89} <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
8953 2025.02.25 04:26:50.860003 [ 281 ] {8a8ea4d8-8ff7-418d-9117-fbdd2e038c89} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8954 2025.02.25 04:26:50.860041 [ 281 ] {8a8ea4d8-8ff7-418d-9117-fbdd2e038c89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8955 2025.02.25 04:26:50.860754 [ 281 ] {8a8ea4d8-8ff7-418d-9117-fbdd2e038c89} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
8956 2025.02.25 04:26:50.861027 [ 281 ] {8a8ea4d8-8ff7-418d-9117-fbdd2e038c89} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8957 2025.02.25 04:26:50.861283 [ 281 ] {8a8ea4d8-8ff7-418d-9117-fbdd2e038c89} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002586 sec., 13534.416086620262 rows/sec., 24.25 MiB/sec.
8958 2025.02.25 04:26:50.861631 [ 281 ] {8a8ea4d8-8ff7-418d-9117-fbdd2e038c89} <Debug> TCPHandler: Processed in 0.003096066 sec.
8959 2025.02.25 04:26:50.861890 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8960 2025.02.25 04:26:50.862027 [ 276 ] {39ea620f-b90b-4962-9e5e-7633b41c88d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8961 2025.02.25 04:26:50.862079 [ 276 ] {39ea620f-b90b-4962-9e5e-7633b41c88d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8962 2025.02.25 04:26:50.862864 [ 276 ] {39ea620f-b90b-4962-9e5e-7633b41c88d9} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8963 2025.02.25 04:26:50.862904 [ 276 ] {39ea620f-b90b-4962-9e5e-7633b41c88d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8964 2025.02.25 04:26:50.863297 [ 276 ] {39ea620f-b90b-4962-9e5e-7633b41c88d9} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8965 2025.02.25 04:26:50.863541 [ 276 ] {39ea620f-b90b-4962-9e5e-7633b41c88d9} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8966 2025.02.25 04:26:50.863778 [ 276 ] {39ea620f-b90b-4962-9e5e-7633b41c88d9} <Debug> executeQuery: Read 30 rows, 2.08 KiB in 0.001775 sec., 16901.408450704224 rows/sec., 1.14 MiB/sec.
8967 2025.02.25 04:26:50.863837 [ 276 ] {39ea620f-b90b-4962-9e5e-7633b41c88d9} <Debug> TCPHandler: Processed in 0.002087611 sec.
8968 2025.02.25 04:26:52.270094 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764
8969 2025.02.25 04:26:52.270863 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8970 2025.02.25 04:26:52.270913 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8971 2025.02.25 04:26:52.271441 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8972 2025.02.25 04:26:52.271699 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8973 2025.02.25 04:26:52.271894 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764
8974 2025.02.25 04:26:53.630375 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8975 2025.02.25 04:26:53.630575 [ 281 ] {06469ace-5452-41fc-a25c-e544fb18958e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8976 2025.02.25 04:26:53.630652 [ 281 ] {06469ace-5452-41fc-a25c-e544fb18958e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8977 2025.02.25 04:26:53.631473 [ 281 ] {06469ace-5452-41fc-a25c-e544fb18958e} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8978 2025.02.25 04:26:53.631531 [ 281 ] {06469ace-5452-41fc-a25c-e544fb18958e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8979 2025.02.25 04:26:53.631987 [ 281 ] {06469ace-5452-41fc-a25c-e544fb18958e} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
8980 2025.02.25 04:26:53.632270 [ 281 ] {06469ace-5452-41fc-a25c-e544fb18958e} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8981 2025.02.25 04:26:53.632490 [ 149 ] {} <Debug> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
8982 2025.02.25 04:26:53.632519 [ 281 ] {06469ace-5452-41fc-a25c-e544fb18958e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002001 sec., 27986.006996501746 rows/sec., 2.14 MiB/sec.
8983 2025.02.25 04:26:53.632568 [ 149 ] {} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8984 2025.02.25 04:26:53.632640 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8985 2025.02.25 04:26:53.632659 [ 281 ] {06469ace-5452-41fc-a25c-e544fb18958e} <Debug> TCPHandler: Processed in 0.002417635 sec.
8986 2025.02.25 04:26:53.632980 [ 201 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::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
8987 2025.02.25 04:26:53.633053 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8988 2025.02.25 04:26:53.633494 [ 276 ] {df41dc3a-9096-46b2-a1b4-98ad417d6842} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8989 2025.02.25 04:26:53.633596 [ 201 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8990 2025.02.25 04:26:53.633691 [ 276 ] {df41dc3a-9096-46b2-a1b4-98ad417d6842} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8991 2025.02.25 04:26:53.633792 [ 201 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1848 rows starting from the beginning of the part
8992 2025.02.25 04:26:53.634595 [ 201 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 629 rows starting from the beginning of the part
8993 2025.02.25 04:26:53.635035 [ 201 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 126 rows starting from the beginning of the part
8994 2025.02.25 04:26:53.635347 [ 201 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 627 rows starting from the beginning of the part
8995 2025.02.25 04:26:53.635636 [ 201 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1272 rows starting from the beginning of the part
8996 2025.02.25 04:26:53.636016 [ 201 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 56 rows starting from the beginning of the part
8997 2025.02.25 04:26:53.636724 [ 276 ] {df41dc3a-9096-46b2-a1b4-98ad417d6842} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8998 2025.02.25 04:26:53.636816 [ 276 ] {df41dc3a-9096-46b2-a1b4-98ad417d6842} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8999 2025.02.25 04:26:53.637816 [ 276 ] {df41dc3a-9096-46b2-a1b4-98ad417d6842} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9000 2025.02.25 04:26:53.638379 [ 276 ] {df41dc3a-9096-46b2-a1b4-98ad417d6842} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9001 2025.02.25 04:26:53.638680 [ 149 ] {} <Debug> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9002 2025.02.25 04:26:53.638770 [ 149 ] {} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9003 2025.02.25 04:26:53.638807 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9004 2025.02.25 04:26:53.638837 [ 276 ] {df41dc3a-9096-46b2-a1b4-98ad417d6842} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005501 sec., 11634.248318487547 rows/sec., 929.87 KiB/sec.
9005 2025.02.25 04:26:53.639183 [ 276 ] {df41dc3a-9096-46b2-a1b4-98ad417d6842} <Debug> TCPHandler: Processed in 0.006364154 sec.
9006 2025.02.25 04:26:53.639226 [ 188 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::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
9007 2025.02.25 04:26:53.639462 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9008 2025.02.25 04:26:53.639771 [ 188 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9009 2025.02.25 04:26:53.639872 [ 281 ] {eeb42f2e-ed32-459f-98b8-400e79f02697} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9010 2025.02.25 04:26:53.639947 [ 188 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 914 rows starting from the beginning of the part
9011 2025.02.25 04:26:53.640095 [ 281 ] {eeb42f2e-ed32-459f-98b8-400e79f02697} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9012 2025.02.25 04:26:53.640410 [ 188 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 391 rows starting from the beginning of the part
9013 2025.02.25 04:26:53.640712 [ 198 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4558 rows, containing 5 columns (5 merged, 0 gathered) in 0.007975778 sec., 571480.2994767408 rows/sec., 48.43 MiB/sec.
9014 2025.02.25 04:26:53.640894 [ 188 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 99 rows starting from the beginning of the part
9015 2025.02.25 04:26:53.641300 [ 198 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9016 2025.02.25 04:26:53.641406 [ 188 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 387 rows starting from the beginning of the part
9017 2025.02.25 04:26:53.641822 [ 188 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 567 rows starting from the beginning of the part
9018 2025.02.25 04:26:53.642346 [ 188 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part
9019 2025.02.25 04:26:53.642804 [ 195 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_71_14} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9020 2025.02.25 04:26:53.643175 [ 195 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_71_14} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9021 2025.02.25 04:26:53.643433 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB.
9022 2025.02.25 04:26:53.644141 [ 281 ] {eeb42f2e-ed32-459f-98b8-400e79f02697} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9023 2025.02.25 04:26:53.644235 [ 281 ] {eeb42f2e-ed32-459f-98b8-400e79f02697} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9024 2025.02.25 04:26:53.645420 [ 281 ] {eeb42f2e-ed32-459f-98b8-400e79f02697} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9025 2025.02.25 04:26:53.645767 [ 281 ] {eeb42f2e-ed32-459f-98b8-400e79f02697} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9026 2025.02.25 04:26:53.646337 [ 149 ] {} <Debug> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9027 2025.02.25 04:26:53.646381 [ 188 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2422 rows, containing 5 columns (5 merged, 0 gathered) in 0.007441341 sec., 325478.9694491893 rows/sec., 24.93 MiB/sec.
9028 2025.02.25 04:26:53.646412 [ 281 ] {eeb42f2e-ed32-459f-98b8-400e79f02697} <Debug> executeQuery: Read 76 rows, 5.43 KiB in 0.006676 sec., 11384.062312762133 rows/sec., 812.88 KiB/sec.
9029 2025.02.25 04:26:53.646430 [ 149 ] {} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9030 2025.02.25 04:26:53.646536 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9031 2025.02.25 04:26:53.646733 [ 281 ] {eeb42f2e-ed32-459f-98b8-400e79f02697} <Debug> TCPHandler: Processed in 0.00740562 sec.
9032 2025.02.25 04:26:53.646760 [ 188 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9033 2025.02.25 04:26:53.647052 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9034 2025.02.25 04:26:53.647102 [ 195 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::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
9035 2025.02.25 04:26:53.647412 [ 276 ] {c6026ea1-2cb1-4f80-853c-17cf59157245} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9036 2025.02.25 04:26:53.647505 [ 195 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9037 2025.02.25 04:26:53.647549 [ 276 ] {c6026ea1-2cb1-4f80-853c-17cf59157245} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9038 2025.02.25 04:26:53.647590 [ 195 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 20198 rows starting from the beginning of the part
9039 2025.02.25 04:26:53.647946 [ 189 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_71_14} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9040 2025.02.25 04:26:53.648046 [ 195 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 239 rows starting from the beginning of the part
9041 2025.02.25 04:26:53.648553 [ 189 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_71_14} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9042 2025.02.25 04:26:53.648659 [ 195 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::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
9043 2025.02.25 04:26:53.648976 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
9044 2025.02.25 04:26:53.649145 [ 195 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::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
9045 2025.02.25 04:26:53.649465 [ 195 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 936 rows starting from the beginning of the part
9046 2025.02.25 04:26:53.649816 [ 195 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 76 rows starting from the beginning of the part
9047 2025.02.25 04:26:53.650489 [ 276 ] {c6026ea1-2cb1-4f80-853c-17cf59157245} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9048 2025.02.25 04:26:53.650534 [ 276 ] {c6026ea1-2cb1-4f80-853c-17cf59157245} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9049 2025.02.25 04:26:53.651081 [ 276 ] {c6026ea1-2cb1-4f80-853c-17cf59157245} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9050 2025.02.25 04:26:53.651380 [ 276 ] {c6026ea1-2cb1-4f80-853c-17cf59157245} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9051 2025.02.25 04:26:53.651619 [ 149 ] {} <Debug> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9052 2025.02.25 04:26:53.651675 [ 149 ] {} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9053 2025.02.25 04:26:53.651704 [ 276 ] {c6026ea1-2cb1-4f80-853c-17cf59157245} <Debug> executeQuery: Read 30 rows, 2.06 KiB in 0.00439 sec., 6833.71298405467 rows/sec., 470.04 KiB/sec.
9054 2025.02.25 04:26:53.651726 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9055 2025.02.25 04:26:53.652049 [ 276 ] {c6026ea1-2cb1-4f80-853c-17cf59157245} <Debug> TCPHandler: Processed in 0.005148316 sec.
9056 2025.02.25 04:26:53.652288 [ 188 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
9057 2025.02.25 04:26:53.652615 [ 188 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9058 2025.02.25 04:26:53.652694 [ 188 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3936 rows starting from the beginning of the part
9059 2025.02.25 04:26:53.652930 [ 188 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
9060 2025.02.25 04:26:53.653183 [ 188 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
9061 2025.02.25 04:26:53.653591 [ 188 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::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
9062 2025.02.25 04:26:53.653942 [ 188 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 30 rows starting from the beginning of the part
9063 2025.02.25 04:26:53.654243 [ 188 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 30 rows starting from the beginning of the part
9064 2025.02.25 04:26:53.657463 [ 189 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4220 rows, containing 4 columns (4 merged, 0 gathered) in 0.005554052 sec., 759805.6337967307 rows/sec., 49.72 MiB/sec.
9065 2025.02.25 04:26:53.657938 [ 189 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9066 2025.02.25 04:26:53.658436 [ 189 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_71_14} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9067 2025.02.25 04:26:53.658705 [ 189 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_71_14} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9068 2025.02.25 04:26:53.658718 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21846 rows, containing 5 columns (5 merged, 0 gathered) in 0.011998608 sec., 1820711.20249949 rows/sec., 123.03 MiB/sec.
9069 2025.02.25 04:26:53.658862 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB.
9070 2025.02.25 04:26:53.659161 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9071 2025.02.25 04:26:53.659473 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9072 2025.02.25 04:26:53.659571 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9073 2025.02.25 04:26:53.659658 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB.
9074 2025.02.25 04:26:53.661609 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325
9075 2025.02.25 04:26:53.682141 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9076 2025.02.25 04:26:53.682185 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9077 2025.02.25 04:26:53.689449 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
9078 2025.02.25 04:26:53.690233 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9079 2025.02.25 04:26:53.693025 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325
9080 2025.02.25 04:26:58.634231 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9081 2025.02.25 04:26:58.634456 [ 281 ] {88a31216-da4b-496d-948e-3d9dbb56a8db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9082 2025.02.25 04:26:58.634537 [ 281 ] {88a31216-da4b-496d-948e-3d9dbb56a8db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9083 2025.02.25 04:26:58.635397 [ 281 ] {88a31216-da4b-496d-948e-3d9dbb56a8db} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9084 2025.02.25 04:26:58.635476 [ 281 ] {88a31216-da4b-496d-948e-3d9dbb56a8db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9085 2025.02.25 04:26:58.635921 [ 281 ] {88a31216-da4b-496d-948e-3d9dbb56a8db} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9086 2025.02.25 04:26:58.636183 [ 281 ] {88a31216-da4b-496d-948e-3d9dbb56a8db} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9087 2025.02.25 04:26:58.636431 [ 281 ] {88a31216-da4b-496d-948e-3d9dbb56a8db} <Debug> executeQuery: Read 66 rows, 5.35 KiB in 0.002035 sec., 32432.432432432433 rows/sec., 2.57 MiB/sec.
9088 2025.02.25 04:26:58.636499 [ 281 ] {88a31216-da4b-496d-948e-3d9dbb56a8db} <Debug> TCPHandler: Processed in 0.002464857 sec.
9089 2025.02.25 04:26:58.636822 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9090 2025.02.25 04:26:58.637123 [ 276 ] {f1658f75-bfbc-4841-8c64-00587db3e503} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9091 2025.02.25 04:26:58.637234 [ 276 ] {f1658f75-bfbc-4841-8c64-00587db3e503} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9092 2025.02.25 04:26:58.637998 [ 276 ] {f1658f75-bfbc-4841-8c64-00587db3e503} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9093 2025.02.25 04:26:58.638041 [ 276 ] {f1658f75-bfbc-4841-8c64-00587db3e503} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9094 2025.02.25 04:26:58.638464 [ 276 ] {f1658f75-bfbc-4841-8c64-00587db3e503} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
9095 2025.02.25 04:26:58.638724 [ 276 ] {f1658f75-bfbc-4841-8c64-00587db3e503} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9096 2025.02.25 04:26:58.638936 [ 276 ] {f1658f75-bfbc-4841-8c64-00587db3e503} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.001894 sec., 2639.9155227032734 rows/sec., 198.51 KiB/sec.
9097 2025.02.25 04:26:58.639043 [ 276 ] {f1658f75-bfbc-4841-8c64-00587db3e503} <Debug> TCPHandler: Processed in 0.002410096 sec.
9098 2025.02.25 04:26:58.639254 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9099 2025.02.25 04:26:58.639406 [ 281 ] {56b97772-11d3-4415-a08b-a6dd38658a45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9100 2025.02.25 04:26:58.639468 [ 281 ] {56b97772-11d3-4415-a08b-a6dd38658a45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9101 2025.02.25 04:26:58.640196 [ 281 ] {56b97772-11d3-4415-a08b-a6dd38658a45} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9102 2025.02.25 04:26:58.640238 [ 281 ] {56b97772-11d3-4415-a08b-a6dd38658a45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9103 2025.02.25 04:26:58.640626 [ 281 ] {56b97772-11d3-4415-a08b-a6dd38658a45} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9104 2025.02.25 04:26:58.640869 [ 281 ] {56b97772-11d3-4415-a08b-a6dd38658a45} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9105 2025.02.25 04:26:58.641094 [ 281 ] {56b97772-11d3-4415-a08b-a6dd38658a45} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001723 sec., 40046.43064422519 rows/sec., 3.13 MiB/sec.
9106 2025.02.25 04:26:58.641167 [ 281 ] {56b97772-11d3-4415-a08b-a6dd38658a45} <Debug> TCPHandler: Processed in 0.00202573 sec.
9107 2025.02.25 04:26:58.641372 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9108 2025.02.25 04:26:58.641520 [ 276 ] {197d02c6-25a1-406a-ba2c-68bd2535640f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9109 2025.02.25 04:26:58.641576 [ 276 ] {197d02c6-25a1-406a-ba2c-68bd2535640f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9110 2025.02.25 04:26:58.642174 [ 276 ] {197d02c6-25a1-406a-ba2c-68bd2535640f} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9111 2025.02.25 04:26:58.642213 [ 276 ] {197d02c6-25a1-406a-ba2c-68bd2535640f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9112 2025.02.25 04:26:58.642611 [ 276 ] {197d02c6-25a1-406a-ba2c-68bd2535640f} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9113 2025.02.25 04:26:58.642846 [ 276 ] {197d02c6-25a1-406a-ba2c-68bd2535640f} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9114 2025.02.25 04:26:58.643024 [ 276 ] {197d02c6-25a1-406a-ba2c-68bd2535640f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001533 sec., 104370.51532941943 rows/sec., 7.27 MiB/sec.
9115 2025.02.25 04:26:58.643078 [ 276 ] {197d02c6-25a1-406a-ba2c-68bd2535640f} <Debug> TCPHandler: Processed in 0.001812147 sec.
9116 2025.02.25 04:26:58.643215 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9117 2025.02.25 04:26:58.643336 [ 281 ] {19fd00a8-4d4b-445f-ac6e-a98aa75ea53f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9118 2025.02.25 04:26:58.643418 [ 281 ] {19fd00a8-4d4b-445f-ac6e-a98aa75ea53f} <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
9119 2025.02.25 04:26:58.644542 [ 281 ] {19fd00a8-4d4b-445f-ac6e-a98aa75ea53f} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9120 2025.02.25 04:26:58.644583 [ 281 ] {19fd00a8-4d4b-445f-ac6e-a98aa75ea53f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9121 2025.02.25 04:26:58.645222 [ 281 ] {19fd00a8-4d4b-445f-ac6e-a98aa75ea53f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
9122 2025.02.25 04:26:58.645485 [ 281 ] {19fd00a8-4d4b-445f-ac6e-a98aa75ea53f} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9123 2025.02.25 04:26:58.645676 [ 115 ] {} <Debug> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
9124 2025.02.25 04:26:58.645746 [ 115 ] {} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9125 2025.02.25 04:26:58.645775 [ 281 ] {19fd00a8-4d4b-445f-ac6e-a98aa75ea53f} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002457 sec., 2035.002035002035 rows/sec., 3.65 MiB/sec.
9126 2025.02.25 04:26:58.645792 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9127 2025.02.25 04:26:58.646182 [ 281 ] {19fd00a8-4d4b-445f-ac6e-a98aa75ea53f} <Debug> TCPHandler: Processed in 0.003016904 sec.
9128 2025.02.25 04:26:58.646244 [ 189 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::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
9129 2025.02.25 04:26:58.646393 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9130 2025.02.25 04:26:58.646671 [ 276 ] {ea8db0bc-fc99-4d96-b5e1-3d76028fbcb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9131 2025.02.25 04:26:58.646828 [ 276 ] {ea8db0bc-fc99-4d96-b5e1-3d76028fbcb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9132 2025.02.25 04:26:58.646960 [ 189 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9133 2025.02.25 04:26:58.647198 [ 189 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1014 rows starting from the beginning of the part
9134 2025.02.25 04:26:58.647993 [ 189 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 5 rows starting from the beginning of the part
9135 2025.02.25 04:26:58.648760 [ 189 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 35 rows starting from the beginning of the part
9136 2025.02.25 04:26:58.649369 [ 276 ] {ea8db0bc-fc99-4d96-b5e1-3d76028fbcb8} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9137 2025.02.25 04:26:58.649444 [ 189 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 5 rows starting from the beginning of the part
9138 2025.02.25 04:26:58.649453 [ 276 ] {ea8db0bc-fc99-4d96-b5e1-3d76028fbcb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9139 2025.02.25 04:26:58.650080 [ 189 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 35 rows starting from the beginning of the part
9140 2025.02.25 04:26:58.650734 [ 189 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 5 rows starting from the beginning of the part
9141 2025.02.25 04:26:58.651235 [ 276 ] {ea8db0bc-fc99-4d96-b5e1-3d76028fbcb8} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9142 2025.02.25 04:26:58.651851 [ 276 ] {ea8db0bc-fc99-4d96-b5e1-3d76028fbcb8} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9143 2025.02.25 04:26:58.652275 [ 276 ] {ea8db0bc-fc99-4d96-b5e1-3d76028fbcb8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005691 sec., 10542.962572482867 rows/sec., 727.57 KiB/sec.
9144 2025.02.25 04:26:58.652509 [ 276 ] {ea8db0bc-fc99-4d96-b5e1-3d76028fbcb8} <Debug> TCPHandler: Processed in 0.006208592 sec.
9145 2025.02.25 04:26:58.658483 [ 192 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1099 rows, containing 19 columns (19 merged, 0 gathered) in 0.012480515 sec., 88057.26366259727 rows/sec., 157.79 MiB/sec.
9146 2025.02.25 04:26:58.659860 [ 203 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
9147 2025.02.25 04:26:58.660309 [ 203 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9148 2025.02.25 04:26:58.660390 [ 203 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
9149 2025.02.25 04:26:58.660556 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.48 MiB.
9150 2025.02.25 04:26:59.000182 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 223.16 MiB, peak 233.76 MiB, free memory in arenas 0.00 B, will set to 224.81 MiB (RSS), difference: 1.65 MiB
9151 2025.02.25 04:26:59.629570 [ 67 ] {} <Debug> DNSResolver: Updating DNS cache
9152 2025.02.25 04:26:59.629629 [ 67 ] {} <Debug> DNSResolver: Updated DNS cache
9153 2025.02.25 04:26:59.771997 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191
9154 2025.02.25 04:26:59.772800 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9155 2025.02.25 04:26:59.772852 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9156 2025.02.25 04:26:59.773431 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
9157 2025.02.25 04:26:59.773691 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9158 2025.02.25 04:26:59.773937 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191
9159 2025.02.25 04:26:59.881803 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1302
9160 2025.02.25 04:26:59.885204 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9161 2025.02.25 04:26:59.885269 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9162 2025.02.25 04:26:59.886796 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9163 2025.02.25 04:26:59.887129 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9164 2025.02.25 04:26:59.887804 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1302
9165 2025.02.25 04:27:01.193134 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332
9166 2025.02.25 04:27:01.214431 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9167 2025.02.25 04:27:01.214500 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9168 2025.02.25 04:27:01.221636 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
9169 2025.02.25 04:27:01.222447 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9170 2025.02.25 04:27:01.225197 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332
9171 2025.02.25 04:27:03.635997 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9172 2025.02.25 04:27:03.636218 [ 281 ] {e55ee5d0-d523-4039-97c8-fb25b7ebb932} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9173 2025.02.25 04:27:03.636302 [ 281 ] {e55ee5d0-d523-4039-97c8-fb25b7ebb932} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9174 2025.02.25 04:27:03.637139 [ 281 ] {e55ee5d0-d523-4039-97c8-fb25b7ebb932} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9175 2025.02.25 04:27:03.637194 [ 281 ] {e55ee5d0-d523-4039-97c8-fb25b7ebb932} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9176 2025.02.25 04:27:03.637656 [ 281 ] {e55ee5d0-d523-4039-97c8-fb25b7ebb932} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9177 2025.02.25 04:27:03.637923 [ 281 ] {e55ee5d0-d523-4039-97c8-fb25b7ebb932} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9178 2025.02.25 04:27:03.638189 [ 281 ] {e55ee5d0-d523-4039-97c8-fb25b7ebb932} <Debug> executeQuery: Read 126 rows, 11.02 KiB in 0.002031 sec., 62038.40472673561 rows/sec., 5.30 MiB/sec.
9179 2025.02.25 04:27:03.638257 [ 281 ] {e55ee5d0-d523-4039-97c8-fb25b7ebb932} <Debug> TCPHandler: Processed in 0.002407235 sec.
9180 2025.02.25 04:27:03.638590 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9181 2025.02.25 04:27:03.638893 [ 276 ] {4672fb27-0f7e-40a7-aa99-8e6b934757aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9182 2025.02.25 04:27:03.639011 [ 276 ] {4672fb27-0f7e-40a7-aa99-8e6b934757aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9183 2025.02.25 04:27:03.639905 [ 276 ] {4672fb27-0f7e-40a7-aa99-8e6b934757aa} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9184 2025.02.25 04:27:03.639948 [ 276 ] {4672fb27-0f7e-40a7-aa99-8e6b934757aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9185 2025.02.25 04:27:03.640381 [ 276 ] {4672fb27-0f7e-40a7-aa99-8e6b934757aa} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
9186 2025.02.25 04:27:03.640635 [ 276 ] {4672fb27-0f7e-40a7-aa99-8e6b934757aa} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9187 2025.02.25 04:27:03.640840 [ 276 ] {4672fb27-0f7e-40a7-aa99-8e6b934757aa} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.002031 sec., 17232.890201871 rows/sec., 1.27 MiB/sec.
9188 2025.02.25 04:27:03.640906 [ 276 ] {4672fb27-0f7e-40a7-aa99-8e6b934757aa} <Debug> TCPHandler: Processed in 0.002512007 sec.
9189 2025.02.25 04:27:03.641129 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9190 2025.02.25 04:27:03.641360 [ 281 ] {4990708b-f005-4339-9b24-cb7fd12abd85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9191 2025.02.25 04:27:03.641421 [ 281 ] {4990708b-f005-4339-9b24-cb7fd12abd85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9192 2025.02.25 04:27:03.642161 [ 281 ] {4990708b-f005-4339-9b24-cb7fd12abd85} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9193 2025.02.25 04:27:03.642211 [ 281 ] {4990708b-f005-4339-9b24-cb7fd12abd85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9194 2025.02.25 04:27:03.642621 [ 281 ] {4990708b-f005-4339-9b24-cb7fd12abd85} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9195 2025.02.25 04:27:03.642862 [ 281 ] {4990708b-f005-4339-9b24-cb7fd12abd85} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9196 2025.02.25 04:27:03.643075 [ 281 ] {4990708b-f005-4339-9b24-cb7fd12abd85} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001775 sec., 55774.64788732394 rows/sec., 4.36 MiB/sec.
9197 2025.02.25 04:27:03.643132 [ 281 ] {4990708b-f005-4339-9b24-cb7fd12abd85} <Debug> TCPHandler: Processed in 0.002116322 sec.
9198 2025.02.25 04:27:03.643287 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9199 2025.02.25 04:27:03.643415 [ 276 ] {78fb257e-b112-4d41-a94a-1e7d10d167ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9200 2025.02.25 04:27:03.643472 [ 276 ] {78fb257e-b112-4d41-a94a-1e7d10d167ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9201 2025.02.25 04:27:03.644065 [ 276 ] {78fb257e-b112-4d41-a94a-1e7d10d167ee} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9202 2025.02.25 04:27:03.644104 [ 276 ] {78fb257e-b112-4d41-a94a-1e7d10d167ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9203 2025.02.25 04:27:03.644517 [ 276 ] {78fb257e-b112-4d41-a94a-1e7d10d167ee} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9204 2025.02.25 04:27:03.644761 [ 276 ] {78fb257e-b112-4d41-a94a-1e7d10d167ee} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9205 2025.02.25 04:27:03.644940 [ 276 ] {78fb257e-b112-4d41-a94a-1e7d10d167ee} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001554 sec., 102960.10296010296 rows/sec., 7.17 MiB/sec.
9206 2025.02.25 04:27:03.644997 [ 276 ] {78fb257e-b112-4d41-a94a-1e7d10d167ee} <Debug> TCPHandler: Processed in 0.001769016 sec.
9207 2025.02.25 04:27:03.645142 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9208 2025.02.25 04:27:03.645268 [ 281 ] {6f9d83d2-0ab6-4407-83e2-a3360597a4c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9209 2025.02.25 04:27:03.645358 [ 281 ] {6f9d83d2-0ab6-4407-83e2-a3360597a4c9} <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
9210 2025.02.25 04:27:03.646733 [ 281 ] {6f9d83d2-0ab6-4407-83e2-a3360597a4c9} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9211 2025.02.25 04:27:03.646777 [ 281 ] {6f9d83d2-0ab6-4407-83e2-a3360597a4c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9212 2025.02.25 04:27:03.647468 [ 281 ] {6f9d83d2-0ab6-4407-83e2-a3360597a4c9} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
9213 2025.02.25 04:27:03.647729 [ 281 ] {6f9d83d2-0ab6-4407-83e2-a3360597a4c9} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9214 2025.02.25 04:27:03.647975 [ 281 ] {6f9d83d2-0ab6-4407-83e2-a3360597a4c9} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002734 sec., 12801.75566934894 rows/sec., 22.94 MiB/sec.
9215 2025.02.25 04:27:03.648092 [ 281 ] {6f9d83d2-0ab6-4407-83e2-a3360597a4c9} <Debug> TCPHandler: Processed in 0.003009994 sec.
9216 2025.02.25 04:27:03.648315 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9217 2025.02.25 04:27:03.648541 [ 276 ] {6f55d6f9-bc40-48cc-b1ab-b9e498513f3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9218 2025.02.25 04:27:03.648637 [ 276 ] {6f55d6f9-bc40-48cc-b1ab-b9e498513f3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9219 2025.02.25 04:27:03.649458 [ 276 ] {6f55d6f9-bc40-48cc-b1ab-b9e498513f3b} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9220 2025.02.25 04:27:03.649497 [ 276 ] {6f55d6f9-bc40-48cc-b1ab-b9e498513f3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9221 2025.02.25 04:27:03.649880 [ 276 ] {6f55d6f9-bc40-48cc-b1ab-b9e498513f3b} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9222 2025.02.25 04:27:03.650119 [ 276 ] {6f55d6f9-bc40-48cc-b1ab-b9e498513f3b} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9223 2025.02.25 04:27:03.650354 [ 276 ] {6f55d6f9-bc40-48cc-b1ab-b9e498513f3b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001868 sec., 32119.914346895075 rows/sec., 2.16 MiB/sec.
9224 2025.02.25 04:27:03.650454 [ 276 ] {6f55d6f9-bc40-48cc-b1ab-b9e498513f3b} <Debug> TCPHandler: Processed in 0.002250413 sec.
9225 2025.02.25 04:27:07.274101 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679
9226 2025.02.25 04:27:07.275064 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9227 2025.02.25 04:27:07.275114 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9228 2025.02.25 04:27:07.275642 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
9229 2025.02.25 04:27:07.275913 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9230 2025.02.25 04:27:07.276175 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679
9231 2025.02.25 04:27:08.635007 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9232 2025.02.25 04:27:08.635224 [ 281 ] {deba39aa-ed88-4ae2-953c-a9d72e18087c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9233 2025.02.25 04:27:08.635306 [ 281 ] {deba39aa-ed88-4ae2-953c-a9d72e18087c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9234 2025.02.25 04:27:08.636130 [ 281 ] {deba39aa-ed88-4ae2-953c-a9d72e18087c} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9235 2025.02.25 04:27:08.636190 [ 281 ] {deba39aa-ed88-4ae2-953c-a9d72e18087c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9236 2025.02.25 04:27:08.636636 [ 281 ] {deba39aa-ed88-4ae2-953c-a9d72e18087c} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9237 2025.02.25 04:27:08.636889 [ 281 ] {deba39aa-ed88-4ae2-953c-a9d72e18087c} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9238 2025.02.25 04:27:08.637131 [ 281 ] {deba39aa-ed88-4ae2-953c-a9d72e18087c} <Debug> executeQuery: Read 66 rows, 5.35 KiB in 0.001967 sec., 33553.63497712252 rows/sec., 2.66 MiB/sec.
9239 2025.02.25 04:27:08.637199 [ 281 ] {deba39aa-ed88-4ae2-953c-a9d72e18087c} <Debug> TCPHandler: Processed in 0.002340285 sec.
9240 2025.02.25 04:27:08.637526 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9241 2025.02.25 04:27:08.637835 [ 276 ] {725e27f6-5c41-46ca-9910-1e4ad6a66433} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9242 2025.02.25 04:27:08.637953 [ 276 ] {725e27f6-5c41-46ca-9910-1e4ad6a66433} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9243 2025.02.25 04:27:08.638936 [ 276 ] {725e27f6-5c41-46ca-9910-1e4ad6a66433} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9244 2025.02.25 04:27:08.638987 [ 276 ] {725e27f6-5c41-46ca-9910-1e4ad6a66433} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9245 2025.02.25 04:27:08.639422 [ 276 ] {725e27f6-5c41-46ca-9910-1e4ad6a66433} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
9246 2025.02.25 04:27:08.639680 [ 276 ] {725e27f6-5c41-46ca-9910-1e4ad6a66433} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9247 2025.02.25 04:27:08.639873 [ 125 ] {} <Debug> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
9248 2025.02.25 04:27:08.639944 [ 276 ] {725e27f6-5c41-46ca-9910-1e4ad6a66433} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.00219 sec., 2283.10502283105 rows/sec., 171.68 KiB/sec.
9249 2025.02.25 04:27:08.639964 [ 125 ] {} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9250 2025.02.25 04:27:08.640033 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9251 2025.02.25 04:27:08.640095 [ 276 ] {725e27f6-5c41-46ca-9910-1e4ad6a66433} <Debug> TCPHandler: Processed in 0.002759451 sec.
9252 2025.02.25 04:27:08.640369 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9253 2025.02.25 04:27:08.640433 [ 194 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::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
9254 2025.02.25 04:27:08.640784 [ 281 ] {86079d09-41ff-44d8-849c-a8b9da6b7346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9255 2025.02.25 04:27:08.640998 [ 281 ] {86079d09-41ff-44d8-849c-a8b9da6b7346} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9256 2025.02.25 04:27:08.640999 [ 194 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9257 2025.02.25 04:27:08.641140 [ 194 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 164 rows starting from the beginning of the part
9258 2025.02.25 04:27:08.641571 [ 194 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 111 rows starting from the beginning of the part
9259 2025.02.25 04:27:08.641960 [ 194 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 47 rows starting from the beginning of the part
9260 2025.02.25 04:27:08.642443 [ 194 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 5 rows starting from the beginning of the part
9261 2025.02.25 04:27:08.642741 [ 194 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 35 rows starting from the beginning of the part
9262 2025.02.25 04:27:08.643110 [ 194 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 5 rows starting from the beginning of the part
9263 2025.02.25 04:27:08.644307 [ 281 ] {86079d09-41ff-44d8-849c-a8b9da6b7346} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9264 2025.02.25 04:27:08.644353 [ 281 ] {86079d09-41ff-44d8-849c-a8b9da6b7346} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9265 2025.02.25 04:27:08.644939 [ 281 ] {86079d09-41ff-44d8-849c-a8b9da6b7346} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9266 2025.02.25 04:27:08.645240 [ 200 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 367 rows, containing 5 columns (5 merged, 0 gathered) in 0.005090515 sec., 72094.86662940783 rows/sec., 4.93 MiB/sec.
9267 2025.02.25 04:27:08.645367 [ 281 ] {86079d09-41ff-44d8-849c-a8b9da6b7346} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9268 2025.02.25 04:27:08.645574 [ 200 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
9269 2025.02.25 04:27:08.645857 [ 281 ] {86079d09-41ff-44d8-849c-a8b9da6b7346} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.005238 sec., 13172.966781214205 rows/sec., 1.03 MiB/sec.
9270 2025.02.25 04:27:08.645996 [ 281 ] {86079d09-41ff-44d8-849c-a8b9da6b7346} <Debug> TCPHandler: Processed in 0.005775766 sec.
9271 2025.02.25 04:27:08.646233 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9272 2025.02.25 04:27:08.646306 [ 200 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_61_12} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9273 2025.02.25 04:27:08.646492 [ 200 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_61_12} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
9274 2025.02.25 04:27:08.646560 [ 276 ] {b4cd1364-5e20-4468-baaf-afa1ab38b9d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9275 2025.02.25 04:27:08.646659 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
9276 2025.02.25 04:27:08.646686 [ 276 ] {b4cd1364-5e20-4468-baaf-afa1ab38b9d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9277 2025.02.25 04:27:08.647345 [ 276 ] {b4cd1364-5e20-4468-baaf-afa1ab38b9d2} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9278 2025.02.25 04:27:08.647387 [ 276 ] {b4cd1364-5e20-4468-baaf-afa1ab38b9d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9279 2025.02.25 04:27:08.647806 [ 276 ] {b4cd1364-5e20-4468-baaf-afa1ab38b9d2} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9280 2025.02.25 04:27:08.648056 [ 276 ] {b4cd1364-5e20-4468-baaf-afa1ab38b9d2} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9281 2025.02.25 04:27:08.648274 [ 276 ] {b4cd1364-5e20-4468-baaf-afa1ab38b9d2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001805 sec., 88642.6592797784 rows/sec., 6.17 MiB/sec.
9282 2025.02.25 04:27:08.648329 [ 276 ] {b4cd1364-5e20-4468-baaf-afa1ab38b9d2} <Debug> TCPHandler: Processed in 0.002240333 sec.
9283 2025.02.25 04:27:08.648480 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9284 2025.02.25 04:27:08.648595 [ 281 ] {283b46b4-558c-4bfd-954c-8e672414d5bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9285 2025.02.25 04:27:08.648672 [ 281 ] {283b46b4-558c-4bfd-954c-8e672414d5bb} <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
9286 2025.02.25 04:27:08.649812 [ 281 ] {283b46b4-558c-4bfd-954c-8e672414d5bb} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9287 2025.02.25 04:27:08.649852 [ 281 ] {283b46b4-558c-4bfd-954c-8e672414d5bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9288 2025.02.25 04:27:08.650503 [ 281 ] {283b46b4-558c-4bfd-954c-8e672414d5bb} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
9289 2025.02.25 04:27:08.650767 [ 281 ] {283b46b4-558c-4bfd-954c-8e672414d5bb} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9290 2025.02.25 04:27:08.651024 [ 281 ] {283b46b4-558c-4bfd-954c-8e672414d5bb} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002428 sec., 2059.308072487644 rows/sec., 3.69 MiB/sec.
9291 2025.02.25 04:27:08.651129 [ 281 ] {283b46b4-558c-4bfd-954c-8e672414d5bb} <Debug> TCPHandler: Processed in 0.00269318 sec.
9292 2025.02.25 04:27:08.651270 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9293 2025.02.25 04:27:08.651389 [ 276 ] {508c4fcd-d996-4f98-92ee-67ac70f505f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9294 2025.02.25 04:27:08.651442 [ 276 ] {508c4fcd-d996-4f98-92ee-67ac70f505f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9295 2025.02.25 04:27:08.652330 [ 276 ] {508c4fcd-d996-4f98-92ee-67ac70f505f9} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9296 2025.02.25 04:27:08.652406 [ 276 ] {508c4fcd-d996-4f98-92ee-67ac70f505f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9297 2025.02.25 04:27:08.652829 [ 276 ] {508c4fcd-d996-4f98-92ee-67ac70f505f9} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9298 2025.02.25 04:27:08.653066 [ 276 ] {508c4fcd-d996-4f98-92ee-67ac70f505f9} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9299 2025.02.25 04:27:08.653296 [ 276 ] {508c4fcd-d996-4f98-92ee-67ac70f505f9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001928 sec., 31120.33195020747 rows/sec., 2.10 MiB/sec.
9300 2025.02.25 04:27:08.653393 [ 276 ] {508c4fcd-d996-4f98-92ee-67ac70f505f9} <Debug> TCPHandler: Processed in 0.002176992 sec.
9301 2025.02.25 04:27:08.725287 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340
9302 2025.02.25 04:27:08.747385 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9303 2025.02.25 04:27:08.747427 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9304 2025.02.25 04:27:08.754758 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
9305 2025.02.25 04:27:08.755564 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9306 2025.02.25 04:27:08.759418 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340
9307 2025.02.25 04:27:09.888066 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1326
9308 2025.02.25 04:27:09.891091 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9309 2025.02.25 04:27:09.891154 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9310 2025.02.25 04:27:09.892664 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9311 2025.02.25 04:27:09.892983 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9312 2025.02.25 04:27:09.893640 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1326
9313 2025.02.25 04:27:13.635435 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9314 2025.02.25 04:27:13.635666 [ 281 ] {9c1a1837-951c-4365-b0fe-d24872dc3321} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9315 2025.02.25 04:27:13.635739 [ 281 ] {9c1a1837-951c-4365-b0fe-d24872dc3321} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9316 2025.02.25 04:27:13.636584 [ 281 ] {9c1a1837-951c-4365-b0fe-d24872dc3321} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9317 2025.02.25 04:27:13.636630 [ 281 ] {9c1a1837-951c-4365-b0fe-d24872dc3321} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9318 2025.02.25 04:27:13.637095 [ 281 ] {9c1a1837-951c-4365-b0fe-d24872dc3321} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9319 2025.02.25 04:27:13.637361 [ 281 ] {9c1a1837-951c-4365-b0fe-d24872dc3321} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9320 2025.02.25 04:27:13.637571 [ 281 ] {9c1a1837-951c-4365-b0fe-d24872dc3321} <Debug> executeQuery: Read 126 rows, 11.02 KiB in 0.001964 sec., 64154.78615071283 rows/sec., 5.48 MiB/sec.
9321 2025.02.25 04:27:13.637634 [ 281 ] {9c1a1837-951c-4365-b0fe-d24872dc3321} <Debug> TCPHandler: Processed in 0.002341304 sec.
9322 2025.02.25 04:27:13.637959 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9323 2025.02.25 04:27:13.638267 [ 276 ] {4126626e-8f24-4ae6-ac36-2c059f899e04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9324 2025.02.25 04:27:13.638386 [ 276 ] {4126626e-8f24-4ae6-ac36-2c059f899e04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9325 2025.02.25 04:27:13.639260 [ 276 ] {4126626e-8f24-4ae6-ac36-2c059f899e04} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9326 2025.02.25 04:27:13.639311 [ 276 ] {4126626e-8f24-4ae6-ac36-2c059f899e04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9327 2025.02.25 04:27:13.639754 [ 276 ] {4126626e-8f24-4ae6-ac36-2c059f899e04} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
9328 2025.02.25 04:27:13.640032 [ 276 ] {4126626e-8f24-4ae6-ac36-2c059f899e04} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9329 2025.02.25 04:27:13.640299 [ 276 ] {4126626e-8f24-4ae6-ac36-2c059f899e04} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.002115 sec., 16548.463356973993 rows/sec., 1.22 MiB/sec.
9330 2025.02.25 04:27:13.640464 [ 276 ] {4126626e-8f24-4ae6-ac36-2c059f899e04} <Debug> TCPHandler: Processed in 0.00269645 sec.
9331 2025.02.25 04:27:13.640698 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9332 2025.02.25 04:27:13.640848 [ 281 ] {9ede9f65-0bff-4b3a-b108-d2c966356cd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9333 2025.02.25 04:27:13.640911 [ 281 ] {9ede9f65-0bff-4b3a-b108-d2c966356cd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9334 2025.02.25 04:27:13.641640 [ 281 ] {9ede9f65-0bff-4b3a-b108-d2c966356cd2} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9335 2025.02.25 04:27:13.641681 [ 281 ] {9ede9f65-0bff-4b3a-b108-d2c966356cd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9336 2025.02.25 04:27:13.642077 [ 281 ] {9ede9f65-0bff-4b3a-b108-d2c966356cd2} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9337 2025.02.25 04:27:13.642341 [ 281 ] {9ede9f65-0bff-4b3a-b108-d2c966356cd2} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9338 2025.02.25 04:27:13.642525 [ 281 ] {9ede9f65-0bff-4b3a-b108-d2c966356cd2} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001712 sec., 57827.102803738315 rows/sec., 4.52 MiB/sec.
9339 2025.02.25 04:27:13.642578 [ 281 ] {9ede9f65-0bff-4b3a-b108-d2c966356cd2} <Debug> TCPHandler: Processed in 0.001985529 sec.
9340 2025.02.25 04:27:13.642731 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9341 2025.02.25 04:27:13.642861 [ 276 ] {db2eec27-1386-46a5-bfa4-c4e6639f5bde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9342 2025.02.25 04:27:13.642921 [ 276 ] {db2eec27-1386-46a5-bfa4-c4e6639f5bde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9343 2025.02.25 04:27:13.643518 [ 276 ] {db2eec27-1386-46a5-bfa4-c4e6639f5bde} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9344 2025.02.25 04:27:13.643560 [ 276 ] {db2eec27-1386-46a5-bfa4-c4e6639f5bde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9345 2025.02.25 04:27:13.643976 [ 276 ] {db2eec27-1386-46a5-bfa4-c4e6639f5bde} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9346 2025.02.25 04:27:13.644234 [ 276 ] {db2eec27-1386-46a5-bfa4-c4e6639f5bde} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9347 2025.02.25 04:27:13.644471 [ 276 ] {db2eec27-1386-46a5-bfa4-c4e6639f5bde} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001636 sec., 97799.51100244498 rows/sec., 6.81 MiB/sec.
9348 2025.02.25 04:27:13.644582 [ 276 ] {db2eec27-1386-46a5-bfa4-c4e6639f5bde} <Debug> TCPHandler: Processed in 0.001908138 sec.
9349 2025.02.25 04:27:13.644779 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9350 2025.02.25 04:27:13.644990 [ 281 ] {666588fb-59c5-49ae-a54b-3e1bca7b1532} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9351 2025.02.25 04:27:13.645085 [ 281 ] {666588fb-59c5-49ae-a54b-3e1bca7b1532} <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
9352 2025.02.25 04:27:13.646376 [ 281 ] {666588fb-59c5-49ae-a54b-3e1bca7b1532} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9353 2025.02.25 04:27:13.646416 [ 281 ] {666588fb-59c5-49ae-a54b-3e1bca7b1532} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9354 2025.02.25 04:27:13.647119 [ 281 ] {666588fb-59c5-49ae-a54b-3e1bca7b1532} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
9355 2025.02.25 04:27:13.647384 [ 281 ] {666588fb-59c5-49ae-a54b-3e1bca7b1532} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9356 2025.02.25 04:27:13.647588 [ 281 ] {666588fb-59c5-49ae-a54b-3e1bca7b1532} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002638 sec., 13267.626990144048 rows/sec., 23.77 MiB/sec.
9357 2025.02.25 04:27:13.647703 [ 281 ] {666588fb-59c5-49ae-a54b-3e1bca7b1532} <Debug> TCPHandler: Processed in 0.003041076 sec.
9358 2025.02.25 04:27:13.647885 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9359 2025.02.25 04:27:13.648030 [ 276 ] {35b1509e-45d7-4ae4-8e3c-f5e0a492ba0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9360 2025.02.25 04:27:13.648096 [ 276 ] {35b1509e-45d7-4ae4-8e3c-f5e0a492ba0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9361 2025.02.25 04:27:13.648682 [ 276 ] {35b1509e-45d7-4ae4-8e3c-f5e0a492ba0d} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9362 2025.02.25 04:27:13.648726 [ 276 ] {35b1509e-45d7-4ae4-8e3c-f5e0a492ba0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9363 2025.02.25 04:27:13.649138 [ 276 ] {35b1509e-45d7-4ae4-8e3c-f5e0a492ba0d} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9364 2025.02.25 04:27:13.649385 [ 276 ] {35b1509e-45d7-4ae4-8e3c-f5e0a492ba0d} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9365 2025.02.25 04:27:13.649633 [ 276 ] {35b1509e-45d7-4ae4-8e3c-f5e0a492ba0d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001628 sec., 36855.03685503685 rows/sec., 2.48 MiB/sec.
9366 2025.02.25 04:27:13.649703 [ 276 ] {35b1509e-45d7-4ae4-8e3c-f5e0a492ba0d} <Debug> TCPHandler: Processed in 0.001888398 sec.
9367 2025.02.25 04:27:14.629667 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache
9368 2025.02.25 04:27:14.629719 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache
9369 2025.02.25 04:27:14.776343 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106
9370 2025.02.25 04:27:14.777078 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9371 2025.02.25 04:27:14.777116 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9372 2025.02.25 04:27:14.777616 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9373 2025.02.25 04:27:14.777866 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9374 2025.02.25 04:27:14.778020 [ 148 ] {} <Debug> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9375 2025.02.25 04:27:14.778072 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106
9376 2025.02.25 04:27:14.778076 [ 148 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9377 2025.02.25 04:27:14.778107 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
9378 2025.02.25 04:27:14.778455 [ 199 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
9379 2025.02.25 04:27:14.778728 [ 199 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9380 2025.02.25 04:27:14.778773 [ 199 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
9381 2025.02.25 04:27:14.778853 [ 199 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
9382 2025.02.25 04:27:14.778917 [ 199 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
9383 2025.02.25 04:27:14.779186 [ 199 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
9384 2025.02.25 04:27:14.779433 [ 199 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
9385 2025.02.25 04:27:14.779702 [ 199 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
9386 2025.02.25 04:27:14.782234 [ 193 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.004019899 sec., 5250380.6687680455 rows/sec., 75.11 MiB/sec.
9387 2025.02.25 04:27:14.782828 [ 193 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9388 2025.02.25 04:27:14.783161 [ 193 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_46_9} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9389 2025.02.25 04:27:14.783256 [ 193 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_46_9} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9390 2025.02.25 04:27:14.783380 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB.
9391 2025.02.25 04:27:16.259515 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347
9392 2025.02.25 04:27:16.281432 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9393 2025.02.25 04:27:16.281492 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9394 2025.02.25 04:27:16.288753 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9395 2025.02.25 04:27:16.289540 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9396 2025.02.25 04:27:16.289927 [ 146 ] {} <Debug> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9397 2025.02.25 04:27:16.290054 [ 146 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9398 2025.02.25 04:27:16.290117 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9399 2025.02.25 04:27:16.290544 [ 186 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
9400 2025.02.25 04:27:16.306259 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347
9401 2025.02.25 04:27:16.307608 [ 186 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9402 2025.02.25 04:27:16.309146 [ 186 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
9403 2025.02.25 04:27:16.314901 [ 186 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
9404 2025.02.25 04:27:16.320912 [ 186 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
9405 2025.02.25 04:27:16.326662 [ 186 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
9406 2025.02.25 04:27:16.332464 [ 186 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
9407 2025.02.25 04:27:16.337275 [ 186 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
9408 2025.02.25 04:27:16.397432 [ 191 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.107153179 sec., 3238.3546922112314 rows/sec., 16.74 MiB/sec.
9409 2025.02.25 04:27:16.400550 [ 191 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9410 2025.02.25 04:27:16.403632 [ 191 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_46_9} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9411 2025.02.25 04:27:16.403739 [ 191 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_46_9} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9412 2025.02.25 04:27:16.406139 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB.
9413 2025.02.25 04:27:17.000186 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 225.90 MiB, peak 239.32 MiB, free memory in arenas 0.00 B, will set to 227.26 MiB (RSS), difference: 1.36 MiB
9414 2025.02.25 04:27:18.640523 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9415 2025.02.25 04:27:18.640829 [ 281 ] {1b2cfb36-5140-4035-aef6-c6bd99d618a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9416 2025.02.25 04:27:18.640905 [ 281 ] {1b2cfb36-5140-4035-aef6-c6bd99d618a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9417 2025.02.25 04:27:18.641772 [ 281 ] {1b2cfb36-5140-4035-aef6-c6bd99d618a7} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9418 2025.02.25 04:27:18.641823 [ 281 ] {1b2cfb36-5140-4035-aef6-c6bd99d618a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9419 2025.02.25 04:27:18.642292 [ 281 ] {1b2cfb36-5140-4035-aef6-c6bd99d618a7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
9420 2025.02.25 04:27:18.642548 [ 281 ] {1b2cfb36-5140-4035-aef6-c6bd99d618a7} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9421 2025.02.25 04:27:18.642798 [ 281 ] {1b2cfb36-5140-4035-aef6-c6bd99d618a7} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002058 sec., 103012.63362487852 rows/sec., 6.55 MiB/sec.
9422 2025.02.25 04:27:18.642866 [ 281 ] {1b2cfb36-5140-4035-aef6-c6bd99d618a7} <Debug> TCPHandler: Processed in 0.002535558 sec.
9423 2025.02.25 04:27:18.643194 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9424 2025.02.25 04:27:18.643495 [ 276 ] {19ecdee2-907a-4bed-a452-1f48ce29c72a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9425 2025.02.25 04:27:18.643617 [ 276 ] {19ecdee2-907a-4bed-a452-1f48ce29c72a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9426 2025.02.25 04:27:18.644800 [ 276 ] {19ecdee2-907a-4bed-a452-1f48ce29c72a} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9427 2025.02.25 04:27:18.644851 [ 276 ] {19ecdee2-907a-4bed-a452-1f48ce29c72a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9428 2025.02.25 04:27:18.645332 [ 276 ] {19ecdee2-907a-4bed-a452-1f48ce29c72a} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9429 2025.02.25 04:27:18.645592 [ 276 ] {19ecdee2-907a-4bed-a452-1f48ce29c72a} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9430 2025.02.25 04:27:18.645786 [ 145 ] {} <Debug> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9431 2025.02.25 04:27:18.645860 [ 276 ] {19ecdee2-907a-4bed-a452-1f48ce29c72a} <Debug> executeQuery: Read 627 rows, 50.33 KiB in 0.002443 sec., 256651.6577977896 rows/sec., 20.12 MiB/sec.
9432 2025.02.25 04:27:18.645874 [ 145 ] {} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9433 2025.02.25 04:27:18.645955 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9434 2025.02.25 04:27:18.646009 [ 276 ] {19ecdee2-907a-4bed-a452-1f48ce29c72a} <Debug> TCPHandler: Processed in 0.003013825 sec.
9435 2025.02.25 04:27:18.646216 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9436 2025.02.25 04:27:18.646220 [ 188 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
9437 2025.02.25 04:27:18.646429 [ 281 ] {c524646a-6a6b-414d-bf35-bcd47e2c34b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9438 2025.02.25 04:27:18.646511 [ 188 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9439 2025.02.25 04:27:18.646541 [ 281 ] {c524646a-6a6b-414d-bf35-bcd47e2c34b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9440 2025.02.25 04:27:18.646594 [ 188 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1849 rows starting from the beginning of the part
9441 2025.02.25 04:27:18.646943 [ 188 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 66 rows starting from the beginning of the part
9442 2025.02.25 04:27:18.647348 [ 188 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 126 rows starting from the beginning of the part
9443 2025.02.25 04:27:18.647787 [ 188 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 66 rows starting from the beginning of the part
9444 2025.02.25 04:27:18.648207 [ 188 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 126 rows starting from the beginning of the part
9445 2025.02.25 04:27:18.648483 [ 188 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 627 rows starting from the beginning of the part
9446 2025.02.25 04:27:18.649582 [ 281 ] {c524646a-6a6b-414d-bf35-bcd47e2c34b5} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9447 2025.02.25 04:27:18.649660 [ 281 ] {c524646a-6a6b-414d-bf35-bcd47e2c34b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9448 2025.02.25 04:27:18.650591 [ 281 ] {c524646a-6a6b-414d-bf35-bcd47e2c34b5} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
9449 2025.02.25 04:27:18.651153 [ 281 ] {c524646a-6a6b-414d-bf35-bcd47e2c34b5} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9450 2025.02.25 04:27:18.651470 [ 281 ] {c524646a-6a6b-414d-bf35-bcd47e2c34b5} <Debug> executeQuery: Read 111 rows, 6.76 KiB in 0.005114 sec., 21705.123191239734 rows/sec., 1.29 MiB/sec.
9451 2025.02.25 04:27:18.651554 [ 281 ] {c524646a-6a6b-414d-bf35-bcd47e2c34b5} <Debug> TCPHandler: Processed in 0.00542857 sec.
9452 2025.02.25 04:27:18.651890 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9453 2025.02.25 04:27:18.652039 [ 190 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2860 rows, containing 5 columns (5 merged, 0 gathered) in 0.005954438 sec., 480314.0111627663 rows/sec., 40.71 MiB/sec.
9454 2025.02.25 04:27:18.652206 [ 276 ] {aaaeba69-9bd1-4d12-8b56-8976786f7cda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9455 2025.02.25 04:27:18.652334 [ 276 ] {aaaeba69-9bd1-4d12-8b56-8976786f7cda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9456 2025.02.25 04:27:18.652430 [ 190 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9457 2025.02.25 04:27:18.653133 [ 190 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_76_15} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9458 2025.02.25 04:27:18.653341 [ 190 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_76_15} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9459 2025.02.25 04:27:18.653473 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB.
9460 2025.02.25 04:27:18.653755 [ 276 ] {aaaeba69-9bd1-4d12-8b56-8976786f7cda} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9461 2025.02.25 04:27:18.653802 [ 276 ] {aaaeba69-9bd1-4d12-8b56-8976786f7cda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9462 2025.02.25 04:27:18.654182 [ 276 ] {aaaeba69-9bd1-4d12-8b56-8976786f7cda} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
9463 2025.02.25 04:27:18.654443 [ 276 ] {aaaeba69-9bd1-4d12-8b56-8976786f7cda} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9464 2025.02.25 04:27:18.654659 [ 276 ] {aaaeba69-9bd1-4d12-8b56-8976786f7cda} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002522 sec., 44805.70975416336 rows/sec., 2.90 MiB/sec.
9465 2025.02.25 04:27:18.654722 [ 276 ] {aaaeba69-9bd1-4d12-8b56-8976786f7cda} <Debug> TCPHandler: Processed in 0.003060285 sec.
9466 2025.02.25 04:27:18.654909 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9467 2025.02.25 04:27:18.655051 [ 281 ] {2af04c77-b043-4525-9be9-469f0dd81e53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9468 2025.02.25 04:27:18.655108 [ 281 ] {2af04c77-b043-4525-9be9-469f0dd81e53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9469 2025.02.25 04:27:18.655839 [ 281 ] {2af04c77-b043-4525-9be9-469f0dd81e53} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9470 2025.02.25 04:27:18.655880 [ 281 ] {2af04c77-b043-4525-9be9-469f0dd81e53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9471 2025.02.25 04:27:18.656258 [ 281 ] {2af04c77-b043-4525-9be9-469f0dd81e53} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
9472 2025.02.25 04:27:18.656496 [ 281 ] {2af04c77-b043-4525-9be9-469f0dd81e53} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9473 2025.02.25 04:27:18.656738 [ 281 ] {2af04c77-b043-4525-9be9-469f0dd81e53} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001718 sec., 65192.08381839348 rows/sec., 3.71 MiB/sec.
9474 2025.02.25 04:27:18.656879 [ 281 ] {2af04c77-b043-4525-9be9-469f0dd81e53} <Debug> TCPHandler: Processed in 0.00203319 sec.
9475 2025.02.25 04:27:18.657178 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9476 2025.02.25 04:27:18.657400 [ 276 ] {feccd1dc-8885-42be-812e-56cdad778008} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9477 2025.02.25 04:27:18.657496 [ 276 ] {feccd1dc-8885-42be-812e-56cdad778008} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9478 2025.02.25 04:27:18.658397 [ 276 ] {feccd1dc-8885-42be-812e-56cdad778008} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9479 2025.02.25 04:27:18.658437 [ 276 ] {feccd1dc-8885-42be-812e-56cdad778008} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9480 2025.02.25 04:27:18.658833 [ 276 ] {feccd1dc-8885-42be-812e-56cdad778008} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9481 2025.02.25 04:27:18.659079 [ 276 ] {feccd1dc-8885-42be-812e-56cdad778008} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9482 2025.02.25 04:27:18.659237 [ 143 ] {} <Debug> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9483 2025.02.25 04:27:18.659266 [ 276 ] {feccd1dc-8885-42be-812e-56cdad778008} <Debug> executeQuery: Read 387 rows, 27.99 KiB in 0.001919 sec., 201667.5351745701 rows/sec., 14.24 MiB/sec.
9484 2025.02.25 04:27:18.659286 [ 143 ] {} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9485 2025.02.25 04:27:18.659330 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9486 2025.02.25 04:27:18.659340 [ 276 ] {feccd1dc-8885-42be-812e-56cdad778008} <Debug> TCPHandler: Processed in 0.002345275 sec.
9487 2025.02.25 04:27:18.659620 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9488 2025.02.25 04:27:18.659692 [ 201 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
9489 2025.02.25 04:27:18.659960 [ 281 ] {8c41fdef-73fb-44b8-96b5-6b5e45110e84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9490 2025.02.25 04:27:18.660149 [ 281 ] {8c41fdef-73fb-44b8-96b5-6b5e45110e84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9491 2025.02.25 04:27:18.660461 [ 201 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9492 2025.02.25 04:27:18.660667 [ 201 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 916 rows starting from the beginning of the part
9493 2025.02.25 04:27:18.661149 [ 201 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 69 rows starting from the beginning of the part
9494 2025.02.25 04:27:18.661814 [ 201 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 99 rows starting from the beginning of the part
9495 2025.02.25 04:27:18.662196 [ 201 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 69 rows starting from the beginning of the part
9496 2025.02.25 04:27:18.662489 [ 201 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 99 rows starting from the beginning of the part
9497 2025.02.25 04:27:18.662694 [ 201 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 387 rows starting from the beginning of the part
9498 2025.02.25 04:27:18.663510 [ 281 ] {8c41fdef-73fb-44b8-96b5-6b5e45110e84} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9499 2025.02.25 04:27:18.663588 [ 281 ] {8c41fdef-73fb-44b8-96b5-6b5e45110e84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9500 2025.02.25 04:27:18.664520 [ 281 ] {8c41fdef-73fb-44b8-96b5-6b5e45110e84} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
9501 2025.02.25 04:27:18.664991 [ 281 ] {8c41fdef-73fb-44b8-96b5-6b5e45110e84} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9502 2025.02.25 04:27:18.665380 [ 281 ] {8c41fdef-73fb-44b8-96b5-6b5e45110e84} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005547 sec., 1081.6657652785289 rows/sec., 56.51 KiB/sec.
9503 2025.02.25 04:27:18.665540 [ 281 ] {8c41fdef-73fb-44b8-96b5-6b5e45110e84} <Debug> TCPHandler: Processed in 0.00607643 sec.
9504 2025.02.25 04:27:18.665702 [ 195 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1639 rows, containing 5 columns (5 merged, 0 gathered) in 0.006251043 sec., 262196.244690686 rows/sec., 20.22 MiB/sec.
9505 2025.02.25 04:27:18.665799 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9506 2025.02.25 04:27:18.665963 [ 276 ] {77e7d6c0-6f07-4531-a1a9-142aee291d81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9507 2025.02.25 04:27:18.665976 [ 195 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9508 2025.02.25 04:27:18.666048 [ 276 ] {77e7d6c0-6f07-4531-a1a9-142aee291d81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9509 2025.02.25 04:27:18.666449 [ 195 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_76_15} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9510 2025.02.25 04:27:18.666551 [ 195 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_76_15} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9511 2025.02.25 04:27:18.666677 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB.
9512 2025.02.25 04:27:18.666905 [ 276 ] {77e7d6c0-6f07-4531-a1a9-142aee291d81} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9513 2025.02.25 04:27:18.666943 [ 276 ] {77e7d6c0-6f07-4531-a1a9-142aee291d81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9514 2025.02.25 04:27:18.667346 [ 276 ] {77e7d6c0-6f07-4531-a1a9-142aee291d81} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9515 2025.02.25 04:27:18.667587 [ 276 ] {77e7d6c0-6f07-4531-a1a9-142aee291d81} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9516 2025.02.25 04:27:18.667718 [ 143 ] {} <Debug> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9517 2025.02.25 04:27:18.667750 [ 143 ] {} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9518 2025.02.25 04:27:18.667774 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9519 2025.02.25 04:27:18.667780 [ 276 ] {77e7d6c0-6f07-4531-a1a9-142aee291d81} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001853 sec., 127900.70156502968 rows/sec., 8.57 MiB/sec.
9520 2025.02.25 04:27:18.667961 [ 276 ] {77e7d6c0-6f07-4531-a1a9-142aee291d81} <Debug> TCPHandler: Processed in 0.002281243 sec.
9521 2025.02.25 04:27:18.668002 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
9522 2025.02.25 04:27:18.668291 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9523 2025.02.25 04:27:18.668492 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9524 2025.02.25 04:27:18.668651 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 21846 rows starting from the beginning of the part
9525 2025.02.25 04:27:18.668813 [ 281 ] {9b2681d2-84f9-48e5-9d88-2a0ec4155bdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9526 2025.02.25 04:27:18.669122 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part
9527 2025.02.25 04:27:18.669142 [ 281 ] {9b2681d2-84f9-48e5-9d88-2a0ec4155bdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9528 2025.02.25 04:27:18.669778 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 160 rows starting from the beginning of the part
9529 2025.02.25 04:27:18.670226 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part
9530 2025.02.25 04:27:18.670511 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part
9531 2025.02.25 04:27:18.670942 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 237 rows starting from the beginning of the part
9532 2025.02.25 04:27:18.671871 [ 281 ] {9b2681d2-84f9-48e5-9d88-2a0ec4155bdb} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9533 2025.02.25 04:27:18.671936 [ 281 ] {9b2681d2-84f9-48e5-9d88-2a0ec4155bdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9534 2025.02.25 04:27:18.672563 [ 281 ] {9b2681d2-84f9-48e5-9d88-2a0ec4155bdb} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
9535 2025.02.25 04:27:18.673016 [ 281 ] {9b2681d2-84f9-48e5-9d88-2a0ec4155bdb} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9536 2025.02.25 04:27:18.673321 [ 281 ] {9b2681d2-84f9-48e5-9d88-2a0ec4155bdb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004714 sec., 212.13406873143825 rows/sec., 14.29 KiB/sec.
9537 2025.02.25 04:27:18.673580 [ 281 ] {9b2681d2-84f9-48e5-9d88-2a0ec4155bdb} <Debug> TCPHandler: Processed in 0.005502222 sec.
9538 2025.02.25 04:27:18.673897 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9539 2025.02.25 04:27:18.674379 [ 276 ] {73dd00b6-e342-4341-98c5-65bcfe0f762c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9540 2025.02.25 04:27:18.674532 [ 276 ] {73dd00b6-e342-4341-98c5-65bcfe0f762c} <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
9541 2025.02.25 04:27:18.676043 [ 276 ] {73dd00b6-e342-4341-98c5-65bcfe0f762c} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9542 2025.02.25 04:27:18.676082 [ 276 ] {73dd00b6-e342-4341-98c5-65bcfe0f762c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9543 2025.02.25 04:27:18.684756 [ 276 ] {73dd00b6-e342-4341-98c5-65bcfe0f762c} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
9544 2025.02.25 04:27:18.685055 [ 276 ] {73dd00b6-e342-4341-98c5-65bcfe0f762c} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9545 2025.02.25 04:27:18.685286 [ 276 ] {73dd00b6-e342-4341-98c5-65bcfe0f762c} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.011057 sec., 452.20222483494615 rows/sec., 829.77 KiB/sec.
9546 2025.02.25 04:27:18.685587 [ 276 ] {73dd00b6-e342-4341-98c5-65bcfe0f762c} <Debug> TCPHandler: Processed in 0.011870906 sec.
9547 2025.02.25 04:27:18.685883 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9548 2025.02.25 04:27:18.686116 [ 281 ] {ca8b8701-ebff-4902-bfb4-2be1ef32c14c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9549 2025.02.25 04:27:18.686257 [ 281 ] {ca8b8701-ebff-4902-bfb4-2be1ef32c14c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9550 2025.02.25 04:27:18.687157 [ 281 ] {ca8b8701-ebff-4902-bfb4-2be1ef32c14c} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9551 2025.02.25 04:27:18.687207 [ 281 ] {ca8b8701-ebff-4902-bfb4-2be1ef32c14c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9552 2025.02.25 04:27:18.687778 [ 281 ] {ca8b8701-ebff-4902-bfb4-2be1ef32c14c} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9553 2025.02.25 04:27:18.688071 [ 281 ] {ca8b8701-ebff-4902-bfb4-2be1ef32c14c} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9554 2025.02.25 04:27:18.688314 [ 143 ] {} <Debug> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9555 2025.02.25 04:27:18.688421 [ 143 ] {} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9556 2025.02.25 04:27:18.688467 [ 281 ] {ca8b8701-ebff-4902-bfb4-2be1ef32c14c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002403 sec., 34124.01165210154 rows/sec., 2.17 MiB/sec.
9557 2025.02.25 04:27:18.688476 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9558 2025.02.25 04:27:18.688835 [ 281 ] {ca8b8701-ebff-4902-bfb4-2be1ef32c14c} <Debug> TCPHandler: Processed in 0.003129307 sec.
9559 2025.02.25 04:27:18.689085 [ 190 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
9560 2025.02.25 04:27:18.689508 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22723 rows, containing 5 columns (5 merged, 0 gathered) in 0.021668381 sec., 1048670.8720877669 rows/sec., 70.92 MiB/sec.
9561 2025.02.25 04:27:18.689583 [ 190 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9562 2025.02.25 04:27:18.689686 [ 190 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4220 rows starting from the beginning of the part
9563 2025.02.25 04:27:18.690093 [ 190 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part
9564 2025.02.25 04:27:18.690114 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9565 2025.02.25 04:27:18.690781 [ 190 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part
9566 2025.02.25 04:27:18.691183 [ 190 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part
9567 2025.02.25 04:27:18.691347 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9568 2025.02.25 04:27:18.691455 [ 190 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part
9569 2025.02.25 04:27:18.691695 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9570 2025.02.25 04:27:18.691829 [ 190 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 82 rows starting from the beginning of the part
9571 2025.02.25 04:27:18.691990 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB.
9572 2025.02.25 04:27:18.694018 [ 203 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4542 rows, containing 4 columns (4 merged, 0 gathered) in 0.00535964 sec., 847444.9776477525 rows/sec., 55.51 MiB/sec.
9573 2025.02.25 04:27:18.694407 [ 190 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9574 2025.02.25 04:27:18.694698 [ 190 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_76_15} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9575 2025.02.25 04:27:18.694776 [ 190 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_76_15} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9576 2025.02.25 04:27:18.694854 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB.
9577 2025.02.25 04:27:19.893867 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1360
9578 2025.02.25 04:27:19.897190 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9579 2025.02.25 04:27:19.897256 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9580 2025.02.25 04:27:19.899523 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9581 2025.02.25 04:27:19.899851 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9582 2025.02.25 04:27:19.901202 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1360
9583 2025.02.25 04:27:20.842288 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9584 2025.02.25 04:27:20.842625 [ 281 ] {c64cab9b-8e05-4960-b903-b690c006d163} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9585 2025.02.25 04:27:20.842747 [ 281 ] {c64cab9b-8e05-4960-b903-b690c006d163} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9586 2025.02.25 04:27:20.843575 [ 281 ] {c64cab9b-8e05-4960-b903-b690c006d163} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9587 2025.02.25 04:27:20.843632 [ 281 ] {c64cab9b-8e05-4960-b903-b690c006d163} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9588 2025.02.25 04:27:20.844072 [ 281 ] {c64cab9b-8e05-4960-b903-b690c006d163} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
9589 2025.02.25 04:27:20.844327 [ 281 ] {c64cab9b-8e05-4960-b903-b690c006d163} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9590 2025.02.25 04:27:20.844576 [ 281 ] {c64cab9b-8e05-4960-b903-b690c006d163} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00204 sec., 980.3921568627451 rows/sec., 79.94 KiB/sec.
9591 2025.02.25 04:27:20.844646 [ 281 ] {c64cab9b-8e05-4960-b903-b690c006d163} <Debug> TCPHandler: Processed in 0.002556978 sec.
9592 2025.02.25 04:27:20.844964 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9593 2025.02.25 04:27:20.845179 [ 276 ] {eea6108e-2214-4c1a-9953-2ee20d310de3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9594 2025.02.25 04:27:20.845261 [ 276 ] {eea6108e-2214-4c1a-9953-2ee20d310de3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9595 2025.02.25 04:27:20.846771 [ 276 ] {eea6108e-2214-4c1a-9953-2ee20d310de3} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9596 2025.02.25 04:27:20.846824 [ 276 ] {eea6108e-2214-4c1a-9953-2ee20d310de3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9597 2025.02.25 04:27:20.847347 [ 276 ] {eea6108e-2214-4c1a-9953-2ee20d310de3} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9598 2025.02.25 04:27:20.847606 [ 276 ] {eea6108e-2214-4c1a-9953-2ee20d310de3} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9599 2025.02.25 04:27:20.847862 [ 276 ] {eea6108e-2214-4c1a-9953-2ee20d310de3} <Debug> executeQuery: Read 1267 rows, 107.21 KiB in 0.002737 sec., 462915.60102301795 rows/sec., 38.25 MiB/sec.
9600 2025.02.25 04:27:20.847978 [ 276 ] {eea6108e-2214-4c1a-9953-2ee20d310de3} <Debug> TCPHandler: Processed in 0.003188507 sec.
9601 2025.02.25 04:27:20.848194 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9602 2025.02.25 04:27:20.848386 [ 281 ] {c3369e53-b0fe-416c-bc0d-98e05cca3077} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9603 2025.02.25 04:27:20.848450 [ 281 ] {c3369e53-b0fe-416c-bc0d-98e05cca3077} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9604 2025.02.25 04:27:20.849121 [ 281 ] {c3369e53-b0fe-416c-bc0d-98e05cca3077} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9605 2025.02.25 04:27:20.849165 [ 281 ] {c3369e53-b0fe-416c-bc0d-98e05cca3077} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9606 2025.02.25 04:27:20.849595 [ 281 ] {c3369e53-b0fe-416c-bc0d-98e05cca3077} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
9607 2025.02.25 04:27:20.849848 [ 281 ] {c3369e53-b0fe-416c-bc0d-98e05cca3077} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9608 2025.02.25 04:27:20.850066 [ 281 ] {c3369e53-b0fe-416c-bc0d-98e05cca3077} <Debug> executeQuery: Read 37 rows, 2.77 KiB in 0.001716 sec., 21561.771561771562 rows/sec., 1.58 MiB/sec.
9609 2025.02.25 04:27:20.850126 [ 281 ] {c3369e53-b0fe-416c-bc0d-98e05cca3077} <Debug> TCPHandler: Processed in 0.00205266 sec.
9610 2025.02.25 04:27:20.850341 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9611 2025.02.25 04:27:20.850571 [ 276 ] {bb814391-9e40-4541-b2a0-6374cd2de35e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9612 2025.02.25 04:27:20.850667 [ 276 ] {bb814391-9e40-4541-b2a0-6374cd2de35e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9613 2025.02.25 04:27:20.851482 [ 276 ] {bb814391-9e40-4541-b2a0-6374cd2de35e} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9614 2025.02.25 04:27:20.851524 [ 276 ] {bb814391-9e40-4541-b2a0-6374cd2de35e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9615 2025.02.25 04:27:20.851902 [ 276 ] {bb814391-9e40-4541-b2a0-6374cd2de35e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
9616 2025.02.25 04:27:20.852144 [ 276 ] {bb814391-9e40-4541-b2a0-6374cd2de35e} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9617 2025.02.25 04:27:20.852366 [ 276 ] {bb814391-9e40-4541-b2a0-6374cd2de35e} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001853 sec., 123043.71289800323 rows/sec., 8.33 MiB/sec.
9618 2025.02.25 04:27:20.852425 [ 276 ] {bb814391-9e40-4541-b2a0-6374cd2de35e} <Debug> TCPHandler: Processed in 0.002201203 sec.
9619 2025.02.25 04:27:20.852657 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9620 2025.02.25 04:27:20.852880 [ 281 ] {76ce858f-19a3-46cd-8d6a-94e2d002d701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9621 2025.02.25 04:27:20.852949 [ 281 ] {76ce858f-19a3-46cd-8d6a-94e2d002d701} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9622 2025.02.25 04:27:20.853962 [ 281 ] {76ce858f-19a3-46cd-8d6a-94e2d002d701} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9623 2025.02.25 04:27:20.854004 [ 281 ] {76ce858f-19a3-46cd-8d6a-94e2d002d701} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9624 2025.02.25 04:27:20.854415 [ 281 ] {76ce858f-19a3-46cd-8d6a-94e2d002d701} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9625 2025.02.25 04:27:20.854661 [ 281 ] {76ce858f-19a3-46cd-8d6a-94e2d002d701} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9626 2025.02.25 04:27:20.854907 [ 281 ] {76ce858f-19a3-46cd-8d6a-94e2d002d701} <Debug> executeQuery: Read 557 rows, 42.37 KiB in 0.002073 sec., 268692.71587071876 rows/sec., 19.96 MiB/sec.
9627 2025.02.25 04:27:20.855017 [ 281 ] {76ce858f-19a3-46cd-8d6a-94e2d002d701} <Debug> TCPHandler: Processed in 0.002468167 sec.
9628 2025.02.25 04:27:20.855288 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9629 2025.02.25 04:27:20.855541 [ 276 ] {b500f849-1158-4381-b64b-740007cfdd0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9630 2025.02.25 04:27:20.855642 [ 276 ] {b500f849-1158-4381-b64b-740007cfdd0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9631 2025.02.25 04:27:20.856546 [ 276 ] {b500f849-1158-4381-b64b-740007cfdd0e} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9632 2025.02.25 04:27:20.856585 [ 276 ] {b500f849-1158-4381-b64b-740007cfdd0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9633 2025.02.25 04:27:20.857039 [ 276 ] {b500f849-1158-4381-b64b-740007cfdd0e} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9634 2025.02.25 04:27:20.857288 [ 276 ] {b500f849-1158-4381-b64b-740007cfdd0e} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9635 2025.02.25 04:27:20.857498 [ 276 ] {b500f849-1158-4381-b64b-740007cfdd0e} <Debug> executeQuery: Read 933 rows, 64.04 KiB in 0.002013 sec., 463487.33233979135 rows/sec., 31.07 MiB/sec.
9636 2025.02.25 04:27:20.857554 [ 276 ] {b500f849-1158-4381-b64b-740007cfdd0e} <Debug> TCPHandler: Processed in 0.002428185 sec.
9637 2025.02.25 04:27:20.857703 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9638 2025.02.25 04:27:20.857846 [ 281 ] {c0260153-2e2a-4b7f-902e-78cc7f24be6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9639 2025.02.25 04:27:20.857940 [ 281 ] {c0260153-2e2a-4b7f-902e-78cc7f24be6e} <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
9640 2025.02.25 04:27:20.859310 [ 281 ] {c0260153-2e2a-4b7f-902e-78cc7f24be6e} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9641 2025.02.25 04:27:20.859350 [ 281 ] {c0260153-2e2a-4b7f-902e-78cc7f24be6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9642 2025.02.25 04:27:20.860047 [ 281 ] {c0260153-2e2a-4b7f-902e-78cc7f24be6e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
9643 2025.02.25 04:27:20.860313 [ 281 ] {c0260153-2e2a-4b7f-902e-78cc7f24be6e} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9644 2025.02.25 04:27:20.860473 [ 142 ] {} <Debug> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
9645 2025.02.25 04:27:20.860519 [ 142 ] {} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9646 2025.02.25 04:27:20.860526 [ 281 ] {c0260153-2e2a-4b7f-902e-78cc7f24be6e} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00271 sec., 12915.129151291512 rows/sec., 23.14 MiB/sec.
9647 2025.02.25 04:27:20.860542 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9648 2025.02.25 04:27:20.861218 [ 281 ] {c0260153-2e2a-4b7f-902e-78cc7f24be6e} <Debug> TCPHandler: Processed in 0.003579113 sec.
9649 2025.02.25 04:27:20.861224 [ 189 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::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
9650 2025.02.25 04:27:20.861754 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9651 2025.02.25 04:27:20.862171 [ 276 ] {0c41fd3c-e381-443e-bd7e-8dac41f78430} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9652 2025.02.25 04:27:20.862322 [ 276 ] {0c41fd3c-e381-443e-bd7e-8dac41f78430} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9653 2025.02.25 04:27:20.862731 [ 189 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9654 2025.02.25 04:27:20.862972 [ 189 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1099 rows starting from the beginning of the part
9655 2025.02.25 04:27:20.863765 [ 189 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 35 rows starting from the beginning of the part
9656 2025.02.25 04:27:20.864530 [ 189 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 5 rows starting from the beginning of the part
9657 2025.02.25 04:27:20.864745 [ 276 ] {0c41fd3c-e381-443e-bd7e-8dac41f78430} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9658 2025.02.25 04:27:20.864890 [ 276 ] {0c41fd3c-e381-443e-bd7e-8dac41f78430} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9659 2025.02.25 04:27:20.865234 [ 189 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 35 rows starting from the beginning of the part
9660 2025.02.25 04:27:20.865862 [ 189 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 5 rows starting from the beginning of the part
9661 2025.02.25 04:27:20.866534 [ 189 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 35 rows starting from the beginning of the part
9662 2025.02.25 04:27:20.866572 [ 276 ] {0c41fd3c-e381-443e-bd7e-8dac41f78430} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9663 2025.02.25 04:27:20.867551 [ 276 ] {0c41fd3c-e381-443e-bd7e-8dac41f78430} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9664 2025.02.25 04:27:20.868164 [ 276 ] {0c41fd3c-e381-443e-bd7e-8dac41f78430} <Debug> executeQuery: Read 32 rows, 2.20 KiB in 0.006106 sec., 5240.746806419915 rows/sec., 360.81 KiB/sec.
9665 2025.02.25 04:27:20.868314 [ 276 ] {0c41fd3c-e381-443e-bd7e-8dac41f78430} <Debug> TCPHandler: Processed in 0.006958733 sec.
9666 2025.02.25 04:27:20.874985 [ 190 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1214 rows, containing 19 columns (19 merged, 0 gathered) in 0.014295292 sec., 84923.06418085059 rows/sec., 152.18 MiB/sec.
9667 2025.02.25 04:27:20.876559 [ 190 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
9668 2025.02.25 04:27:20.876982 [ 190 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9669 2025.02.25 04:27:20.877061 [ 190 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
9670 2025.02.25 04:27:20.877208 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.65 MiB.
9671 2025.02.25 04:27:21.000167 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 228.48 MiB, peak 240.08 MiB, free memory in arenas 0.00 B, will set to 230.34 MiB (RSS), difference: 1.86 MiB
9672 2025.02.25 04:27:22.278228 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21594
9673 2025.02.25 04:27:22.278986 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9674 2025.02.25 04:27:22.279035 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9675 2025.02.25 04:27:22.279585 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9676 2025.02.25 04:27:22.279842 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9677 2025.02.25 04:27:22.280085 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594
9678 2025.02.25 04:27:23.629812 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9679 2025.02.25 04:27:23.630010 [ 281 ] {3d4a4241-aaa9-4fc8-a78e-ec61ab8850ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9680 2025.02.25 04:27:23.630085 [ 281 ] {3d4a4241-aaa9-4fc8-a78e-ec61ab8850ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9681 2025.02.25 04:27:23.630903 [ 281 ] {3d4a4241-aaa9-4fc8-a78e-ec61ab8850ad} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9682 2025.02.25 04:27:23.630954 [ 281 ] {3d4a4241-aaa9-4fc8-a78e-ec61ab8850ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9683 2025.02.25 04:27:23.631396 [ 281 ] {3d4a4241-aaa9-4fc8-a78e-ec61ab8850ad} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9684 2025.02.25 04:27:23.631657 [ 281 ] {3d4a4241-aaa9-4fc8-a78e-ec61ab8850ad} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9685 2025.02.25 04:27:23.631878 [ 281 ] {3d4a4241-aaa9-4fc8-a78e-ec61ab8850ad} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001922 sec., 29136.3163371488 rows/sec., 2.22 MiB/sec.
9686 2025.02.25 04:27:23.631949 [ 281 ] {3d4a4241-aaa9-4fc8-a78e-ec61ab8850ad} <Debug> TCPHandler: Processed in 0.002279043 sec.
9687 2025.02.25 04:27:23.632212 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9688 2025.02.25 04:27:23.632408 [ 276 ] {cc5398a7-5ef6-4e1a-a509-8e26da5a1a47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9689 2025.02.25 04:27:23.632486 [ 276 ] {cc5398a7-5ef6-4e1a-a509-8e26da5a1a47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9690 2025.02.25 04:27:23.633365 [ 276 ] {cc5398a7-5ef6-4e1a-a509-8e26da5a1a47} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9691 2025.02.25 04:27:23.633417 [ 276 ] {cc5398a7-5ef6-4e1a-a509-8e26da5a1a47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9692 2025.02.25 04:27:23.633864 [ 276 ] {cc5398a7-5ef6-4e1a-a509-8e26da5a1a47} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9693 2025.02.25 04:27:23.634126 [ 276 ] {cc5398a7-5ef6-4e1a-a509-8e26da5a1a47} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9694 2025.02.25 04:27:23.634407 [ 276 ] {cc5398a7-5ef6-4e1a-a509-8e26da5a1a47} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002049 sec., 31234.748657881893 rows/sec., 2.44 MiB/sec.
9695 2025.02.25 04:27:23.634483 [ 276 ] {cc5398a7-5ef6-4e1a-a509-8e26da5a1a47} <Debug> TCPHandler: Processed in 0.002403546 sec.
9696 2025.02.25 04:27:23.634649 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9697 2025.02.25 04:27:23.634784 [ 281 ] {d1127794-af77-4204-b78f-ae3bda1463c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9698 2025.02.25 04:27:23.634845 [ 281 ] {d1127794-af77-4204-b78f-ae3bda1463c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9699 2025.02.25 04:27:23.635445 [ 281 ] {d1127794-af77-4204-b78f-ae3bda1463c1} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9700 2025.02.25 04:27:23.635494 [ 281 ] {d1127794-af77-4204-b78f-ae3bda1463c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9701 2025.02.25 04:27:23.635932 [ 281 ] {d1127794-af77-4204-b78f-ae3bda1463c1} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9702 2025.02.25 04:27:23.636177 [ 281 ] {d1127794-af77-4204-b78f-ae3bda1463c1} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9703 2025.02.25 04:27:23.636407 [ 281 ] {d1127794-af77-4204-b78f-ae3bda1463c1} <Debug> executeQuery: Read 74 rows, 5.27 KiB in 0.001654 sec., 44740.02418379686 rows/sec., 3.11 MiB/sec.
9704 2025.02.25 04:27:23.636469 [ 281 ] {d1127794-af77-4204-b78f-ae3bda1463c1} <Debug> TCPHandler: Processed in 0.001880957 sec.
9705 2025.02.25 04:27:23.636623 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9706 2025.02.25 04:27:23.636755 [ 276 ] {2e0443bf-c03b-46e0-8668-6b008dfa966b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9707 2025.02.25 04:27:23.636814 [ 276 ] {2e0443bf-c03b-46e0-8668-6b008dfa966b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9708 2025.02.25 04:27:23.637337 [ 276 ] {2e0443bf-c03b-46e0-8668-6b008dfa966b} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9709 2025.02.25 04:27:23.637380 [ 276 ] {2e0443bf-c03b-46e0-8668-6b008dfa966b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9710 2025.02.25 04:27:23.637776 [ 276 ] {2e0443bf-c03b-46e0-8668-6b008dfa966b} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9711 2025.02.25 04:27:23.638034 [ 276 ] {2e0443bf-c03b-46e0-8668-6b008dfa966b} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9712 2025.02.25 04:27:23.638271 [ 276 ] {2e0443bf-c03b-46e0-8668-6b008dfa966b} <Debug> executeQuery: Read 28 rows, 1.94 KiB in 0.001541 sec., 18170.019467878 rows/sec., 1.23 MiB/sec.
9713 2025.02.25 04:27:23.638331 [ 276 ] {2e0443bf-c03b-46e0-8668-6b008dfa966b} <Debug> TCPHandler: Processed in 0.001769016 sec.
9714 2025.02.25 04:27:23.806390 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355
9715 2025.02.25 04:27:23.834730 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9716 2025.02.25 04:27:23.834824 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9717 2025.02.25 04:27:23.846189 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9718 2025.02.25 04:27:23.847282 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9719 2025.02.25 04:27:23.852026 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355
9720 2025.02.25 04:27:28.641000 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9721 2025.02.25 04:27:28.641231 [ 281 ] {590eb1ad-fcb2-44e6-bd06-f2f5fa9c04c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9722 2025.02.25 04:27:28.641315 [ 281 ] {590eb1ad-fcb2-44e6-bd06-f2f5fa9c04c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9723 2025.02.25 04:27:28.642269 [ 281 ] {590eb1ad-fcb2-44e6-bd06-f2f5fa9c04c1} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9724 2025.02.25 04:27:28.642322 [ 281 ] {590eb1ad-fcb2-44e6-bd06-f2f5fa9c04c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9725 2025.02.25 04:27:28.642781 [ 281 ] {590eb1ad-fcb2-44e6-bd06-f2f5fa9c04c1} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
9726 2025.02.25 04:27:28.643056 [ 281 ] {590eb1ad-fcb2-44e6-bd06-f2f5fa9c04c1} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9727 2025.02.25 04:27:28.643295 [ 281 ] {590eb1ad-fcb2-44e6-bd06-f2f5fa9c04c1} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002124 sec., 99811.67608286253 rows/sec., 6.35 MiB/sec.
9728 2025.02.25 04:27:28.643354 [ 281 ] {590eb1ad-fcb2-44e6-bd06-f2f5fa9c04c1} <Debug> TCPHandler: Processed in 0.002489397 sec.
9729 2025.02.25 04:27:28.643632 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9730 2025.02.25 04:27:28.643841 [ 276 ] {fadcd9b8-7d52-4d23-b321-5dd84aac75f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9731 2025.02.25 04:27:28.643924 [ 276 ] {fadcd9b8-7d52-4d23-b321-5dd84aac75f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9732 2025.02.25 04:27:28.645036 [ 276 ] {fadcd9b8-7d52-4d23-b321-5dd84aac75f9} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9733 2025.02.25 04:27:28.645087 [ 276 ] {fadcd9b8-7d52-4d23-b321-5dd84aac75f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9734 2025.02.25 04:27:28.645565 [ 276 ] {fadcd9b8-7d52-4d23-b321-5dd84aac75f9} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9735 2025.02.25 04:27:28.645826 [ 276 ] {fadcd9b8-7d52-4d23-b321-5dd84aac75f9} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9736 2025.02.25 04:27:28.646073 [ 276 ] {fadcd9b8-7d52-4d23-b321-5dd84aac75f9} <Debug> executeQuery: Read 627 rows, 50.33 KiB in 0.002289 sec., 273918.7418086501 rows/sec., 21.47 MiB/sec.
9737 2025.02.25 04:27:28.646142 [ 276 ] {fadcd9b8-7d52-4d23-b321-5dd84aac75f9} <Debug> TCPHandler: Processed in 0.002653629 sec.
9738 2025.02.25 04:27:28.646327 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9739 2025.02.25 04:27:28.646470 [ 281 ] {9578b021-fb6d-4a0d-b248-47433243d20f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9740 2025.02.25 04:27:28.646528 [ 281 ] {9578b021-fb6d-4a0d-b248-47433243d20f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9741 2025.02.25 04:27:28.647266 [ 281 ] {9578b021-fb6d-4a0d-b248-47433243d20f} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9742 2025.02.25 04:27:28.647309 [ 281 ] {9578b021-fb6d-4a0d-b248-47433243d20f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9743 2025.02.25 04:27:28.647681 [ 281 ] {9578b021-fb6d-4a0d-b248-47433243d20f} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
9744 2025.02.25 04:27:28.647931 [ 281 ] {9578b021-fb6d-4a0d-b248-47433243d20f} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9745 2025.02.25 04:27:28.648179 [ 281 ] {9578b021-fb6d-4a0d-b248-47433243d20f} <Debug> executeQuery: Read 111 rows, 6.76 KiB in 0.001738 sec., 63866.51323360184 rows/sec., 3.80 MiB/sec.
9746 2025.02.25 04:27:28.648259 [ 281 ] {9578b021-fb6d-4a0d-b248-47433243d20f} <Debug> TCPHandler: Processed in 0.00200395 sec.
9747 2025.02.25 04:27:28.648483 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9748 2025.02.25 04:27:28.648636 [ 276 ] {4bd709bc-fe40-4c47-a8c9-6acd9f684c28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9749 2025.02.25 04:27:28.648698 [ 276 ] {4bd709bc-fe40-4c47-a8c9-6acd9f684c28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9750 2025.02.25 04:27:28.649397 [ 276 ] {4bd709bc-fe40-4c47-a8c9-6acd9f684c28} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9751 2025.02.25 04:27:28.649438 [ 276 ] {4bd709bc-fe40-4c47-a8c9-6acd9f684c28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9752 2025.02.25 04:27:28.649807 [ 276 ] {4bd709bc-fe40-4c47-a8c9-6acd9f684c28} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
9753 2025.02.25 04:27:28.650044 [ 276 ] {4bd709bc-fe40-4c47-a8c9-6acd9f684c28} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9754 2025.02.25 04:27:28.650263 [ 276 ] {4bd709bc-fe40-4c47-a8c9-6acd9f684c28} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001661 sec., 68031.30644190247 rows/sec., 4.40 MiB/sec.
9755 2025.02.25 04:27:28.650321 [ 276 ] {4bd709bc-fe40-4c47-a8c9-6acd9f684c28} <Debug> TCPHandler: Processed in 0.001949029 sec.
9756 2025.02.25 04:27:28.650502 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9757 2025.02.25 04:27:28.650642 [ 281 ] {428ecf2f-b3d7-4a56-a731-72c82470b0e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9758 2025.02.25 04:27:28.650702 [ 281 ] {428ecf2f-b3d7-4a56-a731-72c82470b0e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9759 2025.02.25 04:27:28.651399 [ 281 ] {428ecf2f-b3d7-4a56-a731-72c82470b0e5} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9760 2025.02.25 04:27:28.651441 [ 281 ] {428ecf2f-b3d7-4a56-a731-72c82470b0e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9761 2025.02.25 04:27:28.651814 [ 281 ] {428ecf2f-b3d7-4a56-a731-72c82470b0e5} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
9762 2025.02.25 04:27:28.652061 [ 281 ] {428ecf2f-b3d7-4a56-a731-72c82470b0e5} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9763 2025.02.25 04:27:28.652355 [ 281 ] {428ecf2f-b3d7-4a56-a731-72c82470b0e5} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001734 sec., 64590.542099192615 rows/sec., 3.68 MiB/sec.
9764 2025.02.25 04:27:28.652522 [ 281 ] {428ecf2f-b3d7-4a56-a731-72c82470b0e5} <Debug> TCPHandler: Processed in 0.002094831 sec.
9765 2025.02.25 04:27:28.652754 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9766 2025.02.25 04:27:28.652898 [ 276 ] {303478e2-58b8-4afb-8222-f14915eca69d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9767 2025.02.25 04:27:28.652956 [ 276 ] {303478e2-58b8-4afb-8222-f14915eca69d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9768 2025.02.25 04:27:28.653744 [ 276 ] {303478e2-58b8-4afb-8222-f14915eca69d} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9769 2025.02.25 04:27:28.653785 [ 276 ] {303478e2-58b8-4afb-8222-f14915eca69d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9770 2025.02.25 04:27:28.654177 [ 276 ] {303478e2-58b8-4afb-8222-f14915eca69d} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9771 2025.02.25 04:27:28.654435 [ 276 ] {303478e2-58b8-4afb-8222-f14915eca69d} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9772 2025.02.25 04:27:28.654696 [ 276 ] {303478e2-58b8-4afb-8222-f14915eca69d} <Debug> executeQuery: Read 387 rows, 27.99 KiB in 0.00183 sec., 211475.40983606558 rows/sec., 14.93 MiB/sec.
9773 2025.02.25 04:27:28.654756 [ 276 ] {303478e2-58b8-4afb-8222-f14915eca69d} <Debug> TCPHandler: Processed in 0.002124172 sec.
9774 2025.02.25 04:27:28.654916 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9775 2025.02.25 04:27:28.655057 [ 281 ] {4bc33468-5237-4afd-9f37-71a4051e82bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9776 2025.02.25 04:27:28.655120 [ 281 ] {4bc33468-5237-4afd-9f37-71a4051e82bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9777 2025.02.25 04:27:28.655704 [ 281 ] {4bc33468-5237-4afd-9f37-71a4051e82bf} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9778 2025.02.25 04:27:28.655753 [ 281 ] {4bc33468-5237-4afd-9f37-71a4051e82bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9779 2025.02.25 04:27:28.656185 [ 281 ] {4bc33468-5237-4afd-9f37-71a4051e82bf} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
9780 2025.02.25 04:27:28.656437 [ 281 ] {4bc33468-5237-4afd-9f37-71a4051e82bf} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9781 2025.02.25 04:27:28.656662 [ 281 ] {4bc33468-5237-4afd-9f37-71a4051e82bf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001635 sec., 3669.7247706422017 rows/sec., 191.73 KiB/sec.
9782 2025.02.25 04:27:28.656719 [ 281 ] {4bc33468-5237-4afd-9f37-71a4051e82bf} <Debug> TCPHandler: Processed in 0.001873878 sec.
9783 2025.02.25 04:27:28.656875 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9784 2025.02.25 04:27:28.656996 [ 276 ] {1cc053da-2699-4a19-86ed-9085b4b20301} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9785 2025.02.25 04:27:28.657054 [ 276 ] {1cc053da-2699-4a19-86ed-9085b4b20301} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9786 2025.02.25 04:27:28.657785 [ 276 ] {1cc053da-2699-4a19-86ed-9085b4b20301} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9787 2025.02.25 04:27:28.657834 [ 276 ] {1cc053da-2699-4a19-86ed-9085b4b20301} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9788 2025.02.25 04:27:28.658273 [ 276 ] {1cc053da-2699-4a19-86ed-9085b4b20301} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9789 2025.02.25 04:27:28.658513 [ 276 ] {1cc053da-2699-4a19-86ed-9085b4b20301} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9790 2025.02.25 04:27:28.658728 [ 276 ] {1cc053da-2699-4a19-86ed-9085b4b20301} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001758 sec., 134812.2866894198 rows/sec., 9.04 MiB/sec.
9791 2025.02.25 04:27:28.658792 [ 276 ] {1cc053da-2699-4a19-86ed-9085b4b20301} <Debug> TCPHandler: Processed in 0.001974539 sec.
9792 2025.02.25 04:27:28.658948 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9793 2025.02.25 04:27:28.659066 [ 281 ] {ff8cb429-0fca-4ec2-a691-c016dba36158} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9794 2025.02.25 04:27:28.659126 [ 281 ] {ff8cb429-0fca-4ec2-a691-c016dba36158} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9795 2025.02.25 04:27:28.659700 [ 281 ] {ff8cb429-0fca-4ec2-a691-c016dba36158} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9796 2025.02.25 04:27:28.659747 [ 281 ] {ff8cb429-0fca-4ec2-a691-c016dba36158} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9797 2025.02.25 04:27:28.660172 [ 281 ] {ff8cb429-0fca-4ec2-a691-c016dba36158} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
9798 2025.02.25 04:27:28.660414 [ 281 ] {ff8cb429-0fca-4ec2-a691-c016dba36158} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9799 2025.02.25 04:27:28.660679 [ 281 ] {ff8cb429-0fca-4ec2-a691-c016dba36158} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001636 sec., 611.2469437652811 rows/sec., 41.19 KiB/sec.
9800 2025.02.25 04:27:28.660888 [ 281 ] {ff8cb429-0fca-4ec2-a691-c016dba36158} <Debug> TCPHandler: Processed in 0.00199193 sec.
9801 2025.02.25 04:27:28.661121 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9802 2025.02.25 04:27:28.661264 [ 276 ] {2aa5898e-eee2-43b1-addf-f8aa802b63e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9803 2025.02.25 04:27:28.661368 [ 276 ] {2aa5898e-eee2-43b1-addf-f8aa802b63e1} <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
9804 2025.02.25 04:27:28.662588 [ 276 ] {2aa5898e-eee2-43b1-addf-f8aa802b63e1} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9805 2025.02.25 04:27:28.662629 [ 276 ] {2aa5898e-eee2-43b1-addf-f8aa802b63e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9806 2025.02.25 04:27:28.663389 [ 276 ] {2aa5898e-eee2-43b1-addf-f8aa802b63e1} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
9807 2025.02.25 04:27:28.663763 [ 276 ] {2aa5898e-eee2-43b1-addf-f8aa802b63e1} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9808 2025.02.25 04:27:28.664066 [ 276 ] {2aa5898e-eee2-43b1-addf-f8aa802b63e1} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002831 sec., 1766.1603673613563 rows/sec., 3.16 MiB/sec.
9809 2025.02.25 04:27:28.664229 [ 276 ] {2aa5898e-eee2-43b1-addf-f8aa802b63e1} <Debug> TCPHandler: Processed in 0.003172927 sec.
9810 2025.02.25 04:27:28.664430 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9811 2025.02.25 04:27:28.664570 [ 281 ] {962d328f-5517-4520-9a7a-c1d959de0412} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9812 2025.02.25 04:27:28.664631 [ 281 ] {962d328f-5517-4520-9a7a-c1d959de0412} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9813 2025.02.25 04:27:28.665204 [ 281 ] {962d328f-5517-4520-9a7a-c1d959de0412} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9814 2025.02.25 04:27:28.665243 [ 281 ] {962d328f-5517-4520-9a7a-c1d959de0412} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9815 2025.02.25 04:27:28.665637 [ 281 ] {962d328f-5517-4520-9a7a-c1d959de0412} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9816 2025.02.25 04:27:28.665883 [ 281 ] {962d328f-5517-4520-9a7a-c1d959de0412} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9817 2025.02.25 04:27:28.666105 [ 281 ] {962d328f-5517-4520-9a7a-c1d959de0412} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001564 sec., 52429.66751918158 rows/sec., 3.33 MiB/sec.
9818 2025.02.25 04:27:28.666175 [ 281 ] {962d328f-5517-4520-9a7a-c1d959de0412} <Debug> TCPHandler: Processed in 0.001810866 sec.
9819 2025.02.25 04:27:29.629964 [ 130 ] {} <Debug> DNSResolver: Updating DNS cache
9820 2025.02.25 04:27:29.630027 [ 130 ] {} <Debug> DNSResolver: Updated DNS cache
9821 2025.02.25 04:27:29.780230 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22021
9822 2025.02.25 04:27:29.780853 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9823 2025.02.25 04:27:29.780894 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9824 2025.02.25 04:27:29.781391 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
9825 2025.02.25 04:27:29.781652 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9826 2025.02.25 04:27:29.781842 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021
9827 2025.02.25 04:27:29.901435 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1406
9828 2025.02.25 04:27:29.904793 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9829 2025.02.25 04:27:29.904841 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9830 2025.02.25 04:27:29.906342 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
9831 2025.02.25 04:27:29.906670 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9832 2025.02.25 04:27:29.908032 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1406
9833 2025.02.25 04:27:30.001415 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001025885 sec.
9834 2025.02.25 04:27:31.352134 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362
9835 2025.02.25 04:27:31.373458 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9836 2025.02.25 04:27:31.373515 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9837 2025.02.25 04:27:31.380839 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
9838 2025.02.25 04:27:31.381636 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9839 2025.02.25 04:27:31.385508 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362
9840 2025.02.25 04:27:31.600169 [ 121 ] {} <Debug> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0
9841 2025.02.25 04:27:31.600234 [ 121 ] {} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9842 2025.02.25 04:27:31.600257 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9843 2025.02.25 04:27:31.600463 [ 200 ] {7b16b358-c04e-4935-8d77-aedfe7894185::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
9844 2025.02.25 04:27:31.600659 [ 200 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9845 2025.02.25 04:27:31.600698 [ 200 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 18 rows starting from the beginning of the part
9846 2025.02.25 04:27:31.600784 [ 200 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part
9847 2025.02.25 04:27:31.601005 [ 200 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part
9848 2025.02.25 04:27:31.601296 [ 200 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part
9849 2025.02.25 04:27:31.601452 [ 200 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part
9850 2025.02.25 04:27:31.602634 [ 190 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002298524 sec., 16532.348585440046 rows/sec., 1.38 MiB/sec.
9851 2025.02.25 04:27:31.602829 [ 192 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary)
9852 2025.02.25 04:27:31.603176 [ 192 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_14_3} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9853 2025.02.25 04:27:31.603260 [ 192 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_14_3} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3
9854 2025.02.25 04:27:31.603346 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
9855 2025.02.25 04:27:33.635850 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9856 2025.02.25 04:27:33.636041 [ 281 ] {7d7d2cda-3f00-4727-85e3-25c0a4cafdb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9857 2025.02.25 04:27:33.636114 [ 281 ] {7d7d2cda-3f00-4727-85e3-25c0a4cafdb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9858 2025.02.25 04:27:33.636931 [ 281 ] {7d7d2cda-3f00-4727-85e3-25c0a4cafdb8} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9859 2025.02.25 04:27:33.636976 [ 281 ] {7d7d2cda-3f00-4727-85e3-25c0a4cafdb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9860 2025.02.25 04:27:33.637424 [ 281 ] {7d7d2cda-3f00-4727-85e3-25c0a4cafdb8} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
9861 2025.02.25 04:27:33.637685 [ 281 ] {7d7d2cda-3f00-4727-85e3-25c0a4cafdb8} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9862 2025.02.25 04:27:33.637895 [ 281 ] {7d7d2cda-3f00-4727-85e3-25c0a4cafdb8} <Debug> executeQuery: Read 126 rows, 11.02 KiB in 0.001908 sec., 66037.73584905661 rows/sec., 5.64 MiB/sec.
9863 2025.02.25 04:27:33.637960 [ 281 ] {7d7d2cda-3f00-4727-85e3-25c0a4cafdb8} <Debug> TCPHandler: Processed in 0.002246603 sec.
9864 2025.02.25 04:27:33.638284 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9865 2025.02.25 04:27:33.638596 [ 276 ] {cab4c45e-2ffc-4f5f-8284-aa2531a365aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9866 2025.02.25 04:27:33.638716 [ 276 ] {cab4c45e-2ffc-4f5f-8284-aa2531a365aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9867 2025.02.25 04:27:33.639718 [ 276 ] {cab4c45e-2ffc-4f5f-8284-aa2531a365aa} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9868 2025.02.25 04:27:33.639769 [ 276 ] {cab4c45e-2ffc-4f5f-8284-aa2531a365aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9869 2025.02.25 04:27:33.640215 [ 276 ] {cab4c45e-2ffc-4f5f-8284-aa2531a365aa} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
9870 2025.02.25 04:27:33.640500 [ 276 ] {cab4c45e-2ffc-4f5f-8284-aa2531a365aa} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9871 2025.02.25 04:27:33.640680 [ 119 ] {} <Debug> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
9872 2025.02.25 04:27:33.640730 [ 119 ] {} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9873 2025.02.25 04:27:33.640732 [ 276 ] {cab4c45e-2ffc-4f5f-8284-aa2531a365aa} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.00222 sec., 15765.765765765764 rows/sec., 1.16 MiB/sec.
9874 2025.02.25 04:27:33.640760 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9875 2025.02.25 04:27:33.640887 [ 276 ] {cab4c45e-2ffc-4f5f-8284-aa2531a365aa} <Debug> TCPHandler: Processed in 0.002791542 sec.
9876 2025.02.25 04:27:33.641201 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9877 2025.02.25 04:27:33.641209 [ 190 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::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
9878 2025.02.25 04:27:33.641581 [ 281 ] {7c0411d8-ea31-4daf-8751-28f1c8c66176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9879 2025.02.25 04:27:33.641768 [ 281 ] {7c0411d8-ea31-4daf-8751-28f1c8c66176} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9880 2025.02.25 04:27:33.641773 [ 190 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9881 2025.02.25 04:27:33.641905 [ 190 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 166 rows starting from the beginning of the part
9882 2025.02.25 04:27:33.642377 [ 190 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 35 rows starting from the beginning of the part
9883 2025.02.25 04:27:33.642915 [ 190 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 111 rows starting from the beginning of the part
9884 2025.02.25 04:27:33.643348 [ 190 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 37 rows starting from the beginning of the part
9885 2025.02.25 04:27:33.643820 [ 190 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 111 rows starting from the beginning of the part
9886 2025.02.25 04:27:33.644189 [ 190 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 35 rows starting from the beginning of the part
9887 2025.02.25 04:27:33.644994 [ 281 ] {7c0411d8-ea31-4daf-8751-28f1c8c66176} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9888 2025.02.25 04:27:33.645036 [ 281 ] {7c0411d8-ea31-4daf-8751-28f1c8c66176} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9889 2025.02.25 04:27:33.645606 [ 281 ] {7c0411d8-ea31-4daf-8751-28f1c8c66176} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
9890 2025.02.25 04:27:33.645922 [ 192 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 495 rows, containing 5 columns (5 merged, 0 gathered) in 0.005031634 sec., 98377.58469713814 rows/sec., 6.65 MiB/sec.
9891 2025.02.25 04:27:33.645993 [ 281 ] {7c0411d8-ea31-4daf-8751-28f1c8c66176} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9892 2025.02.25 04:27:33.646239 [ 192 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
9893 2025.02.25 04:27:33.646457 [ 281 ] {7c0411d8-ea31-4daf-8751-28f1c8c66176} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.005017 sec., 19732.90811241778 rows/sec., 1.54 MiB/sec.
9894 2025.02.25 04:27:33.646598 [ 281 ] {7c0411d8-ea31-4daf-8751-28f1c8c66176} <Debug> TCPHandler: Processed in 0.005572932 sec.
9895 2025.02.25 04:27:33.646786 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9896 2025.02.25 04:27:33.646877 [ 192 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_66_13} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9897 2025.02.25 04:27:33.647008 [ 276 ] {b2049cc3-fa49-4f68-a83d-0f74b0ae3781} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9898 2025.02.25 04:27:33.647060 [ 192 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_66_13} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
9899 2025.02.25 04:27:33.647101 [ 276 ] {b2049cc3-fa49-4f68-a83d-0f74b0ae3781} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9900 2025.02.25 04:27:33.647260 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
9901 2025.02.25 04:27:33.647850 [ 276 ] {b2049cc3-fa49-4f68-a83d-0f74b0ae3781} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9902 2025.02.25 04:27:33.647893 [ 276 ] {b2049cc3-fa49-4f68-a83d-0f74b0ae3781} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9903 2025.02.25 04:27:33.648313 [ 276 ] {b2049cc3-fa49-4f68-a83d-0f74b0ae3781} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
9904 2025.02.25 04:27:33.648554 [ 276 ] {b2049cc3-fa49-4f68-a83d-0f74b0ae3781} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9905 2025.02.25 04:27:33.648754 [ 276 ] {b2049cc3-fa49-4f68-a83d-0f74b0ae3781} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001822 sec., 87815.58726673985 rows/sec., 6.12 MiB/sec.
9906 2025.02.25 04:27:33.648855 [ 276 ] {b2049cc3-fa49-4f68-a83d-0f74b0ae3781} <Debug> TCPHandler: Processed in 0.002154102 sec.
9907 2025.02.25 04:27:33.649102 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9908 2025.02.25 04:27:33.649284 [ 281 ] {bc992f18-1d24-4be4-a809-c7edb6d7bfd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9909 2025.02.25 04:27:33.649380 [ 281 ] {bc992f18-1d24-4be4-a809-c7edb6d7bfd6} <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
9910 2025.02.25 04:27:33.650654 [ 281 ] {bc992f18-1d24-4be4-a809-c7edb6d7bfd6} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9911 2025.02.25 04:27:33.650695 [ 281 ] {bc992f18-1d24-4be4-a809-c7edb6d7bfd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9912 2025.02.25 04:27:33.651385 [ 281 ] {bc992f18-1d24-4be4-a809-c7edb6d7bfd6} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
9913 2025.02.25 04:27:33.651646 [ 281 ] {bc992f18-1d24-4be4-a809-c7edb6d7bfd6} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9914 2025.02.25 04:27:33.651889 [ 281 ] {bc992f18-1d24-4be4-a809-c7edb6d7bfd6} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00264 sec., 13257.575757575758 rows/sec., 23.76 MiB/sec.
9915 2025.02.25 04:27:33.651986 [ 281 ] {bc992f18-1d24-4be4-a809-c7edb6d7bfd6} <Debug> TCPHandler: Processed in 0.003033096 sec.
9916 2025.02.25 04:27:33.652156 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9917 2025.02.25 04:27:33.652294 [ 276 ] {2abf9ec4-00cd-4214-a58c-964e631f1f75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9918 2025.02.25 04:27:33.652349 [ 276 ] {2abf9ec4-00cd-4214-a58c-964e631f1f75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9919 2025.02.25 04:27:33.652883 [ 276 ] {2abf9ec4-00cd-4214-a58c-964e631f1f75} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9920 2025.02.25 04:27:33.652922 [ 276 ] {2abf9ec4-00cd-4214-a58c-964e631f1f75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9921 2025.02.25 04:27:33.653314 [ 276 ] {2abf9ec4-00cd-4214-a58c-964e631f1f75} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
9922 2025.02.25 04:27:33.653558 [ 276 ] {2abf9ec4-00cd-4214-a58c-964e631f1f75} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9923 2025.02.25 04:27:33.653753 [ 276 ] {2abf9ec4-00cd-4214-a58c-964e631f1f75} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001484 sec., 40431.266846361184 rows/sec., 2.72 MiB/sec.
9924 2025.02.25 04:27:33.653814 [ 276 ] {2abf9ec4-00cd-4214-a58c-964e631f1f75} <Debug> TCPHandler: Processed in 0.001730595 sec.
9925 2025.02.25 04:27:37.281999 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22509
9926 2025.02.25 04:27:37.282675 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9927 2025.02.25 04:27:37.282722 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9928 2025.02.25 04:27:37.283248 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
9929 2025.02.25 04:27:37.283500 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9930 2025.02.25 04:27:37.283723 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509
9931 2025.02.25 04:27:38.640797 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9932 2025.02.25 04:27:38.641012 [ 281 ] {109908e9-da3b-4b0c-b5d2-0b632c2e1cdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9933 2025.02.25 04:27:38.641093 [ 281 ] {109908e9-da3b-4b0c-b5d2-0b632c2e1cdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9934 2025.02.25 04:27:38.642006 [ 281 ] {109908e9-da3b-4b0c-b5d2-0b632c2e1cdd} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9935 2025.02.25 04:27:38.642056 [ 281 ] {109908e9-da3b-4b0c-b5d2-0b632c2e1cdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9936 2025.02.25 04:27:38.642510 [ 281 ] {109908e9-da3b-4b0c-b5d2-0b632c2e1cdd} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
9937 2025.02.25 04:27:38.642762 [ 281 ] {109908e9-da3b-4b0c-b5d2-0b632c2e1cdd} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9938 2025.02.25 04:27:38.642968 [ 116 ] {} <Debug> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
9939 2025.02.25 04:27:38.643035 [ 281 ] {109908e9-da3b-4b0c-b5d2-0b632c2e1cdd} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002081 sec., 101874.09899086978 rows/sec., 6.48 MiB/sec.
9940 2025.02.25 04:27:38.643064 [ 116 ] {} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9941 2025.02.25 04:27:38.643139 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9942 2025.02.25 04:27:38.643180 [ 281 ] {109908e9-da3b-4b0c-b5d2-0b632c2e1cdd} <Debug> TCPHandler: Processed in 0.002519107 sec.
9943 2025.02.25 04:27:38.643577 [ 194 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
9944 2025.02.25 04:27:38.643752 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9945 2025.02.25 04:27:38.644606 [ 194 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9946 2025.02.25 04:27:38.644757 [ 276 ] {66c8d723-0e64-42cf-a020-6bb9b318e057} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9947 2025.02.25 04:27:38.644825 [ 194 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
9948 2025.02.25 04:27:38.645033 [ 276 ] {66c8d723-0e64-42cf-a020-6bb9b318e057} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9949 2025.02.25 04:27:38.645353 [ 194 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
9950 2025.02.25 04:27:38.645718 [ 194 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
9951 2025.02.25 04:27:38.646024 [ 194 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
9952 2025.02.25 04:27:38.646590 [ 194 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::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
9953 2025.02.25 04:27:38.647789 [ 276 ] {66c8d723-0e64-42cf-a020-6bb9b318e057} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9954 2025.02.25 04:27:38.647880 [ 276 ] {66c8d723-0e64-42cf-a020-6bb9b318e057} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9955 2025.02.25 04:27:38.648892 [ 276 ] {66c8d723-0e64-42cf-a020-6bb9b318e057} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
9956 2025.02.25 04:27:38.649177 [ 194 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.005920267 sec., 179045.9788384544 rows/sec., 12.07 MiB/sec.
9957 2025.02.25 04:27:38.649362 [ 194 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
9958 2025.02.25 04:27:38.649507 [ 276 ] {66c8d723-0e64-42cf-a020-6bb9b318e057} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9959 2025.02.25 04:27:38.650053 [ 276 ] {66c8d723-0e64-42cf-a020-6bb9b318e057} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.005489 sec., 728.7301876480233 rows/sec., 59.42 KiB/sec.
9960 2025.02.25 04:27:38.650232 [ 190 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_29_7} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9961 2025.02.25 04:27:38.650359 [ 276 ] {66c8d723-0e64-42cf-a020-6bb9b318e057} <Debug> TCPHandler: Processed in 0.007027464 sec.
9962 2025.02.25 04:27:38.650545 [ 190 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_29_7} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
9963 2025.02.25 04:27:38.650613 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9964 2025.02.25 04:27:38.650642 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
9965 2025.02.25 04:27:38.650748 [ 281 ] {20acb477-7b63-449d-8ddf-27610add6b6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9966 2025.02.25 04:27:38.650803 [ 281 ] {20acb477-7b63-449d-8ddf-27610add6b6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9967 2025.02.25 04:27:38.651673 [ 281 ] {20acb477-7b63-449d-8ddf-27610add6b6c} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9968 2025.02.25 04:27:38.651715 [ 281 ] {20acb477-7b63-449d-8ddf-27610add6b6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9969 2025.02.25 04:27:38.652135 [ 281 ] {20acb477-7b63-449d-8ddf-27610add6b6c} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
9970 2025.02.25 04:27:38.652383 [ 281 ] {20acb477-7b63-449d-8ddf-27610add6b6c} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9971 2025.02.25 04:27:38.652568 [ 116 ] {} <Debug> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
9972 2025.02.25 04:27:38.652637 [ 116 ] {} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9973 2025.02.25 04:27:38.652642 [ 281 ] {20acb477-7b63-449d-8ddf-27610add6b6c} <Debug> executeQuery: Read 629 rows, 50.47 KiB in 0.001911 sec., 329147.0434327577 rows/sec., 25.79 MiB/sec.
9974 2025.02.25 04:27:38.652675 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9975 2025.02.25 04:27:38.652806 [ 281 ] {20acb477-7b63-449d-8ddf-27610add6b6c} <Debug> TCPHandler: Processed in 0.002275264 sec.
9976 2025.02.25 04:27:38.652983 [ 193 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
9977 2025.02.25 04:27:38.653019 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9978 2025.02.25 04:27:38.653280 [ 276 ] {8f9ad11f-db25-4ffd-8799-7519a194d0ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9979 2025.02.25 04:27:38.653296 [ 193 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9980 2025.02.25 04:27:38.653382 [ 193 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1849 rows starting from the beginning of the part
9981 2025.02.25 04:27:38.653385 [ 276 ] {8f9ad11f-db25-4ffd-8799-7519a194d0ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9982 2025.02.25 04:27:38.653767 [ 193 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1267 rows starting from the beginning of the part
9983 2025.02.25 04:27:38.654096 [ 193 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 56 rows starting from the beginning of the part
9984 2025.02.25 04:27:38.654535 [ 193 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 627 rows starting from the beginning of the part
9985 2025.02.25 04:27:38.654962 [ 193 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 126 rows starting from the beginning of the part
9986 2025.02.25 04:27:38.655352 [ 193 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 629 rows starting from the beginning of the part
9987 2025.02.25 04:27:38.656288 [ 276 ] {8f9ad11f-db25-4ffd-8799-7519a194d0ec} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9988 2025.02.25 04:27:38.656361 [ 276 ] {8f9ad11f-db25-4ffd-8799-7519a194d0ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9989 2025.02.25 04:27:38.657248 [ 276 ] {8f9ad11f-db25-4ffd-8799-7519a194d0ec} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
9990 2025.02.25 04:27:38.657808 [ 276 ] {8f9ad11f-db25-4ffd-8799-7519a194d0ec} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9991 2025.02.25 04:27:38.658117 [ 276 ] {8f9ad11f-db25-4ffd-8799-7519a194d0ec} <Debug> executeQuery: Read 115 rows, 7.04 KiB in 0.004922 sec., 23364.48598130841 rows/sec., 1.40 MiB/sec.
9992 2025.02.25 04:27:38.658203 [ 276 ] {8f9ad11f-db25-4ffd-8799-7519a194d0ec} <Debug> TCPHandler: Processed in 0.005261498 sec.
9993 2025.02.25 04:27:38.658487 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9994 2025.02.25 04:27:38.658710 [ 281 ] {089e9ff6-64a2-429e-9c16-7c168c97cde9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9995 2025.02.25 04:27:38.658863 [ 281 ] {089e9ff6-64a2-429e-9c16-7c168c97cde9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9996 2025.02.25 04:27:38.659188 [ 193 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4554 rows, containing 5 columns (5 merged, 0 gathered) in 0.006365145 sec., 715458.9565516575 rows/sec., 60.63 MiB/sec.
9997 2025.02.25 04:27:38.659522 [ 193 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
9998 2025.02.25 04:27:38.660030 [ 193 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_81_16} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9999 2025.02.25 04:27:38.660253 [ 193 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_81_16} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10000 2025.02.25 04:27:38.660335 [ 281 ] {089e9ff6-64a2-429e-9c16-7c168c97cde9} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10001 2025.02.25 04:27:38.660407 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB.
10002 2025.02.25 04:27:38.660414 [ 281 ] {089e9ff6-64a2-429e-9c16-7c168c97cde9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10003 2025.02.25 04:27:38.660825 [ 281 ] {089e9ff6-64a2-429e-9c16-7c168c97cde9} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
10004 2025.02.25 04:27:38.661080 [ 281 ] {089e9ff6-64a2-429e-9c16-7c168c97cde9} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10005 2025.02.25 04:27:38.661311 [ 281 ] {089e9ff6-64a2-429e-9c16-7c168c97cde9} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002688 sec., 42038.69047619048 rows/sec., 2.72 MiB/sec.
10006 2025.02.25 04:27:38.661373 [ 281 ] {089e9ff6-64a2-429e-9c16-7c168c97cde9} <Debug> TCPHandler: Processed in 0.003041795 sec.
10007 2025.02.25 04:27:38.661538 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10008 2025.02.25 04:27:38.661660 [ 276 ] {375a562d-8d1c-4646-97fc-a2af3a75fc00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10009 2025.02.25 04:27:38.661713 [ 276 ] {375a562d-8d1c-4646-97fc-a2af3a75fc00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10010 2025.02.25 04:27:38.662346 [ 276 ] {375a562d-8d1c-4646-97fc-a2af3a75fc00} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10011 2025.02.25 04:27:38.662387 [ 276 ] {375a562d-8d1c-4646-97fc-a2af3a75fc00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10012 2025.02.25 04:27:38.662763 [ 276 ] {375a562d-8d1c-4646-97fc-a2af3a75fc00} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
10013 2025.02.25 04:27:38.663009 [ 276 ] {375a562d-8d1c-4646-97fc-a2af3a75fc00} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10014 2025.02.25 04:27:38.663168 [ 116 ] {} <Debug> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
10015 2025.02.25 04:27:38.663232 [ 116 ] {} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10016 2025.02.25 04:27:38.663249 [ 276 ] {375a562d-8d1c-4646-97fc-a2af3a75fc00} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001607 sec., 69695.08400746733 rows/sec., 3.97 MiB/sec.
10017 2025.02.25 04:27:38.663266 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10018 2025.02.25 04:27:38.663392 [ 276 ] {375a562d-8d1c-4646-97fc-a2af3a75fc00} <Debug> TCPHandler: Processed in 0.001911848 sec.
10019 2025.02.25 04:27:38.663465 [ 199 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
10020 2025.02.25 04:27:38.663585 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10021 2025.02.25 04:27:38.663644 [ 199 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10022 2025.02.25 04:27:38.663713 [ 199 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
10023 2025.02.25 04:27:38.663801 [ 281 ] {b5158ca3-fc5e-451b-a1c1-6aac5e1feca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10024 2025.02.25 04:27:38.663948 [ 281 ] {b5158ca3-fc5e-451b-a1c1-6aac5e1feca2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10025 2025.02.25 04:27:38.663958 [ 199 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
10026 2025.02.25 04:27:38.664424 [ 199 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
10027 2025.02.25 04:27:38.664748 [ 199 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
10028 2025.02.25 04:27:38.665154 [ 199 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::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
10029 2025.02.25 04:27:38.667035 [ 281 ] {b5158ca3-fc5e-451b-a1c1-6aac5e1feca2} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10030 2025.02.25 04:27:38.667120 [ 281 ] {b5158ca3-fc5e-451b-a1c1-6aac5e1feca2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10031 2025.02.25 04:27:38.667846 [ 199 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004455986 sec., 125673.64439654881 rows/sec., 7.64 MiB/sec.
10032 2025.02.25 04:27:38.668048 [ 199 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
10033 2025.02.25 04:27:38.668068 [ 281 ] {b5158ca3-fc5e-451b-a1c1-6aac5e1feca2} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10034 2025.02.25 04:27:38.668593 [ 199 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_29_7} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10035 2025.02.25 04:27:38.668594 [ 281 ] {b5158ca3-fc5e-451b-a1c1-6aac5e1feca2} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10036 2025.02.25 04:27:38.668752 [ 199 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_29_7} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
10037 2025.02.25 04:27:38.668899 [ 116 ] {} <Debug> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10038 2025.02.25 04:27:38.668992 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
10039 2025.02.25 04:27:38.669000 [ 116 ] {} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10040 2025.02.25 04:27:38.669077 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10041 2025.02.25 04:27:38.669186 [ 281 ] {b5158ca3-fc5e-451b-a1c1-6aac5e1feca2} <Debug> executeQuery: Read 391 rows, 28.31 KiB in 0.005433 sec., 71967.60537456285 rows/sec., 5.09 MiB/sec.
10042 2025.02.25 04:27:38.669334 [ 199 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
10043 2025.02.25 04:27:38.669366 [ 281 ] {b5158ca3-fc5e-451b-a1c1-6aac5e1feca2} <Debug> TCPHandler: Processed in 0.005862217 sec.
10044 2025.02.25 04:27:38.669556 [ 199 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10045 2025.02.25 04:27:38.669589 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10046 2025.02.25 04:27:38.669599 [ 199 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 916 rows starting from the beginning of the part
10047 2025.02.25 04:27:38.669769 [ 199 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 557 rows starting from the beginning of the part
10048 2025.02.25 04:27:38.669932 [ 276 ] {e2ef9849-f811-4931-9fba-1b34e8f2a2b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10049 2025.02.25 04:27:38.670092 [ 199 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part
10050 2025.02.25 04:27:38.670104 [ 276 ] {e2ef9849-f811-4931-9fba-1b34e8f2a2b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10051 2025.02.25 04:27:38.670446 [ 199 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 387 rows starting from the beginning of the part
10052 2025.02.25 04:27:38.670800 [ 199 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 99 rows starting from the beginning of the part
10053 2025.02.25 04:27:38.671111 [ 199 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 391 rows starting from the beginning of the part
10054 2025.02.25 04:27:38.671814 [ 276 ] {e2ef9849-f811-4931-9fba-1b34e8f2a2b6} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10055 2025.02.25 04:27:38.671856 [ 276 ] {e2ef9849-f811-4931-9fba-1b34e8f2a2b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10056 2025.02.25 04:27:38.672412 [ 276 ] {e2ef9849-f811-4931-9fba-1b34e8f2a2b6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
10057 2025.02.25 04:27:38.672689 [ 276 ] {e2ef9849-f811-4931-9fba-1b34e8f2a2b6} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10058 2025.02.25 04:27:38.673018 [ 276 ] {e2ef9849-f811-4931-9fba-1b34e8f2a2b6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003209 sec., 1869.741352446245 rows/sec., 97.69 KiB/sec.
10059 2025.02.25 04:27:38.673131 [ 276 ] {e2ef9849-f811-4931-9fba-1b34e8f2a2b6} <Debug> TCPHandler: Processed in 0.003642734 sec.
10060 2025.02.25 04:27:38.673134 [ 199 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2414 rows, containing 5 columns (5 merged, 0 gathered) in 0.003954009 sec., 610519.601751033 rows/sec., 46.75 MiB/sec.
10061 2025.02.25 04:27:38.673309 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10062 2025.02.25 04:27:38.673310 [ 199 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
10063 2025.02.25 04:27:38.673514 [ 281 ] {1d1336cc-3dd0-434c-b7a3-86000d797719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10064 2025.02.25 04:27:38.673643 [ 281 ] {1d1336cc-3dd0-434c-b7a3-86000d797719} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10065 2025.02.25 04:27:38.673818 [ 199 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_81_16} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10066 2025.02.25 04:27:38.674078 [ 199 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_81_16} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10067 2025.02.25 04:27:38.674250 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
10068 2025.02.25 04:27:38.674749 [ 281 ] {1d1336cc-3dd0-434c-b7a3-86000d797719} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10069 2025.02.25 04:27:38.674796 [ 281 ] {1d1336cc-3dd0-434c-b7a3-86000d797719} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10070 2025.02.25 04:27:38.675233 [ 281 ] {1d1336cc-3dd0-434c-b7a3-86000d797719} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10071 2025.02.25 04:27:38.675493 [ 281 ] {1d1336cc-3dd0-434c-b7a3-86000d797719} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10072 2025.02.25 04:27:38.675669 [ 116 ] {} <Debug> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10073 2025.02.25 04:27:38.675729 [ 116 ] {} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10074 2025.02.25 04:27:38.675750 [ 281 ] {1d1336cc-3dd0-434c-b7a3-86000d797719} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.002281 sec., 104778.60587461639 rows/sec., 7.02 MiB/sec.
10075 2025.02.25 04:27:38.675767 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10076 2025.02.25 04:27:38.676008 [ 281 ] {1d1336cc-3dd0-434c-b7a3-86000d797719} <Debug> TCPHandler: Processed in 0.002771111 sec.
10077 2025.02.25 04:27:38.676110 [ 191 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
10078 2025.02.25 04:27:38.676347 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10079 2025.02.25 04:27:38.676674 [ 191 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10080 2025.02.25 04:27:38.676784 [ 276 ] {8f10bf7b-522c-4ff8-9944-025035277877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10081 2025.02.25 04:27:38.676810 [ 191 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 22723 rows starting from the beginning of the part
10082 2025.02.25 04:27:38.677035 [ 276 ] {8f10bf7b-522c-4ff8-9944-025035277877} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10083 2025.02.25 04:27:38.677410 [ 191 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 933 rows starting from the beginning of the part
10084 2025.02.25 04:27:38.677919 [ 191 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 74 rows starting from the beginning of the part
10085 2025.02.25 04:27:38.678362 [ 191 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 237 rows starting from the beginning of the part
10086 2025.02.25 04:27:38.678632 [ 191 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 160 rows starting from the beginning of the part
10087 2025.02.25 04:27:38.678917 [ 191 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 239 rows starting from the beginning of the part
10088 2025.02.25 04:27:38.679476 [ 276 ] {8f10bf7b-522c-4ff8-9944-025035277877} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10089 2025.02.25 04:27:38.679522 [ 276 ] {8f10bf7b-522c-4ff8-9944-025035277877} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10090 2025.02.25 04:27:38.679975 [ 276 ] {8f10bf7b-522c-4ff8-9944-025035277877} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
10091 2025.02.25 04:27:38.680252 [ 276 ] {8f10bf7b-522c-4ff8-9944-025035277877} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10092 2025.02.25 04:27:38.680592 [ 276 ] {8f10bf7b-522c-4ff8-9944-025035277877} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003945 sec., 253.4854245880862 rows/sec., 17.08 KiB/sec.
10093 2025.02.25 04:27:38.680847 [ 276 ] {8f10bf7b-522c-4ff8-9944-025035277877} <Debug> TCPHandler: Processed in 0.004678989 sec.
10094 2025.02.25 04:27:38.681162 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10095 2025.02.25 04:27:38.681432 [ 281 ] {6701f427-9ebe-4186-baf8-cea51782586b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10096 2025.02.25 04:27:38.681661 [ 281 ] {6701f427-9ebe-4186-baf8-cea51782586b} <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
10097 2025.02.25 04:27:38.683151 [ 281 ] {6701f427-9ebe-4186-baf8-cea51782586b} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10098 2025.02.25 04:27:38.683221 [ 281 ] {6701f427-9ebe-4186-baf8-cea51782586b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10099 2025.02.25 04:27:38.684096 [ 281 ] {6701f427-9ebe-4186-baf8-cea51782586b} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
10100 2025.02.25 04:27:38.684699 [ 281 ] {6701f427-9ebe-4186-baf8-cea51782586b} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10101 2025.02.25 04:27:38.685109 [ 281 ] {6701f427-9ebe-4186-baf8-cea51782586b} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.003769 sec., 1326.6118333775537 rows/sec., 2.38 MiB/sec.
10102 2025.02.25 04:27:38.685900 [ 281 ] {6701f427-9ebe-4186-baf8-cea51782586b} <Debug> TCPHandler: Processed in 0.004921973 sec.
10103 2025.02.25 04:27:38.686161 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10104 2025.02.25 04:27:38.686322 [ 276 ] {66d1ad47-4e12-4337-9260-c80ac44d9a01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10105 2025.02.25 04:27:38.686398 [ 276 ] {66d1ad47-4e12-4337-9260-c80ac44d9a01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10106 2025.02.25 04:27:38.686635 [ 191 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24366 rows, containing 5 columns (5 merged, 0 gathered) in 0.010747209 sec., 2267193.2778082197 rows/sec., 153.29 MiB/sec.
10107 2025.02.25 04:27:38.687071 [ 191 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
10108 2025.02.25 04:27:38.687086 [ 276 ] {66d1ad47-4e12-4337-9260-c80ac44d9a01} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10109 2025.02.25 04:27:38.687133 [ 276 ] {66d1ad47-4e12-4337-9260-c80ac44d9a01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10110 2025.02.25 04:27:38.687425 [ 191 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10111 2025.02.25 04:27:38.687548 [ 191 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10112 2025.02.25 04:27:38.687638 [ 276 ] {66d1ad47-4e12-4337-9260-c80ac44d9a01} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10113 2025.02.25 04:27:38.687644 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB.
10114 2025.02.25 04:27:38.687906 [ 276 ] {66d1ad47-4e12-4337-9260-c80ac44d9a01} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10115 2025.02.25 04:27:38.688075 [ 116 ] {} <Debug> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10116 2025.02.25 04:27:38.688133 [ 116 ] {} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10117 2025.02.25 04:27:38.688152 [ 276 ] {66d1ad47-4e12-4337-9260-c80ac44d9a01} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001869 sec., 43873.72926698769 rows/sec., 2.79 MiB/sec.
10118 2025.02.25 04:27:38.688169 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10119 2025.02.25 04:27:38.688324 [ 276 ] {66d1ad47-4e12-4337-9260-c80ac44d9a01} <Debug> TCPHandler: Processed in 0.002279794 sec.
10120 2025.02.25 04:27:38.688436 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
10121 2025.02.25 04:27:38.688576 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10122 2025.02.25 04:27:38.688611 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4542 rows starting from the beginning of the part
10123 2025.02.25 04:27:38.688702 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 32 rows starting from the beginning of the part
10124 2025.02.25 04:27:38.688865 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 28 rows starting from the beginning of the part
10125 2025.02.25 04:27:38.689103 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 82 rows starting from the beginning of the part
10126 2025.02.25 04:27:38.689218 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part
10127 2025.02.25 04:27:38.689431 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 82 rows starting from the beginning of the part
10128 2025.02.25 04:27:38.691708 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4826 rows, containing 4 columns (4 merged, 0 gathered) in 0.003391031 sec., 1423165.9928794517 rows/sec., 93.19 MiB/sec.
10129 2025.02.25 04:27:38.692094 [ 188 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
10130 2025.02.25 04:27:38.692477 [ 188 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_81_16} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10131 2025.02.25 04:27:38.692573 [ 188 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_81_16} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10132 2025.02.25 04:27:38.692676 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB.
10133 2025.02.25 04:27:38.885614 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370
10134 2025.02.25 04:27:38.907421 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10135 2025.02.25 04:27:38.907472 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10136 2025.02.25 04:27:38.914963 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
10137 2025.02.25 04:27:38.915746 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10138 2025.02.25 04:27:38.919284 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370
10139 2025.02.25 04:27:39.000159 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 232.29 MiB, peak 240.08 MiB, free memory in arenas 0.00 B, will set to 231.29 MiB (RSS), difference: -1.00 MiB
10140 2025.02.25 04:27:39.908408 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1442
10141 2025.02.25 04:27:39.912326 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10142 2025.02.25 04:27:39.912389 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10143 2025.02.25 04:27:39.913963 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10144 2025.02.25 04:27:39.914292 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10145 2025.02.25 04:27:39.914580 [ 113 ] {} <Debug> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
10146 2025.02.25 04:27:39.914755 [ 113 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10147 2025.02.25 04:27:39.914895 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10148 2025.02.25 04:27:39.915945 [ 188 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::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
10149 2025.02.25 04:27:39.917689 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1442
10150 2025.02.25 04:27:39.918064 [ 188 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10151 2025.02.25 04:27:39.918260 [ 188 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1266 rows starting from the beginning of the part
10152 2025.02.25 04:27:39.919031 [ 188 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 36 rows starting from the beginning of the part
10153 2025.02.25 04:27:39.919760 [ 188 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 24 rows starting from the beginning of the part
10154 2025.02.25 04:27:39.920305 [ 188 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::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
10155 2025.02.25 04:27:39.922064 [ 188 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 46 rows starting from the beginning of the part
10156 2025.02.25 04:27:39.922725 [ 188 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 36 rows starting from the beginning of the part
10157 2025.02.25 04:27:39.931444 [ 198 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1442 rows, containing 72 columns (72 merged, 0 gathered) in 0.016351342 sec., 88188.48018713082 rows/sec., 68.69 MiB/sec.
10158 2025.02.25 04:27:39.933755 [ 187 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
10159 2025.02.25 04:27:39.934979 [ 187 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_36_7} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10160 2025.02.25 04:27:39.935089 [ 187 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_36_7} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
10161 2025.02.25 04:27:39.935454 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB.
10162 2025.02.25 04:27:40.000163 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 227.34 MiB, peak 240.08 MiB, free memory in arenas 0.00 B, will set to 231.29 MiB (RSS), difference: 3.95 MiB
10163 2025.02.25 04:27:43.636974 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10164 2025.02.25 04:27:43.637210 [ 281 ] {8027f1db-bf70-484a-868a-57b1085758f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10165 2025.02.25 04:27:43.637294 [ 281 ] {8027f1db-bf70-484a-868a-57b1085758f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10166 2025.02.25 04:27:43.638180 [ 281 ] {8027f1db-bf70-484a-868a-57b1085758f2} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10167 2025.02.25 04:27:43.638239 [ 281 ] {8027f1db-bf70-484a-868a-57b1085758f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10168 2025.02.25 04:27:43.638708 [ 281 ] {8027f1db-bf70-484a-868a-57b1085758f2} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10169 2025.02.25 04:27:43.638969 [ 281 ] {8027f1db-bf70-484a-868a-57b1085758f2} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10170 2025.02.25 04:27:43.639235 [ 281 ] {8027f1db-bf70-484a-868a-57b1085758f2} <Debug> executeQuery: Read 126 rows, 11.02 KiB in 0.002086 sec., 60402.68456375838 rows/sec., 5.16 MiB/sec.
10171 2025.02.25 04:27:43.639345 [ 281 ] {8027f1db-bf70-484a-868a-57b1085758f2} <Debug> TCPHandler: Processed in 0.002522728 sec.
10172 2025.02.25 04:27:43.639624 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10173 2025.02.25 04:27:43.639829 [ 276 ] {30f27c3a-39e7-4869-9f1a-ce920a08080a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10174 2025.02.25 04:27:43.639911 [ 276 ] {30f27c3a-39e7-4869-9f1a-ce920a08080a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10175 2025.02.25 04:27:43.640734 [ 276 ] {30f27c3a-39e7-4869-9f1a-ce920a08080a} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10176 2025.02.25 04:27:43.640782 [ 276 ] {30f27c3a-39e7-4869-9f1a-ce920a08080a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10177 2025.02.25 04:27:43.641219 [ 276 ] {30f27c3a-39e7-4869-9f1a-ce920a08080a} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
10178 2025.02.25 04:27:43.641467 [ 276 ] {30f27c3a-39e7-4869-9f1a-ce920a08080a} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10179 2025.02.25 04:27:43.641737 [ 276 ] {30f27c3a-39e7-4869-9f1a-ce920a08080a} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.001955 sec., 17902.813299232734 rows/sec., 1.31 MiB/sec.
10180 2025.02.25 04:27:43.641819 [ 276 ] {30f27c3a-39e7-4869-9f1a-ce920a08080a} <Debug> TCPHandler: Processed in 0.002352415 sec.
10181 2025.02.25 04:27:43.642049 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10182 2025.02.25 04:27:43.642208 [ 281 ] {8aea2a5f-b200-488e-ac53-965a877f9194} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10183 2025.02.25 04:27:43.642269 [ 281 ] {8aea2a5f-b200-488e-ac53-965a877f9194} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10184 2025.02.25 04:27:43.642971 [ 281 ] {8aea2a5f-b200-488e-ac53-965a877f9194} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10185 2025.02.25 04:27:43.643012 [ 281 ] {8aea2a5f-b200-488e-ac53-965a877f9194} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10186 2025.02.25 04:27:43.643397 [ 281 ] {8aea2a5f-b200-488e-ac53-965a877f9194} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10187 2025.02.25 04:27:43.643642 [ 281 ] {8aea2a5f-b200-488e-ac53-965a877f9194} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10188 2025.02.25 04:27:43.643882 [ 281 ] {8aea2a5f-b200-488e-ac53-965a877f9194} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001704 sec., 58098.59154929577 rows/sec., 4.54 MiB/sec.
10189 2025.02.25 04:27:43.643963 [ 281 ] {8aea2a5f-b200-488e-ac53-965a877f9194} <Debug> TCPHandler: Processed in 0.00202208 sec.
10190 2025.02.25 04:27:43.644186 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10191 2025.02.25 04:27:43.644358 [ 276 ] {8431406c-1aa4-46cf-9004-cffe399ac1e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10192 2025.02.25 04:27:43.644424 [ 276 ] {8431406c-1aa4-46cf-9004-cffe399ac1e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10193 2025.02.25 04:27:43.645027 [ 276 ] {8431406c-1aa4-46cf-9004-cffe399ac1e1} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10194 2025.02.25 04:27:43.645066 [ 276 ] {8431406c-1aa4-46cf-9004-cffe399ac1e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10195 2025.02.25 04:27:43.645469 [ 276 ] {8431406c-1aa4-46cf-9004-cffe399ac1e1} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10196 2025.02.25 04:27:43.645705 [ 276 ] {8431406c-1aa4-46cf-9004-cffe399ac1e1} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10197 2025.02.25 04:27:43.645914 [ 276 ] {8431406c-1aa4-46cf-9004-cffe399ac1e1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001592 sec., 100502.51256281407 rows/sec., 7.00 MiB/sec.
10198 2025.02.25 04:27:43.645970 [ 276 ] {8431406c-1aa4-46cf-9004-cffe399ac1e1} <Debug> TCPHandler: Processed in 0.001901288 sec.
10199 2025.02.25 04:27:43.646140 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10200 2025.02.25 04:27:43.646283 [ 281 ] {5f5dddc7-5b5b-42c6-ba81-5fb42afecdf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10201 2025.02.25 04:27:43.646381 [ 281 ] {5f5dddc7-5b5b-42c6-ba81-5fb42afecdf1} <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
10202 2025.02.25 04:27:43.647606 [ 281 ] {5f5dddc7-5b5b-42c6-ba81-5fb42afecdf1} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10203 2025.02.25 04:27:43.647647 [ 281 ] {5f5dddc7-5b5b-42c6-ba81-5fb42afecdf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10204 2025.02.25 04:27:43.648341 [ 281 ] {5f5dddc7-5b5b-42c6-ba81-5fb42afecdf1} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
10205 2025.02.25 04:27:43.648612 [ 281 ] {5f5dddc7-5b5b-42c6-ba81-5fb42afecdf1} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10206 2025.02.25 04:27:43.648910 [ 281 ] {5f5dddc7-5b5b-42c6-ba81-5fb42afecdf1} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002658 sec., 13167.795334838223 rows/sec., 23.60 MiB/sec.
10207 2025.02.25 04:27:43.649180 [ 281 ] {5f5dddc7-5b5b-42c6-ba81-5fb42afecdf1} <Debug> TCPHandler: Processed in 0.003106456 sec.
10208 2025.02.25 04:27:43.649438 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10209 2025.02.25 04:27:43.649590 [ 276 ] {79c2902e-0890-403a-843b-205e9801ec29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10210 2025.02.25 04:27:43.649653 [ 276 ] {79c2902e-0890-403a-843b-205e9801ec29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10211 2025.02.25 04:27:43.650230 [ 276 ] {79c2902e-0890-403a-843b-205e9801ec29} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10212 2025.02.25 04:27:43.650276 [ 276 ] {79c2902e-0890-403a-843b-205e9801ec29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10213 2025.02.25 04:27:43.650696 [ 276 ] {79c2902e-0890-403a-843b-205e9801ec29} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10214 2025.02.25 04:27:43.650947 [ 276 ] {79c2902e-0890-403a-843b-205e9801ec29} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10215 2025.02.25 04:27:43.651163 [ 276 ] {79c2902e-0890-403a-843b-205e9801ec29} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001606 sec., 37359.900373599005 rows/sec., 2.52 MiB/sec.
10216 2025.02.25 04:27:43.651223 [ 276 ] {79c2902e-0890-403a-843b-205e9801ec29} <Debug> TCPHandler: Processed in 0.001940279 sec.
10217 2025.02.25 04:27:44.630074 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache
10218 2025.02.25 04:27:44.630133 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache
10219 2025.02.25 04:27:44.783884 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22936
10220 2025.02.25 04:27:44.785436 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10221 2025.02.25 04:27:44.785502 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10222 2025.02.25 04:27:44.786017 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
10223 2025.02.25 04:27:44.786273 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10224 2025.02.25 04:27:44.786536 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936
10225 2025.02.25 04:27:46.419384 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377
10226 2025.02.25 04:27:46.441551 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10227 2025.02.25 04:27:46.441612 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10228 2025.02.25 04:27:46.448906 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
10229 2025.02.25 04:27:46.449710 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10230 2025.02.25 04:27:46.453650 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377
10231 2025.02.25 04:27:48.640751 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10232 2025.02.25 04:27:48.640951 [ 281 ] {44fbc420-b2f4-40c5-a3db-7c444333c7f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10233 2025.02.25 04:27:48.641029 [ 281 ] {44fbc420-b2f4-40c5-a3db-7c444333c7f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10234 2025.02.25 04:27:48.641910 [ 281 ] {44fbc420-b2f4-40c5-a3db-7c444333c7f2} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10235 2025.02.25 04:27:48.641962 [ 281 ] {44fbc420-b2f4-40c5-a3db-7c444333c7f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10236 2025.02.25 04:27:48.642419 [ 281 ] {44fbc420-b2f4-40c5-a3db-7c444333c7f2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
10237 2025.02.25 04:27:48.642694 [ 281 ] {44fbc420-b2f4-40c5-a3db-7c444333c7f2} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10238 2025.02.25 04:27:48.642960 [ 281 ] {44fbc420-b2f4-40c5-a3db-7c444333c7f2} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002064 sec., 102713.17829457365 rows/sec., 6.53 MiB/sec.
10239 2025.02.25 04:27:48.643101 [ 281 ] {44fbc420-b2f4-40c5-a3db-7c444333c7f2} <Debug> TCPHandler: Processed in 0.002490597 sec.
10240 2025.02.25 04:27:48.643367 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10241 2025.02.25 04:27:48.643574 [ 276 ] {03d79ae9-9fe0-4a89-81bd-3ea4e9cebe44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10242 2025.02.25 04:27:48.643651 [ 276 ] {03d79ae9-9fe0-4a89-81bd-3ea4e9cebe44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10243 2025.02.25 04:27:48.644860 [ 276 ] {03d79ae9-9fe0-4a89-81bd-3ea4e9cebe44} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10244 2025.02.25 04:27:48.644903 [ 276 ] {03d79ae9-9fe0-4a89-81bd-3ea4e9cebe44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10245 2025.02.25 04:27:48.645379 [ 276 ] {03d79ae9-9fe0-4a89-81bd-3ea4e9cebe44} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10246 2025.02.25 04:27:48.645639 [ 276 ] {03d79ae9-9fe0-4a89-81bd-3ea4e9cebe44} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10247 2025.02.25 04:27:48.645836 [ 276 ] {03d79ae9-9fe0-4a89-81bd-3ea4e9cebe44} <Debug> executeQuery: Read 627 rows, 50.33 KiB in 0.00232 sec., 270258.6206896552 rows/sec., 21.18 MiB/sec.
10248 2025.02.25 04:27:48.645898 [ 276 ] {03d79ae9-9fe0-4a89-81bd-3ea4e9cebe44} <Debug> TCPHandler: Processed in 0.00266528 sec.
10249 2025.02.25 04:27:48.646068 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10250 2025.02.25 04:27:48.646220 [ 281 ] {1f4ae17e-c197-46ec-a21a-14f8e5cae204} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10251 2025.02.25 04:27:48.646283 [ 281 ] {1f4ae17e-c197-46ec-a21a-14f8e5cae204} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10252 2025.02.25 04:27:48.646991 [ 281 ] {1f4ae17e-c197-46ec-a21a-14f8e5cae204} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10253 2025.02.25 04:27:48.647033 [ 281 ] {1f4ae17e-c197-46ec-a21a-14f8e5cae204} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10254 2025.02.25 04:27:48.647422 [ 281 ] {1f4ae17e-c197-46ec-a21a-14f8e5cae204} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
10255 2025.02.25 04:27:48.647668 [ 281 ] {1f4ae17e-c197-46ec-a21a-14f8e5cae204} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10256 2025.02.25 04:27:48.647895 [ 281 ] {1f4ae17e-c197-46ec-a21a-14f8e5cae204} <Debug> executeQuery: Read 111 rows, 6.76 KiB in 0.001711 sec., 64874.34248977206 rows/sec., 3.86 MiB/sec.
10257 2025.02.25 04:27:48.647955 [ 281 ] {1f4ae17e-c197-46ec-a21a-14f8e5cae204} <Debug> TCPHandler: Processed in 0.001960409 sec.
10258 2025.02.25 04:27:48.648117 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10259 2025.02.25 04:27:48.648265 [ 276 ] {3104bd62-8777-40fe-8248-ac2319c34f41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10260 2025.02.25 04:27:48.648330 [ 276 ] {3104bd62-8777-40fe-8248-ac2319c34f41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10261 2025.02.25 04:27:48.649067 [ 276 ] {3104bd62-8777-40fe-8248-ac2319c34f41} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10262 2025.02.25 04:27:48.649106 [ 276 ] {3104bd62-8777-40fe-8248-ac2319c34f41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10263 2025.02.25 04:27:48.649513 [ 276 ] {3104bd62-8777-40fe-8248-ac2319c34f41} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
10264 2025.02.25 04:27:48.649789 [ 276 ] {3104bd62-8777-40fe-8248-ac2319c34f41} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10265 2025.02.25 04:27:48.649922 [ 103 ] {} <Debug> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
10266 2025.02.25 04:27:48.649968 [ 103 ] {} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10267 2025.02.25 04:27:48.649990 [ 276 ] {3104bd62-8777-40fe-8248-ac2319c34f41} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00176 sec., 64204.545454545456 rows/sec., 4.16 MiB/sec.
10268 2025.02.25 04:27:48.649994 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10269 2025.02.25 04:27:48.650074 [ 276 ] {3104bd62-8777-40fe-8248-ac2319c34f41} <Debug> TCPHandler: Processed in 0.00202682 sec.
10270 2025.02.25 04:27:48.650134 [ 203 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::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
10271 2025.02.25 04:27:48.650262 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10272 2025.02.25 04:27:48.650272 [ 203 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10273 2025.02.25 04:27:48.650334 [ 203 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 343 rows starting from the beginning of the part
10274 2025.02.25 04:27:48.650525 [ 281 ] {2357cede-8c01-48c6-93b6-0cf4c1d2eb37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10275 2025.02.25 04:27:48.650583 [ 203 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 113 rows starting from the beginning of the part
10276 2025.02.25 04:27:48.650664 [ 281 ] {2357cede-8c01-48c6-93b6-0cf4c1d2eb37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10277 2025.02.25 04:27:48.650995 [ 203 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 228 rows starting from the beginning of the part
10278 2025.02.25 04:27:48.651295 [ 203 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 113 rows starting from the beginning of the part
10279 2025.02.25 04:27:48.651627 [ 203 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::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
10280 2025.02.25 04:27:48.652077 [ 203 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::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
10281 2025.02.25 04:27:48.653579 [ 281 ] {2357cede-8c01-48c6-93b6-0cf4c1d2eb37} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10282 2025.02.25 04:27:48.653685 [ 281 ] {2357cede-8c01-48c6-93b6-0cf4c1d2eb37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10283 2025.02.25 04:27:48.654748 [ 281 ] {2357cede-8c01-48c6-93b6-0cf4c1d2eb37} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
10284 2025.02.25 04:27:48.655182 [ 203 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1023 rows, containing 5 columns (5 merged, 0 gathered) in 0.005099826 sec., 200595.07912622901 rows/sec., 14.02 MiB/sec.
10285 2025.02.25 04:27:48.655261 [ 281 ] {2357cede-8c01-48c6-93b6-0cf4c1d2eb37} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10286 2025.02.25 04:27:48.655413 [ 203 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
10287 2025.02.25 04:27:48.655726 [ 281 ] {2357cede-8c01-48c6-93b6-0cf4c1d2eb37} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005298 sec., 21140.052850132128 rows/sec., 1.20 MiB/sec.
10288 2025.02.25 04:27:48.655925 [ 281 ] {2357cede-8c01-48c6-93b6-0cf4c1d2eb37} <Debug> TCPHandler: Processed in 0.005742025 sec.
10289 2025.02.25 04:27:48.656083 [ 203 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_41_8} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10290 2025.02.25 04:27:48.656112 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10291 2025.02.25 04:27:48.656168 [ 203 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_41_8} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
10292 2025.02.25 04:27:48.656262 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
10293 2025.02.25 04:27:48.656295 [ 276 ] {285b7f6a-183a-4a01-bd08-e95153947c44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10294 2025.02.25 04:27:48.656355 [ 276 ] {285b7f6a-183a-4a01-bd08-e95153947c44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10295 2025.02.25 04:27:48.657239 [ 276 ] {285b7f6a-183a-4a01-bd08-e95153947c44} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10296 2025.02.25 04:27:48.657278 [ 276 ] {285b7f6a-183a-4a01-bd08-e95153947c44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10297 2025.02.25 04:27:48.657672 [ 276 ] {285b7f6a-183a-4a01-bd08-e95153947c44} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10298 2025.02.25 04:27:48.657917 [ 276 ] {285b7f6a-183a-4a01-bd08-e95153947c44} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10299 2025.02.25 04:27:48.658106 [ 276 ] {285b7f6a-183a-4a01-bd08-e95153947c44} <Debug> executeQuery: Read 387 rows, 27.99 KiB in 0.001859 sec., 208176.4389456697 rows/sec., 14.70 MiB/sec.
10300 2025.02.25 04:27:48.658161 [ 276 ] {285b7f6a-183a-4a01-bd08-e95153947c44} <Debug> TCPHandler: Processed in 0.002124082 sec.
10301 2025.02.25 04:27:48.658320 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10302 2025.02.25 04:27:48.658466 [ 281 ] {c51340a0-ed86-4490-878b-5830e86d6666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10303 2025.02.25 04:27:48.658528 [ 281 ] {c51340a0-ed86-4490-878b-5830e86d6666} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10304 2025.02.25 04:27:48.659051 [ 281 ] {c51340a0-ed86-4490-878b-5830e86d6666} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10305 2025.02.25 04:27:48.659092 [ 281 ] {c51340a0-ed86-4490-878b-5830e86d6666} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10306 2025.02.25 04:27:48.659485 [ 281 ] {c51340a0-ed86-4490-878b-5830e86d6666} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
10307 2025.02.25 04:27:48.659738 [ 281 ] {c51340a0-ed86-4490-878b-5830e86d6666} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10308 2025.02.25 04:27:48.660015 [ 281 ] {c51340a0-ed86-4490-878b-5830e86d6666} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001577 sec., 3804.6924540266327 rows/sec., 198.78 KiB/sec.
10309 2025.02.25 04:27:48.660219 [ 281 ] {c51340a0-ed86-4490-878b-5830e86d6666} <Debug> TCPHandler: Processed in 0.001963759 sec.
10310 2025.02.25 04:27:48.660411 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10311 2025.02.25 04:27:48.660528 [ 276 ] {da7076f1-23d7-4365-bb18-9848561cbca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10312 2025.02.25 04:27:48.660580 [ 276 ] {da7076f1-23d7-4365-bb18-9848561cbca2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10313 2025.02.25 04:27:48.661146 [ 276 ] {da7076f1-23d7-4365-bb18-9848561cbca2} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10314 2025.02.25 04:27:48.661184 [ 276 ] {da7076f1-23d7-4365-bb18-9848561cbca2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10315 2025.02.25 04:27:48.661592 [ 276 ] {da7076f1-23d7-4365-bb18-9848561cbca2} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10316 2025.02.25 04:27:48.661840 [ 276 ] {da7076f1-23d7-4365-bb18-9848561cbca2} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10317 2025.02.25 04:27:48.662051 [ 276 ] {da7076f1-23d7-4365-bb18-9848561cbca2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001545 sec., 153398.0582524272 rows/sec., 10.28 MiB/sec.
10318 2025.02.25 04:27:48.662134 [ 276 ] {da7076f1-23d7-4365-bb18-9848561cbca2} <Debug> TCPHandler: Processed in 0.001802216 sec.
10319 2025.02.25 04:27:48.662314 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10320 2025.02.25 04:27:48.662449 [ 281 ] {bbd64e47-e9d8-4c4b-ba66-d42c1e8f6b39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10321 2025.02.25 04:27:48.662501 [ 281 ] {bbd64e47-e9d8-4c4b-ba66-d42c1e8f6b39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10322 2025.02.25 04:27:48.662983 [ 281 ] {bbd64e47-e9d8-4c4b-ba66-d42c1e8f6b39} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10323 2025.02.25 04:27:48.663022 [ 281 ] {bbd64e47-e9d8-4c4b-ba66-d42c1e8f6b39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10324 2025.02.25 04:27:48.663399 [ 281 ] {bbd64e47-e9d8-4c4b-ba66-d42c1e8f6b39} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
10325 2025.02.25 04:27:48.663642 [ 281 ] {bbd64e47-e9d8-4c4b-ba66-d42c1e8f6b39} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10326 2025.02.25 04:27:48.663865 [ 281 ] {bbd64e47-e9d8-4c4b-ba66-d42c1e8f6b39} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00144 sec., 694.4444444444445 rows/sec., 46.79 KiB/sec.
10327 2025.02.25 04:27:48.663919 [ 281 ] {bbd64e47-e9d8-4c4b-ba66-d42c1e8f6b39} <Debug> TCPHandler: Processed in 0.001681365 sec.
10328 2025.02.25 04:27:48.664068 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10329 2025.02.25 04:27:48.664188 [ 276 ] {948b90c6-d76f-4591-96b1-ba15740a159b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10330 2025.02.25 04:27:48.664269 [ 276 ] {948b90c6-d76f-4591-96b1-ba15740a159b} <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
10331 2025.02.25 04:27:48.665420 [ 276 ] {948b90c6-d76f-4591-96b1-ba15740a159b} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10332 2025.02.25 04:27:48.665464 [ 276 ] {948b90c6-d76f-4591-96b1-ba15740a159b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10333 2025.02.25 04:27:48.666085 [ 276 ] {948b90c6-d76f-4591-96b1-ba15740a159b} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
10334 2025.02.25 04:27:48.666349 [ 276 ] {948b90c6-d76f-4591-96b1-ba15740a159b} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10335 2025.02.25 04:27:48.666550 [ 100 ] {} <Debug> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
10336 2025.02.25 04:27:48.666621 [ 276 ] {948b90c6-d76f-4591-96b1-ba15740a159b} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002451 sec., 2039.983680130559 rows/sec., 3.66 MiB/sec.
10337 2025.02.25 04:27:48.666633 [ 100 ] {} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10338 2025.02.25 04:27:48.666705 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10339 2025.02.25 04:27:48.667005 [ 276 ] {948b90c6-d76f-4591-96b1-ba15740a159b} <Debug> TCPHandler: Processed in 0.002991275 sec.
10340 2025.02.25 04:27:48.667042 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::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
10341 2025.02.25 04:27:48.667197 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10342 2025.02.25 04:27:48.667369 [ 281 ] {714d08d7-2389-4bc9-ac54-573c133003f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10343 2025.02.25 04:27:48.667432 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10344 2025.02.25 04:27:48.667442 [ 281 ] {714d08d7-2389-4bc9-ac54-573c133003f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10345 2025.02.25 04:27:48.667559 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1214 rows starting from the beginning of the part
10346 2025.02.25 04:27:48.668097 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 5 rows starting from the beginning of the part
10347 2025.02.25 04:27:48.668576 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 35 rows starting from the beginning of the part
10348 2025.02.25 04:27:48.668694 [ 281 ] {714d08d7-2389-4bc9-ac54-573c133003f7} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10349 2025.02.25 04:27:48.668754 [ 281 ] {714d08d7-2389-4bc9-ac54-573c133003f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10350 2025.02.25 04:27:48.669169 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 5 rows starting from the beginning of the part
10351 2025.02.25 04:27:48.669778 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 35 rows starting from the beginning of the part
10352 2025.02.25 04:27:48.670157 [ 281 ] {714d08d7-2389-4bc9-ac54-573c133003f7} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10353 2025.02.25 04:27:48.670288 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 5 rows starting from the beginning of the part
10354 2025.02.25 04:27:48.670806 [ 281 ] {714d08d7-2389-4bc9-ac54-573c133003f7} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10355 2025.02.25 04:27:48.671214 [ 281 ] {714d08d7-2389-4bc9-ac54-573c133003f7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00389 sec., 21079.691516709514 rows/sec., 1.34 MiB/sec.
10356 2025.02.25 04:27:48.671276 [ 281 ] {714d08d7-2389-4bc9-ac54-573c133003f7} <Debug> TCPHandler: Processed in 0.004160382 sec.
10357 2025.02.25 04:27:48.678836 [ 189 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1299 rows, containing 19 columns (19 merged, 0 gathered) in 0.011976357 sec., 108463.70060611921 rows/sec., 194.36 MiB/sec.
10358 2025.02.25 04:27:48.680397 [ 200 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
10359 2025.02.25 04:27:48.680898 [ 200 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10360 2025.02.25 04:27:48.680999 [ 200 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
10361 2025.02.25 04:27:48.681181 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.54 MiB.
10362 2025.02.25 04:27:49.000186 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 232.18 MiB, peak 243.66 MiB, free memory in arenas 0.00 B, will set to 234.73 MiB (RSS), difference: 2.54 MiB
10363 2025.02.25 04:27:49.917966 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1476
10364 2025.02.25 04:27:49.921054 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10365 2025.02.25 04:27:49.921115 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10366 2025.02.25 04:27:49.922623 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10367 2025.02.25 04:27:49.922947 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10368 2025.02.25 04:27:49.923540 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1476
10369 2025.02.25 04:27:50.842550 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10370 2025.02.25 04:27:50.842761 [ 281 ] {fb78e461-1976-49fe-8760-e9c2a3df85a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10371 2025.02.25 04:27:50.842842 [ 281 ] {fb78e461-1976-49fe-8760-e9c2a3df85a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10372 2025.02.25 04:27:50.843616 [ 281 ] {fb78e461-1976-49fe-8760-e9c2a3df85a8} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10373 2025.02.25 04:27:50.843667 [ 281 ] {fb78e461-1976-49fe-8760-e9c2a3df85a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10374 2025.02.25 04:27:50.844105 [ 281 ] {fb78e461-1976-49fe-8760-e9c2a3df85a8} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
10375 2025.02.25 04:27:50.844377 [ 281 ] {fb78e461-1976-49fe-8760-e9c2a3df85a8} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10376 2025.02.25 04:27:50.844632 [ 281 ] {fb78e461-1976-49fe-8760-e9c2a3df85a8} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001925 sec., 6233.766233766233 rows/sec., 508.32 KiB/sec.
10377 2025.02.25 04:27:50.844753 [ 281 ] {fb78e461-1976-49fe-8760-e9c2a3df85a8} <Debug> TCPHandler: Processed in 0.002338015 sec.
10378 2025.02.25 04:27:50.845030 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10379 2025.02.25 04:27:50.845221 [ 276 ] {af5c1d5d-3b55-485b-83a1-66dbc8a520df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10380 2025.02.25 04:27:50.845295 [ 276 ] {af5c1d5d-3b55-485b-83a1-66dbc8a520df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10381 2025.02.25 04:27:50.846673 [ 276 ] {af5c1d5d-3b55-485b-83a1-66dbc8a520df} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10382 2025.02.25 04:27:50.846716 [ 276 ] {af5c1d5d-3b55-485b-83a1-66dbc8a520df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10383 2025.02.25 04:27:50.847305 [ 276 ] {af5c1d5d-3b55-485b-83a1-66dbc8a520df} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10384 2025.02.25 04:27:50.847573 [ 276 ] {af5c1d5d-3b55-485b-83a1-66dbc8a520df} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10385 2025.02.25 04:27:50.847779 [ 276 ] {af5c1d5d-3b55-485b-83a1-66dbc8a520df} <Debug> executeQuery: Read 1272 rows, 107.58 KiB in 0.002611 sec., 487169.6667943317 rows/sec., 40.24 MiB/sec.
10386 2025.02.25 04:27:50.847847 [ 276 ] {af5c1d5d-3b55-485b-83a1-66dbc8a520df} <Debug> TCPHandler: Processed in 0.002946363 sec.
10387 2025.02.25 04:27:50.848027 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10388 2025.02.25 04:27:50.848173 [ 281 ] {285379ae-b964-4ef8-a7ae-7d2fd927a9e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10389 2025.02.25 04:27:50.848234 [ 281 ] {285379ae-b964-4ef8-a7ae-7d2fd927a9e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10390 2025.02.25 04:27:50.848941 [ 281 ] {285379ae-b964-4ef8-a7ae-7d2fd927a9e5} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10391 2025.02.25 04:27:50.848982 [ 281 ] {285379ae-b964-4ef8-a7ae-7d2fd927a9e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10392 2025.02.25 04:27:50.849372 [ 281 ] {285379ae-b964-4ef8-a7ae-7d2fd927a9e5} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
10393 2025.02.25 04:27:50.849630 [ 281 ] {285379ae-b964-4ef8-a7ae-7d2fd927a9e5} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10394 2025.02.25 04:27:50.849857 [ 281 ] {285379ae-b964-4ef8-a7ae-7d2fd927a9e5} <Debug> executeQuery: Read 47 rows, 3.47 KiB in 0.001715 sec., 27405.24781341108 rows/sec., 1.98 MiB/sec.
10395 2025.02.25 04:27:50.849967 [ 281 ] {285379ae-b964-4ef8-a7ae-7d2fd927a9e5} <Debug> TCPHandler: Processed in 0.00200919 sec.
10396 2025.02.25 04:27:50.850182 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10397 2025.02.25 04:27:50.850425 [ 276 ] {83d91dab-1b9a-4baf-9321-5cebdc87fd6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10398 2025.02.25 04:27:50.850480 [ 276 ] {83d91dab-1b9a-4baf-9321-5cebdc87fd6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10399 2025.02.25 04:27:50.851179 [ 276 ] {83d91dab-1b9a-4baf-9321-5cebdc87fd6c} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10400 2025.02.25 04:27:50.851219 [ 276 ] {83d91dab-1b9a-4baf-9321-5cebdc87fd6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10401 2025.02.25 04:27:50.851616 [ 276 ] {83d91dab-1b9a-4baf-9321-5cebdc87fd6c} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
10402 2025.02.25 04:27:50.851861 [ 276 ] {83d91dab-1b9a-4baf-9321-5cebdc87fd6c} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10403 2025.02.25 04:27:50.852077 [ 276 ] {83d91dab-1b9a-4baf-9321-5cebdc87fd6c} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001707 sec., 133567.6625659051 rows/sec., 9.04 MiB/sec.
10404 2025.02.25 04:27:50.852220 [ 276 ] {83d91dab-1b9a-4baf-9321-5cebdc87fd6c} <Debug> TCPHandler: Processed in 0.002152622 sec.
10405 2025.02.25 04:27:50.852423 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10406 2025.02.25 04:27:50.852564 [ 281 ] {9ff2bb91-1ee7-4eb6-8075-0a8c4014a3c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10407 2025.02.25 04:27:50.852623 [ 281 ] {9ff2bb91-1ee7-4eb6-8075-0a8c4014a3c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10408 2025.02.25 04:27:50.853477 [ 281 ] {9ff2bb91-1ee7-4eb6-8075-0a8c4014a3c5} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10409 2025.02.25 04:27:50.853517 [ 281 ] {9ff2bb91-1ee7-4eb6-8075-0a8c4014a3c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10410 2025.02.25 04:27:50.853923 [ 281 ] {9ff2bb91-1ee7-4eb6-8075-0a8c4014a3c5} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10411 2025.02.25 04:27:50.854168 [ 281 ] {9ff2bb91-1ee7-4eb6-8075-0a8c4014a3c5} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10412 2025.02.25 04:27:50.854423 [ 281 ] {9ff2bb91-1ee7-4eb6-8075-0a8c4014a3c5} <Debug> executeQuery: Read 567 rows, 43.19 KiB in 0.001884 sec., 300955.41401273885 rows/sec., 22.39 MiB/sec.
10413 2025.02.25 04:27:50.854527 [ 281 ] {9ff2bb91-1ee7-4eb6-8075-0a8c4014a3c5} <Debug> TCPHandler: Processed in 0.002213622 sec.
10414 2025.02.25 04:27:50.854801 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10415 2025.02.25 04:27:50.854945 [ 276 ] {d2c83bf8-1da8-4655-8199-b5c4b5743eb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10416 2025.02.25 04:27:50.855008 [ 276 ] {d2c83bf8-1da8-4655-8199-b5c4b5743eb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10417 2025.02.25 04:27:50.855989 [ 276 ] {d2c83bf8-1da8-4655-8199-b5c4b5743eb4} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10418 2025.02.25 04:27:50.856028 [ 276 ] {d2c83bf8-1da8-4655-8199-b5c4b5743eb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10419 2025.02.25 04:27:50.856489 [ 276 ] {d2c83bf8-1da8-4655-8199-b5c4b5743eb4} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10420 2025.02.25 04:27:50.856735 [ 276 ] {d2c83bf8-1da8-4655-8199-b5c4b5743eb4} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10421 2025.02.25 04:27:50.856915 [ 276 ] {d2c83bf8-1da8-4655-8199-b5c4b5743eb4} <Debug> executeQuery: Read 936 rows, 64.24 KiB in 0.002004 sec., 467065.86826347304 rows/sec., 31.30 MiB/sec.
10422 2025.02.25 04:27:50.856971 [ 276 ] {d2c83bf8-1da8-4655-8199-b5c4b5743eb4} <Debug> TCPHandler: Processed in 0.002346815 sec.
10423 2025.02.25 04:27:50.857113 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10424 2025.02.25 04:27:50.857253 [ 281 ] {18f8c565-bde9-4605-baf2-d88446b187ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10425 2025.02.25 04:27:50.857348 [ 281 ] {18f8c565-bde9-4605-baf2-d88446b187ac} <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
10426 2025.02.25 04:27:50.858653 [ 281 ] {18f8c565-bde9-4605-baf2-d88446b187ac} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10427 2025.02.25 04:27:50.858694 [ 281 ] {18f8c565-bde9-4605-baf2-d88446b187ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10428 2025.02.25 04:27:50.859409 [ 281 ] {18f8c565-bde9-4605-baf2-d88446b187ac} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
10429 2025.02.25 04:27:50.859682 [ 281 ] {18f8c565-bde9-4605-baf2-d88446b187ac} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10430 2025.02.25 04:27:50.859941 [ 281 ] {18f8c565-bde9-4605-baf2-d88446b187ac} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002721 sec., 12862.918044836457 rows/sec., 23.05 MiB/sec.
10431 2025.02.25 04:27:50.860053 [ 281 ] {18f8c565-bde9-4605-baf2-d88446b187ac} <Debug> TCPHandler: Processed in 0.003005334 sec.
10432 2025.02.25 04:27:50.860213 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10433 2025.02.25 04:27:50.860353 [ 276 ] {c80fdf12-8a7f-4716-a60e-4c908ec1641e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10434 2025.02.25 04:27:50.860414 [ 276 ] {c80fdf12-8a7f-4716-a60e-4c908ec1641e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10435 2025.02.25 04:27:50.860949 [ 276 ] {c80fdf12-8a7f-4716-a60e-4c908ec1641e} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10436 2025.02.25 04:27:50.860987 [ 276 ] {c80fdf12-8a7f-4716-a60e-4c908ec1641e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10437 2025.02.25 04:27:50.861368 [ 276 ] {c80fdf12-8a7f-4716-a60e-4c908ec1641e} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10438 2025.02.25 04:27:50.861608 [ 276 ] {c80fdf12-8a7f-4716-a60e-4c908ec1641e} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10439 2025.02.25 04:27:50.861815 [ 276 ] {c80fdf12-8a7f-4716-a60e-4c908ec1641e} <Debug> executeQuery: Read 30 rows, 2.08 KiB in 0.001493 sec., 20093.770931011386 rows/sec., 1.36 MiB/sec.
10440 2025.02.25 04:27:50.861923 [ 276 ] {c80fdf12-8a7f-4716-a60e-4c908ec1641e} <Debug> TCPHandler: Processed in 0.001775856 sec.
10441 2025.02.25 04:27:52.286694 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23424
10442 2025.02.25 04:27:52.287453 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10443 2025.02.25 04:27:52.287511 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10444 2025.02.25 04:27:52.288070 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
10445 2025.02.25 04:27:52.288333 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10446 2025.02.25 04:27:52.288592 [ 98 ] {} <Debug> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
10447 2025.02.25 04:27:52.288610 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424
10448 2025.02.25 04:27:52.288710 [ 98 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10449 2025.02.25 04:27:52.288801 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10450 2025.02.25 04:27:52.288978 [ 189 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
10451 2025.02.25 04:27:52.289147 [ 189 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10452 2025.02.25 04:27:52.289193 [ 189 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
10453 2025.02.25 04:27:52.289278 [ 189 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
10454 2025.02.25 04:27:52.289370 [ 189 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
10455 2025.02.25 04:27:52.289590 [ 189 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
10456 2025.02.25 04:27:52.289713 [ 189 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
10457 2025.02.25 04:27:52.289909 [ 189 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
10458 2025.02.25 04:27:52.292464 [ 190 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.003560833 sec., 6578236.0475765085 rows/sec., 94.10 MiB/sec.
10459 2025.02.25 04:27:52.292879 [ 190 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
10460 2025.02.25 04:27:52.293205 [ 190 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_51_10} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10461 2025.02.25 04:27:52.293301 [ 190 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_51_10} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
10462 2025.02.25 04:27:52.293425 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB.
10463 2025.02.25 04:27:53.630179 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10464 2025.02.25 04:27:53.630399 [ 281 ] {c7f246ad-3756-4e33-b596-4900e148fd2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10465 2025.02.25 04:27:53.630486 [ 281 ] {c7f246ad-3756-4e33-b596-4900e148fd2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10466 2025.02.25 04:27:53.631330 [ 281 ] {c7f246ad-3756-4e33-b596-4900e148fd2a} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10467 2025.02.25 04:27:53.631385 [ 281 ] {c7f246ad-3756-4e33-b596-4900e148fd2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10468 2025.02.25 04:27:53.631821 [ 281 ] {c7f246ad-3756-4e33-b596-4900e148fd2a} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10469 2025.02.25 04:27:53.632078 [ 281 ] {c7f246ad-3756-4e33-b596-4900e148fd2a} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10470 2025.02.25 04:27:53.632362 [ 281 ] {c7f246ad-3756-4e33-b596-4900e148fd2a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002022 sec., 27695.351137487636 rows/sec., 2.11 MiB/sec.
10471 2025.02.25 04:27:53.632491 [ 281 ] {c7f246ad-3756-4e33-b596-4900e148fd2a} <Debug> TCPHandler: Processed in 0.002458077 sec.
10472 2025.02.25 04:27:53.632798 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10473 2025.02.25 04:27:53.633009 [ 276 ] {9ff2064e-ec64-4359-a6bd-8bab62230e20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10474 2025.02.25 04:27:53.633091 [ 276 ] {9ff2064e-ec64-4359-a6bd-8bab62230e20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10475 2025.02.25 04:27:53.634137 [ 276 ] {9ff2064e-ec64-4359-a6bd-8bab62230e20} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10476 2025.02.25 04:27:53.634189 [ 276 ] {9ff2064e-ec64-4359-a6bd-8bab62230e20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10477 2025.02.25 04:27:53.634646 [ 276 ] {9ff2064e-ec64-4359-a6bd-8bab62230e20} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10478 2025.02.25 04:27:53.634908 [ 276 ] {9ff2064e-ec64-4359-a6bd-8bab62230e20} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10479 2025.02.25 04:27:53.635154 [ 276 ] {9ff2064e-ec64-4359-a6bd-8bab62230e20} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002203 sec., 29051.29369042215 rows/sec., 2.27 MiB/sec.
10480 2025.02.25 04:27:53.635225 [ 276 ] {9ff2064e-ec64-4359-a6bd-8bab62230e20} <Debug> TCPHandler: Processed in 0.002612619 sec.
10481 2025.02.25 04:27:53.635387 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10482 2025.02.25 04:27:53.635542 [ 281 ] {8e87b3b2-c28f-47ca-88a4-ca475e469070} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10483 2025.02.25 04:27:53.635611 [ 281 ] {8e87b3b2-c28f-47ca-88a4-ca475e469070} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10484 2025.02.25 04:27:53.636208 [ 281 ] {8e87b3b2-c28f-47ca-88a4-ca475e469070} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10485 2025.02.25 04:27:53.636251 [ 281 ] {8e87b3b2-c28f-47ca-88a4-ca475e469070} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10486 2025.02.25 04:27:53.636658 [ 281 ] {8e87b3b2-c28f-47ca-88a4-ca475e469070} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10487 2025.02.25 04:27:53.636902 [ 281 ] {8e87b3b2-c28f-47ca-88a4-ca475e469070} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10488 2025.02.25 04:27:53.637131 [ 281 ] {8e87b3b2-c28f-47ca-88a4-ca475e469070} <Debug> executeQuery: Read 76 rows, 5.43 KiB in 0.001626 sec., 46740.46740467405 rows/sec., 3.26 MiB/sec.
10489 2025.02.25 04:27:53.637190 [ 281 ] {8e87b3b2-c28f-47ca-88a4-ca475e469070} <Debug> TCPHandler: Processed in 0.001872538 sec.
10490 2025.02.25 04:27:53.637361 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10491 2025.02.25 04:27:53.637490 [ 276 ] {88648e5e-0728-46c2-ba93-1697c41d4375} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10492 2025.02.25 04:27:53.637547 [ 276 ] {88648e5e-0728-46c2-ba93-1697c41d4375} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10493 2025.02.25 04:27:53.638057 [ 276 ] {88648e5e-0728-46c2-ba93-1697c41d4375} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10494 2025.02.25 04:27:53.638098 [ 276 ] {88648e5e-0728-46c2-ba93-1697c41d4375} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10495 2025.02.25 04:27:53.638484 [ 276 ] {88648e5e-0728-46c2-ba93-1697c41d4375} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10496 2025.02.25 04:27:53.638726 [ 276 ] {88648e5e-0728-46c2-ba93-1697c41d4375} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10497 2025.02.25 04:27:53.638957 [ 276 ] {88648e5e-0728-46c2-ba93-1697c41d4375} <Debug> executeQuery: Read 30 rows, 2.06 KiB in 0.001496 sec., 20053.47593582888 rows/sec., 1.35 MiB/sec.
10498 2025.02.25 04:27:53.639026 [ 276 ] {88648e5e-0728-46c2-ba93-1697c41d4375} <Debug> TCPHandler: Processed in 0.001726736 sec.
10499 2025.02.25 04:27:53.953748 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385
10500 2025.02.25 04:27:53.983738 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10501 2025.02.25 04:27:53.983840 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10502 2025.02.25 04:27:53.996517 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
10503 2025.02.25 04:27:53.997780 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10504 2025.02.25 04:27:53.998164 [ 95 ] {} <Debug> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
10505 2025.02.25 04:27:53.998242 [ 95 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10506 2025.02.25 04:27:53.998301 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10507 2025.02.25 04:27:53.998668 [ 195 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
10508 2025.02.25 04:27:54.000205 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 239.53 MiB, peak 243.66 MiB, free memory in arenas 0.00 B, will set to 234.73 MiB (RSS), difference: -4.80 MiB
10509 2025.02.25 04:27:54.015377 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385
10510 2025.02.25 04:27:54.016191 [ 195 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10511 2025.02.25 04:27:54.018260 [ 195 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
10512 2025.02.25 04:27:54.026296 [ 195 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
10513 2025.02.25 04:27:54.035625 [ 195 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
10514 2025.02.25 04:27:54.044549 [ 195 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
10515 2025.02.25 04:27:54.051770 [ 195 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
10516 2025.02.25 04:27:54.056812 [ 195 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
10517 2025.02.25 04:27:54.123220 [ 186 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.12480707 sec., 3084.7611437396936 rows/sec., 15.95 MiB/sec.
10518 2025.02.25 04:27:54.126617 [ 186 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
10519 2025.02.25 04:27:54.129752 [ 186 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_51_10} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10520 2025.02.25 04:27:54.129891 [ 186 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_51_10} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
10521 2025.02.25 04:27:54.132268 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB.
10522 2025.02.25 04:27:55.000160 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 231.28 MiB, peak 244.68 MiB, free memory in arenas 0.00 B, will set to 235.66 MiB (RSS), difference: 4.38 MiB
10523 2025.02.25 04:27:58.640578 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10524 2025.02.25 04:27:58.640790 [ 281 ] {4a5dbdd2-919b-4a75-aa07-91914600c64a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10525 2025.02.25 04:27:58.640865 [ 281 ] {4a5dbdd2-919b-4a75-aa07-91914600c64a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10526 2025.02.25 04:27:58.641755 [ 281 ] {4a5dbdd2-919b-4a75-aa07-91914600c64a} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10527 2025.02.25 04:27:58.641803 [ 281 ] {4a5dbdd2-919b-4a75-aa07-91914600c64a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10528 2025.02.25 04:27:58.642281 [ 281 ] {4a5dbdd2-919b-4a75-aa07-91914600c64a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
10529 2025.02.25 04:27:58.642560 [ 281 ] {4a5dbdd2-919b-4a75-aa07-91914600c64a} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10530 2025.02.25 04:27:58.642779 [ 281 ] {4a5dbdd2-919b-4a75-aa07-91914600c64a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002043 sec., 103768.96720509055 rows/sec., 6.60 MiB/sec.
10531 2025.02.25 04:27:58.642851 [ 281 ] {4a5dbdd2-919b-4a75-aa07-91914600c64a} <Debug> TCPHandler: Processed in 0.002410616 sec.
10532 2025.02.25 04:27:58.643114 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10533 2025.02.25 04:27:58.643306 [ 276 ] {731ee528-6b5d-4a27-9c59-47a514c8e574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10534 2025.02.25 04:27:58.643378 [ 276 ] {731ee528-6b5d-4a27-9c59-47a514c8e574} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10535 2025.02.25 04:27:58.644478 [ 276 ] {731ee528-6b5d-4a27-9c59-47a514c8e574} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10536 2025.02.25 04:27:58.644528 [ 276 ] {731ee528-6b5d-4a27-9c59-47a514c8e574} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10537 2025.02.25 04:27:58.645057 [ 276 ] {731ee528-6b5d-4a27-9c59-47a514c8e574} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10538 2025.02.25 04:27:58.645350 [ 276 ] {731ee528-6b5d-4a27-9c59-47a514c8e574} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10539 2025.02.25 04:27:58.645560 [ 90 ] {} <Debug> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
10540 2025.02.25 04:27:58.645615 [ 90 ] {} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10541 2025.02.25 04:27:58.645638 [ 276 ] {731ee528-6b5d-4a27-9c59-47a514c8e574} <Debug> executeQuery: Read 627 rows, 50.33 KiB in 0.002372 sec., 264333.89544688025 rows/sec., 20.72 MiB/sec.
10542 2025.02.25 04:27:58.645652 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10543 2025.02.25 04:27:58.645861 [ 276 ] {731ee528-6b5d-4a27-9c59-47a514c8e574} <Debug> TCPHandler: Processed in 0.002872563 sec.
10544 2025.02.25 04:27:58.646016 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full
10545 2025.02.25 04:27:58.646119 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10546 2025.02.25 04:27:58.646506 [ 281 ] {8c39149e-3a11-412d-a2bf-678007fb5299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10547 2025.02.25 04:27:58.646631 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10548 2025.02.25 04:27:58.646688 [ 281 ] {8c39149e-3a11-412d-a2bf-678007fb5299} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10549 2025.02.25 04:27:58.646782 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1849 rows starting from the beginning of the part
10550 2025.02.25 04:27:58.647217 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 126 rows starting from the beginning of the part
10551 2025.02.25 04:27:58.647925 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 627 rows starting from the beginning of the part
10552 2025.02.25 04:27:58.648662 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 1272 rows starting from the beginning of the part
10553 2025.02.25 04:27:58.649221 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 56 rows starting from the beginning of the part
10554 2025.02.25 04:27:58.649423 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 627 rows starting from the beginning of the part
10555 2025.02.25 04:27:58.650059 [ 281 ] {8c39149e-3a11-412d-a2bf-678007fb5299} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10556 2025.02.25 04:27:58.650103 [ 281 ] {8c39149e-3a11-412d-a2bf-678007fb5299} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10557 2025.02.25 04:27:58.650635 [ 281 ] {8c39149e-3a11-412d-a2bf-678007fb5299} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
10558 2025.02.25 04:27:58.650960 [ 281 ] {8c39149e-3a11-412d-a2bf-678007fb5299} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10559 2025.02.25 04:27:58.651122 [ 90 ] {} <Debug> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
10560 2025.02.25 04:27:58.651164 [ 90 ] {} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10561 2025.02.25 04:27:58.651174 [ 281 ] {8c39149e-3a11-412d-a2bf-678007fb5299} <Debug> executeQuery: Read 111 rows, 6.76 KiB in 0.004815 sec., 23052.959501557634 rows/sec., 1.37 MiB/sec.
10562 2025.02.25 04:27:58.651190 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10563 2025.02.25 04:27:58.651347 [ 281 ] {8c39149e-3a11-412d-a2bf-678007fb5299} <Debug> TCPHandler: Processed in 0.005339999 sec.
10564 2025.02.25 04:27:58.651549 [ 186 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::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
10565 2025.02.25 04:27:58.651632 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10566 2025.02.25 04:27:58.652233 [ 276 ] {e892f854-9534-458b-8aea-6f31d0c0e928} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10567 2025.02.25 04:27:58.652296 [ 186 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10568 2025.02.25 04:27:58.652490 [ 186 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 166 rows starting from the beginning of the part
10569 2025.02.25 04:27:58.652563 [ 276 ] {e892f854-9534-458b-8aea-6f31d0c0e928} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10570 2025.02.25 04:27:58.653132 [ 186 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 115 rows starting from the beginning of the part
10571 2025.02.25 04:27:58.653367 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4557 rows, containing 5 columns (5 merged, 0 gathered) in 0.007570312 sec., 601956.696104467 rows/sec., 51.01 MiB/sec.
10572 2025.02.25 04:27:58.653664 [ 186 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 35 rows starting from the beginning of the part
10573 2025.02.25 04:27:58.653896 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
10574 2025.02.25 04:27:58.654252 [ 186 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 111 rows starting from the beginning of the part
10575 2025.02.25 04:27:58.655185 [ 186 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 47 rows starting from the beginning of the part
10576 2025.02.25 04:27:58.655768 [ 186 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 111 rows starting from the beginning of the part
10577 2025.02.25 04:27:58.656609 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_86_17} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10578 2025.02.25 04:27:58.657008 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_86_17} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
10579 2025.02.25 04:27:58.657285 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB.
10580 2025.02.25 04:27:58.657951 [ 276 ] {e892f854-9534-458b-8aea-6f31d0c0e928} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10581 2025.02.25 04:27:58.658032 [ 276 ] {e892f854-9534-458b-8aea-6f31d0c0e928} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10582 2025.02.25 04:27:58.659142 [ 276 ] {e892f854-9534-458b-8aea-6f31d0c0e928} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
10583 2025.02.25 04:27:58.659442 [ 191 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 585 rows, containing 5 columns (5 merged, 0 gathered) in 0.008171961 sec., 71586.24472143222 rows/sec., 4.75 MiB/sec.
10584 2025.02.25 04:27:58.659581 [ 276 ] {e892f854-9534-458b-8aea-6f31d0c0e928} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10585 2025.02.25 04:27:58.659628 [ 199 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
10586 2025.02.25 04:27:58.659878 [ 276 ] {e892f854-9534-458b-8aea-6f31d0c0e928} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.007866 sec., 14365.62420544114 rows/sec., 952.23 KiB/sec.
10587 2025.02.25 04:27:58.659970 [ 276 ] {e892f854-9534-458b-8aea-6f31d0c0e928} <Debug> TCPHandler: Processed in 0.008496456 sec.
10588 2025.02.25 04:27:58.660103 [ 199 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_71_14} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10589 2025.02.25 04:27:58.660178 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10590 2025.02.25 04:27:58.660233 [ 199 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_71_14} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
10591 2025.02.25 04:27:58.660390 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
10592 2025.02.25 04:27:58.660410 [ 281 ] {5111a727-2dce-4d87-96f8-17e7306bf97b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10593 2025.02.25 04:27:58.660484 [ 281 ] {5111a727-2dce-4d87-96f8-17e7306bf97b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10594 2025.02.25 04:27:58.661133 [ 281 ] {5111a727-2dce-4d87-96f8-17e7306bf97b} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10595 2025.02.25 04:27:58.661174 [ 281 ] {5111a727-2dce-4d87-96f8-17e7306bf97b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10596 2025.02.25 04:27:58.661551 [ 281 ] {5111a727-2dce-4d87-96f8-17e7306bf97b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
10597 2025.02.25 04:27:58.661793 [ 281 ] {5111a727-2dce-4d87-96f8-17e7306bf97b} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10598 2025.02.25 04:27:58.661977 [ 281 ] {5111a727-2dce-4d87-96f8-17e7306bf97b} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001645 sec., 68085.10638297873 rows/sec., 3.88 MiB/sec.
10599 2025.02.25 04:27:58.662032 [ 281 ] {5111a727-2dce-4d87-96f8-17e7306bf97b} <Debug> TCPHandler: Processed in 0.001934848 sec.
10600 2025.02.25 04:27:58.662183 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10601 2025.02.25 04:27:58.662304 [ 276 ] {e6fe6751-145a-4f0f-bc65-1f8888d90094} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10602 2025.02.25 04:27:58.662356 [ 276 ] {e6fe6751-145a-4f0f-bc65-1f8888d90094} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10603 2025.02.25 04:27:58.663169 [ 276 ] {e6fe6751-145a-4f0f-bc65-1f8888d90094} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10604 2025.02.25 04:27:58.663210 [ 276 ] {e6fe6751-145a-4f0f-bc65-1f8888d90094} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10605 2025.02.25 04:27:58.663618 [ 276 ] {e6fe6751-145a-4f0f-bc65-1f8888d90094} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10606 2025.02.25 04:27:58.663875 [ 276 ] {e6fe6751-145a-4f0f-bc65-1f8888d90094} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10607 2025.02.25 04:27:58.664052 [ 90 ] {} <Debug> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
10608 2025.02.25 04:27:58.664108 [ 90 ] {} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10609 2025.02.25 04:27:58.664126 [ 276 ] {e6fe6751-145a-4f0f-bc65-1f8888d90094} <Debug> executeQuery: Read 387 rows, 27.99 KiB in 0.001839 sec., 210440.4567699837 rows/sec., 14.86 MiB/sec.
10610 2025.02.25 04:27:58.664144 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10611 2025.02.25 04:27:58.664305 [ 276 ] {e6fe6751-145a-4f0f-bc65-1f8888d90094} <Debug> TCPHandler: Processed in 0.002176292 sec.
10612 2025.02.25 04:27:58.664502 [ 199 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full
10613 2025.02.25 04:27:58.664574 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10614 2025.02.25 04:27:58.664878 [ 199 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10615 2025.02.25 04:27:58.665022 [ 199 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 916 rows starting from the beginning of the part
10616 2025.02.25 04:27:58.665039 [ 281 ] {6d239ecc-71f7-4c18-b896-619fb7582412} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10617 2025.02.25 04:27:58.665271 [ 281 ] {6d239ecc-71f7-4c18-b896-619fb7582412} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10618 2025.02.25 04:27:58.665402 [ 199 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 99 rows starting from the beginning of the part
10619 2025.02.25 04:27:58.665775 [ 199 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 387 rows starting from the beginning of the part
10620 2025.02.25 04:27:58.666118 [ 199 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 567 rows starting from the beginning of the part
10621 2025.02.25 04:27:58.666426 [ 199 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 64 rows starting from the beginning of the part
10622 2025.02.25 04:27:58.666755 [ 199 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 387 rows starting from the beginning of the part
10623 2025.02.25 04:27:58.668865 [ 281 ] {6d239ecc-71f7-4c18-b896-619fb7582412} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10624 2025.02.25 04:27:58.668938 [ 281 ] {6d239ecc-71f7-4c18-b896-619fb7582412} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10625 2025.02.25 04:27:58.669969 [ 281 ] {6d239ecc-71f7-4c18-b896-619fb7582412} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
10626 2025.02.25 04:27:58.670239 [ 281 ] {6d239ecc-71f7-4c18-b896-619fb7582412} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10627 2025.02.25 04:27:58.670592 [ 90 ] {} <Debug> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
10628 2025.02.25 04:27:58.670710 [ 90 ] {} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10629 2025.02.25 04:27:58.670778 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10630 2025.02.25 04:27:58.670985 [ 199 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2420 rows, containing 5 columns (5 merged, 0 gathered) in 0.006696239 sec., 361396.8975719057 rows/sec., 27.68 MiB/sec.
10631 2025.02.25 04:27:58.671016 [ 281 ] {6d239ecc-71f7-4c18-b896-619fb7582412} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006097 sec., 984.0905363293423 rows/sec., 51.41 KiB/sec.
10632 2025.02.25 04:27:58.671225 [ 191 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
10633 2025.02.25 04:27:58.671369 [ 281 ] {6d239ecc-71f7-4c18-b896-619fb7582412} <Debug> TCPHandler: Processed in 0.006935783 sec.
10634 2025.02.25 04:27:58.671447 [ 188 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
10635 2025.02.25 04:27:58.671645 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10636 2025.02.25 04:27:58.671781 [ 191 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10637 2025.02.25 04:27:58.671904 [ 191 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
10638 2025.02.25 04:27:58.672069 [ 276 ] {599e2f4d-58ae-42bc-b0f0-3787890fb4f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10639 2025.02.25 04:27:58.672324 [ 191 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
10640 2025.02.25 04:27:58.672333 [ 276 ] {599e2f4d-58ae-42bc-b0f0-3787890fb4f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10641 2025.02.25 04:27:58.672790 [ 191 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
10642 2025.02.25 04:27:58.673144 [ 188 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_86_17} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10643 2025.02.25 04:27:58.673346 [ 191 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
10644 2025.02.25 04:27:58.673687 [ 188 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_86_17} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
10645 2025.02.25 04:27:58.673741 [ 191 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
10646 2025.02.25 04:27:58.674140 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
10647 2025.02.25 04:27:58.674293 [ 191 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
10648 2025.02.25 04:27:58.675942 [ 276 ] {599e2f4d-58ae-42bc-b0f0-3787890fb4f3} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10649 2025.02.25 04:27:58.675989 [ 276 ] {599e2f4d-58ae-42bc-b0f0-3787890fb4f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10650 2025.02.25 04:27:58.676597 [ 199 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.005669384 sec., 32807.79710811615 rows/sec., 1.67 MiB/sec.
10651 2025.02.25 04:27:58.676648 [ 276 ] {599e2f4d-58ae-42bc-b0f0-3787890fb4f3} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10652 2025.02.25 04:27:58.676709 [ 199 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
10653 2025.02.25 04:27:58.676952 [ 276 ] {599e2f4d-58ae-42bc-b0f0-3787890fb4f3} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10654 2025.02.25 04:27:58.677035 [ 199 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_31_6} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10655 2025.02.25 04:27:58.677237 [ 90 ] {} <Debug> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
10656 2025.02.25 04:27:58.677263 [ 199 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_31_6} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
10657 2025.02.25 04:27:58.677303 [ 90 ] {} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10658 2025.02.25 04:27:58.677348 [ 276 ] {599e2f4d-58ae-42bc-b0f0-3787890fb4f3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005407 sec., 43832.06953948585 rows/sec., 2.94 MiB/sec.
10659 2025.02.25 04:27:58.677375 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10660 2025.02.25 04:27:58.677451 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
10661 2025.02.25 04:27:58.677509 [ 276 ] {599e2f4d-58ae-42bc-b0f0-3787890fb4f3} <Debug> TCPHandler: Processed in 0.00602409 sec.
10662 2025.02.25 04:27:58.677781 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full
10663 2025.02.25 04:27:58.677824 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10664 2025.02.25 04:27:58.678292 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10665 2025.02.25 04:27:58.678423 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 24366 rows starting from the beginning of the part
10666 2025.02.25 04:27:58.678465 [ 281 ] {b31268b5-0247-48ef-b1fa-a4be3b3b3c77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10667 2025.02.25 04:27:58.678910 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part
10668 2025.02.25 04:27:58.678981 [ 281 ] {b31268b5-0247-48ef-b1fa-a4be3b3b3c77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10669 2025.02.25 04:27:58.679400 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 237 rows starting from the beginning of the part
10670 2025.02.25 04:27:58.679817 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 936 rows starting from the beginning of the part
10671 2025.02.25 04:27:58.680220 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 76 rows starting from the beginning of the part
10672 2025.02.25 04:27:58.680603 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 237 rows starting from the beginning of the part
10673 2025.02.25 04:27:58.681966 [ 281 ] {b31268b5-0247-48ef-b1fa-a4be3b3b3c77} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10674 2025.02.25 04:27:58.682012 [ 281 ] {b31268b5-0247-48ef-b1fa-a4be3b3b3c77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10675 2025.02.25 04:27:58.682451 [ 281 ] {b31268b5-0247-48ef-b1fa-a4be3b3b3c77} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
10676 2025.02.25 04:27:58.682929 [ 281 ] {b31268b5-0247-48ef-b1fa-a4be3b3b3c77} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10677 2025.02.25 04:27:58.683107 [ 90 ] {} <Debug> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
10678 2025.02.25 04:27:58.683191 [ 90 ] {} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10679 2025.02.25 04:27:58.683263 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10680 2025.02.25 04:27:58.683325 [ 281 ] {b31268b5-0247-48ef-b1fa-a4be3b3b3c77} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005149 sec., 194.21246844047388 rows/sec., 13.09 KiB/sec.
10681 2025.02.25 04:27:58.683714 [ 281 ] {b31268b5-0247-48ef-b1fa-a4be3b3b3c77} <Debug> TCPHandler: Processed in 0.006100211 sec.
10682 2025.02.25 04:27:58.683766 [ 199 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::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
10683 2025.02.25 04:27:58.683960 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10684 2025.02.25 04:27:58.684057 [ 199 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10685 2025.02.25 04:27:58.684124 [ 199 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 28 rows starting from the beginning of the part
10686 2025.02.25 04:27:58.684178 [ 276 ] {f40f3c2f-4ad7-4bf1-804d-49abbc68af46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10687 2025.02.25 04:27:58.684301 [ 199 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part
10688 2025.02.25 04:27:58.684634 [ 276 ] {f40f3c2f-4ad7-4bf1-804d-49abbc68af46} <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
10689 2025.02.25 04:27:58.684886 [ 199 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part
10690 2025.02.25 04:27:58.685296 [ 199 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part
10691 2025.02.25 04:27:58.685816 [ 199 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part
10692 2025.02.25 04:27:58.686282 [ 199 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part
10693 2025.02.25 04:27:58.689427 [ 200 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33 rows, containing 4 columns (4 merged, 0 gathered) in 0.006001479 sec., 5498.644584110018 rows/sec., 369.21 KiB/sec.
10694 2025.02.25 04:27:58.689747 [ 200 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
10695 2025.02.25 04:27:58.690134 [ 276 ] {f40f3c2f-4ad7-4bf1-804d-49abbc68af46} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10696 2025.02.25 04:27:58.690201 [ 276 ] {f40f3c2f-4ad7-4bf1-804d-49abbc68af46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10697 2025.02.25 04:27:58.690602 [ 200 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_31_6} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10698 2025.02.25 04:27:58.690925 [ 200 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_31_6} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
10699 2025.02.25 04:27:58.691077 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
10700 2025.02.25 04:27:58.691575 [ 276 ] {f40f3c2f-4ad7-4bf1-804d-49abbc68af46} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
10701 2025.02.25 04:27:58.691904 [ 276 ] {f40f3c2f-4ad7-4bf1-804d-49abbc68af46} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10702 2025.02.25 04:27:58.692176 [ 276 ] {f40f3c2f-4ad7-4bf1-804d-49abbc68af46} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.008056 sec., 620.6554121151936 rows/sec., 1.11 MiB/sec.
10703 2025.02.25 04:27:58.692497 [ 276 ] {f40f3c2f-4ad7-4bf1-804d-49abbc68af46} <Debug> TCPHandler: Processed in 0.008657728 sec.
10704 2025.02.25 04:27:58.692605 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26012 rows, containing 5 columns (5 merged, 0 gathered) in 0.015037603 sec., 1729796.9629867207 rows/sec., 116.93 MiB/sec.
10705 2025.02.25 04:27:58.692683 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10706 2025.02.25 04:27:58.692861 [ 281 ] {6e55bda3-f711-453f-baf6-0b654cbc0046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10707 2025.02.25 04:27:58.692880 [ 200 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
10708 2025.02.25 04:27:58.692979 [ 281 ] {6e55bda3-f711-453f-baf6-0b654cbc0046} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10709 2025.02.25 04:27:58.693596 [ 200 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10710 2025.02.25 04:27:58.693791 [ 200 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
10711 2025.02.25 04:27:58.693991 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB.
10712 2025.02.25 04:27:58.694143 [ 281 ] {6e55bda3-f711-453f-baf6-0b654cbc0046} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10713 2025.02.25 04:27:58.694187 [ 281 ] {6e55bda3-f711-453f-baf6-0b654cbc0046} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10714 2025.02.25 04:27:58.694588 [ 281 ] {6e55bda3-f711-453f-baf6-0b654cbc0046} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10715 2025.02.25 04:27:58.694844 [ 281 ] {6e55bda3-f711-453f-baf6-0b654cbc0046} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10716 2025.02.25 04:27:58.694981 [ 90 ] {} <Debug> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
10717 2025.02.25 04:27:58.695016 [ 90 ] {} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10718 2025.02.25 04:27:58.695036 [ 281 ] {6e55bda3-f711-453f-baf6-0b654cbc0046} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002197 sec., 37323.62312243969 rows/sec., 2.37 MiB/sec.
10719 2025.02.25 04:27:58.695041 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10720 2025.02.25 04:27:58.695129 [ 281 ] {6e55bda3-f711-453f-baf6-0b654cbc0046} <Debug> TCPHandler: Processed in 0.002504617 sec.
10721 2025.02.25 04:27:58.695188 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full
10722 2025.02.25 04:27:58.695308 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10723 2025.02.25 04:27:58.695342 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4826 rows starting from the beginning of the part
10724 2025.02.25 04:27:58.695458 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part
10725 2025.02.25 04:27:58.695640 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 82 rows starting from the beginning of the part
10726 2025.02.25 04:27:58.695838 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 30 rows starting from the beginning of the part
10727 2025.02.25 04:27:58.696012 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 30 rows starting from the beginning of the part
10728 2025.02.25 04:27:58.696102 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 82 rows starting from the beginning of the part
10729 2025.02.25 04:27:58.698323 [ 200 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5110 rows, containing 4 columns (4 merged, 0 gathered) in 0.003196417 sec., 1598665.0052230356 rows/sec., 104.65 MiB/sec.
10730 2025.02.25 04:27:58.698774 [ 200 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
10731 2025.02.25 04:27:58.699091 [ 200 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_86_17} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10732 2025.02.25 04:27:58.699172 [ 200 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_86_17} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
10733 2025.02.25 04:27:58.699260 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB.
10734 2025.02.25 04:27:59.630372 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache
10735 2025.02.25 04:27:59.630429 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache
10736 2025.02.25 04:27:59.788833 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23851
10737 2025.02.25 04:27:59.789549 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10738 2025.02.25 04:27:59.789596 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10739 2025.02.25 04:27:59.790198 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
10740 2025.02.25 04:27:59.790452 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10741 2025.02.25 04:27:59.790684 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851
10742 2025.02.25 04:27:59.923785 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1522
10743 2025.02.25 04:27:59.927183 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10744 2025.02.25 04:27:59.927240 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
10745 2025.02.25 04:27:59.928765 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
10746 2025.02.25 04:27:59.929094 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10747 2025.02.25 04:27:59.930158 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1522
10748 2025.02.25 04:28:01.515523 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392
10749 2025.02.25 04:28:01.533769 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10750 2025.02.25 04:28:01.533818 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10751 2025.02.25 04:28:01.540727 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
10752 2025.02.25 04:28:01.541482 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10753 2025.02.25 04:28:01.544995 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392
10754 2025.02.25 04:28:03.637034 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10755 2025.02.25 04:28:03.637248 [ 281 ] {7909f276-9d1b-4589-b200-3b641bf4ab0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10756 2025.02.25 04:28:03.637334 [ 281 ] {7909f276-9d1b-4589-b200-3b641bf4ab0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10757 2025.02.25 04:28:03.638263 [ 281 ] {7909f276-9d1b-4589-b200-3b641bf4ab0d} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10758 2025.02.25 04:28:03.638320 [ 281 ] {7909f276-9d1b-4589-b200-3b641bf4ab0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10759 2025.02.25 04:28:03.638794 [ 281 ] {7909f276-9d1b-4589-b200-3b641bf4ab0d} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10760 2025.02.25 04:28:03.639063 [ 281 ] {7909f276-9d1b-4589-b200-3b641bf4ab0d} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10761 2025.02.25 04:28:03.639298 [ 281 ] {7909f276-9d1b-4589-b200-3b641bf4ab0d} <Debug> executeQuery: Read 126 rows, 11.02 KiB in 0.002109 sec., 59743.95448079658 rows/sec., 5.10 MiB/sec.
10762 2025.02.25 04:28:03.639375 [ 281 ] {7909f276-9d1b-4589-b200-3b641bf4ab0d} <Debug> TCPHandler: Processed in 0.002490977 sec.
10763 2025.02.25 04:28:03.639657 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10764 2025.02.25 04:28:03.639849 [ 276 ] {cfca4983-e81f-43d5-a31a-508a8975a736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10765 2025.02.25 04:28:03.639926 [ 276 ] {cfca4983-e81f-43d5-a31a-508a8975a736} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10766 2025.02.25 04:28:03.640696 [ 276 ] {cfca4983-e81f-43d5-a31a-508a8975a736} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10767 2025.02.25 04:28:03.640749 [ 276 ] {cfca4983-e81f-43d5-a31a-508a8975a736} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10768 2025.02.25 04:28:03.641206 [ 276 ] {cfca4983-e81f-43d5-a31a-508a8975a736} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
10769 2025.02.25 04:28:03.641468 [ 276 ] {cfca4983-e81f-43d5-a31a-508a8975a736} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10770 2025.02.25 04:28:03.641708 [ 276 ] {cfca4983-e81f-43d5-a31a-508a8975a736} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.001909 sec., 18334.206390780513 rows/sec., 1.35 MiB/sec.
10771 2025.02.25 04:28:03.641776 [ 276 ] {cfca4983-e81f-43d5-a31a-508a8975a736} <Debug> TCPHandler: Processed in 0.002274034 sec.
10772 2025.02.25 04:28:03.641938 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10773 2025.02.25 04:28:03.642087 [ 281 ] {175fa31e-a313-47c0-a411-0f271ada9b2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10774 2025.02.25 04:28:03.642150 [ 281 ] {175fa31e-a313-47c0-a411-0f271ada9b2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10775 2025.02.25 04:28:03.642908 [ 281 ] {175fa31e-a313-47c0-a411-0f271ada9b2b} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10776 2025.02.25 04:28:03.642958 [ 281 ] {175fa31e-a313-47c0-a411-0f271ada9b2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10777 2025.02.25 04:28:03.643377 [ 281 ] {175fa31e-a313-47c0-a411-0f271ada9b2b} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10778 2025.02.25 04:28:03.643642 [ 281 ] {175fa31e-a313-47c0-a411-0f271ada9b2b} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10779 2025.02.25 04:28:03.643861 [ 281 ] {175fa31e-a313-47c0-a411-0f271ada9b2b} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001811 sec., 54665.93042517946 rows/sec., 4.27 MiB/sec.
10780 2025.02.25 04:28:03.643918 [ 281 ] {175fa31e-a313-47c0-a411-0f271ada9b2b} <Debug> TCPHandler: Processed in 0.00204849 sec.
10781 2025.02.25 04:28:03.644062 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10782 2025.02.25 04:28:03.644222 [ 276 ] {05ad101d-86ed-45e9-b3b2-37581fe57105} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10783 2025.02.25 04:28:03.644318 [ 276 ] {05ad101d-86ed-45e9-b3b2-37581fe57105} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10784 2025.02.25 04:28:03.645239 [ 276 ] {05ad101d-86ed-45e9-b3b2-37581fe57105} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10785 2025.02.25 04:28:03.645282 [ 276 ] {05ad101d-86ed-45e9-b3b2-37581fe57105} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10786 2025.02.25 04:28:03.645708 [ 276 ] {05ad101d-86ed-45e9-b3b2-37581fe57105} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10787 2025.02.25 04:28:03.645959 [ 276 ] {05ad101d-86ed-45e9-b3b2-37581fe57105} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10788 2025.02.25 04:28:03.646168 [ 276 ] {05ad101d-86ed-45e9-b3b2-37581fe57105} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002002 sec., 79920.07992007992 rows/sec., 5.57 MiB/sec.
10789 2025.02.25 04:28:03.646226 [ 276 ] {05ad101d-86ed-45e9-b3b2-37581fe57105} <Debug> TCPHandler: Processed in 0.002222063 sec.
10790 2025.02.25 04:28:03.646395 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10791 2025.02.25 04:28:03.646537 [ 281 ] {c73e5b95-0b49-496e-81d6-242404a4f854} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10792 2025.02.25 04:28:03.646636 [ 281 ] {c73e5b95-0b49-496e-81d6-242404a4f854} <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
10793 2025.02.25 04:28:03.648406 [ 281 ] {c73e5b95-0b49-496e-81d6-242404a4f854} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10794 2025.02.25 04:28:03.648448 [ 281 ] {c73e5b95-0b49-496e-81d6-242404a4f854} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10795 2025.02.25 04:28:03.649155 [ 281 ] {c73e5b95-0b49-496e-81d6-242404a4f854} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
10796 2025.02.25 04:28:03.649422 [ 281 ] {c73e5b95-0b49-496e-81d6-242404a4f854} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10797 2025.02.25 04:28:03.649668 [ 281 ] {c73e5b95-0b49-496e-81d6-242404a4f854} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.003165 sec., 11058.451816745655 rows/sec., 19.82 MiB/sec.
10798 2025.02.25 04:28:03.649787 [ 281 ] {c73e5b95-0b49-496e-81d6-242404a4f854} <Debug> TCPHandler: Processed in 0.003458192 sec.
10799 2025.02.25 04:28:03.649951 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10800 2025.02.25 04:28:03.650095 [ 276 ] {2f106ee3-6552-4d7d-a7bd-ad04b7ae7e45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10801 2025.02.25 04:28:03.650159 [ 276 ] {2f106ee3-6552-4d7d-a7bd-ad04b7ae7e45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10802 2025.02.25 04:28:03.650666 [ 276 ] {2f106ee3-6552-4d7d-a7bd-ad04b7ae7e45} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10803 2025.02.25 04:28:03.650708 [ 276 ] {2f106ee3-6552-4d7d-a7bd-ad04b7ae7e45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10804 2025.02.25 04:28:03.651092 [ 276 ] {2f106ee3-6552-4d7d-a7bd-ad04b7ae7e45} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10805 2025.02.25 04:28:03.651337 [ 276 ] {2f106ee3-6552-4d7d-a7bd-ad04b7ae7e45} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10806 2025.02.25 04:28:03.651550 [ 276 ] {2f106ee3-6552-4d7d-a7bd-ad04b7ae7e45} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001488 sec., 40322.58064516129 rows/sec., 2.72 MiB/sec.
10807 2025.02.25 04:28:03.651604 [ 276 ] {2f106ee3-6552-4d7d-a7bd-ad04b7ae7e45} <Debug> TCPHandler: Processed in 0.001721786 sec.
10808 2025.02.25 04:28:07.290841 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24339
10809 2025.02.25 04:28:07.291577 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10810 2025.02.25 04:28:07.291628 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10811 2025.02.25 04:28:07.292165 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
10812 2025.02.25 04:28:07.292427 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10813 2025.02.25 04:28:07.292703 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339
10814 2025.02.25 04:28:08.640479 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10815 2025.02.25 04:28:08.640676 [ 281 ] {0dcb3902-fdab-4b49-896d-5b9a3cd4c0c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10816 2025.02.25 04:28:08.640756 [ 281 ] {0dcb3902-fdab-4b49-896d-5b9a3cd4c0c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10817 2025.02.25 04:28:08.641640 [ 281 ] {0dcb3902-fdab-4b49-896d-5b9a3cd4c0c7} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10818 2025.02.25 04:28:08.641699 [ 281 ] {0dcb3902-fdab-4b49-896d-5b9a3cd4c0c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10819 2025.02.25 04:28:08.642161 [ 281 ] {0dcb3902-fdab-4b49-896d-5b9a3cd4c0c7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
10820 2025.02.25 04:28:08.642423 [ 281 ] {0dcb3902-fdab-4b49-896d-5b9a3cd4c0c7} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10821 2025.02.25 04:28:08.642670 [ 281 ] {0dcb3902-fdab-4b49-896d-5b9a3cd4c0c7} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002046 sec., 103616.81329423265 rows/sec., 6.59 MiB/sec.
10822 2025.02.25 04:28:08.642741 [ 281 ] {0dcb3902-fdab-4b49-896d-5b9a3cd4c0c7} <Debug> TCPHandler: Processed in 0.002403196 sec.
10823 2025.02.25 04:28:08.643000 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10824 2025.02.25 04:28:08.643192 [ 276 ] {2e21e3a7-98b3-4920-b7ee-98dee8004fd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10825 2025.02.25 04:28:08.643266 [ 276 ] {2e21e3a7-98b3-4920-b7ee-98dee8004fd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10826 2025.02.25 04:28:08.644346 [ 276 ] {2e21e3a7-98b3-4920-b7ee-98dee8004fd2} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10827 2025.02.25 04:28:08.644394 [ 276 ] {2e21e3a7-98b3-4920-b7ee-98dee8004fd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10828 2025.02.25 04:28:08.644877 [ 276 ] {2e21e3a7-98b3-4920-b7ee-98dee8004fd2} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
10829 2025.02.25 04:28:08.645135 [ 276 ] {2e21e3a7-98b3-4920-b7ee-98dee8004fd2} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10830 2025.02.25 04:28:08.645346 [ 276 ] {2e21e3a7-98b3-4920-b7ee-98dee8004fd2} <Debug> executeQuery: Read 627 rows, 50.33 KiB in 0.002204 sec., 284482.7586206897 rows/sec., 22.30 MiB/sec.
10831 2025.02.25 04:28:08.645419 [ 276 ] {2e21e3a7-98b3-4920-b7ee-98dee8004fd2} <Debug> TCPHandler: Processed in 0.002554518 sec.
10832 2025.02.25 04:28:08.645632 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10833 2025.02.25 04:28:08.645819 [ 281 ] {89d35f00-ac2b-4dae-a784-e15268352484} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10834 2025.02.25 04:28:08.645884 [ 281 ] {89d35f00-ac2b-4dae-a784-e15268352484} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10835 2025.02.25 04:28:08.646590 [ 281 ] {89d35f00-ac2b-4dae-a784-e15268352484} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10836 2025.02.25 04:28:08.646632 [ 281 ] {89d35f00-ac2b-4dae-a784-e15268352484} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10837 2025.02.25 04:28:08.647019 [ 281 ] {89d35f00-ac2b-4dae-a784-e15268352484} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
10838 2025.02.25 04:28:08.647272 [ 281 ] {89d35f00-ac2b-4dae-a784-e15268352484} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10839 2025.02.25 04:28:08.647509 [ 281 ] {89d35f00-ac2b-4dae-a784-e15268352484} <Debug> executeQuery: Read 111 rows, 6.76 KiB in 0.001726 sec., 64310.544611819234 rows/sec., 3.83 MiB/sec.
10840 2025.02.25 04:28:08.647609 [ 281 ] {89d35f00-ac2b-4dae-a784-e15268352484} <Debug> TCPHandler: Processed in 0.002091421 sec.
10841 2025.02.25 04:28:08.647824 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10842 2025.02.25 04:28:08.648018 [ 276 ] {574324ed-c3df-4e00-9723-9232238329ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10843 2025.02.25 04:28:08.648082 [ 276 ] {574324ed-c3df-4e00-9723-9232238329ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10844 2025.02.25 04:28:08.648755 [ 276 ] {574324ed-c3df-4e00-9723-9232238329ce} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10845 2025.02.25 04:28:08.648795 [ 276 ] {574324ed-c3df-4e00-9723-9232238329ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10846 2025.02.25 04:28:08.649166 [ 276 ] {574324ed-c3df-4e00-9723-9232238329ce} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
10847 2025.02.25 04:28:08.649421 [ 276 ] {574324ed-c3df-4e00-9723-9232238329ce} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10848 2025.02.25 04:28:08.649611 [ 276 ] {574324ed-c3df-4e00-9723-9232238329ce} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001627 sec., 69452.98094652736 rows/sec., 4.50 MiB/sec.
10849 2025.02.25 04:28:08.649667 [ 276 ] {574324ed-c3df-4e00-9723-9232238329ce} <Debug> TCPHandler: Processed in 0.001970999 sec.
10850 2025.02.25 04:28:08.649812 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10851 2025.02.25 04:28:08.649952 [ 281 ] {7921ff46-b84d-4f16-b557-ed02058e4b42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10852 2025.02.25 04:28:08.650012 [ 281 ] {7921ff46-b84d-4f16-b557-ed02058e4b42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10853 2025.02.25 04:28:08.650699 [ 281 ] {7921ff46-b84d-4f16-b557-ed02058e4b42} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10854 2025.02.25 04:28:08.650740 [ 281 ] {7921ff46-b84d-4f16-b557-ed02058e4b42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10855 2025.02.25 04:28:08.651118 [ 281 ] {7921ff46-b84d-4f16-b557-ed02058e4b42} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
10856 2025.02.25 04:28:08.651364 [ 281 ] {7921ff46-b84d-4f16-b557-ed02058e4b42} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10857 2025.02.25 04:28:08.651629 [ 281 ] {7921ff46-b84d-4f16-b557-ed02058e4b42} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001709 sec., 65535.40081919251 rows/sec., 3.73 MiB/sec.
10858 2025.02.25 04:28:08.651843 [ 281 ] {7921ff46-b84d-4f16-b557-ed02058e4b42} <Debug> TCPHandler: Processed in 0.002095101 sec.
10859 2025.02.25 04:28:08.652057 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10860 2025.02.25 04:28:08.652195 [ 276 ] {9a4011db-7679-4617-9359-5fdce91ec668} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10861 2025.02.25 04:28:08.652253 [ 276 ] {9a4011db-7679-4617-9359-5fdce91ec668} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10862 2025.02.25 04:28:08.653096 [ 276 ] {9a4011db-7679-4617-9359-5fdce91ec668} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10863 2025.02.25 04:28:08.653144 [ 276 ] {9a4011db-7679-4617-9359-5fdce91ec668} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10864 2025.02.25 04:28:08.653558 [ 276 ] {9a4011db-7679-4617-9359-5fdce91ec668} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
10865 2025.02.25 04:28:08.653801 [ 276 ] {9a4011db-7679-4617-9359-5fdce91ec668} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10866 2025.02.25 04:28:08.653987 [ 276 ] {9a4011db-7679-4617-9359-5fdce91ec668} <Debug> executeQuery: Read 387 rows, 27.99 KiB in 0.001824 sec., 212171.05263157893 rows/sec., 14.98 MiB/sec.
10867 2025.02.25 04:28:08.654039 [ 276 ] {9a4011db-7679-4617-9359-5fdce91ec668} <Debug> TCPHandler: Processed in 0.002053241 sec.
10868 2025.02.25 04:28:08.654180 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10869 2025.02.25 04:28:08.654300 [ 281 ] {6a1743ce-4a7e-45ea-93dd-2fe721e4aba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10870 2025.02.25 04:28:08.654361 [ 281 ] {6a1743ce-4a7e-45ea-93dd-2fe721e4aba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10871 2025.02.25 04:28:08.654923 [ 281 ] {6a1743ce-4a7e-45ea-93dd-2fe721e4aba4} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10872 2025.02.25 04:28:08.654971 [ 281 ] {6a1743ce-4a7e-45ea-93dd-2fe721e4aba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10873 2025.02.25 04:28:08.655391 [ 281 ] {6a1743ce-4a7e-45ea-93dd-2fe721e4aba4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
10874 2025.02.25 04:28:08.655632 [ 281 ] {6a1743ce-4a7e-45ea-93dd-2fe721e4aba4} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10875 2025.02.25 04:28:08.655836 [ 281 ] {6a1743ce-4a7e-45ea-93dd-2fe721e4aba4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001563 sec., 3838.7715930902114 rows/sec., 200.56 KiB/sec.
10876 2025.02.25 04:28:08.655891 [ 281 ] {6a1743ce-4a7e-45ea-93dd-2fe721e4aba4} <Debug> TCPHandler: Processed in 0.001764286 sec.
10877 2025.02.25 04:28:08.656020 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10878 2025.02.25 04:28:08.656139 [ 276 ] {d9a55d60-8b55-4617-8b5e-1b6d32e8daeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10879 2025.02.25 04:28:08.656193 [ 276 ] {d9a55d60-8b55-4617-8b5e-1b6d32e8daeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10880 2025.02.25 04:28:08.656797 [ 276 ] {d9a55d60-8b55-4617-8b5e-1b6d32e8daeb} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10881 2025.02.25 04:28:08.656834 [ 276 ] {d9a55d60-8b55-4617-8b5e-1b6d32e8daeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10882 2025.02.25 04:28:08.657231 [ 276 ] {d9a55d60-8b55-4617-8b5e-1b6d32e8daeb} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
10883 2025.02.25 04:28:08.657472 [ 276 ] {d9a55d60-8b55-4617-8b5e-1b6d32e8daeb} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10884 2025.02.25 04:28:08.657669 [ 276 ] {d9a55d60-8b55-4617-8b5e-1b6d32e8daeb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001553 sec., 152607.8557630393 rows/sec., 10.23 MiB/sec.
10885 2025.02.25 04:28:08.657781 [ 276 ] {d9a55d60-8b55-4617-8b5e-1b6d32e8daeb} <Debug> TCPHandler: Processed in 0.001814826 sec.
10886 2025.02.25 04:28:08.657985 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10887 2025.02.25 04:28:08.658189 [ 281 ] {848dfd5b-2d8f-4649-b6f4-ed3d594ec868} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10888 2025.02.25 04:28:08.658242 [ 281 ] {848dfd5b-2d8f-4649-b6f4-ed3d594ec868} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10889 2025.02.25 04:28:08.658715 [ 281 ] {848dfd5b-2d8f-4649-b6f4-ed3d594ec868} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10890 2025.02.25 04:28:08.658755 [ 281 ] {848dfd5b-2d8f-4649-b6f4-ed3d594ec868} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10891 2025.02.25 04:28:08.659120 [ 281 ] {848dfd5b-2d8f-4649-b6f4-ed3d594ec868} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
10892 2025.02.25 04:28:08.659358 [ 281 ] {848dfd5b-2d8f-4649-b6f4-ed3d594ec868} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10893 2025.02.25 04:28:08.659570 [ 281 ] {848dfd5b-2d8f-4649-b6f4-ed3d594ec868} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001419 sec., 704.7216349541932 rows/sec., 47.49 KiB/sec.
10894 2025.02.25 04:28:08.659625 [ 281 ] {848dfd5b-2d8f-4649-b6f4-ed3d594ec868} <Debug> TCPHandler: Processed in 0.001743916 sec.
10895 2025.02.25 04:28:08.659785 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10896 2025.02.25 04:28:08.659926 [ 276 ] {435d991f-948f-4a94-b7a3-8ce87cf8e838} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10897 2025.02.25 04:28:08.660018 [ 276 ] {435d991f-948f-4a94-b7a3-8ce87cf8e838} <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
10898 2025.02.25 04:28:08.661169 [ 276 ] {435d991f-948f-4a94-b7a3-8ce87cf8e838} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10899 2025.02.25 04:28:08.661209 [ 276 ] {435d991f-948f-4a94-b7a3-8ce87cf8e838} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10900 2025.02.25 04:28:08.661820 [ 276 ] {435d991f-948f-4a94-b7a3-8ce87cf8e838} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
10901 2025.02.25 04:28:08.662088 [ 276 ] {435d991f-948f-4a94-b7a3-8ce87cf8e838} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10902 2025.02.25 04:28:08.662310 [ 276 ] {435d991f-948f-4a94-b7a3-8ce87cf8e838} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002412 sec., 2072.9684908789386 rows/sec., 3.71 MiB/sec.
10903 2025.02.25 04:28:08.662593 [ 276 ] {435d991f-948f-4a94-b7a3-8ce87cf8e838} <Debug> TCPHandler: Processed in 0.002874043 sec.
10904 2025.02.25 04:28:08.662815 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10905 2025.02.25 04:28:08.662953 [ 281 ] {1c4e0806-9805-48ea-b9c6-40d789dc9f20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10906 2025.02.25 04:28:08.663012 [ 281 ] {1c4e0806-9805-48ea-b9c6-40d789dc9f20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10907 2025.02.25 04:28:08.663551 [ 281 ] {1c4e0806-9805-48ea-b9c6-40d789dc9f20} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10908 2025.02.25 04:28:08.663590 [ 281 ] {1c4e0806-9805-48ea-b9c6-40d789dc9f20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10909 2025.02.25 04:28:08.663975 [ 281 ] {1c4e0806-9805-48ea-b9c6-40d789dc9f20} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
10910 2025.02.25 04:28:08.664211 [ 281 ] {1c4e0806-9805-48ea-b9c6-40d789dc9f20} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10911 2025.02.25 04:28:08.664442 [ 281 ] {1c4e0806-9805-48ea-b9c6-40d789dc9f20} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00152 sec., 53947.368421052626 rows/sec., 3.43 MiB/sec.
10912 2025.02.25 04:28:08.664497 [ 281 ] {1c4e0806-9805-48ea-b9c6-40d789dc9f20} <Debug> TCPHandler: Processed in 0.001817937 sec.
10913 2025.02.25 04:28:09.045094 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400
10914 2025.02.25 04:28:09.065694 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10915 2025.02.25 04:28:09.065750 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10916 2025.02.25 04:28:09.073025 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
10917 2025.02.25 04:28:09.073798 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10918 2025.02.25 04:28:09.076686 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400
10919 2025.02.25 04:28:09.930456 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1556
10920 2025.02.25 04:28:09.933629 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10921 2025.02.25 04:28:09.933695 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10922 2025.02.25 04:28:09.935208 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
10923 2025.02.25 04:28:09.935548 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10924 2025.02.25 04:28:09.936223 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1556
10925 2025.02.25 04:28:13.636190 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10926 2025.02.25 04:28:13.636428 [ 281 ] {cdf97865-bc69-4404-9c32-eb5d6dac8667} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10927 2025.02.25 04:28:13.636509 [ 281 ] {cdf97865-bc69-4404-9c32-eb5d6dac8667} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10928 2025.02.25 04:28:13.637363 [ 281 ] {cdf97865-bc69-4404-9c32-eb5d6dac8667} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10929 2025.02.25 04:28:13.637419 [ 281 ] {cdf97865-bc69-4404-9c32-eb5d6dac8667} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10930 2025.02.25 04:28:13.637877 [ 281 ] {cdf97865-bc69-4404-9c32-eb5d6dac8667} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
10931 2025.02.25 04:28:13.638136 [ 281 ] {cdf97865-bc69-4404-9c32-eb5d6dac8667} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10932 2025.02.25 04:28:13.638408 [ 281 ] {cdf97865-bc69-4404-9c32-eb5d6dac8667} <Debug> executeQuery: Read 126 rows, 11.02 KiB in 0.002038 sec., 61825.3189401374 rows/sec., 5.28 MiB/sec.
10933 2025.02.25 04:28:13.638544 [ 281 ] {cdf97865-bc69-4404-9c32-eb5d6dac8667} <Debug> TCPHandler: Processed in 0.002494167 sec.
10934 2025.02.25 04:28:13.638840 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10935 2025.02.25 04:28:13.639034 [ 276 ] {e9b1ad01-cf62-4d61-b2c9-fdc0f8458f9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10936 2025.02.25 04:28:13.639113 [ 276 ] {e9b1ad01-cf62-4d61-b2c9-fdc0f8458f9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10937 2025.02.25 04:28:13.639886 [ 276 ] {e9b1ad01-cf62-4d61-b2c9-fdc0f8458f9c} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10938 2025.02.25 04:28:13.639939 [ 276 ] {e9b1ad01-cf62-4d61-b2c9-fdc0f8458f9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10939 2025.02.25 04:28:13.640389 [ 276 ] {e9b1ad01-cf62-4d61-b2c9-fdc0f8458f9c} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
10940 2025.02.25 04:28:13.640652 [ 276 ] {e9b1ad01-cf62-4d61-b2c9-fdc0f8458f9c} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10941 2025.02.25 04:28:13.640890 [ 276 ] {e9b1ad01-cf62-4d61-b2c9-fdc0f8458f9c} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.001909 sec., 18334.206390780513 rows/sec., 1.35 MiB/sec.
10942 2025.02.25 04:28:13.640961 [ 276 ] {e9b1ad01-cf62-4d61-b2c9-fdc0f8458f9c} <Debug> TCPHandler: Processed in 0.002287884 sec.
10943 2025.02.25 04:28:13.641124 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10944 2025.02.25 04:28:13.641281 [ 281 ] {2b1ae230-9895-4192-a42f-49629c63e7af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10945 2025.02.25 04:28:13.641345 [ 281 ] {2b1ae230-9895-4192-a42f-49629c63e7af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10946 2025.02.25 04:28:13.642028 [ 281 ] {2b1ae230-9895-4192-a42f-49629c63e7af} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10947 2025.02.25 04:28:13.642071 [ 281 ] {2b1ae230-9895-4192-a42f-49629c63e7af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10948 2025.02.25 04:28:13.642474 [ 281 ] {2b1ae230-9895-4192-a42f-49629c63e7af} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
10949 2025.02.25 04:28:13.642723 [ 281 ] {2b1ae230-9895-4192-a42f-49629c63e7af} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10950 2025.02.25 04:28:13.642974 [ 281 ] {2b1ae230-9895-4192-a42f-49629c63e7af} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001724 sec., 57424.5939675174 rows/sec., 4.49 MiB/sec.
10951 2025.02.25 04:28:13.643040 [ 281 ] {2b1ae230-9895-4192-a42f-49629c63e7af} <Debug> TCPHandler: Processed in 0.00198841 sec.
10952 2025.02.25 04:28:13.643270 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10953 2025.02.25 04:28:13.643492 [ 276 ] {2b198faa-b246-4f6e-ada1-54f92dd3db86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10954 2025.02.25 04:28:13.643563 [ 276 ] {2b198faa-b246-4f6e-ada1-54f92dd3db86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10955 2025.02.25 04:28:13.644280 [ 276 ] {2b198faa-b246-4f6e-ada1-54f92dd3db86} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10956 2025.02.25 04:28:13.644331 [ 276 ] {2b198faa-b246-4f6e-ada1-54f92dd3db86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10957 2025.02.25 04:28:13.644759 [ 276 ] {2b198faa-b246-4f6e-ada1-54f92dd3db86} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
10958 2025.02.25 04:28:13.645010 [ 276 ] {2b198faa-b246-4f6e-ada1-54f92dd3db86} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10959 2025.02.25 04:28:13.645228 [ 276 ] {2b198faa-b246-4f6e-ada1-54f92dd3db86} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001781 sec., 89837.17012914093 rows/sec., 6.26 MiB/sec.
10960 2025.02.25 04:28:13.645287 [ 276 ] {2b198faa-b246-4f6e-ada1-54f92dd3db86} <Debug> TCPHandler: Processed in 0.002140262 sec.
10961 2025.02.25 04:28:13.645447 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10962 2025.02.25 04:28:13.645593 [ 281 ] {1616a7f2-20c4-44a4-bcf0-5150ac8b80fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10963 2025.02.25 04:28:13.645689 [ 281 ] {1616a7f2-20c4-44a4-bcf0-5150ac8b80fc} <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
10964 2025.02.25 04:28:13.647036 [ 281 ] {1616a7f2-20c4-44a4-bcf0-5150ac8b80fc} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10965 2025.02.25 04:28:13.647078 [ 281 ] {1616a7f2-20c4-44a4-bcf0-5150ac8b80fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10966 2025.02.25 04:28:13.647775 [ 281 ] {1616a7f2-20c4-44a4-bcf0-5150ac8b80fc} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
10967 2025.02.25 04:28:13.648051 [ 281 ] {1616a7f2-20c4-44a4-bcf0-5150ac8b80fc} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10968 2025.02.25 04:28:13.648247 [ 73 ] {} <Debug> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
10969 2025.02.25 04:28:13.648335 [ 281 ] {1616a7f2-20c4-44a4-bcf0-5150ac8b80fc} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00277 sec., 12635.379061371841 rows/sec., 22.64 MiB/sec.
10970 2025.02.25 04:28:13.648343 [ 73 ] {} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10971 2025.02.25 04:28:13.648432 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10972 2025.02.25 04:28:13.648685 [ 281 ] {1616a7f2-20c4-44a4-bcf0-5150ac8b80fc} <Debug> TCPHandler: Processed in 0.003294379 sec.
10973 2025.02.25 04:28:13.648720 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::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
10974 2025.02.25 04:28:13.648955 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10975 2025.02.25 04:28:13.649099 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10976 2025.02.25 04:28:13.649293 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1299 rows starting from the beginning of the part
10977 2025.02.25 04:28:13.649346 [ 276 ] {824d36b2-3a68-4a67-9032-3e556bc3f5c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10978 2025.02.25 04:28:13.649567 [ 276 ] {824d36b2-3a68-4a67-9032-3e556bc3f5c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10979 2025.02.25 04:28:13.649993 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 35 rows starting from the beginning of the part
10980 2025.02.25 04:28:13.650793 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 5 rows starting from the beginning of the part
10981 2025.02.25 04:28:13.651408 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 35 rows starting from the beginning of the part
10982 2025.02.25 04:28:13.652145 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 5 rows starting from the beginning of the part
10983 2025.02.25 04:28:13.652315 [ 276 ] {824d36b2-3a68-4a67-9032-3e556bc3f5c3} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10984 2025.02.25 04:28:13.652434 [ 276 ] {824d36b2-3a68-4a67-9032-3e556bc3f5c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10985 2025.02.25 04:28:13.652847 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 35 rows starting from the beginning of the part
10986 2025.02.25 04:28:13.654081 [ 276 ] {824d36b2-3a68-4a67-9032-3e556bc3f5c3} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
10987 2025.02.25 04:28:13.654664 [ 276 ] {824d36b2-3a68-4a67-9032-3e556bc3f5c3} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10988 2025.02.25 04:28:13.654978 [ 276 ] {824d36b2-3a68-4a67-9032-3e556bc3f5c3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005744 sec., 10445.682451253482 rows/sec., 720.86 KiB/sec.
10989 2025.02.25 04:28:13.655047 [ 276 ] {824d36b2-3a68-4a67-9032-3e556bc3f5c3} <Debug> TCPHandler: Processed in 0.006244183 sec.
10990 2025.02.25 04:28:13.660713 [ 200 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1414 rows, containing 19 columns (19 merged, 0 gathered) in 0.01212339 sec., 116634.04377818416 rows/sec., 209.00 MiB/sec.
10991 2025.02.25 04:28:13.662388 [ 190 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
10992 2025.02.25 04:28:13.662796 [ 190 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10993 2025.02.25 04:28:13.662883 [ 190 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
10994 2025.02.25 04:28:13.662995 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.61 MiB.
10995 2025.02.25 04:28:14.000173 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 237.82 MiB, peak 249.39 MiB, free memory in arenas 0.00 B, will set to 239.83 MiB (RSS), difference: 2.01 MiB
10996 2025.02.25 04:28:14.630496 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache
10997 2025.02.25 04:28:14.630575 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache
10998 2025.02.25 04:28:14.792875 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24766
10999 2025.02.25 04:28:14.793590 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11000 2025.02.25 04:28:14.793635 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
11001 2025.02.25 04:28:14.794154 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
11002 2025.02.25 04:28:14.794412 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11003 2025.02.25 04:28:14.794686 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766
11004 2025.02.25 04:28:16.576798 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407
11005 2025.02.25 04:28:16.598622 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11006 2025.02.25 04:28:16.598689 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
11007 2025.02.25 04:28:16.606097 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
11008 2025.02.25 04:28:16.606930 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11009 2025.02.25 04:28:16.609969 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407
11010 2025.02.25 04:28:18.641074 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11011 2025.02.25 04:28:18.641300 [ 281 ] {84dd83e7-6182-4c7c-ae02-750e6ee489ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11012 2025.02.25 04:28:18.641385 [ 281 ] {84dd83e7-6182-4c7c-ae02-750e6ee489ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11013 2025.02.25 04:28:18.642301 [ 281 ] {84dd83e7-6182-4c7c-ae02-750e6ee489ad} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11014 2025.02.25 04:28:18.642360 [ 281 ] {84dd83e7-6182-4c7c-ae02-750e6ee489ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
11015 2025.02.25 04:28:18.642834 [ 281 ] {84dd83e7-6182-4c7c-ae02-750e6ee489ad} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
11016 2025.02.25 04:28:18.643097 [ 281 ] {84dd83e7-6182-4c7c-ae02-750e6ee489ad} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11017 2025.02.25 04:28:18.643309 [ 68 ] {} <Debug> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
11018 2025.02.25 04:28:18.643381 [ 281 ] {84dd83e7-6182-4c7c-ae02-750e6ee489ad} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002135 sec., 99297.4238875878 rows/sec., 6.32 MiB/sec.
11019 2025.02.25 04:28:18.643391 [ 68 ] {} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11020 2025.02.25 04:28:18.643466 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
11021 2025.02.25 04:28:18.643526 [ 281 ] {84dd83e7-6182-4c7c-ae02-750e6ee489ad} <Debug> TCPHandler: Processed in 0.002600808 sec.
11022 2025.02.25 04:28:18.643768 [ 189 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full
11023 2025.02.25 04:28:18.643846 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11024 2025.02.25 04:28:18.644049 [ 189 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11025 2025.02.25 04:28:18.644137 [ 189 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 212 rows starting from the beginning of the part
11026 2025.02.25 04:28:18.644149 [ 276 ] {ec72d73c-67b5-4a8f-bd13-5dd52d1ef724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11027 2025.02.25 04:28:18.644308 [ 276 ] {ec72d73c-67b5-4a8f-bd13-5dd52d1ef724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11028 2025.02.25 04:28:18.644415 [ 189 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 212 rows starting from the beginning of the part
11029 2025.02.25 04:28:18.644857 [ 189 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 212 rows starting from the beginning of the part
11030 2025.02.25 04:28:18.645110 [ 189 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 212 rows starting from the beginning of the part
11031 2025.02.25 04:28:18.645508 [ 189 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 212 rows starting from the beginning of the part
11032 2025.02.25 04:28:18.647744 [ 276 ] {ec72d73c-67b5-4a8f-bd13-5dd52d1ef724} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11033 2025.02.25 04:28:18.647806 [ 276 ] {ec72d73c-67b5-4a8f-bd13-5dd52d1ef724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
11034 2025.02.25 04:28:18.648339 [ 200 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004738611 sec., 223694.2428910075 rows/sec., 15.08 MiB/sec.
11035 2025.02.25 04:28:18.648613 [ 200 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
11036 2025.02.25 04:28:18.648718 [ 276 ] {ec72d73c-67b5-4a8f-bd13-5dd52d1ef724} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11037 2025.02.25 04:28:18.649159 [ 200 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_33_8} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11038 2025.02.25 04:28:18.649341 [ 276 ] {ec72d73c-67b5-4a8f-bd13-5dd52d1ef724} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11039 2025.02.25 04:28:18.649358 [ 200 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_33_8} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
11040 2025.02.25 04:28:18.649531 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
11041 2025.02.25 04:28:18.649776 [ 276 ] {ec72d73c-67b5-4a8f-bd13-5dd52d1ef724} <Debug> executeQuery: Read 627 rows, 50.33 KiB in 0.005713 sec., 109749.69368107824 rows/sec., 8.60 MiB/sec.
11042 2025.02.25 04:28:18.649895 [ 276 ] {ec72d73c-67b5-4a8f-bd13-5dd52d1ef724} <Debug> TCPHandler: Processed in 0.006217452 sec.
11043 2025.02.25 04:28:18.650232 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11044 2025.02.25 04:28:18.650469 [ 281 ] {725d45e6-8577-4786-b651-576510d47745} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11045 2025.02.25 04:28:18.650566 [ 281 ] {725d45e6-8577-4786-b651-576510d47745} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11046 2025.02.25 04:28:18.651269 [ 281 ] {725d45e6-8577-4786-b651-576510d47745} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11047 2025.02.25 04:28:18.651313 [ 281 ] {725d45e6-8577-4786-b651-576510d47745} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
11048 2025.02.25 04:28:18.651707 [ 281 ] {725d45e6-8577-4786-b651-576510d47745} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
11049 2025.02.25 04:28:18.651955 [ 281 ] {725d45e6-8577-4786-b651-576510d47745} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11050 2025.02.25 04:28:18.652185 [ 281 ] {725d45e6-8577-4786-b651-576510d47745} <Debug> executeQuery: Read 111 rows, 6.76 KiB in 0.001776 sec., 62500 rows/sec., 3.72 MiB/sec.
11051 2025.02.25 04:28:18.652245 [ 281 ] {725d45e6-8577-4786-b651-576510d47745} <Debug> TCPHandler: Processed in 0.002206003 sec.
11052 2025.02.25 04:28:18.652408 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11053 2025.02.25 04:28:18.652555 [ 276 ] {c69cd85d-7e6b-47a6-954a-97a5adda9e85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11054 2025.02.25 04:28:18.652619 [ 276 ] {c69cd85d-7e6b-47a6-954a-97a5adda9e85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11055 2025.02.25 04:28:18.653368 [ 276 ] {c69cd85d-7e6b-47a6-954a-97a5adda9e85} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11056 2025.02.25 04:28:18.653419 [ 276 ] {c69cd85d-7e6b-47a6-954a-97a5adda9e85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
11057 2025.02.25 04:28:18.653833 [ 276 ] {c69cd85d-7e6b-47a6-954a-97a5adda9e85} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
11058 2025.02.25 04:28:18.654084 [ 276 ] {c69cd85d-7e6b-47a6-954a-97a5adda9e85} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11059 2025.02.25 04:28:18.654354 [ 276 ] {c69cd85d-7e6b-47a6-954a-97a5adda9e85} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001831 sec., 61714.909885308574 rows/sec., 3.99 MiB/sec.
11060 2025.02.25 04:28:18.654543 [ 276 ] {c69cd85d-7e6b-47a6-954a-97a5adda9e85} <Debug> TCPHandler: Processed in 0.002202353 sec.
11061 2025.02.25 04:28:18.654777 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11062 2025.02.25 04:28:18.654917 [ 281 ] {e8f076f3-c43c-4e11-a2a9-5d8a807a46ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11063 2025.02.25 04:28:18.654978 [ 281 ] {e8f076f3-c43c-4e11-a2a9-5d8a807a46ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11064 2025.02.25 04:28:18.655733 [ 281 ] {e8f076f3-c43c-4e11-a2a9-5d8a807a46ee} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11065 2025.02.25 04:28:18.655774 [ 281 ] {e8f076f3-c43c-4e11-a2a9-5d8a807a46ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
11066 2025.02.25 04:28:18.656144 [ 281 ] {e8f076f3-c43c-4e11-a2a9-5d8a807a46ee} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
11067 2025.02.25 04:28:18.656393 [ 281 ] {e8f076f3-c43c-4e11-a2a9-5d8a807a46ee} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11068 2025.02.25 04:28:18.656568 [ 68 ] {} <Debug> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
11069 2025.02.25 04:28:18.656650 [ 68 ] {} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11070 2025.02.25 04:28:18.656654 [ 281 ] {e8f076f3-c43c-4e11-a2a9-5d8a807a46ee} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001758 sec., 63708.75995449374 rows/sec., 3.63 MiB/sec.
11071 2025.02.25 04:28:18.656687 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
11072 2025.02.25 04:28:18.656827 [ 281 ] {e8f076f3-c43c-4e11-a2a9-5d8a807a46ee} <Debug> TCPHandler: Processed in 0.002165272 sec.
11073 2025.02.25 04:28:18.656928 [ 193 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full
11074 2025.02.25 04:28:18.657094 [ 193 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11075 2025.02.25 04:28:18.657109 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11076 2025.02.25 04:28:18.657141 [ 193 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 112 rows starting from the beginning of the part
11077 2025.02.25 04:28:18.657371 [ 193 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 112 rows starting from the beginning of the part
11078 2025.02.25 04:28:18.657735 [ 193 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 112 rows starting from the beginning of the part
11079 2025.02.25 04:28:18.657737 [ 276 ] {78811388-3008-432f-9d87-a1a0c941c175} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11080 2025.02.25 04:28:18.657931 [ 276 ] {78811388-3008-432f-9d87-a1a0c941c175} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11081 2025.02.25 04:28:18.658035 [ 193 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 112 rows starting from the beginning of the part
11082 2025.02.25 04:28:18.658447 [ 193 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 112 rows starting from the beginning of the part
11083 2025.02.25 04:28:18.660641 [ 276 ] {78811388-3008-432f-9d87-a1a0c941c175} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11084 2025.02.25 04:28:18.660712 [ 276 ] {78811388-3008-432f-9d87-a1a0c941c175} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
11085 2025.02.25 04:28:18.661088 [ 201 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004248623 sec., 131807.41148367364 rows/sec., 8.01 MiB/sec.
11086 2025.02.25 04:28:18.661316 [ 201 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
11087 2025.02.25 04:28:18.661675 [ 276 ] {78811388-3008-432f-9d87-a1a0c941c175} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11088 2025.02.25 04:28:18.661849 [ 195 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_33_8} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11089 2025.02.25 04:28:18.661992 [ 195 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_33_8} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
11090 2025.02.25 04:28:18.662109 [ 276 ] {78811388-3008-432f-9d87-a1a0c941c175} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11091 2025.02.25 04:28:18.662125 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
11092 2025.02.25 04:28:18.662385 [ 276 ] {78811388-3008-432f-9d87-a1a0c941c175} <Debug> executeQuery: Read 387 rows, 27.99 KiB in 0.004864 sec., 79564.1447368421 rows/sec., 5.62 MiB/sec.
11093 2025.02.25 04:28:18.662467 [ 276 ] {78811388-3008-432f-9d87-a1a0c941c175} <Debug> TCPHandler: Processed in 0.005498981 sec.
11094 2025.02.25 04:28:18.662694 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11095 2025.02.25 04:28:18.662836 [ 281 ] {57c4b358-6b04-4e8f-b847-1fed4eae3997} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11096 2025.02.25 04:28:18.662898 [ 281 ] {57c4b358-6b04-4e8f-b847-1fed4eae3997} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11097 2025.02.25 04:28:18.663487 [ 281 ] {57c4b358-6b04-4e8f-b847-1fed4eae3997} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11098 2025.02.25 04:28:18.663535 [ 281 ] {57c4b358-6b04-4e8f-b847-1fed4eae3997} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
11099 2025.02.25 04:28:18.663934 [ 281 ] {57c4b358-6b04-4e8f-b847-1fed4eae3997} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
11100 2025.02.25 04:28:18.664175 [ 281 ] {57c4b358-6b04-4e8f-b847-1fed4eae3997} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11101 2025.02.25 04:28:18.664392 [ 281 ] {57c4b358-6b04-4e8f-b847-1fed4eae3997} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001587 sec., 3780.7183364839316 rows/sec., 197.53 KiB/sec.
11102 2025.02.25 04:28:18.664449 [ 281 ] {57c4b358-6b04-4e8f-b847-1fed4eae3997} <Debug> TCPHandler: Processed in 0.001832327 sec.
11103 2025.02.25 04:28:18.664605 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11104 2025.02.25 04:28:18.664831 [ 276 ] {08adcb54-beb1-451a-af77-2ca6c6db3c29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11105 2025.02.25 04:28:18.664932 [ 276 ] {08adcb54-beb1-451a-af77-2ca6c6db3c29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11106 2025.02.25 04:28:18.665855 [ 276 ] {08adcb54-beb1-451a-af77-2ca6c6db3c29} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11107 2025.02.25 04:28:18.665897 [ 276 ] {08adcb54-beb1-451a-af77-2ca6c6db3c29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
11108 2025.02.25 04:28:18.666300 [ 276 ] {08adcb54-beb1-451a-af77-2ca6c6db3c29} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11109 2025.02.25 04:28:18.666542 [ 276 ] {08adcb54-beb1-451a-af77-2ca6c6db3c29} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11110 2025.02.25 04:28:18.666765 [ 276 ] {08adcb54-beb1-451a-af77-2ca6c6db3c29} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001993 sec., 118916.20672353236 rows/sec., 7.97 MiB/sec.
11111 2025.02.25 04:28:18.666822 [ 276 ] {08adcb54-beb1-451a-af77-2ca6c6db3c29} <Debug> TCPHandler: Processed in 0.002280234 sec.
11112 2025.02.25 04:28:18.666987 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11113 2025.02.25 04:28:18.667126 [ 281 ] {9f37b7e1-677a-4809-aad6-cdd2fa98cff6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11114 2025.02.25 04:28:18.667189 [ 281 ] {9f37b7e1-677a-4809-aad6-cdd2fa98cff6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11115 2025.02.25 04:28:18.667740 [ 281 ] {9f37b7e1-677a-4809-aad6-cdd2fa98cff6} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11116 2025.02.25 04:28:18.667780 [ 281 ] {9f37b7e1-677a-4809-aad6-cdd2fa98cff6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
11117 2025.02.25 04:28:18.668155 [ 281 ] {9f37b7e1-677a-4809-aad6-cdd2fa98cff6} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
11118 2025.02.25 04:28:18.668402 [ 281 ] {9f37b7e1-677a-4809-aad6-cdd2fa98cff6} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11119 2025.02.25 04:28:18.668616 [ 281 ] {9f37b7e1-677a-4809-aad6-cdd2fa98cff6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00152 sec., 657.8947368421052 rows/sec., 44.33 KiB/sec.
11120 2025.02.25 04:28:18.668700 [ 281 ] {9f37b7e1-677a-4809-aad6-cdd2fa98cff6} <Debug> TCPHandler: Processed in 0.001781007 sec.
11121 2025.02.25 04:28:18.668855 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11122 2025.02.25 04:28:18.668977 [ 276 ] {727e6d1e-75a6-4ee7-b846-ed8ec1c5beb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11123 2025.02.25 04:28:18.669060 [ 276 ] {727e6d1e-75a6-4ee7-b846-ed8ec1c5beb3} <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
11124 2025.02.25 04:28:18.670367 [ 276 ] {727e6d1e-75a6-4ee7-b846-ed8ec1c5beb3} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11125 2025.02.25 04:28:18.670419 [ 276 ] {727e6d1e-75a6-4ee7-b846-ed8ec1c5beb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
11126 2025.02.25 04:28:18.671082 [ 276 ] {727e6d1e-75a6-4ee7-b846-ed8ec1c5beb3} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
11127 2025.02.25 04:28:18.671371 [ 276 ] {727e6d1e-75a6-4ee7-b846-ed8ec1c5beb3} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11128 2025.02.25 04:28:18.671665 [ 276 ] {727e6d1e-75a6-4ee7-b846-ed8ec1c5beb3} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002698 sec., 1853.224610822832 rows/sec., 3.32 MiB/sec.
11129 2025.02.25 04:28:18.671932 [ 276 ] {727e6d1e-75a6-4ee7-b846-ed8ec1c5beb3} <Debug> TCPHandler: Processed in 0.003132106 sec.
11130 2025.02.25 04:28:18.672227 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11131 2025.02.25 04:28:18.672604 [ 281 ] {32048510-01df-4848-9aa2-d289fbefd84e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11132 2025.02.25 04:28:18.672737 [ 281 ] {32048510-01df-4848-9aa2-d289fbefd84e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11133 2025.02.25 04:28:18.673248 [ 281 ] {32048510-01df-4848-9aa2-d289fbefd84e} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11134 2025.02.25 04:28:18.673288 [ 281 ] {32048510-01df-4848-9aa2-d289fbefd84e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
11135 2025.02.25 04:28:18.673674 [ 281 ] {32048510-01df-4848-9aa2-d289fbefd84e} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11136 2025.02.25 04:28:18.673921 [ 281 ] {32048510-01df-4848-9aa2-d289fbefd84e} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11137 2025.02.25 04:28:18.674181 [ 281 ] {32048510-01df-4848-9aa2-d289fbefd84e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001707 sec., 48037.492677211485 rows/sec., 3.05 MiB/sec.
11138 2025.02.25 04:28:18.674247 [ 281 ] {32048510-01df-4848-9aa2-d289fbefd84e} <Debug> TCPHandler: Processed in 0.002199613 sec.
11139 2025.02.25 04:28:19.936466 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1590
11140 2025.02.25 04:28:19.939587 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11141 2025.02.25 04:28:19.939644 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
11142 2025.02.25 04:28:19.941137 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11143 2025.02.25 04:28:19.941466 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11144 2025.02.25 04:28:19.942100 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1590
11145 2025.02.25 04:28:20.842759 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11146 2025.02.25 04:28:20.842972 [ 281 ] {95a9d0b0-2fd4-4fae-9c15-ae5fd24f8488} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
11147 2025.02.25 04:28:20.843050 [ 281 ] {95a9d0b0-2fd4-4fae-9c15-ae5fd24f8488} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11148 2025.02.25 04:28:20.843813 [ 281 ] {95a9d0b0-2fd4-4fae-9c15-ae5fd24f8488} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11149 2025.02.25 04:28:20.843870 [ 281 ] {95a9d0b0-2fd4-4fae-9c15-ae5fd24f8488} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
11150 2025.02.25 04:28:20.844309 [ 281 ] {95a9d0b0-2fd4-4fae-9c15-ae5fd24f8488} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
11151 2025.02.25 04:28:20.844567 [ 281 ] {95a9d0b0-2fd4-4fae-9c15-ae5fd24f8488} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11152 2025.02.25 04:28:20.844815 [ 281 ] {95a9d0b0-2fd4-4fae-9c15-ae5fd24f8488} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001897 sec., 1054.2962572482868 rows/sec., 85.97 KiB/sec.
11153 2025.02.25 04:28:20.844881 [ 281 ] {95a9d0b0-2fd4-4fae-9c15-ae5fd24f8488} <Debug> TCPHandler: Processed in 0.002261214 sec.
11154 2025.02.25 04:28:20.845171 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11155 2025.02.25 04:28:20.845371 [ 276 ] {a5caed55-7e86-47fa-808c-c7fb0604be44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11156 2025.02.25 04:28:20.845447 [ 276 ] {a5caed55-7e86-47fa-808c-c7fb0604be44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11157 2025.02.25 04:28:20.846872 [ 276 ] {a5caed55-7e86-47fa-808c-c7fb0604be44} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11158 2025.02.25 04:28:20.846928 [ 276 ] {a5caed55-7e86-47fa-808c-c7fb0604be44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
11159 2025.02.25 04:28:20.847471 [ 276 ] {a5caed55-7e86-47fa-808c-c7fb0604be44} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11160 2025.02.25 04:28:20.847732 [ 276 ] {a5caed55-7e86-47fa-808c-c7fb0604be44} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11161 2025.02.25 04:28:20.847922 [ 64 ] {} <Debug> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
11162 2025.02.25 04:28:20.847993 [ 276 ] {a5caed55-7e86-47fa-808c-c7fb0604be44} <Debug> executeQuery: Read 1267 rows, 107.21 KiB in 0.002669 sec., 474709.6290745598 rows/sec., 39.23 MiB/sec.
11163 2025.02.25 04:28:20.848001 [ 64 ] {} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11164 2025.02.25 04:28:20.848071 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
11165 2025.02.25 04:28:20.848131 [ 276 ] {a5caed55-7e86-47fa-808c-c7fb0604be44} <Debug> TCPHandler: Processed in 0.003090366 sec.
11166 2025.02.25 04:28:20.848300 [ 186 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full
11167 2025.02.25 04:28:20.848345 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11168 2025.02.25 04:28:20.848445 [ 186 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11169 2025.02.25 04:28:20.848489 [ 186 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1849 rows starting from the beginning of the part
11170 2025.02.25 04:28:20.848512 [ 281 ] {74661d33-ca4f-4a93-9a3d-291b9e00f976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11171 2025.02.25 04:28:20.848590 [ 186 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 126 rows starting from the beginning of the part
11172 2025.02.25 04:28:20.848604 [ 281 ] {74661d33-ca4f-4a93-9a3d-291b9e00f976} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11173 2025.02.25 04:28:20.848959 [ 186 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 627 rows starting from the beginning of the part
11174 2025.02.25 04:28:20.849334 [ 186 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 126 rows starting from the beginning of the part
11175 2025.02.25 04:28:20.849572 [ 186 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 627 rows starting from the beginning of the part
11176 2025.02.25 04:28:20.849887 [ 186 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 1267 rows starting from the beginning of the part
11177 2025.02.25 04:28:20.850968 [ 281 ] {74661d33-ca4f-4a93-9a3d-291b9e00f976} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11178 2025.02.25 04:28:20.851017 [ 281 ] {74661d33-ca4f-4a93-9a3d-291b9e00f976} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
11179 2025.02.25 04:28:20.851530 [ 281 ] {74661d33-ca4f-4a93-9a3d-291b9e00f976} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
11180 2025.02.25 04:28:20.851855 [ 281 ] {74661d33-ca4f-4a93-9a3d-291b9e00f976} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11181 2025.02.25 04:28:20.852041 [ 64 ] {} <Debug> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
11182 2025.02.25 04:28:20.852101 [ 64 ] {} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11183 2025.02.25 04:28:20.852136 [ 281 ] {74661d33-ca4f-4a93-9a3d-291b9e00f976} <Debug> executeQuery: Read 37 rows, 2.77 KiB in 0.003661 sec., 10106.528270964216 rows/sec., 757.03 KiB/sec.
11184 2025.02.25 04:28:20.852145 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
11185 2025.02.25 04:28:20.852491 [ 281 ] {74661d33-ca4f-4a93-9a3d-291b9e00f976} <Debug> TCPHandler: Processed in 0.004212323 sec.
11186 2025.02.25 04:28:20.852662 [ 195 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
11187 2025.02.25 04:28:20.852795 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11188 2025.02.25 04:28:20.853224 [ 276 ] {42530200-ef54-434b-ad1a-815bd6962834} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11189 2025.02.25 04:28:20.853262 [ 195 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11190 2025.02.25 04:28:20.853401 [ 195 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 166 rows starting from the beginning of the part
11191 2025.02.25 04:28:20.853410 [ 276 ] {42530200-ef54-434b-ad1a-815bd6962834} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11192 2025.02.25 04:28:20.854034 [ 195 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 35 rows starting from the beginning of the part
11193 2025.02.25 04:28:20.854553 [ 191 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4622 rows, containing 5 columns (5 merged, 0 gathered) in 0.006357534 sec., 727011.4481495499 rows/sec., 61.74 MiB/sec.
11194 2025.02.25 04:28:20.854811 [ 195 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 111 rows starting from the beginning of the part
11195 2025.02.25 04:28:20.855277 [ 191 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
11196 2025.02.25 04:28:20.855464 [ 195 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 35 rows starting from the beginning of the part
11197 2025.02.25 04:28:20.856076 [ 195 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 111 rows starting from the beginning of the part
11198 2025.02.25 04:28:20.856594 [ 195 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 37 rows starting from the beginning of the part
11199 2025.02.25 04:28:20.857221 [ 191 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_91_18} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11200 2025.02.25 04:28:20.858060 [ 191 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_91_18} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
11201 2025.02.25 04:28:20.858208 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB.
11202 2025.02.25 04:28:20.858691 [ 276 ] {42530200-ef54-434b-ad1a-815bd6962834} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11203 2025.02.25 04:28:20.858742 [ 276 ] {42530200-ef54-434b-ad1a-815bd6962834} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
11204 2025.02.25 04:28:20.859329 [ 276 ] {42530200-ef54-434b-ad1a-815bd6962834} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
11205 2025.02.25 04:28:20.859446 [ 203 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 495 rows, containing 5 columns (5 merged, 0 gathered) in 0.007146346 sec., 69266.1676330813 rows/sec., 4.68 MiB/sec.
11206 2025.02.25 04:28:20.859591 [ 203 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
11207 2025.02.25 04:28:20.859667 [ 276 ] {42530200-ef54-434b-ad1a-815bd6962834} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11208 2025.02.25 04:28:20.859885 [ 64 ] {} <Debug> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
11209 2025.02.25 04:28:20.860005 [ 64 ] {} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11210 2025.02.25 04:28:20.860064 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
11211 2025.02.25 04:28:20.860076 [ 276 ] {42530200-ef54-434b-ad1a-815bd6962834} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.006954 sec., 32786.88524590164 rows/sec., 2.22 MiB/sec.
11212 2025.02.25 04:28:20.860125 [ 203 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_76_15} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11213 2025.02.25 04:28:20.860524 [ 276 ] {42530200-ef54-434b-ad1a-815bd6962834} <Debug> TCPHandler: Processed in 0.007880497 sec.
11214 2025.02.25 04:28:20.860531 [ 203 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_76_15} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
11215 2025.02.25 04:28:20.860613 [ 196 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::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
11216 2025.02.25 04:28:20.860811 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
11217 2025.02.25 04:28:20.860910 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11218 2025.02.25 04:28:20.860975 [ 196 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11219 2025.02.25 04:28:20.861047 [ 196 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 343 rows starting from the beginning of the part
11220 2025.02.25 04:28:20.861188 [ 281 ] {f03e5793-d090-492b-b4b4-2dd63acb78bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11221 2025.02.25 04:28:20.861305 [ 196 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 228 rows starting from the beginning of the part
11222 2025.02.25 04:28:20.861441 [ 281 ] {f03e5793-d090-492b-b4b4-2dd63acb78bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11223 2025.02.25 04:28:20.861561 [ 196 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 113 rows starting from the beginning of the part
11224 2025.02.25 04:28:20.861860 [ 196 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 113 rows starting from the beginning of the part
11225 2025.02.25 04:28:20.862150 [ 196 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 113 rows starting from the beginning of the part
11226 2025.02.25 04:28:20.862435 [ 196 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 228 rows starting from the beginning of the part
11227 2025.02.25 04:28:20.864614 [ 281 ] {f03e5793-d090-492b-b4b4-2dd63acb78bc} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11228 2025.02.25 04:28:20.864682 [ 281 ] {f03e5793-d090-492b-b4b4-2dd63acb78bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
11229 2025.02.25 04:28:20.865456 [ 196 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1138 rows, containing 5 columns (5 merged, 0 gathered) in 0.005257958 sec., 216433.8322976334 rows/sec., 15.22 MiB/sec.
11230 2025.02.25 04:28:20.865563 [ 281 ] {f03e5793-d090-492b-b4b4-2dd63acb78bc} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11231 2025.02.25 04:28:20.865679 [ 203 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
11232 2025.02.25 04:28:20.865997 [ 281 ] {f03e5793-d090-492b-b4b4-2dd63acb78bc} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11233 2025.02.25 04:28:20.866199 [ 203 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_46_9} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11234 2025.02.25 04:28:20.866256 [ 64 ] {} <Debug> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
11235 2025.02.25 04:28:20.866343 [ 64 ] {} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11236 2025.02.25 04:28:20.866425 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
11237 2025.02.25 04:28:20.866534 [ 203 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_46_9} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
11238 2025.02.25 04:28:20.866853 [ 281 ] {f03e5793-d090-492b-b4b4-2dd63acb78bc} <Debug> executeQuery: Read 557 rows, 42.37 KiB in 0.005594 sec., 99570.9688952449 rows/sec., 7.40 MiB/sec.
11239 2025.02.25 04:28:20.866875 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
11240 2025.02.25 04:28:20.867001 [ 199 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full
11241 2025.02.25 04:28:20.867452 [ 199 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11242 2025.02.25 04:28:20.867560 [ 199 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 916 rows starting from the beginning of the part
11243 2025.02.25 04:28:20.867659 [ 281 ] {f03e5793-d090-492b-b4b4-2dd63acb78bc} <Debug> TCPHandler: Processed in 0.006998333 sec.
11244 2025.02.25 04:28:20.868020 [ 199 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 99 rows starting from the beginning of the part
11245 2025.02.25 04:28:20.868088 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11246 2025.02.25 04:28:20.868541 [ 199 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 387 rows starting from the beginning of the part
11247 2025.02.25 04:28:20.868640 [ 276 ] {a498e029-6afd-4326-b4aa-3125c62aba3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11248 2025.02.25 04:28:20.869036 [ 199 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 99 rows starting from the beginning of the part
11249 2025.02.25 04:28:20.869433 [ 199 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 387 rows starting from the beginning of the part
11250 2025.02.25 04:28:20.869461 [ 276 ] {a498e029-6afd-4326-b4aa-3125c62aba3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11251 2025.02.25 04:28:20.869684 [ 199 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 557 rows starting from the beginning of the part
11252 2025.02.25 04:28:20.870980 [ 276 ] {a498e029-6afd-4326-b4aa-3125c62aba3b} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11253 2025.02.25 04:28:20.871026 [ 276 ] {a498e029-6afd-4326-b4aa-3125c62aba3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
11254 2025.02.25 04:28:20.871565 [ 276 ] {a498e029-6afd-4326-b4aa-3125c62aba3b} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11255 2025.02.25 04:28:20.871615 [ 188 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2445 rows, containing 5 columns (5 merged, 0 gathered) in 0.005066805 sec., 482552.6145174326 rows/sec., 36.98 MiB/sec.
11256 2025.02.25 04:28:20.871903 [ 188 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
11257 2025.02.25 04:28:20.871920 [ 276 ] {a498e029-6afd-4326-b4aa-3125c62aba3b} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11258 2025.02.25 04:28:20.872190 [ 64 ] {} <Debug> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
11259 2025.02.25 04:28:20.872293 [ 64 ] {} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11260 2025.02.25 04:28:20.872363 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
11261 2025.02.25 04:28:20.872447 [ 276 ] {a498e029-6afd-4326-b4aa-3125c62aba3b} <Debug> executeQuery: Read 933 rows, 64.04 KiB in 0.003966 sec., 235249.62178517398 rows/sec., 15.77 MiB/sec.
11262 2025.02.25 04:28:20.872749 [ 276 ] {a498e029-6afd-4326-b4aa-3125c62aba3b} <Debug> TCPHandler: Processed in 0.004879202 sec.
11263 2025.02.25 04:28:20.872789 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full
11264 2025.02.25 04:28:20.872801 [ 194 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_91_18} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11265 2025.02.25 04:28:20.873031 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11266 2025.02.25 04:28:20.873122 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11267 2025.02.25 04:28:20.873148 [ 194 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_91_18} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
11268 2025.02.25 04:28:20.873222 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 26012 rows starting from the beginning of the part
11269 2025.02.25 04:28:20.873360 [ 281 ] {af93f927-527c-4dc8-bd7f-f1d37335933b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11270 2025.02.25 04:28:20.873392 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB.
11271 2025.02.25 04:28:20.873712 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part
11272 2025.02.25 04:28:20.873807 [ 281 ] {af93f927-527c-4dc8-bd7f-f1d37335933b} <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
11273 2025.02.25 04:28:20.874081 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 237 rows starting from the beginning of the part
11274 2025.02.25 04:28:20.874582 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 160 rows starting from the beginning of the part
11275 2025.02.25 04:28:20.874964 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 237 rows starting from the beginning of the part
11276 2025.02.25 04:28:20.875391 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 933 rows starting from the beginning of the part
11277 2025.02.25 04:28:20.878697 [ 281 ] {af93f927-527c-4dc8-bd7f-f1d37335933b} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11278 2025.02.25 04:28:20.878776 [ 281 ] {af93f927-527c-4dc8-bd7f-f1d37335933b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
11279 2025.02.25 04:28:20.880221 [ 281 ] {af93f927-527c-4dc8-bd7f-f1d37335933b} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
11280 2025.02.25 04:28:20.880682 [ 281 ] {af93f927-527c-4dc8-bd7f-f1d37335933b} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11281 2025.02.25 04:28:20.881325 [ 281 ] {af93f927-527c-4dc8-bd7f-f1d37335933b} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00806 sec., 4342.431761786601 rows/sec., 7.78 MiB/sec.
11282 2025.02.25 04:28:20.882002 [ 281 ] {af93f927-527c-4dc8-bd7f-f1d37335933b} <Debug> TCPHandler: Processed in 0.009109215 sec.
11283 2025.02.25 04:28:20.882315 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11284 2025.02.25 04:28:20.882483 [ 276 ] {a2adce52-f6f2-43f2-a898-73abc1003081} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11285 2025.02.25 04:28:20.882548 [ 276 ] {a2adce52-f6f2-43f2-a898-73abc1003081} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11286 2025.02.25 04:28:20.883157 [ 276 ] {a2adce52-f6f2-43f2-a898-73abc1003081} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11287 2025.02.25 04:28:20.883198 [ 276 ] {a2adce52-f6f2-43f2-a898-73abc1003081} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
11288 2025.02.25 04:28:20.883666 [ 276 ] {a2adce52-f6f2-43f2-a898-73abc1003081} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11289 2025.02.25 04:28:20.883951 [ 276 ] {a2adce52-f6f2-43f2-a898-73abc1003081} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11290 2025.02.25 04:28:20.884129 [ 64 ] {} <Debug> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
11291 2025.02.25 04:28:20.884178 [ 64 ] {} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11292 2025.02.25 04:28:20.884209 [ 276 ] {a2adce52-f6f2-43f2-a898-73abc1003081} <Debug> executeQuery: Read 32 rows, 2.20 KiB in 0.001771 sec., 18068.887634105024 rows/sec., 1.21 MiB/sec.
11293 2025.02.25 04:28:20.884214 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
11294 2025.02.25 04:28:20.884496 [ 276 ] {a2adce52-f6f2-43f2-a898-73abc1003081} <Debug> TCPHandler: Processed in 0.002356835 sec.
11295 2025.02.25 04:28:20.884666 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full
11296 2025.02.25 04:28:20.885038 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11297 2025.02.25 04:28:20.885146 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5110 rows starting from the beginning of the part
11298 2025.02.25 04:28:20.885226 [ 194 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27739 rows, containing 5 columns (5 merged, 0 gathered) in 0.012755989 sec., 2174586.3844818305 rows/sec., 146.99 MiB/sec.
11299 2025.02.25 04:28:20.885356 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part
11300 2025.02.25 04:28:20.885532 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 82 rows starting from the beginning of the part
11301 2025.02.25 04:28:20.885628 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part
11302 2025.02.25 04:28:20.885797 [ 194 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
11303 2025.02.25 04:28:20.885966 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 82 rows starting from the beginning of the part
11304 2025.02.25 04:28:20.886093 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 32 rows starting from the beginning of the part
11305 2025.02.25 04:28:20.886612 [ 194 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11306 2025.02.25 04:28:20.886742 [ 194 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
11307 2025.02.25 04:28:20.886854 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB.
11308 2025.02.25 04:28:20.888477 [ 201 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5426 rows, containing 4 columns (4 merged, 0 gathered) in 0.00402895 sec., 1346752.8760595194 rows/sec., 88.15 MiB/sec.
11309 2025.02.25 04:28:20.888998 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
11310 2025.02.25 04:28:20.889291 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_91_18} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11311 2025.02.25 04:28:20.889379 [ 198 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_91_18} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
11312 2025.02.25 04:28:20.889458 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB.
11313 2025.02.25 04:28:22.294834 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25254
11314 2025.02.25 04:28:22.295603 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11315 2025.02.25 04:28:22.295660 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
11316 2025.02.25 04:28:22.296213 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
11317 2025.02.25 04:28:22.296473 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11318 2025.02.25 04:28:22.296726 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254
11319 2025.02.25 04:28:23.630351 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11320 2025.02.25 04:28:23.630641 [ 281 ] {d0eb7b7f-114b-40af-a0b4-29f1971eb13a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11321 2025.02.25 04:28:23.630754 [ 281 ] {d0eb7b7f-114b-40af-a0b4-29f1971eb13a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11322 2025.02.25 04:28:23.631585 [ 281 ] {d0eb7b7f-114b-40af-a0b4-29f1971eb13a} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11323 2025.02.25 04:28:23.631640 [ 281 ] {d0eb7b7f-114b-40af-a0b4-29f1971eb13a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
11324 2025.02.25 04:28:23.632093 [ 281 ] {d0eb7b7f-114b-40af-a0b4-29f1971eb13a} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11325 2025.02.25 04:28:23.632360 [ 281 ] {d0eb7b7f-114b-40af-a0b4-29f1971eb13a} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11326 2025.02.25 04:28:23.632596 [ 281 ] {d0eb7b7f-114b-40af-a0b4-29f1971eb13a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002031 sec., 27572.6243229936 rows/sec., 2.11 MiB/sec.
11327 2025.02.25 04:28:23.632682 [ 281 ] {d0eb7b7f-114b-40af-a0b4-29f1971eb13a} <Debug> TCPHandler: Processed in 0.002519927 sec.
11328 2025.02.25 04:28:23.633043 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11329 2025.02.25 04:28:23.633387 [ 276 ] {17ed3b1a-adcf-4f77-af00-6d95886121f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11330 2025.02.25 04:28:23.633497 [ 276 ] {17ed3b1a-adcf-4f77-af00-6d95886121f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11331 2025.02.25 04:28:23.634371 [ 276 ] {17ed3b1a-adcf-4f77-af00-6d95886121f1} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11332 2025.02.25 04:28:23.634415 [ 276 ] {17ed3b1a-adcf-4f77-af00-6d95886121f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
11333 2025.02.25 04:28:23.634860 [ 276 ] {17ed3b1a-adcf-4f77-af00-6d95886121f1} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11334 2025.02.25 04:28:23.635121 [ 276 ] {17ed3b1a-adcf-4f77-af00-6d95886121f1} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11335 2025.02.25 04:28:23.635337 [ 276 ] {17ed3b1a-adcf-4f77-af00-6d95886121f1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002026 sec., 31589.3385982231 rows/sec., 2.47 MiB/sec.
11336 2025.02.25 04:28:23.635405 [ 276 ] {17ed3b1a-adcf-4f77-af00-6d95886121f1} <Debug> TCPHandler: Processed in 0.002582659 sec.
11337 2025.02.25 04:28:23.635608 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11338 2025.02.25 04:28:23.635809 [ 281 ] {309aadef-1bba-4ab3-ba8c-d2d441fa3f2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11339 2025.02.25 04:28:23.635869 [ 281 ] {309aadef-1bba-4ab3-ba8c-d2d441fa3f2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11340 2025.02.25 04:28:23.636447 [ 281 ] {309aadef-1bba-4ab3-ba8c-d2d441fa3f2e} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11341 2025.02.25 04:28:23.636490 [ 281 ] {309aadef-1bba-4ab3-ba8c-d2d441fa3f2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
11342 2025.02.25 04:28:23.636916 [ 281 ] {309aadef-1bba-4ab3-ba8c-d2d441fa3f2e} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11343 2025.02.25 04:28:23.637162 [ 281 ] {309aadef-1bba-4ab3-ba8c-d2d441fa3f2e} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11344 2025.02.25 04:28:23.637372 [ 281 ] {309aadef-1bba-4ab3-ba8c-d2d441fa3f2e} <Debug> executeQuery: Read 74 rows, 5.27 KiB in 0.0016 sec., 46250 rows/sec., 3.22 MiB/sec.
11345 2025.02.25 04:28:23.637429 [ 281 ] {309aadef-1bba-4ab3-ba8c-d2d441fa3f2e} <Debug> TCPHandler: Processed in 0.001931359 sec.
11346 2025.02.25 04:28:23.637587 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11347 2025.02.25 04:28:23.637712 [ 276 ] {18f989d3-df60-4a01-b662-1839ee7ebfbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11348 2025.02.25 04:28:23.637770 [ 276 ] {18f989d3-df60-4a01-b662-1839ee7ebfbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11349 2025.02.25 04:28:23.638342 [ 276 ] {18f989d3-df60-4a01-b662-1839ee7ebfbe} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11350 2025.02.25 04:28:23.638388 [ 276 ] {18f989d3-df60-4a01-b662-1839ee7ebfbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
11351 2025.02.25 04:28:23.638831 [ 276 ] {18f989d3-df60-4a01-b662-1839ee7ebfbe} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11352 2025.02.25 04:28:23.639076 [ 276 ] {18f989d3-df60-4a01-b662-1839ee7ebfbe} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11353 2025.02.25 04:28:23.639257 [ 276 ] {18f989d3-df60-4a01-b662-1839ee7ebfbe} <Debug> executeQuery: Read 28 rows, 1.94 KiB in 0.001573 sec., 17800.381436745072 rows/sec., 1.20 MiB/sec.
11354 2025.02.25 04:28:23.639310 [ 276 ] {18f989d3-df60-4a01-b662-1839ee7ebfbe} <Debug> TCPHandler: Processed in 0.001779837 sec.
11355 2025.02.25 04:28:24.110083 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415
11356 2025.02.25 04:28:24.146054 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11357 2025.02.25 04:28:24.146158 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
11358 2025.02.25 04:28:24.158777 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
11359 2025.02.25 04:28:24.160162 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11360 2025.02.25 04:28:24.166746 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415
11361 2025.02.25 04:28:28.641076 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11362 2025.02.25 04:28:28.641293 [ 281 ] {5bfefece-0989-4530-af68-dcf3d7538637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11363 2025.02.25 04:28:28.641369 [ 281 ] {5bfefece-0989-4530-af68-dcf3d7538637} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11364 2025.02.25 04:28:28.642244 [ 281 ] {5bfefece-0989-4530-af68-dcf3d7538637} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11365 2025.02.25 04:28:28.642295 [ 281 ] {5bfefece-0989-4530-af68-dcf3d7538637} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11366 2025.02.25 04:28:28.642766 [ 281 ] {5bfefece-0989-4530-af68-dcf3d7538637} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
11367 2025.02.25 04:28:28.643024 [ 281 ] {5bfefece-0989-4530-af68-dcf3d7538637} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11368 2025.02.25 04:28:28.643235 [ 281 ] {5bfefece-0989-4530-af68-dcf3d7538637} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001996 sec., 106212.4248496994 rows/sec., 6.76 MiB/sec.
11369 2025.02.25 04:28:28.643303 [ 281 ] {5bfefece-0989-4530-af68-dcf3d7538637} <Debug> TCPHandler: Processed in 0.002366205 sec.
11370 2025.02.25 04:28:28.643576 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11371 2025.02.25 04:28:28.643791 [ 276 ] {6d67e2b2-e38e-4dfb-abf9-63cd9c9b9c88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11372 2025.02.25 04:28:28.643875 [ 276 ] {6d67e2b2-e38e-4dfb-abf9-63cd9c9b9c88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11373 2025.02.25 04:28:28.645104 [ 276 ] {6d67e2b2-e38e-4dfb-abf9-63cd9c9b9c88} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11374 2025.02.25 04:28:28.645156 [ 276 ] {6d67e2b2-e38e-4dfb-abf9-63cd9c9b9c88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11375 2025.02.25 04:28:28.645655 [ 276 ] {6d67e2b2-e38e-4dfb-abf9-63cd9c9b9c88} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11376 2025.02.25 04:28:28.645936 [ 276 ] {6d67e2b2-e38e-4dfb-abf9-63cd9c9b9c88} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11377 2025.02.25 04:28:28.646217 [ 276 ] {6d67e2b2-e38e-4dfb-abf9-63cd9c9b9c88} <Debug> executeQuery: Read 627 rows, 50.33 KiB in 0.002482 sec., 252618.8557614827 rows/sec., 19.80 MiB/sec.
11378 2025.02.25 04:28:28.646312 [ 276 ] {6d67e2b2-e38e-4dfb-abf9-63cd9c9b9c88} <Debug> TCPHandler: Processed in 0.002875313 sec.
11379 2025.02.25 04:28:28.646522 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11380 2025.02.25 04:28:28.646678 [ 281 ] {25ff49c1-1e4e-4249-9ab6-76bc389f8618} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11381 2025.02.25 04:28:28.646732 [ 281 ] {25ff49c1-1e4e-4249-9ab6-76bc389f8618} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11382 2025.02.25 04:28:28.647413 [ 281 ] {25ff49c1-1e4e-4249-9ab6-76bc389f8618} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11383 2025.02.25 04:28:28.647454 [ 281 ] {25ff49c1-1e4e-4249-9ab6-76bc389f8618} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11384 2025.02.25 04:28:28.647884 [ 281 ] {25ff49c1-1e4e-4249-9ab6-76bc389f8618} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
11385 2025.02.25 04:28:28.648155 [ 281 ] {25ff49c1-1e4e-4249-9ab6-76bc389f8618} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11386 2025.02.25 04:28:28.648353 [ 281 ] {25ff49c1-1e4e-4249-9ab6-76bc389f8618} <Debug> executeQuery: Read 111 rows, 6.76 KiB in 0.001707 sec., 65026.36203866432 rows/sec., 3.87 MiB/sec.
11387 2025.02.25 04:28:28.648422 [ 281 ] {25ff49c1-1e4e-4249-9ab6-76bc389f8618} <Debug> TCPHandler: Processed in 0.001996079 sec.
11388 2025.02.25 04:28:28.648642 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11389 2025.02.25 04:28:28.648790 [ 276 ] {6e7c7b2a-bbbd-4958-8896-abe97c789dd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11390 2025.02.25 04:28:28.648845 [ 276 ] {6e7c7b2a-bbbd-4958-8896-abe97c789dd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11391 2025.02.25 04:28:28.649522 [ 276 ] {6e7c7b2a-bbbd-4958-8896-abe97c789dd1} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11392 2025.02.25 04:28:28.649568 [ 276 ] {6e7c7b2a-bbbd-4958-8896-abe97c789dd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11393 2025.02.25 04:28:28.649960 [ 276 ] {6e7c7b2a-bbbd-4958-8896-abe97c789dd1} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
11394 2025.02.25 04:28:28.650211 [ 276 ] {6e7c7b2a-bbbd-4958-8896-abe97c789dd1} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11395 2025.02.25 04:28:28.650445 [ 276 ] {6e7c7b2a-bbbd-4958-8896-abe97c789dd1} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001685 sec., 67062.31454005935 rows/sec., 4.34 MiB/sec.
11396 2025.02.25 04:28:28.650547 [ 276 ] {6e7c7b2a-bbbd-4958-8896-abe97c789dd1} <Debug> TCPHandler: Processed in 0.00202552 sec.
11397 2025.02.25 04:28:28.650755 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11398 2025.02.25 04:28:28.650903 [ 281 ] {f28a628b-a62d-4186-aab2-59450c26fe33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11399 2025.02.25 04:28:28.650957 [ 281 ] {f28a628b-a62d-4186-aab2-59450c26fe33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11400 2025.02.25 04:28:28.651618 [ 281 ] {f28a628b-a62d-4186-aab2-59450c26fe33} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11401 2025.02.25 04:28:28.651658 [ 281 ] {f28a628b-a62d-4186-aab2-59450c26fe33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11402 2025.02.25 04:28:28.652041 [ 281 ] {f28a628b-a62d-4186-aab2-59450c26fe33} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
11403 2025.02.25 04:28:28.652309 [ 281 ] {f28a628b-a62d-4186-aab2-59450c26fe33} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11404 2025.02.25 04:28:28.652500 [ 281 ] {f28a628b-a62d-4186-aab2-59450c26fe33} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001632 sec., 68627.45098039215 rows/sec., 3.91 MiB/sec.
11405 2025.02.25 04:28:28.652559 [ 281 ] {f28a628b-a62d-4186-aab2-59450c26fe33} <Debug> TCPHandler: Processed in 0.001912989 sec.
11406 2025.02.25 04:28:28.652702 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11407 2025.02.25 04:28:28.652823 [ 276 ] {4944fa69-8759-4e88-bf40-a401ab119e3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11408 2025.02.25 04:28:28.652878 [ 276 ] {4944fa69-8759-4e88-bf40-a401ab119e3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11409 2025.02.25 04:28:28.653812 [ 276 ] {4944fa69-8759-4e88-bf40-a401ab119e3d} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11410 2025.02.25 04:28:28.653862 [ 276 ] {4944fa69-8759-4e88-bf40-a401ab119e3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11411 2025.02.25 04:28:28.654270 [ 276 ] {4944fa69-8759-4e88-bf40-a401ab119e3d} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11412 2025.02.25 04:28:28.654513 [ 276 ] {4944fa69-8759-4e88-bf40-a401ab119e3d} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11413 2025.02.25 04:28:28.654760 [ 276 ] {4944fa69-8759-4e88-bf40-a401ab119e3d} <Debug> executeQuery: Read 387 rows, 27.99 KiB in 0.001959 sec., 197549.7702909648 rows/sec., 13.95 MiB/sec.
11414 2025.02.25 04:28:28.654852 [ 276 ] {4944fa69-8759-4e88-bf40-a401ab119e3d} <Debug> TCPHandler: Processed in 0.002205973 sec.
11415 2025.02.25 04:28:28.655039 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11416 2025.02.25 04:28:28.655250 [ 281 ] {7041c8ed-3346-451d-af2f-55e50fda9b64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11417 2025.02.25 04:28:28.655313 [ 281 ] {7041c8ed-3346-451d-af2f-55e50fda9b64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11418 2025.02.25 04:28:28.655933 [ 281 ] {7041c8ed-3346-451d-af2f-55e50fda9b64} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11419 2025.02.25 04:28:28.655986 [ 281 ] {7041c8ed-3346-451d-af2f-55e50fda9b64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11420 2025.02.25 04:28:28.656507 [ 281 ] {7041c8ed-3346-451d-af2f-55e50fda9b64} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
11421 2025.02.25 04:28:28.656819 [ 281 ] {7041c8ed-3346-451d-af2f-55e50fda9b64} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11422 2025.02.25 04:28:28.657068 [ 281 ] {7041c8ed-3346-451d-af2f-55e50fda9b64} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001862 sec., 3222.34156820623 rows/sec., 168.35 KiB/sec.
11423 2025.02.25 04:28:28.657144 [ 281 ] {7041c8ed-3346-451d-af2f-55e50fda9b64} <Debug> TCPHandler: Processed in 0.002209112 sec.
11424 2025.02.25 04:28:28.657323 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11425 2025.02.25 04:28:28.657460 [ 276 ] {3df5d0d5-58dd-4d6e-8c31-d0e895773bde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11426 2025.02.25 04:28:28.657524 [ 276 ] {3df5d0d5-58dd-4d6e-8c31-d0e895773bde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11427 2025.02.25 04:28:28.658170 [ 276 ] {3df5d0d5-58dd-4d6e-8c31-d0e895773bde} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11428 2025.02.25 04:28:28.658214 [ 276 ] {3df5d0d5-58dd-4d6e-8c31-d0e895773bde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11429 2025.02.25 04:28:28.658666 [ 276 ] {3df5d0d5-58dd-4d6e-8c31-d0e895773bde} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11430 2025.02.25 04:28:28.658918 [ 276 ] {3df5d0d5-58dd-4d6e-8c31-d0e895773bde} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11431 2025.02.25 04:28:28.659166 [ 276 ] {3df5d0d5-58dd-4d6e-8c31-d0e895773bde} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001733 sec., 136757.06866705135 rows/sec., 9.17 MiB/sec.
11432 2025.02.25 04:28:28.659254 [ 276 ] {3df5d0d5-58dd-4d6e-8c31-d0e895773bde} <Debug> TCPHandler: Processed in 0.0019912 sec.
11433 2025.02.25 04:28:28.659467 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11434 2025.02.25 04:28:28.659657 [ 281 ] {cb1fc087-1f34-4dd9-8ae9-564e66da6eba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11435 2025.02.25 04:28:28.659718 [ 281 ] {cb1fc087-1f34-4dd9-8ae9-564e66da6eba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11436 2025.02.25 04:28:28.660255 [ 281 ] {cb1fc087-1f34-4dd9-8ae9-564e66da6eba} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11437 2025.02.25 04:28:28.660296 [ 281 ] {cb1fc087-1f34-4dd9-8ae9-564e66da6eba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11438 2025.02.25 04:28:28.660682 [ 281 ] {cb1fc087-1f34-4dd9-8ae9-564e66da6eba} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
11439 2025.02.25 04:28:28.660926 [ 281 ] {cb1fc087-1f34-4dd9-8ae9-564e66da6eba} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11440 2025.02.25 04:28:28.661141 [ 281 ] {cb1fc087-1f34-4dd9-8ae9-564e66da6eba} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001521 sec., 657.4621959237344 rows/sec., 44.30 KiB/sec.
11441 2025.02.25 04:28:28.661198 [ 281 ] {cb1fc087-1f34-4dd9-8ae9-564e66da6eba} <Debug> TCPHandler: Processed in 0.001838838 sec.
11442 2025.02.25 04:28:28.661363 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11443 2025.02.25 04:28:28.661488 [ 276 ] {5b8130ea-63ad-4543-9788-f43d4ddca4f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11444 2025.02.25 04:28:28.661574 [ 276 ] {5b8130ea-63ad-4543-9788-f43d4ddca4f8} <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
11445 2025.02.25 04:28:28.662714 [ 276 ] {5b8130ea-63ad-4543-9788-f43d4ddca4f8} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11446 2025.02.25 04:28:28.662760 [ 276 ] {5b8130ea-63ad-4543-9788-f43d4ddca4f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11447 2025.02.25 04:28:28.663390 [ 276 ] {5b8130ea-63ad-4543-9788-f43d4ddca4f8} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
11448 2025.02.25 04:28:28.663660 [ 276 ] {5b8130ea-63ad-4543-9788-f43d4ddca4f8} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11449 2025.02.25 04:28:28.663913 [ 276 ] {5b8130ea-63ad-4543-9788-f43d4ddca4f8} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002453 sec., 2038.3204239706483 rows/sec., 3.65 MiB/sec.
11450 2025.02.25 04:28:28.664041 [ 276 ] {5b8130ea-63ad-4543-9788-f43d4ddca4f8} <Debug> TCPHandler: Processed in 0.002740741 sec.
11451 2025.02.25 04:28:28.664214 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11452 2025.02.25 04:28:28.664349 [ 281 ] {83e5f406-1f46-414a-8ce4-5279b4c54563} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11453 2025.02.25 04:28:28.664421 [ 281 ] {83e5f406-1f46-414a-8ce4-5279b4c54563} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11454 2025.02.25 04:28:28.665111 [ 281 ] {83e5f406-1f46-414a-8ce4-5279b4c54563} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11455 2025.02.25 04:28:28.665159 [ 281 ] {83e5f406-1f46-414a-8ce4-5279b4c54563} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11456 2025.02.25 04:28:28.665561 [ 281 ] {83e5f406-1f46-414a-8ce4-5279b4c54563} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11457 2025.02.25 04:28:28.665812 [ 281 ] {83e5f406-1f46-414a-8ce4-5279b4c54563} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11458 2025.02.25 04:28:28.666040 [ 281 ] {83e5f406-1f46-414a-8ce4-5279b4c54563} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001723 sec., 47591.41033081834 rows/sec., 3.02 MiB/sec.
11459 2025.02.25 04:28:28.666096 [ 281 ] {83e5f406-1f46-414a-8ce4-5279b4c54563} <Debug> TCPHandler: Processed in 0.001944009 sec.
11460 2025.02.25 04:28:29.630630 [ 52 ] {} <Debug> DNSResolver: Updating DNS cache
11461 2025.02.25 04:28:29.630691 [ 52 ] {} <Debug> DNSResolver: Updated DNS cache
11462 2025.02.25 04:28:29.796893 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25681
11463 2025.02.25 04:28:29.797862 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11464 2025.02.25 04:28:29.797936 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11465 2025.02.25 04:28:29.798608 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
11466 2025.02.25 04:28:29.798859 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11467 2025.02.25 04:28:29.799026 [ 52 ] {} <Debug> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
11468 2025.02.25 04:28:29.799068 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681
11469 2025.02.25 04:28:29.799084 [ 52 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11470 2025.02.25 04:28:29.799111 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11471 2025.02.25 04:28:29.799393 [ 190 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
11472 2025.02.25 04:28:29.799694 [ 190 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11473 2025.02.25 04:28:29.799766 [ 190 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23424 rows starting from the beginning of the part
11474 2025.02.25 04:28:29.799890 [ 190 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 427 rows starting from the beginning of the part
11475 2025.02.25 04:28:29.800156 [ 190 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 488 rows starting from the beginning of the part
11476 2025.02.25 04:28:29.800286 [ 190 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 427 rows starting from the beginning of the part
11477 2025.02.25 04:28:29.800509 [ 190 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 488 rows starting from the beginning of the part
11478 2025.02.25 04:28:29.800639 [ 190 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 427 rows starting from the beginning of the part
11479 2025.02.25 04:28:29.803280 [ 201 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.0040652 sec., 6317278.362688183 rows/sec., 90.37 MiB/sec.
11480 2025.02.25 04:28:29.803580 [ 200 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
11481 2025.02.25 04:28:29.803940 [ 200 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_56_11} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11482 2025.02.25 04:28:29.804024 [ 200 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_56_11} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
11483 2025.02.25 04:28:29.804130 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB.
11484 2025.02.25 04:28:29.942324 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1636
11485 2025.02.25 04:28:29.945589 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11486 2025.02.25 04:28:29.945639 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11487 2025.02.25 04:28:29.947145 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11488 2025.02.25 04:28:29.947469 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11489 2025.02.25 04:28:29.947662 [ 52 ] {} <Debug> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
11490 2025.02.25 04:28:29.947759 [ 52 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11491 2025.02.25 04:28:29.947854 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11492 2025.02.25 04:28:29.948210 [ 189 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::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
11493 2025.02.25 04:28:29.949274 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1636
11494 2025.02.25 04:28:29.949672 [ 189 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11495 2025.02.25 04:28:29.949853 [ 189 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1442 rows starting from the beginning of the part
11496 2025.02.25 04:28:29.950502 [ 189 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 34 rows starting from the beginning of the part
11497 2025.02.25 04:28:29.951096 [ 189 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 46 rows starting from the beginning of the part
11498 2025.02.25 04:28:29.951708 [ 189 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 34 rows starting from the beginning of the part
11499 2025.02.25 04:28:29.952368 [ 189 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 34 rows starting from the beginning of the part
11500 2025.02.25 04:28:29.953017 [ 189 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 46 rows starting from the beginning of the part
11501 2025.02.25 04:28:29.962013 [ 200 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1636 rows, containing 72 columns (72 merged, 0 gathered) in 0.014031688 sec., 116593.24238110197 rows/sec., 89.82 MiB/sec.
11502 2025.02.25 04:28:29.963864 [ 192 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
11503 2025.02.25 04:28:29.964651 [ 192 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_41_8} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11504 2025.02.25 04:28:29.964742 [ 192 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_41_8} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
11505 2025.02.25 04:28:29.965075 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB.
11506 2025.02.25 04:28:31.666856 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 423
11507 2025.02.25 04:28:31.689768 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11508 2025.02.25 04:28:31.689820 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11509 2025.02.25 04:28:31.697176 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
11510 2025.02.25 04:28:31.697976 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11511 2025.02.25 04:28:31.698272 [ 51 ] {} <Debug> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
11512 2025.02.25 04:28:31.698343 [ 51 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11513 2025.02.25 04:28:31.698392 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11514 2025.02.25 04:28:31.698667 [ 195 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
11515 2025.02.25 04:28:31.707051 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 423
11516 2025.02.25 04:28:31.708360 [ 195 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11517 2025.02.25 04:28:31.709279 [ 195 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 385 rows starting from the beginning of the part
11518 2025.02.25 04:28:31.714008 [ 195 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 7 rows starting from the beginning of the part
11519 2025.02.25 04:28:31.718686 [ 195 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 8 rows starting from the beginning of the part
11520 2025.02.25 04:28:31.723597 [ 195 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 7 rows starting from the beginning of the part
11521 2025.02.25 04:28:31.728938 [ 195 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part
11522 2025.02.25 04:28:31.733390 [ 195 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 8 rows starting from the beginning of the part
11523 2025.02.25 04:28:31.792231 [ 192 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 423 rows, containing 679 columns (679 merged, 0 gathered) in 0.093742749 sec., 4512.349003121298 rows/sec., 23.33 MiB/sec.
11524 2025.02.25 04:28:31.794362 [ 203 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
11525 2025.02.25 04:28:31.796685 [ 203 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_56_11} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11526 2025.02.25 04:28:31.796780 [ 203 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_56_11} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
11527 2025.02.25 04:28:31.798008 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
11528 2025.02.25 04:28:32.000175 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 241.33 MiB, peak 254.76 MiB, free memory in arenas 0.00 B, will set to 242.69 MiB (RSS), difference: 1.36 MiB
11529 2025.02.25 04:28:33.636458 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11530 2025.02.25 04:28:33.636675 [ 281 ] {153dd76d-dd83-4eae-9689-d437216ed696} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11531 2025.02.25 04:28:33.636757 [ 281 ] {153dd76d-dd83-4eae-9689-d437216ed696} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11532 2025.02.25 04:28:33.637617 [ 281 ] {153dd76d-dd83-4eae-9689-d437216ed696} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11533 2025.02.25 04:28:33.637662 [ 281 ] {153dd76d-dd83-4eae-9689-d437216ed696} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11534 2025.02.25 04:28:33.638124 [ 281 ] {153dd76d-dd83-4eae-9689-d437216ed696} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11535 2025.02.25 04:28:33.638396 [ 281 ] {153dd76d-dd83-4eae-9689-d437216ed696} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11536 2025.02.25 04:28:33.638628 [ 281 ] {153dd76d-dd83-4eae-9689-d437216ed696} <Debug> executeQuery: Read 126 rows, 11.02 KiB in 0.002008 sec., 62749.003984063755 rows/sec., 5.36 MiB/sec.
11537 2025.02.25 04:28:33.638745 [ 281 ] {153dd76d-dd83-4eae-9689-d437216ed696} <Debug> TCPHandler: Processed in 0.002430965 sec.
11538 2025.02.25 04:28:33.639117 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11539 2025.02.25 04:28:33.639416 [ 276 ] {c2a682c0-3fee-4f23-b4b4-1c323eb3e405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11540 2025.02.25 04:28:33.639537 [ 276 ] {c2a682c0-3fee-4f23-b4b4-1c323eb3e405} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11541 2025.02.25 04:28:33.640527 [ 276 ] {c2a682c0-3fee-4f23-b4b4-1c323eb3e405} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11542 2025.02.25 04:28:33.640575 [ 276 ] {c2a682c0-3fee-4f23-b4b4-1c323eb3e405} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11543 2025.02.25 04:28:33.641013 [ 276 ] {c2a682c0-3fee-4f23-b4b4-1c323eb3e405} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
11544 2025.02.25 04:28:33.641262 [ 276 ] {c2a682c0-3fee-4f23-b4b4-1c323eb3e405} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11545 2025.02.25 04:28:33.641504 [ 276 ] {c2a682c0-3fee-4f23-b4b4-1c323eb3e405} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.002169 sec., 16136.468418626095 rows/sec., 1.18 MiB/sec.
11546 2025.02.25 04:28:33.641571 [ 276 ] {c2a682c0-3fee-4f23-b4b4-1c323eb3e405} <Debug> TCPHandler: Processed in 0.002690799 sec.
11547 2025.02.25 04:28:33.641736 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11548 2025.02.25 04:28:33.641881 [ 281 ] {14278c4d-f2ad-4ef6-9e94-3c11f61fe684} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11549 2025.02.25 04:28:33.641944 [ 281 ] {14278c4d-f2ad-4ef6-9e94-3c11f61fe684} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11550 2025.02.25 04:28:33.642592 [ 281 ] {14278c4d-f2ad-4ef6-9e94-3c11f61fe684} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11551 2025.02.25 04:28:33.642630 [ 281 ] {14278c4d-f2ad-4ef6-9e94-3c11f61fe684} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11552 2025.02.25 04:28:33.643017 [ 281 ] {14278c4d-f2ad-4ef6-9e94-3c11f61fe684} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11553 2025.02.25 04:28:33.643261 [ 281 ] {14278c4d-f2ad-4ef6-9e94-3c11f61fe684} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11554 2025.02.25 04:28:33.643444 [ 281 ] {14278c4d-f2ad-4ef6-9e94-3c11f61fe684} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001599 sec., 61913.696060037524 rows/sec., 4.84 MiB/sec.
11555 2025.02.25 04:28:33.643499 [ 281 ] {14278c4d-f2ad-4ef6-9e94-3c11f61fe684} <Debug> TCPHandler: Processed in 0.001830547 sec.
11556 2025.02.25 04:28:33.643714 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11557 2025.02.25 04:28:33.643944 [ 276 ] {f8af3c68-6251-4e42-a6d3-8cc278af425c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11558 2025.02.25 04:28:33.644047 [ 276 ] {f8af3c68-6251-4e42-a6d3-8cc278af425c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11559 2025.02.25 04:28:33.644664 [ 276 ] {f8af3c68-6251-4e42-a6d3-8cc278af425c} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11560 2025.02.25 04:28:33.644705 [ 276 ] {f8af3c68-6251-4e42-a6d3-8cc278af425c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11561 2025.02.25 04:28:33.645115 [ 276 ] {f8af3c68-6251-4e42-a6d3-8cc278af425c} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11562 2025.02.25 04:28:33.645356 [ 276 ] {f8af3c68-6251-4e42-a6d3-8cc278af425c} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11563 2025.02.25 04:28:33.645577 [ 276 ] {f8af3c68-6251-4e42-a6d3-8cc278af425c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001691 sec., 94618.56889414547 rows/sec., 6.59 MiB/sec.
11564 2025.02.25 04:28:33.645634 [ 276 ] {f8af3c68-6251-4e42-a6d3-8cc278af425c} <Debug> TCPHandler: Processed in 0.00203759 sec.
11565 2025.02.25 04:28:33.645806 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11566 2025.02.25 04:28:33.645946 [ 281 ] {701e8f36-e50d-4862-8e09-512ef2fd64b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11567 2025.02.25 04:28:33.646041 [ 281 ] {701e8f36-e50d-4862-8e09-512ef2fd64b6} <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
11568 2025.02.25 04:28:33.647366 [ 281 ] {701e8f36-e50d-4862-8e09-512ef2fd64b6} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11569 2025.02.25 04:28:33.647405 [ 281 ] {701e8f36-e50d-4862-8e09-512ef2fd64b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11570 2025.02.25 04:28:33.648099 [ 281 ] {701e8f36-e50d-4862-8e09-512ef2fd64b6} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
11571 2025.02.25 04:28:33.648368 [ 281 ] {701e8f36-e50d-4862-8e09-512ef2fd64b6} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11572 2025.02.25 04:28:33.648571 [ 281 ] {701e8f36-e50d-4862-8e09-512ef2fd64b6} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002659 sec., 13162.843174125612 rows/sec., 23.59 MiB/sec.
11573 2025.02.25 04:28:33.648684 [ 281 ] {701e8f36-e50d-4862-8e09-512ef2fd64b6} <Debug> TCPHandler: Processed in 0.002945594 sec.
11574 2025.02.25 04:28:33.648838 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11575 2025.02.25 04:28:33.648978 [ 276 ] {27594235-744f-470b-9935-d57b8fcb6cb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11576 2025.02.25 04:28:33.649040 [ 276 ] {27594235-744f-470b-9935-d57b8fcb6cb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11577 2025.02.25 04:28:33.649942 [ 276 ] {27594235-744f-470b-9935-d57b8fcb6cb6} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11578 2025.02.25 04:28:33.650020 [ 276 ] {27594235-744f-470b-9935-d57b8fcb6cb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11579 2025.02.25 04:28:33.650441 [ 276 ] {27594235-744f-470b-9935-d57b8fcb6cb6} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11580 2025.02.25 04:28:33.650695 [ 276 ] {27594235-744f-470b-9935-d57b8fcb6cb6} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11581 2025.02.25 04:28:33.650905 [ 276 ] {27594235-744f-470b-9935-d57b8fcb6cb6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00196 sec., 30612.244897959186 rows/sec., 2.06 MiB/sec.
11582 2025.02.25 04:28:33.650958 [ 276 ] {27594235-744f-470b-9935-d57b8fcb6cb6} <Debug> TCPHandler: Processed in 0.002185973 sec.
11583 2025.02.25 04:28:37.299208 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26169
11584 2025.02.25 04:28:37.299875 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11585 2025.02.25 04:28:37.299922 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11586 2025.02.25 04:28:37.300446 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
11587 2025.02.25 04:28:37.300693 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11588 2025.02.25 04:28:37.301018 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26169
11589 2025.02.25 04:28:38.641953 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11590 2025.02.25 04:28:38.642163 [ 281 ] {5b8ed3b3-c15b-44a4-9468-8755efeb32c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11591 2025.02.25 04:28:38.642241 [ 281 ] {5b8ed3b3-c15b-44a4-9468-8755efeb32c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11592 2025.02.25 04:28:38.643108 [ 281 ] {5b8ed3b3-c15b-44a4-9468-8755efeb32c5} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11593 2025.02.25 04:28:38.643158 [ 281 ] {5b8ed3b3-c15b-44a4-9468-8755efeb32c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11594 2025.02.25 04:28:38.643608 [ 281 ] {5b8ed3b3-c15b-44a4-9468-8755efeb32c5} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
11595 2025.02.25 04:28:38.643875 [ 281 ] {5b8ed3b3-c15b-44a4-9468-8755efeb32c5} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11596 2025.02.25 04:28:38.644194 [ 281 ] {5b8ed3b3-c15b-44a4-9468-8755efeb32c5} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002084 sec., 101727.44721689059 rows/sec., 6.47 MiB/sec.
11597 2025.02.25 04:28:38.644563 [ 281 ] {5b8ed3b3-c15b-44a4-9468-8755efeb32c5} <Debug> TCPHandler: Processed in 0.002745151 sec.
11598 2025.02.25 04:28:38.645000 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11599 2025.02.25 04:28:38.645303 [ 276 ] {ac2b26d1-ddf3-4cd1-9ede-40f1d1012004} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
11600 2025.02.25 04:28:38.645378 [ 276 ] {ac2b26d1-ddf3-4cd1-9ede-40f1d1012004} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11601 2025.02.25 04:28:38.646135 [ 276 ] {ac2b26d1-ddf3-4cd1-9ede-40f1d1012004} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11602 2025.02.25 04:28:38.646190 [ 276 ] {ac2b26d1-ddf3-4cd1-9ede-40f1d1012004} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11603 2025.02.25 04:28:38.646624 [ 276 ] {ac2b26d1-ddf3-4cd1-9ede-40f1d1012004} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
11604 2025.02.25 04:28:38.646885 [ 276 ] {ac2b26d1-ddf3-4cd1-9ede-40f1d1012004} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11605 2025.02.25 04:28:38.647127 [ 276 ] {ac2b26d1-ddf3-4cd1-9ede-40f1d1012004} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001886 sec., 2120.8907741251323 rows/sec., 172.94 KiB/sec.
11606 2025.02.25 04:28:38.647194 [ 276 ] {ac2b26d1-ddf3-4cd1-9ede-40f1d1012004} <Debug> TCPHandler: Processed in 0.002463426 sec.
11607 2025.02.25 04:28:38.647351 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11608 2025.02.25 04:28:38.647478 [ 281 ] {2167060f-bdc2-4062-942d-45c475d8eb3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11609 2025.02.25 04:28:38.647531 [ 281 ] {2167060f-bdc2-4062-942d-45c475d8eb3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11610 2025.02.25 04:28:38.648490 [ 281 ] {2167060f-bdc2-4062-942d-45c475d8eb3a} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11611 2025.02.25 04:28:38.648531 [ 281 ] {2167060f-bdc2-4062-942d-45c475d8eb3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11612 2025.02.25 04:28:38.648942 [ 281 ] {2167060f-bdc2-4062-942d-45c475d8eb3a} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11613 2025.02.25 04:28:38.649182 [ 281 ] {2167060f-bdc2-4062-942d-45c475d8eb3a} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11614 2025.02.25 04:28:38.649401 [ 281 ] {2167060f-bdc2-4062-942d-45c475d8eb3a} <Debug> executeQuery: Read 629 rows, 50.47 KiB in 0.001953 sec., 322068.61239119305 rows/sec., 25.24 MiB/sec.
11615 2025.02.25 04:28:38.649460 [ 281 ] {2167060f-bdc2-4062-942d-45c475d8eb3a} <Debug> TCPHandler: Processed in 0.002168142 sec.
11616 2025.02.25 04:28:38.649695 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11617 2025.02.25 04:28:38.649928 [ 276 ] {dbf4ca94-6492-4f6a-ab76-b2af91d09bf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11618 2025.02.25 04:28:38.650024 [ 276 ] {dbf4ca94-6492-4f6a-ab76-b2af91d09bf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11619 2025.02.25 04:28:38.650768 [ 276 ] {dbf4ca94-6492-4f6a-ab76-b2af91d09bf4} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11620 2025.02.25 04:28:38.650810 [ 276 ] {dbf4ca94-6492-4f6a-ab76-b2af91d09bf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11621 2025.02.25 04:28:38.651194 [ 276 ] {dbf4ca94-6492-4f6a-ab76-b2af91d09bf4} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
11622 2025.02.25 04:28:38.651440 [ 276 ] {dbf4ca94-6492-4f6a-ab76-b2af91d09bf4} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11623 2025.02.25 04:28:38.651666 [ 276 ] {dbf4ca94-6492-4f6a-ab76-b2af91d09bf4} <Debug> executeQuery: Read 115 rows, 7.04 KiB in 0.001779 sec., 64643.05789769533 rows/sec., 3.87 MiB/sec.
11624 2025.02.25 04:28:38.651769 [ 276 ] {dbf4ca94-6492-4f6a-ab76-b2af91d09bf4} <Debug> TCPHandler: Processed in 0.002185592 sec.
11625 2025.02.25 04:28:38.651988 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11626 2025.02.25 04:28:38.652198 [ 281 ] {26d607c3-acb1-42ac-8570-a639c9979d9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11627 2025.02.25 04:28:38.652251 [ 281 ] {26d607c3-acb1-42ac-8570-a639c9979d9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11628 2025.02.25 04:28:38.652889 [ 281 ] {26d607c3-acb1-42ac-8570-a639c9979d9b} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11629 2025.02.25 04:28:38.652928 [ 281 ] {26d607c3-acb1-42ac-8570-a639c9979d9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11630 2025.02.25 04:28:38.653300 [ 281 ] {26d607c3-acb1-42ac-8570-a639c9979d9b} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
11631 2025.02.25 04:28:38.653541 [ 281 ] {26d607c3-acb1-42ac-8570-a639c9979d9b} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11632 2025.02.25 04:28:38.653779 [ 281 ] {26d607c3-acb1-42ac-8570-a639c9979d9b} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001609 sec., 70229.95649471722 rows/sec., 4.55 MiB/sec.
11633 2025.02.25 04:28:38.653956 [ 281 ] {26d607c3-acb1-42ac-8570-a639c9979d9b} <Debug> TCPHandler: Processed in 0.002088191 sec.
11634 2025.02.25 04:28:38.654188 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11635 2025.02.25 04:28:38.654339 [ 276 ] {75eaf8eb-53c0-4bd3-963e-9bc1ef5fb2be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11636 2025.02.25 04:28:38.654401 [ 276 ] {75eaf8eb-53c0-4bd3-963e-9bc1ef5fb2be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11637 2025.02.25 04:28:38.655151 [ 276 ] {75eaf8eb-53c0-4bd3-963e-9bc1ef5fb2be} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11638 2025.02.25 04:28:38.655199 [ 276 ] {75eaf8eb-53c0-4bd3-963e-9bc1ef5fb2be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11639 2025.02.25 04:28:38.655565 [ 276 ] {75eaf8eb-53c0-4bd3-963e-9bc1ef5fb2be} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
11640 2025.02.25 04:28:38.655834 [ 276 ] {75eaf8eb-53c0-4bd3-963e-9bc1ef5fb2be} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11641 2025.02.25 04:28:38.656123 [ 276 ] {75eaf8eb-53c0-4bd3-963e-9bc1ef5fb2be} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001804 sec., 62084.25720620842 rows/sec., 3.54 MiB/sec.
11642 2025.02.25 04:28:38.656494 [ 276 ] {75eaf8eb-53c0-4bd3-963e-9bc1ef5fb2be} <Debug> TCPHandler: Processed in 0.002415976 sec.
11643 2025.02.25 04:28:38.656855 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11644 2025.02.25 04:28:38.657179 [ 281 ] {0701c504-30bb-4abe-9cbe-8e87371a5dde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11645 2025.02.25 04:28:38.657243 [ 281 ] {0701c504-30bb-4abe-9cbe-8e87371a5dde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11646 2025.02.25 04:28:38.658009 [ 281 ] {0701c504-30bb-4abe-9cbe-8e87371a5dde} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11647 2025.02.25 04:28:38.658049 [ 281 ] {0701c504-30bb-4abe-9cbe-8e87371a5dde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11648 2025.02.25 04:28:38.658439 [ 281 ] {0701c504-30bb-4abe-9cbe-8e87371a5dde} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11649 2025.02.25 04:28:38.658686 [ 281 ] {0701c504-30bb-4abe-9cbe-8e87371a5dde} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11650 2025.02.25 04:28:38.658870 [ 281 ] {0701c504-30bb-4abe-9cbe-8e87371a5dde} <Debug> executeQuery: Read 391 rows, 28.31 KiB in 0.001763 sec., 221781.05501985253 rows/sec., 15.68 MiB/sec.
11651 2025.02.25 04:28:38.658930 [ 281 ] {0701c504-30bb-4abe-9cbe-8e87371a5dde} <Debug> TCPHandler: Processed in 0.002294534 sec.
11652 2025.02.25 04:28:38.659085 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11653 2025.02.25 04:28:38.659209 [ 276 ] {4c1d70e8-93bf-4428-a250-bc9d4ce6ac94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11654 2025.02.25 04:28:38.659264 [ 276 ] {4c1d70e8-93bf-4428-a250-bc9d4ce6ac94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11655 2025.02.25 04:28:38.659768 [ 276 ] {4c1d70e8-93bf-4428-a250-bc9d4ce6ac94} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11656 2025.02.25 04:28:38.659809 [ 276 ] {4c1d70e8-93bf-4428-a250-bc9d4ce6ac94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11657 2025.02.25 04:28:38.660184 [ 276 ] {4c1d70e8-93bf-4428-a250-bc9d4ce6ac94} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
11658 2025.02.25 04:28:38.660428 [ 276 ] {4c1d70e8-93bf-4428-a250-bc9d4ce6ac94} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11659 2025.02.25 04:28:38.660660 [ 276 ] {4c1d70e8-93bf-4428-a250-bc9d4ce6ac94} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001474 sec., 4070.5563093622795 rows/sec., 212.67 KiB/sec.
11660 2025.02.25 04:28:38.660752 [ 276 ] {4c1d70e8-93bf-4428-a250-bc9d4ce6ac94} <Debug> TCPHandler: Processed in 0.001725846 sec.
11661 2025.02.25 04:28:38.660919 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11662 2025.02.25 04:28:38.661041 [ 281 ] {c5e57dc2-a355-485f-9077-3a85f9f77362} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11663 2025.02.25 04:28:38.661097 [ 281 ] {c5e57dc2-a355-485f-9077-3a85f9f77362} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11664 2025.02.25 04:28:38.661731 [ 281 ] {c5e57dc2-a355-485f-9077-3a85f9f77362} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11665 2025.02.25 04:28:38.661768 [ 281 ] {c5e57dc2-a355-485f-9077-3a85f9f77362} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11666 2025.02.25 04:28:38.662154 [ 281 ] {c5e57dc2-a355-485f-9077-3a85f9f77362} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11667 2025.02.25 04:28:38.662376 [ 281 ] {c5e57dc2-a355-485f-9077-3a85f9f77362} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11668 2025.02.25 04:28:38.662559 [ 281 ] {c5e57dc2-a355-485f-9077-3a85f9f77362} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.0016 sec., 149375 rows/sec., 10.01 MiB/sec.
11669 2025.02.25 04:28:38.662733 [ 281 ] {c5e57dc2-a355-485f-9077-3a85f9f77362} <Debug> TCPHandler: Processed in 0.001889628 sec.
11670 2025.02.25 04:28:38.662940 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11671 2025.02.25 04:28:38.663095 [ 276 ] {941a00fb-bcc4-42f1-a06d-b89e50758b25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11672 2025.02.25 04:28:38.663150 [ 276 ] {941a00fb-bcc4-42f1-a06d-b89e50758b25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11673 2025.02.25 04:28:38.663632 [ 276 ] {941a00fb-bcc4-42f1-a06d-b89e50758b25} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11674 2025.02.25 04:28:38.663673 [ 276 ] {941a00fb-bcc4-42f1-a06d-b89e50758b25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11675 2025.02.25 04:28:38.664039 [ 276 ] {941a00fb-bcc4-42f1-a06d-b89e50758b25} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
11676 2025.02.25 04:28:38.664280 [ 276 ] {941a00fb-bcc4-42f1-a06d-b89e50758b25} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11677 2025.02.25 04:28:38.664512 [ 276 ] {941a00fb-bcc4-42f1-a06d-b89e50758b25} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00144 sec., 694.4444444444445 rows/sec., 46.79 KiB/sec.
11678 2025.02.25 04:28:38.664625 [ 276 ] {941a00fb-bcc4-42f1-a06d-b89e50758b25} <Debug> TCPHandler: Processed in 0.001793517 sec.
11679 2025.02.25 04:28:38.664795 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11680 2025.02.25 04:28:38.664935 [ 281 ] {7bbda969-54cd-4ddd-b1e5-3cdf1bc62ed6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11681 2025.02.25 04:28:38.665030 [ 281 ] {7bbda969-54cd-4ddd-b1e5-3cdf1bc62ed6} <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
11682 2025.02.25 04:28:38.666162 [ 281 ] {7bbda969-54cd-4ddd-b1e5-3cdf1bc62ed6} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11683 2025.02.25 04:28:38.666202 [ 281 ] {7bbda969-54cd-4ddd-b1e5-3cdf1bc62ed6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11684 2025.02.25 04:28:38.666825 [ 281 ] {7bbda969-54cd-4ddd-b1e5-3cdf1bc62ed6} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
11685 2025.02.25 04:28:38.667085 [ 281 ] {7bbda969-54cd-4ddd-b1e5-3cdf1bc62ed6} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11686 2025.02.25 04:28:38.667234 [ 42 ] {} <Debug> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
11687 2025.02.25 04:28:38.667282 [ 42 ] {} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11688 2025.02.25 04:28:38.667308 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11689 2025.02.25 04:28:38.667313 [ 281 ] {7bbda969-54cd-4ddd-b1e5-3cdf1bc62ed6} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002408 sec., 2076.4119601328903 rows/sec., 3.72 MiB/sec.
11690 2025.02.25 04:28:38.667723 [ 281 ] {7bbda969-54cd-4ddd-b1e5-3cdf1bc62ed6} <Debug> TCPHandler: Processed in 0.003006425 sec.
11691 2025.02.25 04:28:38.667723 [ 188 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
11692 2025.02.25 04:28:38.667934 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11693 2025.02.25 04:28:38.668218 [ 276 ] {0e846bcc-2b74-4ad7-94d1-075576694d60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11694 2025.02.25 04:28:38.668347 [ 276 ] {0e846bcc-2b74-4ad7-94d1-075576694d60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11695 2025.02.25 04:28:38.668512 [ 188 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11696 2025.02.25 04:28:38.668754 [ 188 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1414 rows starting from the beginning of the part
11697 2025.02.25 04:28:38.669599 [ 188 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 5 rows starting from the beginning of the part
11698 2025.02.25 04:28:38.670308 [ 188 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 35 rows starting from the beginning of the part
11699 2025.02.25 04:28:38.670476 [ 276 ] {0e846bcc-2b74-4ad7-94d1-075576694d60} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11700 2025.02.25 04:28:38.670579 [ 276 ] {0e846bcc-2b74-4ad7-94d1-075576694d60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11701 2025.02.25 04:28:38.671152 [ 188 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 5 rows starting from the beginning of the part
11702 2025.02.25 04:28:38.671819 [ 188 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 35 rows starting from the beginning of the part
11703 2025.02.25 04:28:38.672108 [ 276 ] {0e846bcc-2b74-4ad7-94d1-075576694d60} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11704 2025.02.25 04:28:38.672443 [ 188 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 5 rows starting from the beginning of the part
11705 2025.02.25 04:28:38.673146 [ 276 ] {0e846bcc-2b74-4ad7-94d1-075576694d60} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11706 2025.02.25 04:28:38.673779 [ 276 ] {0e846bcc-2b74-4ad7-94d1-075576694d60} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005637 sec., 14546.744722370056 rows/sec., 946.07 KiB/sec.
11707 2025.02.25 04:28:38.673982 [ 276 ] {0e846bcc-2b74-4ad7-94d1-075576694d60} <Debug> TCPHandler: Processed in 0.006154641 sec.
11708 2025.02.25 04:28:38.680920 [ 192 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1499 rows, containing 19 columns (19 merged, 0 gathered) in 0.01349611 sec., 111069.04137562601 rows/sec., 199.03 MiB/sec.
11709 2025.02.25 04:28:38.682406 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
11710 2025.02.25 04:28:38.682857 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11711 2025.02.25 04:28:38.682938 [ 198 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
11712 2025.02.25 04:28:38.683096 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.52 MiB.
11713 2025.02.25 04:28:39.207144 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 430
11714 2025.02.25 04:28:39.225955 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11715 2025.02.25 04:28:39.226018 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11716 2025.02.25 04:28:39.232928 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
11717 2025.02.25 04:28:39.233664 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11718 2025.02.25 04:28:39.236784 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430
11719 2025.02.25 04:28:39.949626 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1672
11720 2025.02.25 04:28:39.953201 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11721 2025.02.25 04:28:39.953255 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11722 2025.02.25 04:28:39.954782 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
11723 2025.02.25 04:28:39.955105 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11724 2025.02.25 04:28:39.957176 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1672
11725 2025.02.25 04:28:43.636650 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11726 2025.02.25 04:28:43.636855 [ 281 ] {3eecd1f8-47b8-4f65-878e-9dc79fc06362} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11727 2025.02.25 04:28:43.636929 [ 281 ] {3eecd1f8-47b8-4f65-878e-9dc79fc06362} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11728 2025.02.25 04:28:43.637787 [ 281 ] {3eecd1f8-47b8-4f65-878e-9dc79fc06362} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11729 2025.02.25 04:28:43.637834 [ 281 ] {3eecd1f8-47b8-4f65-878e-9dc79fc06362} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11730 2025.02.25 04:28:43.638281 [ 281 ] {3eecd1f8-47b8-4f65-878e-9dc79fc06362} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
11731 2025.02.25 04:28:43.638542 [ 281 ] {3eecd1f8-47b8-4f65-878e-9dc79fc06362} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11732 2025.02.25 04:28:43.638751 [ 36 ] {} <Debug> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
11733 2025.02.25 04:28:43.638778 [ 281 ] {3eecd1f8-47b8-4f65-878e-9dc79fc06362} <Debug> executeQuery: Read 126 rows, 11.02 KiB in 0.001976 sec., 63765.18218623482 rows/sec., 5.45 MiB/sec.
11734 2025.02.25 04:28:43.638838 [ 36 ] {} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11735 2025.02.25 04:28:43.638917 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11736 2025.02.25 04:28:43.638928 [ 281 ] {3eecd1f8-47b8-4f65-878e-9dc79fc06362} <Debug> TCPHandler: Processed in 0.002412585 sec.
11737 2025.02.25 04:28:43.639237 [ 192 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full
11738 2025.02.25 04:28:43.639372 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11739 2025.02.25 04:28:43.639676 [ 192 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11740 2025.02.25 04:28:43.639819 [ 192 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1849 rows starting from the beginning of the part
11741 2025.02.25 04:28:43.639852 [ 276 ] {72903460-5ab2-4811-b0db-96dacb4927b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11742 2025.02.25 04:28:43.640085 [ 276 ] {72903460-5ab2-4811-b0db-96dacb4927b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11743 2025.02.25 04:28:43.640319 [ 192 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 56 rows starting from the beginning of the part
11744 2025.02.25 04:28:43.640860 [ 192 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 627 rows starting from the beginning of the part
11745 2025.02.25 04:28:43.641459 [ 192 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 126 rows starting from the beginning of the part
11746 2025.02.25 04:28:43.641971 [ 192 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 629 rows starting from the beginning of the part
11747 2025.02.25 04:28:43.642459 [ 192 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 126 rows starting from the beginning of the part
11748 2025.02.25 04:28:43.643964 [ 276 ] {72903460-5ab2-4811-b0db-96dacb4927b9} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11749 2025.02.25 04:28:43.644033 [ 276 ] {72903460-5ab2-4811-b0db-96dacb4927b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11750 2025.02.25 04:28:43.645019 [ 276 ] {72903460-5ab2-4811-b0db-96dacb4927b9} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
11751 2025.02.25 04:28:43.645389 [ 276 ] {72903460-5ab2-4811-b0db-96dacb4927b9} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11752 2025.02.25 04:28:43.645863 [ 276 ] {72903460-5ab2-4811-b0db-96dacb4927b9} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.006087 sec., 5749.958928864793 rows/sec., 432.37 KiB/sec.
11753 2025.02.25 04:28:43.646338 [ 276 ] {72903460-5ab2-4811-b0db-96dacb4927b9} <Debug> TCPHandler: Processed in 0.007246717 sec.
11754 2025.02.25 04:28:43.646400 [ 192 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3413 rows, containing 5 columns (5 merged, 0 gathered) in 0.007367499 sec., 463250.8263659079 rows/sec., 39.04 MiB/sec.
11755 2025.02.25 04:28:43.646670 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11756 2025.02.25 04:28:43.646855 [ 192 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
11757 2025.02.25 04:28:43.646922 [ 281 ] {2f771e01-3dcf-44a9-9ca6-5549376ea283} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11758 2025.02.25 04:28:43.647013 [ 281 ] {2f771e01-3dcf-44a9-9ca6-5549376ea283} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11759 2025.02.25 04:28:43.647534 [ 192 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_96_19} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11760 2025.02.25 04:28:43.647893 [ 192 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_96_19} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
11761 2025.02.25 04:28:43.648162 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
11762 2025.02.25 04:28:43.648953 [ 281 ] {2f771e01-3dcf-44a9-9ca6-5549376ea283} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11763 2025.02.25 04:28:43.648998 [ 281 ] {2f771e01-3dcf-44a9-9ca6-5549376ea283} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11764 2025.02.25 04:28:43.649402 [ 281 ] {2f771e01-3dcf-44a9-9ca6-5549376ea283} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
11765 2025.02.25 04:28:43.649650 [ 281 ] {2f771e01-3dcf-44a9-9ca6-5549376ea283} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11766 2025.02.25 04:28:43.649822 [ 36 ] {} <Debug> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
11767 2025.02.25 04:28:43.649875 [ 36 ] {} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11768 2025.02.25 04:28:43.649892 [ 281 ] {2f771e01-3dcf-44a9-9ca6-5549376ea283} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.003029 sec., 32684.05414328161 rows/sec., 2.55 MiB/sec.
11769 2025.02.25 04:28:43.649910 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11770 2025.02.25 04:28:43.650059 [ 281 ] {2f771e01-3dcf-44a9-9ca6-5549376ea283} <Debug> TCPHandler: Processed in 0.003584983 sec.
11771 2025.02.25 04:28:43.650110 [ 198 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full
11772 2025.02.25 04:28:43.650227 [ 198 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11773 2025.02.25 04:28:43.650273 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11774 2025.02.25 04:28:43.650293 [ 198 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 916 rows starting from the beginning of the part
11775 2025.02.25 04:28:43.650500 [ 198 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 64 rows starting from the beginning of the part
11776 2025.02.25 04:28:43.650749 [ 276 ] {b43f723c-97a9-48b3-b82d-30c03ca3fe27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11777 2025.02.25 04:28:43.650832 [ 198 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 387 rows starting from the beginning of the part
11778 2025.02.25 04:28:43.650967 [ 276 ] {b43f723c-97a9-48b3-b82d-30c03ca3fe27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11779 2025.02.25 04:28:43.651156 [ 198 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 99 rows starting from the beginning of the part
11780 2025.02.25 04:28:43.651587 [ 198 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 391 rows starting from the beginning of the part
11781 2025.02.25 04:28:43.651958 [ 198 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 99 rows starting from the beginning of the part
11782 2025.02.25 04:28:43.653463 [ 276 ] {b43f723c-97a9-48b3-b82d-30c03ca3fe27} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11783 2025.02.25 04:28:43.653536 [ 276 ] {b43f723c-97a9-48b3-b82d-30c03ca3fe27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11784 2025.02.25 04:28:43.654489 [ 276 ] {b43f723c-97a9-48b3-b82d-30c03ca3fe27} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
11785 2025.02.25 04:28:43.654983 [ 198 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1956 rows, containing 5 columns (5 merged, 0 gathered) in 0.004953503 sec., 394872.0733589947 rows/sec., 30.17 MiB/sec.
11786 2025.02.25 04:28:43.654999 [ 276 ] {b43f723c-97a9-48b3-b82d-30c03ca3fe27} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11787 2025.02.25 04:28:43.655287 [ 36 ] {} <Debug> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
11788 2025.02.25 04:28:43.655314 [ 198 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
11789 2025.02.25 04:28:43.655379 [ 36 ] {} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11790 2025.02.25 04:28:43.655471 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11791 2025.02.25 04:28:43.655499 [ 276 ] {b43f723c-97a9-48b3-b82d-30c03ca3fe27} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004942 sec., 32375.556454876565 rows/sec., 2.25 MiB/sec.
11792 2025.02.25 04:28:43.656070 [ 276 ] {b43f723c-97a9-48b3-b82d-30c03ca3fe27} <Debug> TCPHandler: Processed in 0.005886337 sec.
11793 2025.02.25 04:28:43.656098 [ 196 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full
11794 2025.02.25 04:28:43.656503 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11795 2025.02.25 04:28:43.656691 [ 198 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_96_19} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11796 2025.02.25 04:28:43.657106 [ 196 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11797 2025.02.25 04:28:43.657213 [ 281 ] {97f8f58c-1dfc-46d2-9c71-0fd2e9eb3730} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11798 2025.02.25 04:28:43.657233 [ 198 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_96_19} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
11799 2025.02.25 04:28:43.657326 [ 196 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 27739 rows starting from the beginning of the part
11800 2025.02.25 04:28:43.657722 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
11801 2025.02.25 04:28:43.657997 [ 281 ] {97f8f58c-1dfc-46d2-9c71-0fd2e9eb3730} <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
11802 2025.02.25 04:28:43.658160 [ 196 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 74 rows starting from the beginning of the part
11803 2025.02.25 04:28:43.658664 [ 196 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 237 rows starting from the beginning of the part
11804 2025.02.25 04:28:43.659240 [ 196 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 160 rows starting from the beginning of the part
11805 2025.02.25 04:28:43.659788 [ 196 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 239 rows starting from the beginning of the part
11806 2025.02.25 04:28:43.660371 [ 196 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part
11807 2025.02.25 04:28:43.663653 [ 281 ] {97f8f58c-1dfc-46d2-9c71-0fd2e9eb3730} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11808 2025.02.25 04:28:43.663717 [ 281 ] {97f8f58c-1dfc-46d2-9c71-0fd2e9eb3730} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11809 2025.02.25 04:28:43.665222 [ 281 ] {97f8f58c-1dfc-46d2-9c71-0fd2e9eb3730} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
11810 2025.02.25 04:28:43.665968 [ 281 ] {97f8f58c-1dfc-46d2-9c71-0fd2e9eb3730} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11811 2025.02.25 04:28:43.666323 [ 281 ] {97f8f58c-1dfc-46d2-9c71-0fd2e9eb3730} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.009333 sec., 3750.133933354763 rows/sec., 6.72 MiB/sec.
11812 2025.02.25 04:28:43.666815 [ 281 ] {97f8f58c-1dfc-46d2-9c71-0fd2e9eb3730} <Debug> TCPHandler: Processed in 0.010575257 sec.
11813 2025.02.25 04:28:43.667081 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11814 2025.02.25 04:28:43.667371 [ 276 ] {ad9321d3-528e-4f91-8b2e-5e75ad85a917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11815 2025.02.25 04:28:43.667440 [ 276 ] {ad9321d3-528e-4f91-8b2e-5e75ad85a917} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11816 2025.02.25 04:28:43.668110 [ 276 ] {ad9321d3-528e-4f91-8b2e-5e75ad85a917} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11817 2025.02.25 04:28:43.668169 [ 276 ] {ad9321d3-528e-4f91-8b2e-5e75ad85a917} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11818 2025.02.25 04:28:43.668713 [ 276 ] {ad9321d3-528e-4f91-8b2e-5e75ad85a917} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
11819 2025.02.25 04:28:43.669012 [ 276 ] {ad9321d3-528e-4f91-8b2e-5e75ad85a917} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11820 2025.02.25 04:28:43.669238 [ 36 ] {} <Debug> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
11821 2025.02.25 04:28:43.669260 [ 276 ] {ad9321d3-528e-4f91-8b2e-5e75ad85a917} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001975 sec., 30379.746835443035 rows/sec., 2.05 MiB/sec.
11822 2025.02.25 04:28:43.669340 [ 36 ] {} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11823 2025.02.25 04:28:43.669406 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11824 2025.02.25 04:28:43.669606 [ 276 ] {ad9321d3-528e-4f91-8b2e-5e75ad85a917} <Debug> TCPHandler: Processed in 0.002666959 sec.
11825 2025.02.25 04:28:43.669650 [ 199 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full
11826 2025.02.25 04:28:43.669765 [ 199 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11827 2025.02.25 04:28:43.669803 [ 199 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5426 rows starting from the beginning of the part
11828 2025.02.25 04:28:43.669966 [ 199 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 28 rows starting from the beginning of the part
11829 2025.02.25 04:28:43.670198 [ 199 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 82 rows starting from the beginning of the part
11830 2025.02.25 04:28:43.670264 [ 199 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part
11831 2025.02.25 04:28:43.670560 [ 199 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 82 rows starting from the beginning of the part
11832 2025.02.25 04:28:43.670704 [ 199 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part
11833 2025.02.25 04:28:43.671367 [ 186 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28609 rows, containing 5 columns (5 merged, 0 gathered) in 0.015755813 sec., 1815774.2796261925 rows/sec., 122.77 MiB/sec.
11834 2025.02.25 04:28:43.671818 [ 186 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
11835 2025.02.25 04:28:43.672353 [ 186 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11836 2025.02.25 04:28:43.672573 [ 186 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
11837 2025.02.25 04:28:43.672752 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB.
11838 2025.02.25 04:28:43.673733 [ 201 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5738 rows, containing 4 columns (4 merged, 0 gathered) in 0.004179772 sec., 1372802.1528447007 rows/sec., 89.85 MiB/sec.
11839 2025.02.25 04:28:43.674215 [ 191 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
11840 2025.02.25 04:28:43.674533 [ 191 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_96_19} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11841 2025.02.25 04:28:43.674615 [ 191 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_96_19} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
11842 2025.02.25 04:28:43.674695 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB.
11843 2025.02.25 04:28:44.630941 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache
11844 2025.02.25 04:28:44.630998 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache
11845 2025.02.25 04:28:44.801178 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26596
11846 2025.02.25 04:28:44.801937 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11847 2025.02.25 04:28:44.801995 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11848 2025.02.25 04:28:44.802586 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
11849 2025.02.25 04:28:44.802848 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11850 2025.02.25 04:28:44.803083 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596
11851 2025.02.25 04:28:46.736881 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438
11852 2025.02.25 04:28:46.757823 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11853 2025.02.25 04:28:46.757885 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11854 2025.02.25 04:28:46.765648 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
11855 2025.02.25 04:28:46.766473 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11856 2025.02.25 04:28:46.770345 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438
11857 2025.02.25 04:28:48.640555 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11858 2025.02.25 04:28:48.640754 [ 281 ] {8b9a2a76-6ecc-4773-bc73-e590a0ad3106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11859 2025.02.25 04:28:48.640833 [ 281 ] {8b9a2a76-6ecc-4773-bc73-e590a0ad3106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11860 2025.02.25 04:28:48.641759 [ 281 ] {8b9a2a76-6ecc-4773-bc73-e590a0ad3106} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11861 2025.02.25 04:28:48.641823 [ 281 ] {8b9a2a76-6ecc-4773-bc73-e590a0ad3106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11862 2025.02.25 04:28:48.642299 [ 281 ] {8b9a2a76-6ecc-4773-bc73-e590a0ad3106} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
11863 2025.02.25 04:28:48.642577 [ 281 ] {8b9a2a76-6ecc-4773-bc73-e590a0ad3106} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11864 2025.02.25 04:28:48.642857 [ 281 ] {8b9a2a76-6ecc-4773-bc73-e590a0ad3106} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002154 sec., 98421.54131847725 rows/sec., 6.26 MiB/sec.
11865 2025.02.25 04:28:48.643066 [ 281 ] {8b9a2a76-6ecc-4773-bc73-e590a0ad3106} <Debug> TCPHandler: Processed in 0.002647449 sec.
11866 2025.02.25 04:28:48.643344 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11867 2025.02.25 04:28:48.643529 [ 276 ] {45caed8c-dc65-4471-a72a-b56b8efa26a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11868 2025.02.25 04:28:48.643598 [ 276 ] {45caed8c-dc65-4471-a72a-b56b8efa26a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11869 2025.02.25 04:28:48.644601 [ 276 ] {45caed8c-dc65-4471-a72a-b56b8efa26a8} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11870 2025.02.25 04:28:48.644649 [ 276 ] {45caed8c-dc65-4471-a72a-b56b8efa26a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11871 2025.02.25 04:28:48.645128 [ 276 ] {45caed8c-dc65-4471-a72a-b56b8efa26a8} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
11872 2025.02.25 04:28:48.645401 [ 276 ] {45caed8c-dc65-4471-a72a-b56b8efa26a8} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11873 2025.02.25 04:28:48.645636 [ 276 ] {45caed8c-dc65-4471-a72a-b56b8efa26a8} <Debug> executeQuery: Read 627 rows, 50.33 KiB in 0.002158 sec., 290546.80259499536 rows/sec., 22.77 MiB/sec.
11874 2025.02.25 04:28:48.645699 [ 276 ] {45caed8c-dc65-4471-a72a-b56b8efa26a8} <Debug> TCPHandler: Processed in 0.002494677 sec.
11875 2025.02.25 04:28:48.645869 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11876 2025.02.25 04:28:48.646016 [ 281 ] {ad41ffd3-2d04-47e7-958d-b434808ace2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11877 2025.02.25 04:28:48.646079 [ 281 ] {ad41ffd3-2d04-47e7-958d-b434808ace2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11878 2025.02.25 04:28:48.646811 [ 281 ] {ad41ffd3-2d04-47e7-958d-b434808ace2f} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11879 2025.02.25 04:28:48.646856 [ 281 ] {ad41ffd3-2d04-47e7-958d-b434808ace2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11880 2025.02.25 04:28:48.647252 [ 281 ] {ad41ffd3-2d04-47e7-958d-b434808ace2f} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
11881 2025.02.25 04:28:48.647511 [ 281 ] {ad41ffd3-2d04-47e7-958d-b434808ace2f} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11882 2025.02.25 04:28:48.647710 [ 32 ] {} <Debug> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
11883 2025.02.25 04:28:48.647773 [ 281 ] {ad41ffd3-2d04-47e7-958d-b434808ace2f} <Debug> executeQuery: Read 111 rows, 6.76 KiB in 0.001789 sec., 62045.83566238122 rows/sec., 3.69 MiB/sec.
11884 2025.02.25 04:28:48.647800 [ 32 ] {} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11885 2025.02.25 04:28:48.647876 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11886 2025.02.25 04:28:48.647901 [ 281 ] {ad41ffd3-2d04-47e7-958d-b434808ace2f} <Debug> TCPHandler: Processed in 0.002099441 sec.
11887 2025.02.25 04:28:48.648101 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11888 2025.02.25 04:28:48.648123 [ 193 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
11889 2025.02.25 04:28:48.648288 [ 276 ] {c55d79bc-bcba-4a3f-acda-96b55df8bc08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11890 2025.02.25 04:28:48.648397 [ 276 ] {c55d79bc-bcba-4a3f-acda-96b55df8bc08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11891 2025.02.25 04:28:48.648441 [ 193 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11892 2025.02.25 04:28:48.648546 [ 193 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 166 rows starting from the beginning of the part
11893 2025.02.25 04:28:48.648829 [ 193 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 111 rows starting from the beginning of the part
11894 2025.02.25 04:28:48.649199 [ 193 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 35 rows starting from the beginning of the part
11895 2025.02.25 04:28:48.649606 [ 193 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 115 rows starting from the beginning of the part
11896 2025.02.25 04:28:48.649934 [ 193 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 35 rows starting from the beginning of the part
11897 2025.02.25 04:28:48.650298 [ 193 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 111 rows starting from the beginning of the part
11898 2025.02.25 04:28:48.651588 [ 276 ] {c55d79bc-bcba-4a3f-acda-96b55df8bc08} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11899 2025.02.25 04:28:48.651680 [ 276 ] {c55d79bc-bcba-4a3f-acda-96b55df8bc08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
11900 2025.02.25 04:28:48.652783 [ 276 ] {c55d79bc-bcba-4a3f-acda-96b55df8bc08} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
11901 2025.02.25 04:28:48.653196 [ 191 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 5 columns (5 merged, 0 gathered) in 0.005194988 sec., 110298.61859161175 rows/sec., 7.30 MiB/sec.
11902 2025.02.25 04:28:48.653273 [ 276 ] {c55d79bc-bcba-4a3f-acda-96b55df8bc08} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11903 2025.02.25 04:28:48.653500 [ 201 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
11904 2025.02.25 04:28:48.653810 [ 276 ] {c55d79bc-bcba-4a3f-acda-96b55df8bc08} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00555 sec., 20360.36036036036 rows/sec., 1.32 MiB/sec.
11905 2025.02.25 04:28:48.654161 [ 276 ] {c55d79bc-bcba-4a3f-acda-96b55df8bc08} <Debug> TCPHandler: Processed in 0.006140831 sec.
11906 2025.02.25 04:28:48.654489 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11907 2025.02.25 04:28:48.654574 [ 201 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_81_16} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11908 2025.02.25 04:28:48.654707 [ 281 ] {90cdc145-d733-49bc-a33b-fca8bbce6ba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11909 2025.02.25 04:28:48.654759 [ 201 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_81_16} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
11910 2025.02.25 04:28:48.654799 [ 281 ] {90cdc145-d733-49bc-a33b-fca8bbce6ba2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11911 2025.02.25 04:28:48.654965 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
11912 2025.02.25 04:28:48.655611 [ 281 ] {90cdc145-d733-49bc-a33b-fca8bbce6ba2} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11913 2025.02.25 04:28:48.655659 [ 281 ] {90cdc145-d733-49bc-a33b-fca8bbce6ba2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11914 2025.02.25 04:28:48.656056 [ 281 ] {90cdc145-d733-49bc-a33b-fca8bbce6ba2} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
11915 2025.02.25 04:28:48.656318 [ 281 ] {90cdc145-d733-49bc-a33b-fca8bbce6ba2} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11916 2025.02.25 04:28:48.656563 [ 281 ] {90cdc145-d733-49bc-a33b-fca8bbce6ba2} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001933 sec., 57941.02431453699 rows/sec., 3.30 MiB/sec.
11917 2025.02.25 04:28:48.656664 [ 281 ] {90cdc145-d733-49bc-a33b-fca8bbce6ba2} <Debug> TCPHandler: Processed in 0.002362845 sec.
11918 2025.02.25 04:28:48.656853 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11919 2025.02.25 04:28:48.656995 [ 276 ] {5080fd8d-a190-43c9-b7c7-644d6b004f52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11920 2025.02.25 04:28:48.657057 [ 276 ] {5080fd8d-a190-43c9-b7c7-644d6b004f52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11921 2025.02.25 04:28:48.657889 [ 276 ] {5080fd8d-a190-43c9-b7c7-644d6b004f52} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11922 2025.02.25 04:28:48.657930 [ 276 ] {5080fd8d-a190-43c9-b7c7-644d6b004f52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11923 2025.02.25 04:28:48.658320 [ 276 ] {5080fd8d-a190-43c9-b7c7-644d6b004f52} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
11924 2025.02.25 04:28:48.658560 [ 276 ] {5080fd8d-a190-43c9-b7c7-644d6b004f52} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11925 2025.02.25 04:28:48.658778 [ 276 ] {5080fd8d-a190-43c9-b7c7-644d6b004f52} <Debug> executeQuery: Read 387 rows, 27.99 KiB in 0.001816 sec., 213105.7268722467 rows/sec., 15.05 MiB/sec.
11926 2025.02.25 04:28:48.658834 [ 276 ] {5080fd8d-a190-43c9-b7c7-644d6b004f52} <Debug> TCPHandler: Processed in 0.002068691 sec.
11927 2025.02.25 04:28:48.658992 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11928 2025.02.25 04:28:48.659137 [ 281 ] {7a1c7e6a-0579-40f7-93a1-08ce609d4965} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11929 2025.02.25 04:28:48.659200 [ 281 ] {7a1c7e6a-0579-40f7-93a1-08ce609d4965} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11930 2025.02.25 04:28:48.659749 [ 281 ] {7a1c7e6a-0579-40f7-93a1-08ce609d4965} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11931 2025.02.25 04:28:48.659819 [ 281 ] {7a1c7e6a-0579-40f7-93a1-08ce609d4965} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11932 2025.02.25 04:28:48.660869 [ 281 ] {7a1c7e6a-0579-40f7-93a1-08ce609d4965} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
11933 2025.02.25 04:28:48.661127 [ 281 ] {7a1c7e6a-0579-40f7-93a1-08ce609d4965} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11934 2025.02.25 04:28:48.661303 [ 32 ] {} <Debug> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
11935 2025.02.25 04:28:48.661367 [ 32 ] {} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11936 2025.02.25 04:28:48.661391 [ 281 ] {7a1c7e6a-0579-40f7-93a1-08ce609d4965} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002278 sec., 2633.8893766461806 rows/sec., 137.61 KiB/sec.
11937 2025.02.25 04:28:48.661404 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11938 2025.02.25 04:28:48.661606 [ 281 ] {7a1c7e6a-0579-40f7-93a1-08ce609d4965} <Debug> TCPHandler: Processed in 0.0026728 sec.
11939 2025.02.25 04:28:48.661927 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11940 2025.02.25 04:28:48.661965 [ 191 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
11941 2025.02.25 04:28:48.662342 [ 276 ] {57096894-2d41-469f-a9d5-3d3af5a1ea8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11942 2025.02.25 04:28:48.662528 [ 276 ] {57096894-2d41-469f-a9d5-3d3af5a1ea8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11943 2025.02.25 04:28:48.662571 [ 191 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11944 2025.02.25 04:28:48.662623 [ 191 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 186 rows starting from the beginning of the part
11945 2025.02.25 04:28:48.662831 [ 191 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part
11946 2025.02.25 04:28:48.663084 [ 191 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part
11947 2025.02.25 04:28:48.663259 [ 191 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part
11948 2025.02.25 04:28:48.663342 [ 191 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part
11949 2025.02.25 04:28:48.663649 [ 191 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part
11950 2025.02.25 04:28:48.664568 [ 276 ] {57096894-2d41-469f-a9d5-3d3af5a1ea8c} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11951 2025.02.25 04:28:48.664611 [ 276 ] {57096894-2d41-469f-a9d5-3d3af5a1ea8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
11952 2025.02.25 04:28:48.665201 [ 276 ] {57096894-2d41-469f-a9d5-3d3af5a1ea8c} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
11953 2025.02.25 04:28:48.665514 [ 190 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.003974749 sec., 54343.05411486361 rows/sec., 2.77 MiB/sec.
11954 2025.02.25 04:28:48.665578 [ 276 ] {57096894-2d41-469f-a9d5-3d3af5a1ea8c} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11955 2025.02.25 04:28:48.665743 [ 190 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
11956 2025.02.25 04:28:48.666094 [ 276 ] {57096894-2d41-469f-a9d5-3d3af5a1ea8c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003901 sec., 60753.65290951038 rows/sec., 4.07 MiB/sec.
11957 2025.02.25 04:28:48.666327 [ 276 ] {57096894-2d41-469f-a9d5-3d3af5a1ea8c} <Debug> TCPHandler: Processed in 0.004583378 sec.
11958 2025.02.25 04:28:48.666644 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11959 2025.02.25 04:28:48.666764 [ 190 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_36_7} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11960 2025.02.25 04:28:48.667133 [ 190 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_36_7} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
11961 2025.02.25 04:28:48.667142 [ 281 ] {5eb48758-7aaf-4a95-9be1-8d52b5c1df77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11962 2025.02.25 04:28:48.667408 [ 281 ] {5eb48758-7aaf-4a95-9be1-8d52b5c1df77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11963 2025.02.25 04:28:48.667431 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
11964 2025.02.25 04:28:48.668420 [ 281 ] {5eb48758-7aaf-4a95-9be1-8d52b5c1df77} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11965 2025.02.25 04:28:48.668460 [ 281 ] {5eb48758-7aaf-4a95-9be1-8d52b5c1df77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11966 2025.02.25 04:28:48.668847 [ 281 ] {5eb48758-7aaf-4a95-9be1-8d52b5c1df77} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
11967 2025.02.25 04:28:48.669095 [ 281 ] {5eb48758-7aaf-4a95-9be1-8d52b5c1df77} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11968 2025.02.25 04:28:48.669275 [ 32 ] {} <Debug> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
11969 2025.02.25 04:28:48.669344 [ 32 ] {} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11970 2025.02.25 04:28:48.669355 [ 281 ] {5eb48758-7aaf-4a95-9be1-8d52b5c1df77} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002379 sec., 420.3446826397646 rows/sec., 28.32 KiB/sec.
11971 2025.02.25 04:28:48.669378 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11972 2025.02.25 04:28:48.669506 [ 281 ] {5eb48758-7aaf-4a95-9be1-8d52b5c1df77} <Debug> TCPHandler: Processed in 0.003042685 sec.
11973 2025.02.25 04:28:48.669836 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11974 2025.02.25 04:28:48.669943 [ 190 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::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
11975 2025.02.25 04:28:48.670361 [ 276 ] {d3fb8646-3a5c-4d61-8388-26a708de7f86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11976 2025.02.25 04:28:48.670384 [ 190 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11977 2025.02.25 04:28:48.670468 [ 190 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 33 rows starting from the beginning of the part
11978 2025.02.25 04:28:48.670555 [ 276 ] {d3fb8646-3a5c-4d61-8388-26a708de7f86} <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
11979 2025.02.25 04:28:48.670730 [ 190 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part
11980 2025.02.25 04:28:48.671151 [ 190 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part
11981 2025.02.25 04:28:48.671511 [ 190 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part
11982 2025.02.25 04:28:48.671917 [ 190 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part
11983 2025.02.25 04:28:48.672276 [ 190 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part
11984 2025.02.25 04:28:48.675798 [ 190 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 4 columns (4 merged, 0 gathered) in 0.006263382 sec., 6067.009803968527 rows/sec., 407.56 KiB/sec.
11985 2025.02.25 04:28:48.676000 [ 190 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
11986 2025.02.25 04:28:48.676192 [ 276 ] {d3fb8646-3a5c-4d61-8388-26a708de7f86} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11987 2025.02.25 04:28:48.676258 [ 276 ] {d3fb8646-3a5c-4d61-8388-26a708de7f86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
11988 2025.02.25 04:28:48.676622 [ 190 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_36_7} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11989 2025.02.25 04:28:48.676764 [ 190 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_36_7} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
11990 2025.02.25 04:28:48.676916 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.21 MiB.
11991 2025.02.25 04:28:48.677297 [ 276 ] {d3fb8646-3a5c-4d61-8388-26a708de7f86} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
11992 2025.02.25 04:28:48.677575 [ 276 ] {d3fb8646-3a5c-4d61-8388-26a708de7f86} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11993 2025.02.25 04:28:48.677880 [ 276 ] {d3fb8646-3a5c-4d61-8388-26a708de7f86} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.007746 sec., 645.4944487477408 rows/sec., 1.16 MiB/sec.
11994 2025.02.25 04:28:48.678219 [ 276 ] {d3fb8646-3a5c-4d61-8388-26a708de7f86} <Debug> TCPHandler: Processed in 0.008570467 sec.
11995 2025.02.25 04:28:48.678488 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11996 2025.02.25 04:28:48.678687 [ 281 ] {b0cbdaf8-4c98-4cb7-a2a1-4422c438bc43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11997 2025.02.25 04:28:48.678742 [ 281 ] {b0cbdaf8-4c98-4cb7-a2a1-4422c438bc43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11998 2025.02.25 04:28:48.679326 [ 281 ] {b0cbdaf8-4c98-4cb7-a2a1-4422c438bc43} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11999 2025.02.25 04:28:48.679369 [ 281 ] {b0cbdaf8-4c98-4cb7-a2a1-4422c438bc43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
12000 2025.02.25 04:28:48.679766 [ 281 ] {b0cbdaf8-4c98-4cb7-a2a1-4422c438bc43} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
12001 2025.02.25 04:28:48.680013 [ 281 ] {b0cbdaf8-4c98-4cb7-a2a1-4422c438bc43} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12002 2025.02.25 04:28:48.680241 [ 281 ] {b0cbdaf8-4c98-4cb7-a2a1-4422c438bc43} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001589 sec., 51604.78288231592 rows/sec., 3.28 MiB/sec.
12003 2025.02.25 04:28:48.680299 [ 281 ] {b0cbdaf8-4c98-4cb7-a2a1-4422c438bc43} <Debug> TCPHandler: Processed in 0.001957849 sec.
12004 2025.02.25 04:28:49.183218 [ 32 ] {} <Debug> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0
12005 2025.02.25 04:28:49.183279 [ 32 ] {} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12006 2025.02.25 04:28:49.183301 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
12007 2025.02.25 04:28:49.183446 [ 200 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full
12008 2025.02.25 04:28:49.183616 [ 200 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12009 2025.02.25 04:28:49.183658 [ 200 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 20 rows starting from the beginning of the part
12010 2025.02.25 04:28:49.183746 [ 200 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part
12011 2025.02.25 04:28:49.183852 [ 200 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part
12012 2025.02.25 04:28:49.184112 [ 200 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part
12013 2025.02.25 04:28:49.184357 [ 200 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part
12014 2025.02.25 04:28:49.185429 [ 195 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.002060601 sec., 20382.402997960304 rows/sec., 1.70 MiB/sec.
12015 2025.02.25 04:28:49.185654 [ 194 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary)
12016 2025.02.25 04:28:49.186018 [ 194 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_18_4} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12017 2025.02.25 04:28:49.186121 [ 194 ] {7b16b358-c04e-4935-8d77-aedfe7894185::all_1_18_4} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4
12018 2025.02.25 04:28:49.186234 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
12019 2025.02.25 04:28:49.957412 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1706
12020 2025.02.25 04:28:49.960679 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12021 2025.02.25 04:28:49.960735 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB.
12022 2025.02.25 04:28:49.963968 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12023 2025.02.25 04:28:49.964306 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12024 2025.02.25 04:28:49.965739 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1706
12025 2025.02.25 04:28:50.841232 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12026 2025.02.25 04:28:50.841445 [ 281 ] {68ebf581-8ef3-4792-b888-6d0882c24827} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
12027 2025.02.25 04:28:50.841523 [ 281 ] {68ebf581-8ef3-4792-b888-6d0882c24827} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12028 2025.02.25 04:28:50.842313 [ 281 ] {68ebf581-8ef3-4792-b888-6d0882c24827} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12029 2025.02.25 04:28:50.842362 [ 281 ] {68ebf581-8ef3-4792-b888-6d0882c24827} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12030 2025.02.25 04:28:50.842790 [ 281 ] {68ebf581-8ef3-4792-b888-6d0882c24827} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
12031 2025.02.25 04:28:50.843047 [ 281 ] {68ebf581-8ef3-4792-b888-6d0882c24827} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12032 2025.02.25 04:28:50.843295 [ 281 ] {68ebf581-8ef3-4792-b888-6d0882c24827} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001906 sec., 6295.907660020986 rows/sec., 513.39 KiB/sec.
12033 2025.02.25 04:28:50.843365 [ 281 ] {68ebf581-8ef3-4792-b888-6d0882c24827} <Debug> TCPHandler: Processed in 0.002271623 sec.
12034 2025.02.25 04:28:50.843715 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12035 2025.02.25 04:28:50.844015 [ 276 ] {5350da0a-b558-4820-8e76-d1fe1df8fee5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12036 2025.02.25 04:28:50.844132 [ 276 ] {5350da0a-b558-4820-8e76-d1fe1df8fee5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12037 2025.02.25 04:28:50.845779 [ 276 ] {5350da0a-b558-4820-8e76-d1fe1df8fee5} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12038 2025.02.25 04:28:50.845826 [ 276 ] {5350da0a-b558-4820-8e76-d1fe1df8fee5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12039 2025.02.25 04:28:50.846346 [ 276 ] {5350da0a-b558-4820-8e76-d1fe1df8fee5} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12040 2025.02.25 04:28:50.846601 [ 276 ] {5350da0a-b558-4820-8e76-d1fe1df8fee5} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12041 2025.02.25 04:28:50.846854 [ 276 ] {5350da0a-b558-4820-8e76-d1fe1df8fee5} <Debug> executeQuery: Read 1272 rows, 107.58 KiB in 0.002924 sec., 435020.5198358413 rows/sec., 35.93 MiB/sec.
12042 2025.02.25 04:28:50.846925 [ 276 ] {5350da0a-b558-4820-8e76-d1fe1df8fee5} <Debug> TCPHandler: Processed in 0.00340343 sec.
12043 2025.02.25 04:28:50.847099 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12044 2025.02.25 04:28:50.847248 [ 281 ] {ab717104-4546-4829-bd97-e9192f98dc93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12045 2025.02.25 04:28:50.847311 [ 281 ] {ab717104-4546-4829-bd97-e9192f98dc93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12046 2025.02.25 04:28:50.847979 [ 281 ] {ab717104-4546-4829-bd97-e9192f98dc93} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12047 2025.02.25 04:28:50.848021 [ 281 ] {ab717104-4546-4829-bd97-e9192f98dc93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12048 2025.02.25 04:28:50.848410 [ 281 ] {ab717104-4546-4829-bd97-e9192f98dc93} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
12049 2025.02.25 04:28:50.848653 [ 281 ] {ab717104-4546-4829-bd97-e9192f98dc93} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12050 2025.02.25 04:28:50.848891 [ 281 ] {ab717104-4546-4829-bd97-e9192f98dc93} <Debug> executeQuery: Read 47 rows, 3.47 KiB in 0.001678 sec., 28009.53516090584 rows/sec., 2.02 MiB/sec.
12051 2025.02.25 04:28:50.848953 [ 281 ] {ab717104-4546-4829-bd97-e9192f98dc93} <Debug> TCPHandler: Processed in 0.001927709 sec.
12052 2025.02.25 04:28:50.849166 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12053 2025.02.25 04:28:50.849393 [ 276 ] {0f315bce-fcfe-4ed3-8a47-d81fbb5416ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12054 2025.02.25 04:28:50.849490 [ 276 ] {0f315bce-fcfe-4ed3-8a47-d81fbb5416ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12055 2025.02.25 04:28:50.850220 [ 276 ] {0f315bce-fcfe-4ed3-8a47-d81fbb5416ed} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12056 2025.02.25 04:28:50.850259 [ 276 ] {0f315bce-fcfe-4ed3-8a47-d81fbb5416ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12057 2025.02.25 04:28:50.850641 [ 276 ] {0f315bce-fcfe-4ed3-8a47-d81fbb5416ed} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
12058 2025.02.25 04:28:50.850884 [ 276 ] {0f315bce-fcfe-4ed3-8a47-d81fbb5416ed} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12059 2025.02.25 04:28:50.851067 [ 276 ] {0f315bce-fcfe-4ed3-8a47-d81fbb5416ed} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001733 sec., 131563.76226197346 rows/sec., 8.91 MiB/sec.
12060 2025.02.25 04:28:50.851122 [ 276 ] {0f315bce-fcfe-4ed3-8a47-d81fbb5416ed} <Debug> TCPHandler: Processed in 0.002068 sec.
12061 2025.02.25 04:28:50.851287 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12062 2025.02.25 04:28:50.851428 [ 281 ] {7f6a8a90-969a-41e6-a487-7b99aae497c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12063 2025.02.25 04:28:50.851487 [ 281 ] {7f6a8a90-969a-41e6-a487-7b99aae497c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12064 2025.02.25 04:28:50.852350 [ 281 ] {7f6a8a90-969a-41e6-a487-7b99aae497c7} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12065 2025.02.25 04:28:50.852391 [ 281 ] {7f6a8a90-969a-41e6-a487-7b99aae497c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12066 2025.02.25 04:28:50.852789 [ 281 ] {7f6a8a90-969a-41e6-a487-7b99aae497c7} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12067 2025.02.25 04:28:50.853032 [ 281 ] {7f6a8a90-969a-41e6-a487-7b99aae497c7} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12068 2025.02.25 04:28:50.853269 [ 281 ] {7f6a8a90-969a-41e6-a487-7b99aae497c7} <Debug> executeQuery: Read 567 rows, 43.19 KiB in 0.001872 sec., 302884.6153846154 rows/sec., 22.53 MiB/sec.
12069 2025.02.25 04:28:50.853338 [ 281 ] {7f6a8a90-969a-41e6-a487-7b99aae497c7} <Debug> TCPHandler: Processed in 0.002118331 sec.
12070 2025.02.25 04:28:50.853533 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12071 2025.02.25 04:28:50.853769 [ 276 ] {f479e0d0-8f18-47d0-8c3e-0c18a18aff9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12072 2025.02.25 04:28:50.853835 [ 276 ] {f479e0d0-8f18-47d0-8c3e-0c18a18aff9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12073 2025.02.25 04:28:50.854730 [ 276 ] {f479e0d0-8f18-47d0-8c3e-0c18a18aff9f} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12074 2025.02.25 04:28:50.854768 [ 276 ] {f479e0d0-8f18-47d0-8c3e-0c18a18aff9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12075 2025.02.25 04:28:50.855234 [ 276 ] {f479e0d0-8f18-47d0-8c3e-0c18a18aff9f} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12076 2025.02.25 04:28:50.855470 [ 276 ] {f479e0d0-8f18-47d0-8c3e-0c18a18aff9f} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12077 2025.02.25 04:28:50.855662 [ 276 ] {f479e0d0-8f18-47d0-8c3e-0c18a18aff9f} <Debug> executeQuery: Read 936 rows, 64.24 KiB in 0.001938 sec., 482972.1362229102 rows/sec., 32.37 MiB/sec.
12078 2025.02.25 04:28:50.855717 [ 276 ] {f479e0d0-8f18-47d0-8c3e-0c18a18aff9f} <Debug> TCPHandler: Processed in 0.002295064 sec.
12079 2025.02.25 04:28:50.855878 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12080 2025.02.25 04:28:50.856021 [ 281 ] {07f9b92b-d89f-4412-9c65-ae03f5613c42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12081 2025.02.25 04:28:50.856117 [ 281 ] {07f9b92b-d89f-4412-9c65-ae03f5613c42} <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
12082 2025.02.25 04:28:50.857426 [ 281 ] {07f9b92b-d89f-4412-9c65-ae03f5613c42} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12083 2025.02.25 04:28:50.857466 [ 281 ] {07f9b92b-d89f-4412-9c65-ae03f5613c42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12084 2025.02.25 04:28:50.858173 [ 281 ] {07f9b92b-d89f-4412-9c65-ae03f5613c42} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
12085 2025.02.25 04:28:50.858437 [ 281 ] {07f9b92b-d89f-4412-9c65-ae03f5613c42} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12086 2025.02.25 04:28:50.858696 [ 281 ] {07f9b92b-d89f-4412-9c65-ae03f5613c42} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002706 sec., 12934.220251293422 rows/sec., 23.18 MiB/sec.
12087 2025.02.25 04:28:50.858812 [ 281 ] {07f9b92b-d89f-4412-9c65-ae03f5613c42} <Debug> TCPHandler: Processed in 0.003004165 sec.
12088 2025.02.25 04:28:50.859055 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12089 2025.02.25 04:28:50.859279 [ 276 ] {dd4be649-4b9c-49b9-9095-219296d5bbba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12090 2025.02.25 04:28:50.859372 [ 276 ] {dd4be649-4b9c-49b9-9095-219296d5bbba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12091 2025.02.25 04:28:50.859959 [ 276 ] {dd4be649-4b9c-49b9-9095-219296d5bbba} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12092 2025.02.25 04:28:50.859996 [ 276 ] {dd4be649-4b9c-49b9-9095-219296d5bbba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12093 2025.02.25 04:28:50.860367 [ 276 ] {dd4be649-4b9c-49b9-9095-219296d5bbba} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12094 2025.02.25 04:28:50.860600 [ 276 ] {dd4be649-4b9c-49b9-9095-219296d5bbba} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12095 2025.02.25 04:28:50.860801 [ 276 ] {dd4be649-4b9c-49b9-9095-219296d5bbba} <Debug> executeQuery: Read 30 rows, 2.08 KiB in 0.001575 sec., 19047.619047619046 rows/sec., 1.29 MiB/sec.
12096 2025.02.25 04:28:50.860887 [ 276 ] {dd4be649-4b9c-49b9-9095-219296d5bbba} <Debug> TCPHandler: Processed in 0.001937539 sec.
12097 2025.02.25 04:28:52.303253 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27084
12098 2025.02.25 04:28:52.303921 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12099 2025.02.25 04:28:52.303967 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12100 2025.02.25 04:28:52.304522 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
12101 2025.02.25 04:28:52.304784 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12102 2025.02.25 04:28:52.305034 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27084
12103 2025.02.25 04:28:53.630984 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12104 2025.02.25 04:28:53.631201 [ 281 ] {4dca68fd-5997-44d9-bb36-4b5e10e39ef2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12105 2025.02.25 04:28:53.631285 [ 281 ] {4dca68fd-5997-44d9-bb36-4b5e10e39ef2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12106 2025.02.25 04:28:53.632137 [ 281 ] {4dca68fd-5997-44d9-bb36-4b5e10e39ef2} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12107 2025.02.25 04:28:53.632187 [ 281 ] {4dca68fd-5997-44d9-bb36-4b5e10e39ef2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12108 2025.02.25 04:28:53.632614 [ 281 ] {4dca68fd-5997-44d9-bb36-4b5e10e39ef2} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
12109 2025.02.25 04:28:53.632880 [ 281 ] {4dca68fd-5997-44d9-bb36-4b5e10e39ef2} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12110 2025.02.25 04:28:53.633127 [ 281 ] {4dca68fd-5997-44d9-bb36-4b5e10e39ef2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001985 sec., 28211.58690176323 rows/sec., 2.15 MiB/sec.
12111 2025.02.25 04:28:53.633196 [ 281 ] {4dca68fd-5997-44d9-bb36-4b5e10e39ef2} <Debug> TCPHandler: Processed in 0.002357905 sec.
12112 2025.02.25 04:28:53.633463 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12113 2025.02.25 04:28:53.633673 [ 276 ] {9c4cf7d2-3f2d-48c5-a23a-b82bdf142760} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12114 2025.02.25 04:28:53.633748 [ 276 ] {9c4cf7d2-3f2d-48c5-a23a-b82bdf142760} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12115 2025.02.25 04:28:53.634527 [ 276 ] {9c4cf7d2-3f2d-48c5-a23a-b82bdf142760} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12116 2025.02.25 04:28:53.634583 [ 276 ] {9c4cf7d2-3f2d-48c5-a23a-b82bdf142760} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12117 2025.02.25 04:28:53.635021 [ 276 ] {9c4cf7d2-3f2d-48c5-a23a-b82bdf142760} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
12118 2025.02.25 04:28:53.635283 [ 276 ] {9c4cf7d2-3f2d-48c5-a23a-b82bdf142760} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12119 2025.02.25 04:28:53.635542 [ 276 ] {9c4cf7d2-3f2d-48c5-a23a-b82bdf142760} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001919 sec., 33350.70349140177 rows/sec., 2.60 MiB/sec.
12120 2025.02.25 04:28:53.635637 [ 276 ] {9c4cf7d2-3f2d-48c5-a23a-b82bdf142760} <Debug> TCPHandler: Processed in 0.002317194 sec.
12121 2025.02.25 04:28:53.635856 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12122 2025.02.25 04:28:53.636032 [ 281 ] {16659c48-215c-454a-b550-c11b2c0a0002} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12123 2025.02.25 04:28:53.636098 [ 281 ] {16659c48-215c-454a-b550-c11b2c0a0002} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12124 2025.02.25 04:28:53.636745 [ 281 ] {16659c48-215c-454a-b550-c11b2c0a0002} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12125 2025.02.25 04:28:53.636786 [ 281 ] {16659c48-215c-454a-b550-c11b2c0a0002} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12126 2025.02.25 04:28:53.637182 [ 281 ] {16659c48-215c-454a-b550-c11b2c0a0002} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
12127 2025.02.25 04:28:53.637426 [ 281 ] {16659c48-215c-454a-b550-c11b2c0a0002} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12128 2025.02.25 04:28:53.637644 [ 281 ] {16659c48-215c-454a-b550-c11b2c0a0002} <Debug> executeQuery: Read 76 rows, 5.43 KiB in 0.001652 sec., 46004.84261501211 rows/sec., 3.21 MiB/sec.
12129 2025.02.25 04:28:53.637700 [ 281 ] {16659c48-215c-454a-b550-c11b2c0a0002} <Debug> TCPHandler: Processed in 0.001959449 sec.
12130 2025.02.25 04:28:53.637882 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12131 2025.02.25 04:28:53.638027 [ 276 ] {75913ee1-a7e3-47de-a717-cbcb37201065} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12132 2025.02.25 04:28:53.638092 [ 276 ] {75913ee1-a7e3-47de-a717-cbcb37201065} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12133 2025.02.25 04:28:53.638674 [ 276 ] {75913ee1-a7e3-47de-a717-cbcb37201065} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12134 2025.02.25 04:28:53.638716 [ 276 ] {75913ee1-a7e3-47de-a717-cbcb37201065} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12135 2025.02.25 04:28:53.639181 [ 276 ] {75913ee1-a7e3-47de-a717-cbcb37201065} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
12136 2025.02.25 04:28:53.639444 [ 276 ] {75913ee1-a7e3-47de-a717-cbcb37201065} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12137 2025.02.25 04:28:53.639680 [ 276 ] {75913ee1-a7e3-47de-a717-cbcb37201065} <Debug> executeQuery: Read 30 rows, 2.06 KiB in 0.001685 sec., 17804.154302670624 rows/sec., 1.20 MiB/sec.
12138 2025.02.25 04:28:53.639758 [ 276 ] {75913ee1-a7e3-47de-a717-cbcb37201065} <Debug> TCPHandler: Processed in 0.001948069 sec.
12139 2025.02.25 04:28:54.270438 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445
12140 2025.02.25 04:28:54.291583 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12141 2025.02.25 04:28:54.291654 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12142 2025.02.25 04:28:54.299123 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
12143 2025.02.25 04:28:54.300018 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12144 2025.02.25 04:28:54.304089 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445
12145 2025.02.25 04:28:58.641045 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12146 2025.02.25 04:28:58.641288 [ 281 ] {06c2d90e-f5a6-4b22-abab-c08c4231ec87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12147 2025.02.25 04:28:58.641374 [ 281 ] {06c2d90e-f5a6-4b22-abab-c08c4231ec87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12148 2025.02.25 04:28:58.642261 [ 281 ] {06c2d90e-f5a6-4b22-abab-c08c4231ec87} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12149 2025.02.25 04:28:58.642312 [ 281 ] {06c2d90e-f5a6-4b22-abab-c08c4231ec87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12150 2025.02.25 04:28:58.642770 [ 281 ] {06c2d90e-f5a6-4b22-abab-c08c4231ec87} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
12151 2025.02.25 04:28:58.643028 [ 281 ] {06c2d90e-f5a6-4b22-abab-c08c4231ec87} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12152 2025.02.25 04:28:58.643223 [ 149 ] {} <Debug> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0
12153 2025.02.25 04:28:58.643312 [ 149 ] {} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12154 2025.02.25 04:28:58.643327 [ 281 ] {06c2d90e-f5a6-4b22-abab-c08c4231ec87} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002089 sec., 101483.96361895643 rows/sec., 6.45 MiB/sec.
12155 2025.02.25 04:28:58.643343 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12156 2025.02.25 04:28:58.643517 [ 281 ] {06c2d90e-f5a6-4b22-abab-c08c4231ec87} <Debug> TCPHandler: Processed in 0.002617808 sec.
12157 2025.02.25 04:28:58.643609 [ 200 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full
12158 2025.02.25 04:28:58.643785 [ 200 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12159 2025.02.25 04:28:58.643844 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12160 2025.02.25 04:28:58.643857 [ 200 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 212 rows starting from the beginning of the part
12161 2025.02.25 04:28:58.644042 [ 200 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 212 rows starting from the beginning of the part
12162 2025.02.25 04:28:58.644436 [ 200 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 212 rows starting from the beginning of the part
12163 2025.02.25 04:28:58.644591 [ 276 ] {2dc54de0-428e-4cfa-935d-1fba4ca88ebd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12164 2025.02.25 04:28:58.644804 [ 200 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 212 rows starting from the beginning of the part
12165 2025.02.25 04:28:58.644943 [ 276 ] {2dc54de0-428e-4cfa-935d-1fba4ca88ebd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12166 2025.02.25 04:28:58.645097 [ 200 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 212 rows starting from the beginning of the part
12167 2025.02.25 04:28:58.647668 [ 276 ] {2dc54de0-428e-4cfa-935d-1fba4ca88ebd} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12168 2025.02.25 04:28:58.647783 [ 276 ] {2dc54de0-428e-4cfa-935d-1fba4ca88ebd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12169 2025.02.25 04:28:58.647892 [ 194 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004428325 sec., 239368.15838945875 rows/sec., 16.14 MiB/sec.
12170 2025.02.25 04:28:58.648142 [ 188 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary)
12171 2025.02.25 04:28:58.648537 [ 276 ] {2dc54de0-428e-4cfa-935d-1fba4ca88ebd} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
12172 2025.02.25 04:28:58.648700 [ 188 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_37_9} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12173 2025.02.25 04:28:58.648871 [ 188 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_37_9} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9
12174 2025.02.25 04:28:58.649031 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
12175 2025.02.25 04:28:58.649054 [ 276 ] {2dc54de0-428e-4cfa-935d-1fba4ca88ebd} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12176 2025.02.25 04:28:58.649340 [ 276 ] {2dc54de0-428e-4cfa-935d-1fba4ca88ebd} <Debug> executeQuery: Read 627 rows, 50.33 KiB in 0.005129 sec., 122246.0518619614 rows/sec., 9.58 MiB/sec.
12177 2025.02.25 04:28:58.649421 [ 276 ] {2dc54de0-428e-4cfa-935d-1fba4ca88ebd} <Debug> TCPHandler: Processed in 0.005768325 sec.
12178 2025.02.25 04:28:58.649575 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12179 2025.02.25 04:28:58.649705 [ 281 ] {2283d5e3-746e-49bc-9e1f-f60d4361ffa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12180 2025.02.25 04:28:58.649760 [ 281 ] {2283d5e3-746e-49bc-9e1f-f60d4361ffa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12181 2025.02.25 04:28:58.650448 [ 281 ] {2283d5e3-746e-49bc-9e1f-f60d4361ffa0} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12182 2025.02.25 04:28:58.650490 [ 281 ] {2283d5e3-746e-49bc-9e1f-f60d4361ffa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12183 2025.02.25 04:28:58.650888 [ 281 ] {2283d5e3-746e-49bc-9e1f-f60d4361ffa0} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
12184 2025.02.25 04:28:58.651155 [ 281 ] {2283d5e3-746e-49bc-9e1f-f60d4361ffa0} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12185 2025.02.25 04:28:58.651379 [ 281 ] {2283d5e3-746e-49bc-9e1f-f60d4361ffa0} <Debug> executeQuery: Read 111 rows, 6.76 KiB in 0.001705 sec., 65102.639296187685 rows/sec., 3.87 MiB/sec.
12186 2025.02.25 04:28:58.651442 [ 281 ] {2283d5e3-746e-49bc-9e1f-f60d4361ffa0} <Debug> TCPHandler: Processed in 0.001929388 sec.
12187 2025.02.25 04:28:58.651610 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12188 2025.02.25 04:28:58.651735 [ 276 ] {6619f61e-8494-4f0c-a69c-66131e3e5bf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12189 2025.02.25 04:28:58.651789 [ 276 ] {6619f61e-8494-4f0c-a69c-66131e3e5bf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12190 2025.02.25 04:28:58.652449 [ 276 ] {6619f61e-8494-4f0c-a69c-66131e3e5bf3} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12191 2025.02.25 04:28:58.652492 [ 276 ] {6619f61e-8494-4f0c-a69c-66131e3e5bf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12192 2025.02.25 04:28:58.652868 [ 276 ] {6619f61e-8494-4f0c-a69c-66131e3e5bf3} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
12193 2025.02.25 04:28:58.653109 [ 276 ] {6619f61e-8494-4f0c-a69c-66131e3e5bf3} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12194 2025.02.25 04:28:58.653293 [ 149 ] {} <Debug> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
12195 2025.02.25 04:28:58.653352 [ 149 ] {} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12196 2025.02.25 04:28:58.653389 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12197 2025.02.25 04:28:58.653389 [ 276 ] {6619f61e-8494-4f0c-a69c-66131e3e5bf3} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001667 sec., 67786.44271145771 rows/sec., 4.39 MiB/sec.
12198 2025.02.25 04:28:58.653562 [ 276 ] {6619f61e-8494-4f0c-a69c-66131e3e5bf3} <Debug> TCPHandler: Processed in 0.002010009 sec.
12199 2025.02.25 04:28:58.653594 [ 187 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::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
12200 2025.02.25 04:28:58.653731 [ 187 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12201 2025.02.25 04:28:58.653770 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12202 2025.02.25 04:28:58.653787 [ 187 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 343 rows starting from the beginning of the part
12203 2025.02.25 04:28:58.654043 [ 187 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 113 rows starting from the beginning of the part
12204 2025.02.25 04:28:58.654170 [ 281 ] {6a825f68-6a50-47d6-a882-bd2604db6440} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12205 2025.02.25 04:28:58.654303 [ 187 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 113 rows starting from the beginning of the part
12206 2025.02.25 04:28:58.654413 [ 281 ] {6a825f68-6a50-47d6-a882-bd2604db6440} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12207 2025.02.25 04:28:58.654754 [ 187 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 113 rows starting from the beginning of the part
12208 2025.02.25 04:28:58.655095 [ 187 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 228 rows starting from the beginning of the part
12209 2025.02.25 04:28:58.655390 [ 187 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 113 rows starting from the beginning of the part
12210 2025.02.25 04:28:58.657295 [ 281 ] {6a825f68-6a50-47d6-a882-bd2604db6440} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12211 2025.02.25 04:28:58.657382 [ 281 ] {6a825f68-6a50-47d6-a882-bd2604db6440} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12212 2025.02.25 04:28:58.658282 [ 281 ] {6a825f68-6a50-47d6-a882-bd2604db6440} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
12213 2025.02.25 04:28:58.658646 [ 188 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1023 rows, containing 5 columns (5 merged, 0 gathered) in 0.005156217 sec., 198401.2697681265 rows/sec., 13.86 MiB/sec.
12214 2025.02.25 04:28:58.658775 [ 281 ] {6a825f68-6a50-47d6-a882-bd2604db6440} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12215 2025.02.25 04:28:58.658839 [ 194 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
12216 2025.02.25 04:28:58.659030 [ 149 ] {} <Debug> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0
12217 2025.02.25 04:28:58.659125 [ 149 ] {} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12218 2025.02.25 04:28:58.659172 [ 281 ] {6a825f68-6a50-47d6-a882-bd2604db6440} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005158 sec., 21713.842574641334 rows/sec., 1.24 MiB/sec.
12219 2025.02.25 04:28:58.659184 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12220 2025.02.25 04:28:58.659633 [ 281 ] {6a825f68-6a50-47d6-a882-bd2604db6440} <Debug> TCPHandler: Processed in 0.005944078 sec.
12221 2025.02.25 04:28:58.659736 [ 194 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_51_10} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12222 2025.02.25 04:28:58.659777 [ 186 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full
12223 2025.02.25 04:28:58.660059 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12224 2025.02.25 04:28:58.660447 [ 194 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_51_10} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
12225 2025.02.25 04:28:58.660630 [ 276 ] {670a5cb2-ba73-4f9b-a286-0e2f5eb4adb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12226 2025.02.25 04:28:58.660866 [ 276 ] {670a5cb2-ba73-4f9b-a286-0e2f5eb4adb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12227 2025.02.25 04:28:58.660996 [ 186 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12228 2025.02.25 04:28:58.660997 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
12229 2025.02.25 04:28:58.661247 [ 186 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 112 rows starting from the beginning of the part
12230 2025.02.25 04:28:58.661533 [ 186 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 112 rows starting from the beginning of the part
12231 2025.02.25 04:28:58.661987 [ 186 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 112 rows starting from the beginning of the part
12232 2025.02.25 04:28:58.662369 [ 186 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 112 rows starting from the beginning of the part
12233 2025.02.25 04:28:58.662780 [ 186 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 112 rows starting from the beginning of the part
12234 2025.02.25 04:28:58.664082 [ 276 ] {670a5cb2-ba73-4f9b-a286-0e2f5eb4adb3} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12235 2025.02.25 04:28:58.664170 [ 276 ] {670a5cb2-ba73-4f9b-a286-0e2f5eb4adb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12236 2025.02.25 04:28:58.665205 [ 276 ] {670a5cb2-ba73-4f9b-a286-0e2f5eb4adb3} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
12237 2025.02.25 04:28:58.665383 [ 199 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.00603922 sec., 92727.20649355381 rows/sec., 5.64 MiB/sec.
12238 2025.02.25 04:28:58.665585 [ 194 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary)
12239 2025.02.25 04:28:58.665753 [ 276 ] {670a5cb2-ba73-4f9b-a286-0e2f5eb4adb3} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12240 2025.02.25 04:28:58.666213 [ 276 ] {670a5cb2-ba73-4f9b-a286-0e2f5eb4adb3} <Debug> executeQuery: Read 387 rows, 27.99 KiB in 0.005795 sec., 66781.70836928386 rows/sec., 4.72 MiB/sec.
12241 2025.02.25 04:28:58.666229 [ 194 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_37_9} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12242 2025.02.25 04:28:58.666386 [ 276 ] {670a5cb2-ba73-4f9b-a286-0e2f5eb4adb3} <Debug> TCPHandler: Processed in 0.006561717 sec.
12243 2025.02.25 04:28:58.666440 [ 194 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_37_9} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9
12244 2025.02.25 04:28:58.666558 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
12245 2025.02.25 04:28:58.666565 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12246 2025.02.25 04:28:58.666693 [ 281 ] {4bd3a59b-0abc-4364-9159-1534f7339129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12247 2025.02.25 04:28:58.666747 [ 281 ] {4bd3a59b-0abc-4364-9159-1534f7339129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12248 2025.02.25 04:28:58.667483 [ 281 ] {4bd3a59b-0abc-4364-9159-1534f7339129} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12249 2025.02.25 04:28:58.667575 [ 281 ] {4bd3a59b-0abc-4364-9159-1534f7339129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12250 2025.02.25 04:28:58.668044 [ 281 ] {4bd3a59b-0abc-4364-9159-1534f7339129} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
12251 2025.02.25 04:28:58.668288 [ 281 ] {4bd3a59b-0abc-4364-9159-1534f7339129} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12252 2025.02.25 04:28:58.668534 [ 281 ] {4bd3a59b-0abc-4364-9159-1534f7339129} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001868 sec., 3211.9914346895075 rows/sec., 167.81 KiB/sec.
12253 2025.02.25 04:28:58.668588 [ 281 ] {4bd3a59b-0abc-4364-9159-1534f7339129} <Debug> TCPHandler: Processed in 0.002096271 sec.
12254 2025.02.25 04:28:58.668726 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12255 2025.02.25 04:28:58.668887 [ 276 ] {bb8c8792-d410-4b9a-94c7-af0017971c9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12256 2025.02.25 04:28:58.668975 [ 276 ] {bb8c8792-d410-4b9a-94c7-af0017971c9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12257 2025.02.25 04:28:58.669696 [ 276 ] {bb8c8792-d410-4b9a-94c7-af0017971c9c} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12258 2025.02.25 04:28:58.669745 [ 276 ] {bb8c8792-d410-4b9a-94c7-af0017971c9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12259 2025.02.25 04:28:58.670188 [ 276 ] {bb8c8792-d410-4b9a-94c7-af0017971c9c} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
12260 2025.02.25 04:28:58.670443 [ 276 ] {bb8c8792-d410-4b9a-94c7-af0017971c9c} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12261 2025.02.25 04:28:58.670654 [ 276 ] {bb8c8792-d410-4b9a-94c7-af0017971c9c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001821 sec., 130148.27018121912 rows/sec., 8.72 MiB/sec.
12262 2025.02.25 04:28:58.670710 [ 276 ] {bb8c8792-d410-4b9a-94c7-af0017971c9c} <Debug> TCPHandler: Processed in 0.002041021 sec.
12263 2025.02.25 04:28:58.670909 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12264 2025.02.25 04:28:58.671049 [ 281 ] {7e5b8406-1e13-4898-8cc9-5fdd0ba520b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12265 2025.02.25 04:28:58.671111 [ 281 ] {7e5b8406-1e13-4898-8cc9-5fdd0ba520b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12266 2025.02.25 04:28:58.671671 [ 281 ] {7e5b8406-1e13-4898-8cc9-5fdd0ba520b1} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12267 2025.02.25 04:28:58.671717 [ 281 ] {7e5b8406-1e13-4898-8cc9-5fdd0ba520b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12268 2025.02.25 04:28:58.672099 [ 281 ] {7e5b8406-1e13-4898-8cc9-5fdd0ba520b1} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
12269 2025.02.25 04:28:58.672347 [ 281 ] {7e5b8406-1e13-4898-8cc9-5fdd0ba520b1} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12270 2025.02.25 04:28:58.672526 [ 281 ] {7e5b8406-1e13-4898-8cc9-5fdd0ba520b1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001509 sec., 662.6905235255136 rows/sec., 44.65 KiB/sec.
12271 2025.02.25 04:28:58.672578 [ 281 ] {7e5b8406-1e13-4898-8cc9-5fdd0ba520b1} <Debug> TCPHandler: Processed in 0.001746645 sec.
12272 2025.02.25 04:28:58.672718 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12273 2025.02.25 04:28:58.672850 [ 276 ] {ca0014d4-068d-4a93-9857-52e0eaf52f27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12274 2025.02.25 04:28:58.672945 [ 276 ] {ca0014d4-068d-4a93-9857-52e0eaf52f27} <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
12275 2025.02.25 04:28:58.674194 [ 276 ] {ca0014d4-068d-4a93-9857-52e0eaf52f27} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12276 2025.02.25 04:28:58.674235 [ 276 ] {ca0014d4-068d-4a93-9857-52e0eaf52f27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12277 2025.02.25 04:28:58.674851 [ 276 ] {ca0014d4-068d-4a93-9857-52e0eaf52f27} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
12278 2025.02.25 04:28:58.675112 [ 276 ] {ca0014d4-068d-4a93-9857-52e0eaf52f27} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12279 2025.02.25 04:28:58.675419 [ 276 ] {ca0014d4-068d-4a93-9857-52e0eaf52f27} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002597 sec., 1925.2984212552947 rows/sec., 3.45 MiB/sec.
12280 2025.02.25 04:28:58.675807 [ 276 ] {ca0014d4-068d-4a93-9857-52e0eaf52f27} <Debug> TCPHandler: Processed in 0.003141017 sec.
12281 2025.02.25 04:28:58.676177 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12282 2025.02.25 04:28:58.676323 [ 281 ] {d3863c31-e78f-440d-bf73-e1935c9492cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12283 2025.02.25 04:28:58.676374 [ 281 ] {d3863c31-e78f-440d-bf73-e1935c9492cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12284 2025.02.25 04:28:58.676863 [ 281 ] {d3863c31-e78f-440d-bf73-e1935c9492cc} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12285 2025.02.25 04:28:58.676902 [ 281 ] {d3863c31-e78f-440d-bf73-e1935c9492cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12286 2025.02.25 04:28:58.677284 [ 281 ] {d3863c31-e78f-440d-bf73-e1935c9492cc} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
12287 2025.02.25 04:28:58.677530 [ 281 ] {d3863c31-e78f-440d-bf73-e1935c9492cc} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12288 2025.02.25 04:28:58.677718 [ 281 ] {d3863c31-e78f-440d-bf73-e1935c9492cc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001419 sec., 57787.17406624384 rows/sec., 3.67 MiB/sec.
12289 2025.02.25 04:28:58.677769 [ 281 ] {d3863c31-e78f-440d-bf73-e1935c9492cc} <Debug> TCPHandler: Processed in 0.001818567 sec.
12290 2025.02.25 04:28:59.631053 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache
12291 2025.02.25 04:28:59.631140 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache
12292 2025.02.25 04:28:59.805184 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27511
12293 2025.02.25 04:28:59.805892 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12294 2025.02.25 04:28:59.805933 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12295 2025.02.25 04:28:59.806439 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
12296 2025.02.25 04:28:59.806686 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12297 2025.02.25 04:28:59.806885 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511
12298 2025.02.25 04:28:59.965991 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1752
12299 2025.02.25 04:28:59.969333 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12300 2025.02.25 04:28:59.969388 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12301 2025.02.25 04:28:59.970909 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
12302 2025.02.25 04:28:59.971228 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12303 2025.02.25 04:28:59.972736 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1752
12304 2025.02.25 04:29:01.804201 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453
12305 2025.02.25 04:29:01.825543 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12306 2025.02.25 04:29:01.825604 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12307 2025.02.25 04:29:01.832943 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
12308 2025.02.25 04:29:01.833734 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12309 2025.02.25 04:29:01.836663 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453
12310 2025.02.25 04:29:03.635986 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12311 2025.02.25 04:29:03.636204 [ 281 ] {ebb71ae6-908d-4b2b-972c-eff9b1645d63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12312 2025.02.25 04:29:03.636289 [ 281 ] {ebb71ae6-908d-4b2b-972c-eff9b1645d63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12313 2025.02.25 04:29:03.637207 [ 281 ] {ebb71ae6-908d-4b2b-972c-eff9b1645d63} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12314 2025.02.25 04:29:03.637260 [ 281 ] {ebb71ae6-908d-4b2b-972c-eff9b1645d63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12315 2025.02.25 04:29:03.637718 [ 281 ] {ebb71ae6-908d-4b2b-972c-eff9b1645d63} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
12316 2025.02.25 04:29:03.637982 [ 281 ] {ebb71ae6-908d-4b2b-972c-eff9b1645d63} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12317 2025.02.25 04:29:03.638203 [ 61 ] {} <Debug> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
12318 2025.02.25 04:29:03.638232 [ 281 ] {ebb71ae6-908d-4b2b-972c-eff9b1645d63} <Debug> executeQuery: Read 126 rows, 11.02 KiB in 0.002088 sec., 60344.8275862069 rows/sec., 5.16 MiB/sec.
12319 2025.02.25 04:29:03.638293 [ 61 ] {} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12320 2025.02.25 04:29:03.638364 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12321 2025.02.25 04:29:03.638387 [ 281 ] {ebb71ae6-908d-4b2b-972c-eff9b1645d63} <Debug> TCPHandler: Processed in 0.002541218 sec.
12322 2025.02.25 04:29:03.638590 [ 198 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full
12323 2025.02.25 04:29:03.638751 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12324 2025.02.25 04:29:03.638966 [ 198 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12325 2025.02.25 04:29:03.639088 [ 198 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1849 rows starting from the beginning of the part
12326 2025.02.25 04:29:03.639348 [ 276 ] {55c7485b-a5d8-41ba-985f-2b66ec14bc70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12327 2025.02.25 04:29:03.639518 [ 198 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 627 rows starting from the beginning of the part
12328 2025.02.25 04:29:03.639637 [ 276 ] {55c7485b-a5d8-41ba-985f-2b66ec14bc70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12329 2025.02.25 04:29:03.640026 [ 198 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 1272 rows starting from the beginning of the part
12330 2025.02.25 04:29:03.640609 [ 198 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 56 rows starting from the beginning of the part
12331 2025.02.25 04:29:03.641040 [ 198 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 627 rows starting from the beginning of the part
12332 2025.02.25 04:29:03.641669 [ 198 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 126 rows starting from the beginning of the part
12333 2025.02.25 04:29:03.643477 [ 276 ] {55c7485b-a5d8-41ba-985f-2b66ec14bc70} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12334 2025.02.25 04:29:03.643555 [ 276 ] {55c7485b-a5d8-41ba-985f-2b66ec14bc70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12335 2025.02.25 04:29:03.644621 [ 276 ] {55c7485b-a5d8-41ba-985f-2b66ec14bc70} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
12336 2025.02.25 04:29:03.645148 [ 276 ] {55c7485b-a5d8-41ba-985f-2b66ec14bc70} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12337 2025.02.25 04:29:03.645910 [ 276 ] {55c7485b-a5d8-41ba-985f-2b66ec14bc70} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.006768 sec., 5171.394799054374 rows/sec., 388.86 KiB/sec.
12338 2025.02.25 04:29:03.646034 [ 192 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4557 rows, containing 5 columns (5 merged, 0 gathered) in 0.007558012 sec., 602936.327700988 rows/sec., 51.09 MiB/sec.
12339 2025.02.25 04:29:03.646061 [ 276 ] {55c7485b-a5d8-41ba-985f-2b66ec14bc70} <Debug> TCPHandler: Processed in 0.007535122 sec.
12340 2025.02.25 04:29:03.646267 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12341 2025.02.25 04:29:03.646359 [ 192 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
12342 2025.02.25 04:29:03.646529 [ 281 ] {26f6a180-7287-45e5-b82a-29bf48330b33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12343 2025.02.25 04:29:03.646623 [ 281 ] {26f6a180-7287-45e5-b82a-29bf48330b33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12344 2025.02.25 04:29:03.646984 [ 192 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_101_20} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12345 2025.02.25 04:29:03.647264 [ 192 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_101_20} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
12346 2025.02.25 04:29:03.647457 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB.
12347 2025.02.25 04:29:03.647821 [ 281 ] {26f6a180-7287-45e5-b82a-29bf48330b33} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12348 2025.02.25 04:29:03.647868 [ 281 ] {26f6a180-7287-45e5-b82a-29bf48330b33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12349 2025.02.25 04:29:03.648266 [ 281 ] {26f6a180-7287-45e5-b82a-29bf48330b33} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
12350 2025.02.25 04:29:03.648512 [ 281 ] {26f6a180-7287-45e5-b82a-29bf48330b33} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12351 2025.02.25 04:29:03.648685 [ 61 ] {} <Debug> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
12352 2025.02.25 04:29:03.648747 [ 61 ] {} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12353 2025.02.25 04:29:03.648780 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12354 2025.02.25 04:29:03.648796 [ 281 ] {26f6a180-7287-45e5-b82a-29bf48330b33} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.002358 sec., 41984.73282442748 rows/sec., 3.28 MiB/sec.
12355 2025.02.25 04:29:03.649021 [ 281 ] {26f6a180-7287-45e5-b82a-29bf48330b33} <Debug> TCPHandler: Processed in 0.002825952 sec.
12356 2025.02.25 04:29:03.649073 [ 196 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full
12357 2025.02.25 04:29:03.649208 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12358 2025.02.25 04:29:03.649279 [ 196 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12359 2025.02.25 04:29:03.649347 [ 196 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 916 rows starting from the beginning of the part
12360 2025.02.25 04:29:03.649447 [ 276 ] {d3e72dec-8c6f-45a2-9a5d-8e111659e2b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12361 2025.02.25 04:29:03.649642 [ 196 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 387 rows starting from the beginning of the part
12362 2025.02.25 04:29:03.649668 [ 276 ] {d3e72dec-8c6f-45a2-9a5d-8e111659e2b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12363 2025.02.25 04:29:03.650010 [ 196 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 567 rows starting from the beginning of the part
12364 2025.02.25 04:29:03.650409 [ 196 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 64 rows starting from the beginning of the part
12365 2025.02.25 04:29:03.650713 [ 196 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 387 rows starting from the beginning of the part
12366 2025.02.25 04:29:03.651000 [ 196 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 99 rows starting from the beginning of the part
12367 2025.02.25 04:29:03.652510 [ 276 ] {d3e72dec-8c6f-45a2-9a5d-8e111659e2b3} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12368 2025.02.25 04:29:03.652567 [ 276 ] {d3e72dec-8c6f-45a2-9a5d-8e111659e2b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12369 2025.02.25 04:29:03.653610 [ 276 ] {d3e72dec-8c6f-45a2-9a5d-8e111659e2b3} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
12370 2025.02.25 04:29:03.654004 [ 276 ] {d3e72dec-8c6f-45a2-9a5d-8e111659e2b3} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12371 2025.02.25 04:29:03.654292 [ 61 ] {} <Debug> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
12372 2025.02.25 04:29:03.654435 [ 61 ] {} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12373 2025.02.25 04:29:03.654516 [ 276 ] {d3e72dec-8c6f-45a2-9a5d-8e111659e2b3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005125 sec., 31219.51219512195 rows/sec., 2.17 MiB/sec.
12374 2025.02.25 04:29:03.654844 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12375 2025.02.25 04:29:03.654925 [ 276 ] {d3e72dec-8c6f-45a2-9a5d-8e111659e2b3} <Debug> TCPHandler: Processed in 0.005795096 sec.
12376 2025.02.25 04:29:03.655006 [ 192 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2420 rows, containing 5 columns (5 merged, 0 gathered) in 0.006129791 sec., 394793.231938903 rows/sec., 30.24 MiB/sec.
12377 2025.02.25 04:29:03.655244 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12378 2025.02.25 04:29:03.655340 [ 196 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full
12379 2025.02.25 04:29:03.655406 [ 190 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
12380 2025.02.25 04:29:03.655576 [ 281 ] {8b032866-0fd1-41f2-872e-f06f97521dca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12381 2025.02.25 04:29:03.655927 [ 281 ] {8b032866-0fd1-41f2-872e-f06f97521dca} <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
12382 2025.02.25 04:29:03.655937 [ 196 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12383 2025.02.25 04:29:03.656096 [ 196 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 28609 rows starting from the beginning of the part
12384 2025.02.25 04:29:03.656359 [ 190 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_101_20} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12385 2025.02.25 04:29:03.656634 [ 196 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 237 rows starting from the beginning of the part
12386 2025.02.25 04:29:03.656934 [ 190 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_101_20} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
12387 2025.02.25 04:29:03.657212 [ 196 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 936 rows starting from the beginning of the part
12388 2025.02.25 04:29:03.657264 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
12389 2025.02.25 04:29:03.657707 [ 196 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 76 rows starting from the beginning of the part
12390 2025.02.25 04:29:03.658093 [ 196 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 237 rows starting from the beginning of the part
12391 2025.02.25 04:29:03.658532 [ 196 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 160 rows starting from the beginning of the part
12392 2025.02.25 04:29:03.661426 [ 281 ] {8b032866-0fd1-41f2-872e-f06f97521dca} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12393 2025.02.25 04:29:03.661497 [ 281 ] {8b032866-0fd1-41f2-872e-f06f97521dca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12394 2025.02.25 04:29:03.663256 [ 281 ] {8b032866-0fd1-41f2-872e-f06f97521dca} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
12395 2025.02.25 04:29:03.663540 [ 281 ] {8b032866-0fd1-41f2-872e-f06f97521dca} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12396 2025.02.25 04:29:03.664212 [ 61 ] {} <Debug> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
12397 2025.02.25 04:29:03.664311 [ 61 ] {} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12398 2025.02.25 04:29:03.664329 [ 281 ] {8b032866-0fd1-41f2-872e-f06f97521dca} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.008862 sec., 3949.447077409163 rows/sec., 7.08 MiB/sec.
12399 2025.02.25 04:29:03.664364 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12400 2025.02.25 04:29:03.664968 [ 192 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
12401 2025.02.25 04:29:03.665019 [ 281 ] {8b032866-0fd1-41f2-872e-f06f97521dca} <Debug> TCPHandler: Processed in 0.009928437 sec.
12402 2025.02.25 04:29:03.665292 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12403 2025.02.25 04:29:03.665671 [ 276 ] {0d73a609-8174-44a7-9624-c5c1f0f34603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12404 2025.02.25 04:29:03.665760 [ 192 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12405 2025.02.25 04:29:03.665822 [ 276 ] {0d73a609-8174-44a7-9624-c5c1f0f34603} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12406 2025.02.25 04:29:03.665959 [ 192 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1499 rows starting from the beginning of the part
12407 2025.02.25 04:29:03.667227 [ 192 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 35 rows starting from the beginning of the part
12408 2025.02.25 04:29:03.667997 [ 192 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 5 rows starting from the beginning of the part
12409 2025.02.25 04:29:03.668953 [ 192 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 35 rows starting from the beginning of the part
12410 2025.02.25 04:29:03.669012 [ 276 ] {0d73a609-8174-44a7-9624-c5c1f0f34603} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12411 2025.02.25 04:29:03.669109 [ 276 ] {0d73a609-8174-44a7-9624-c5c1f0f34603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12412 2025.02.25 04:29:03.669765 [ 192 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 5 rows starting from the beginning of the part
12413 2025.02.25 04:29:03.670870 [ 191 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30255 rows, containing 5 columns (5 merged, 0 gathered) in 0.015866225 sec., 1906880.8112830871 rows/sec., 128.91 MiB/sec.
12414 2025.02.25 04:29:03.671093 [ 192 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 35 rows starting from the beginning of the part
12415 2025.02.25 04:29:03.671408 [ 276 ] {0d73a609-8174-44a7-9624-c5c1f0f34603} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
12416 2025.02.25 04:29:03.672215 [ 276 ] {0d73a609-8174-44a7-9624-c5c1f0f34603} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12417 2025.02.25 04:29:03.672242 [ 193 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
12418 2025.02.25 04:29:03.672641 [ 61 ] {} <Debug> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
12419 2025.02.25 04:29:03.672776 [ 61 ] {} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12420 2025.02.25 04:29:03.672910 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12421 2025.02.25 04:29:03.673096 [ 276 ] {0d73a609-8174-44a7-9624-c5c1f0f34603} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007505 sec., 7994.67021985343 rows/sec., 551.72 KiB/sec.
12422 2025.02.25 04:29:03.673465 [ 276 ] {0d73a609-8174-44a7-9624-c5c1f0f34603} <Debug> TCPHandler: Processed in 0.008323753 sec.
12423 2025.02.25 04:29:03.673502 [ 191 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full
12424 2025.02.25 04:29:03.673962 [ 191 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12425 2025.02.25 04:29:03.674113 [ 191 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5738 rows starting from the beginning of the part
12426 2025.02.25 04:29:03.674490 [ 191 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 82 rows starting from the beginning of the part
12427 2025.02.25 04:29:03.674532 [ 193 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12428 2025.02.25 04:29:03.674925 [ 191 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 30 rows starting from the beginning of the part
12429 2025.02.25 04:29:03.675071 [ 193 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
12430 2025.02.25 04:29:03.675193 [ 191 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 30 rows starting from the beginning of the part
12431 2025.02.25 04:29:03.675458 [ 191 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 82 rows starting from the beginning of the part
12432 2025.02.25 04:29:03.675480 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB.
12433 2025.02.25 04:29:03.675659 [ 191 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part
12434 2025.02.25 04:29:03.679779 [ 191 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6022 rows, containing 4 columns (4 merged, 0 gathered) in 0.00668104 sec., 901356.6750086813 rows/sec., 58.98 MiB/sec.
12435 2025.02.25 04:29:03.680428 [ 191 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
12436 2025.02.25 04:29:03.680791 [ 203 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_101_20} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12437 2025.02.25 04:29:03.680912 [ 203 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_101_20} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
12438 2025.02.25 04:29:03.681000 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB.
12439 2025.02.25 04:29:03.685371 [ 195 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1614 rows, containing 19 columns (19 merged, 0 gathered) in 0.02084638 sec., 77423.51429840576 rows/sec., 138.74 MiB/sec.
12440 2025.02.25 04:29:03.687404 [ 195 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
12441 2025.02.25 04:29:03.687838 [ 195 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12442 2025.02.25 04:29:03.687929 [ 195 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
12443 2025.02.25 04:29:03.688087 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.59 MiB.
12444 2025.02.25 04:29:04.000176 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 245.94 MiB, peak 257.48 MiB, free memory in arenas 0.00 B, will set to 250.26 MiB (RSS), difference: 4.32 MiB
12445 2025.02.25 04:29:07.307021 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27999
12446 2025.02.25 04:29:07.307792 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12447 2025.02.25 04:29:07.307845 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12448 2025.02.25 04:29:07.308391 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
12449 2025.02.25 04:29:07.308657 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12450 2025.02.25 04:29:07.308866 [ 47 ] {} <Debug> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
12451 2025.02.25 04:29:07.308910 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27999
12452 2025.02.25 04:29:07.308957 [ 47 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12453 2025.02.25 04:29:07.308991 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12454 2025.02.25 04:29:07.309168 [ 203 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
12455 2025.02.25 04:29:07.309395 [ 203 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12456 2025.02.25 04:29:07.309467 [ 203 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 25681 rows starting from the beginning of the part
12457 2025.02.25 04:29:07.309620 [ 203 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 488 rows starting from the beginning of the part
12458 2025.02.25 04:29:07.309797 [ 203 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 427 rows starting from the beginning of the part
12459 2025.02.25 04:29:07.310091 [ 203 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 488 rows starting from the beginning of the part
12460 2025.02.25 04:29:07.310186 [ 203 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 427 rows starting from the beginning of the part
12461 2025.02.25 04:29:07.310327 [ 203 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 488 rows starting from the beginning of the part
12462 2025.02.25 04:29:07.313310 [ 188 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27999 rows, containing 4 columns (4 merged, 0 gathered) in 0.004238753 sec., 6605480.432570618 rows/sec., 94.49 MiB/sec.
12463 2025.02.25 04:29:07.313708 [ 194 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
12464 2025.02.25 04:29:07.314104 [ 194 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_61_12} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12465 2025.02.25 04:29:07.314210 [ 194 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_61_12} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
12466 2025.02.25 04:29:07.314340 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.88 MiB.
12467 2025.02.25 04:29:08.641007 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12468 2025.02.25 04:29:08.641228 [ 281 ] {d752fb9d-8469-406b-b9bb-dada9be5498c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12469 2025.02.25 04:29:08.641311 [ 281 ] {d752fb9d-8469-406b-b9bb-dada9be5498c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12470 2025.02.25 04:29:08.642350 [ 281 ] {d752fb9d-8469-406b-b9bb-dada9be5498c} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12471 2025.02.25 04:29:08.642402 [ 281 ] {d752fb9d-8469-406b-b9bb-dada9be5498c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12472 2025.02.25 04:29:08.642862 [ 281 ] {d752fb9d-8469-406b-b9bb-dada9be5498c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
12473 2025.02.25 04:29:08.643127 [ 281 ] {d752fb9d-8469-406b-b9bb-dada9be5498c} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12474 2025.02.25 04:29:08.643392 [ 281 ] {d752fb9d-8469-406b-b9bb-dada9be5498c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002221 sec., 95452.49887438091 rows/sec., 6.07 MiB/sec.
12475 2025.02.25 04:29:08.643484 [ 281 ] {d752fb9d-8469-406b-b9bb-dada9be5498c} <Debug> TCPHandler: Processed in 0.002621799 sec.
12476 2025.02.25 04:29:08.643780 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12477 2025.02.25 04:29:08.643999 [ 276 ] {d1ba6f75-6235-4d9d-b54b-26508ce6a92e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12478 2025.02.25 04:29:08.644080 [ 276 ] {d1ba6f75-6235-4d9d-b54b-26508ce6a92e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12479 2025.02.25 04:29:08.645218 [ 276 ] {d1ba6f75-6235-4d9d-b54b-26508ce6a92e} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12480 2025.02.25 04:29:08.645271 [ 276 ] {d1ba6f75-6235-4d9d-b54b-26508ce6a92e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12481 2025.02.25 04:29:08.645752 [ 276 ] {d1ba6f75-6235-4d9d-b54b-26508ce6a92e} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
12482 2025.02.25 04:29:08.646002 [ 276 ] {d1ba6f75-6235-4d9d-b54b-26508ce6a92e} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12483 2025.02.25 04:29:08.646243 [ 276 ] {d1ba6f75-6235-4d9d-b54b-26508ce6a92e} <Debug> executeQuery: Read 627 rows, 50.33 KiB in 0.002303 sec., 272253.5822839774 rows/sec., 21.34 MiB/sec.
12484 2025.02.25 04:29:08.646312 [ 276 ] {d1ba6f75-6235-4d9d-b54b-26508ce6a92e} <Debug> TCPHandler: Processed in 0.00269228 sec.
12485 2025.02.25 04:29:08.646489 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12486 2025.02.25 04:29:08.646619 [ 281 ] {0f41da00-51f1-4e2c-92a9-62de8597b566} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12487 2025.02.25 04:29:08.646674 [ 281 ] {0f41da00-51f1-4e2c-92a9-62de8597b566} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12488 2025.02.25 04:29:08.647337 [ 281 ] {0f41da00-51f1-4e2c-92a9-62de8597b566} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12489 2025.02.25 04:29:08.647378 [ 281 ] {0f41da00-51f1-4e2c-92a9-62de8597b566} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12490 2025.02.25 04:29:08.647774 [ 281 ] {0f41da00-51f1-4e2c-92a9-62de8597b566} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
12491 2025.02.25 04:29:08.648021 [ 281 ] {0f41da00-51f1-4e2c-92a9-62de8597b566} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12492 2025.02.25 04:29:08.648247 [ 281 ] {0f41da00-51f1-4e2c-92a9-62de8597b566} <Debug> executeQuery: Read 111 rows, 6.76 KiB in 0.001658 sec., 66948.1302774427 rows/sec., 3.98 MiB/sec.
12493 2025.02.25 04:29:08.648305 [ 281 ] {0f41da00-51f1-4e2c-92a9-62de8597b566} <Debug> TCPHandler: Processed in 0.001878458 sec.
12494 2025.02.25 04:29:08.648478 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12495 2025.02.25 04:29:08.648624 [ 276 ] {e48c4d6b-63b6-45d2-908e-22f4f9b7cc03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12496 2025.02.25 04:29:08.648687 [ 276 ] {e48c4d6b-63b6-45d2-908e-22f4f9b7cc03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12497 2025.02.25 04:29:08.649386 [ 276 ] {e48c4d6b-63b6-45d2-908e-22f4f9b7cc03} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12498 2025.02.25 04:29:08.649428 [ 276 ] {e48c4d6b-63b6-45d2-908e-22f4f9b7cc03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12499 2025.02.25 04:29:08.649800 [ 276 ] {e48c4d6b-63b6-45d2-908e-22f4f9b7cc03} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
12500 2025.02.25 04:29:08.650054 [ 276 ] {e48c4d6b-63b6-45d2-908e-22f4f9b7cc03} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12501 2025.02.25 04:29:08.650274 [ 276 ] {e48c4d6b-63b6-45d2-908e-22f4f9b7cc03} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001677 sec., 67382.23017292784 rows/sec., 4.36 MiB/sec.
12502 2025.02.25 04:29:08.650363 [ 276 ] {e48c4d6b-63b6-45d2-908e-22f4f9b7cc03} <Debug> TCPHandler: Processed in 0.001956519 sec.
12503 2025.02.25 04:29:08.650609 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12504 2025.02.25 04:29:08.650765 [ 281 ] {ea1b2be9-ef19-4655-aaca-43700aa5deef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12505 2025.02.25 04:29:08.650825 [ 281 ] {ea1b2be9-ef19-4655-aaca-43700aa5deef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12506 2025.02.25 04:29:08.651508 [ 281 ] {ea1b2be9-ef19-4655-aaca-43700aa5deef} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12507 2025.02.25 04:29:08.651548 [ 281 ] {ea1b2be9-ef19-4655-aaca-43700aa5deef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12508 2025.02.25 04:29:08.651923 [ 281 ] {ea1b2be9-ef19-4655-aaca-43700aa5deef} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
12509 2025.02.25 04:29:08.652165 [ 281 ] {ea1b2be9-ef19-4655-aaca-43700aa5deef} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12510 2025.02.25 04:29:08.652390 [ 281 ] {ea1b2be9-ef19-4655-aaca-43700aa5deef} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001657 sec., 67592.0337960169 rows/sec., 3.85 MiB/sec.
12511 2025.02.25 04:29:08.652446 [ 281 ] {ea1b2be9-ef19-4655-aaca-43700aa5deef} <Debug> TCPHandler: Processed in 0.001977119 sec.
12512 2025.02.25 04:29:08.652659 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12513 2025.02.25 04:29:08.652887 [ 276 ] {060f164c-30bb-4454-befa-bd042387de0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12514 2025.02.25 04:29:08.652978 [ 276 ] {060f164c-30bb-4454-befa-bd042387de0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12515 2025.02.25 04:29:08.653795 [ 276 ] {060f164c-30bb-4454-befa-bd042387de0e} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12516 2025.02.25 04:29:08.653834 [ 276 ] {060f164c-30bb-4454-befa-bd042387de0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12517 2025.02.25 04:29:08.654210 [ 276 ] {060f164c-30bb-4454-befa-bd042387de0e} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
12518 2025.02.25 04:29:08.654449 [ 276 ] {060f164c-30bb-4454-befa-bd042387de0e} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12519 2025.02.25 04:29:08.654665 [ 276 ] {060f164c-30bb-4454-befa-bd042387de0e} <Debug> executeQuery: Read 387 rows, 27.99 KiB in 0.001832 sec., 211244.54148471614 rows/sec., 14.92 MiB/sec.
12520 2025.02.25 04:29:08.654719 [ 276 ] {060f164c-30bb-4454-befa-bd042387de0e} <Debug> TCPHandler: Processed in 0.002172953 sec.
12521 2025.02.25 04:29:08.654885 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12522 2025.02.25 04:29:08.655026 [ 281 ] {c10bb6e5-bde3-492a-a8be-337f81f40728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12523 2025.02.25 04:29:08.655087 [ 281 ] {c10bb6e5-bde3-492a-a8be-337f81f40728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12524 2025.02.25 04:29:08.655676 [ 281 ] {c10bb6e5-bde3-492a-a8be-337f81f40728} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12525 2025.02.25 04:29:08.655723 [ 281 ] {c10bb6e5-bde3-492a-a8be-337f81f40728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12526 2025.02.25 04:29:08.656167 [ 281 ] {c10bb6e5-bde3-492a-a8be-337f81f40728} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
12527 2025.02.25 04:29:08.656418 [ 281 ] {c10bb6e5-bde3-492a-a8be-337f81f40728} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12528 2025.02.25 04:29:08.656656 [ 281 ] {c10bb6e5-bde3-492a-a8be-337f81f40728} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00166 sec., 3614.457831325301 rows/sec., 188.84 KiB/sec.
12529 2025.02.25 04:29:08.656774 [ 281 ] {c10bb6e5-bde3-492a-a8be-337f81f40728} <Debug> TCPHandler: Processed in 0.001953969 sec.
12530 2025.02.25 04:29:08.656959 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12531 2025.02.25 04:29:08.657083 [ 276 ] {d9084c01-cbfa-41ed-b62a-1457a7409f0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12532 2025.02.25 04:29:08.657181 [ 276 ] {d9084c01-cbfa-41ed-b62a-1457a7409f0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12533 2025.02.25 04:29:08.658184 [ 276 ] {d9084c01-cbfa-41ed-b62a-1457a7409f0d} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12534 2025.02.25 04:29:08.658223 [ 276 ] {d9084c01-cbfa-41ed-b62a-1457a7409f0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12535 2025.02.25 04:29:08.658626 [ 276 ] {d9084c01-cbfa-41ed-b62a-1457a7409f0d} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
12536 2025.02.25 04:29:08.658863 [ 276 ] {d9084c01-cbfa-41ed-b62a-1457a7409f0d} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12537 2025.02.25 04:29:08.659094 [ 276 ] {d9084c01-cbfa-41ed-b62a-1457a7409f0d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002038 sec., 116290.48086359176 rows/sec., 7.79 MiB/sec.
12538 2025.02.25 04:29:08.659181 [ 276 ] {d9084c01-cbfa-41ed-b62a-1457a7409f0d} <Debug> TCPHandler: Processed in 0.002316445 sec.
12539 2025.02.25 04:29:08.659394 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12540 2025.02.25 04:29:08.659597 [ 281 ] {981d1b73-fe84-4637-b046-115d4dbcb80e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12541 2025.02.25 04:29:08.659659 [ 281 ] {981d1b73-fe84-4637-b046-115d4dbcb80e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12542 2025.02.25 04:29:08.660212 [ 281 ] {981d1b73-fe84-4637-b046-115d4dbcb80e} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12543 2025.02.25 04:29:08.660252 [ 281 ] {981d1b73-fe84-4637-b046-115d4dbcb80e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12544 2025.02.25 04:29:08.660637 [ 281 ] {981d1b73-fe84-4637-b046-115d4dbcb80e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
12545 2025.02.25 04:29:08.660879 [ 281 ] {981d1b73-fe84-4637-b046-115d4dbcb80e} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12546 2025.02.25 04:29:08.661145 [ 281 ] {981d1b73-fe84-4637-b046-115d4dbcb80e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001579 sec., 633.3122229259025 rows/sec., 42.67 KiB/sec.
12547 2025.02.25 04:29:08.661338 [ 281 ] {981d1b73-fe84-4637-b046-115d4dbcb80e} <Debug> TCPHandler: Processed in 0.002052401 sec.
12548 2025.02.25 04:29:08.661555 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12549 2025.02.25 04:29:08.661674 [ 276 ] {7f4d4430-3021-4594-b05c-cd12e6750550} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12550 2025.02.25 04:29:08.661756 [ 276 ] {7f4d4430-3021-4594-b05c-cd12e6750550} <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
12551 2025.02.25 04:29:08.662852 [ 276 ] {7f4d4430-3021-4594-b05c-cd12e6750550} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12552 2025.02.25 04:29:08.662891 [ 276 ] {7f4d4430-3021-4594-b05c-cd12e6750550} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12553 2025.02.25 04:29:08.663489 [ 276 ] {7f4d4430-3021-4594-b05c-cd12e6750550} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
12554 2025.02.25 04:29:08.663742 [ 276 ] {7f4d4430-3021-4594-b05c-cd12e6750550} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12555 2025.02.25 04:29:08.664016 [ 276 ] {7f4d4430-3021-4594-b05c-cd12e6750550} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002363 sec., 2115.9542953872196 rows/sec., 3.79 MiB/sec.
12556 2025.02.25 04:29:08.664346 [ 276 ] {7f4d4430-3021-4594-b05c-cd12e6750550} <Debug> TCPHandler: Processed in 0.002896172 sec.
12557 2025.02.25 04:29:08.664640 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12558 2025.02.25 04:29:08.664814 [ 281 ] {471aaed6-700c-46b6-9a9b-f73d2c9a74c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12559 2025.02.25 04:29:08.664865 [ 281 ] {471aaed6-700c-46b6-9a9b-f73d2c9a74c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12560 2025.02.25 04:29:08.665364 [ 281 ] {471aaed6-700c-46b6-9a9b-f73d2c9a74c5} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12561 2025.02.25 04:29:08.665403 [ 281 ] {471aaed6-700c-46b6-9a9b-f73d2c9a74c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12562 2025.02.25 04:29:08.665786 [ 281 ] {471aaed6-700c-46b6-9a9b-f73d2c9a74c5} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
12563 2025.02.25 04:29:08.666036 [ 281 ] {471aaed6-700c-46b6-9a9b-f73d2c9a74c5} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12564 2025.02.25 04:29:08.666248 [ 281 ] {471aaed6-700c-46b6-9a9b-f73d2c9a74c5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001463 sec., 56049.21394395078 rows/sec., 3.56 MiB/sec.
12565 2025.02.25 04:29:08.666300 [ 281 ] {471aaed6-700c-46b6-9a9b-f73d2c9a74c5} <Debug> TCPHandler: Processed in 0.001834287 sec.
12566 2025.02.25 04:29:09.336765 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460
12567 2025.02.25 04:29:09.358984 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12568 2025.02.25 04:29:09.359051 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12569 2025.02.25 04:29:09.366410 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
12570 2025.02.25 04:29:09.367189 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12571 2025.02.25 04:29:09.367650 [ 29 ] {} <Debug> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
12572 2025.02.25 04:29:09.367845 [ 29 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12573 2025.02.25 04:29:09.367948 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12574 2025.02.25 04:29:09.368280 [ 203 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
12575 2025.02.25 04:29:09.375758 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460
12576 2025.02.25 04:29:09.377229 [ 203 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12577 2025.02.25 04:29:09.378161 [ 203 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 423 rows starting from the beginning of the part
12578 2025.02.25 04:29:09.382961 [ 203 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 7 rows starting from the beginning of the part
12579 2025.02.25 04:29:09.387565 [ 203 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 8 rows starting from the beginning of the part
12580 2025.02.25 04:29:09.392764 [ 203 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 7 rows starting from the beginning of the part
12581 2025.02.25 04:29:09.398108 [ 203 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 8 rows starting from the beginning of the part
12582 2025.02.25 04:29:09.402756 [ 203 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 7 rows starting from the beginning of the part
12583 2025.02.25 04:29:09.460382 [ 188 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.092273037 sec., 4985.204941287453 rows/sec., 25.78 MiB/sec.
12584 2025.02.25 04:29:09.463697 [ 186 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
12585 2025.02.25 04:29:09.466901 [ 186 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_61_12} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12586 2025.02.25 04:29:09.467038 [ 186 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_61_12} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
12587 2025.02.25 04:29:09.469619 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
12588 2025.02.25 04:29:09.973028 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1786
12589 2025.02.25 04:29:09.976268 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12590 2025.02.25 04:29:09.976329 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12591 2025.02.25 04:29:09.977880 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
12592 2025.02.25 04:29:09.978211 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12593 2025.02.25 04:29:09.979770 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1786
12594 2025.02.25 04:29:13.636406 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12595 2025.02.25 04:29:13.636645 [ 281 ] {b467d3dc-f528-4e55-a121-3416084d2c19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12596 2025.02.25 04:29:13.636728 [ 281 ] {b467d3dc-f528-4e55-a121-3416084d2c19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12597 2025.02.25 04:29:13.637660 [ 281 ] {b467d3dc-f528-4e55-a121-3416084d2c19} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12598 2025.02.25 04:29:13.637710 [ 281 ] {b467d3dc-f528-4e55-a121-3416084d2c19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12599 2025.02.25 04:29:13.638182 [ 281 ] {b467d3dc-f528-4e55-a121-3416084d2c19} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
12600 2025.02.25 04:29:13.638451 [ 281 ] {b467d3dc-f528-4e55-a121-3416084d2c19} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12601 2025.02.25 04:29:13.638704 [ 281 ] {b467d3dc-f528-4e55-a121-3416084d2c19} <Debug> executeQuery: Read 126 rows, 11.02 KiB in 0.002121 sec., 59405.94059405941 rows/sec., 5.08 MiB/sec.
12602 2025.02.25 04:29:13.638774 [ 281 ] {b467d3dc-f528-4e55-a121-3416084d2c19} <Debug> TCPHandler: Processed in 0.002516857 sec.
12603 2025.02.25 04:29:13.639029 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12604 2025.02.25 04:29:13.639226 [ 276 ] {82b49a91-dc5a-4c0f-adf8-5b8a3f42f5f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12605 2025.02.25 04:29:13.639298 [ 276 ] {82b49a91-dc5a-4c0f-adf8-5b8a3f42f5f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12606 2025.02.25 04:29:13.640057 [ 276 ] {82b49a91-dc5a-4c0f-adf8-5b8a3f42f5f4} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12607 2025.02.25 04:29:13.640102 [ 276 ] {82b49a91-dc5a-4c0f-adf8-5b8a3f42f5f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12608 2025.02.25 04:29:13.640543 [ 276 ] {82b49a91-dc5a-4c0f-adf8-5b8a3f42f5f4} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
12609 2025.02.25 04:29:13.640805 [ 276 ] {82b49a91-dc5a-4c0f-adf8-5b8a3f42f5f4} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12610 2025.02.25 04:29:13.640958 [ 151 ] {} <Debug> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
12611 2025.02.25 04:29:13.641010 [ 151 ] {} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12612 2025.02.25 04:29:13.641015 [ 276 ] {82b49a91-dc5a-4c0f-adf8-5b8a3f42f5f4} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.001842 sec., 19001.085776330074 rows/sec., 1.40 MiB/sec.
12613 2025.02.25 04:29:13.641038 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12614 2025.02.25 04:29:13.641148 [ 276 ] {82b49a91-dc5a-4c0f-adf8-5b8a3f42f5f4} <Debug> TCPHandler: Processed in 0.002244473 sec.
12615 2025.02.25 04:29:13.641362 [ 188 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full
12616 2025.02.25 04:29:13.641389 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12617 2025.02.25 04:29:13.641678 [ 188 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12618 2025.02.25 04:29:13.641690 [ 281 ] {a0adb0e2-4df7-44f1-8854-1dc430303658} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12619 2025.02.25 04:29:13.641754 [ 188 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 166 rows starting from the beginning of the part
12620 2025.02.25 04:29:13.641811 [ 281 ] {a0adb0e2-4df7-44f1-8854-1dc430303658} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12621 2025.02.25 04:29:13.642051 [ 188 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 47 rows starting from the beginning of the part
12622 2025.02.25 04:29:13.642508 [ 188 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 111 rows starting from the beginning of the part
12623 2025.02.25 04:29:13.642816 [ 188 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 35 rows starting from the beginning of the part
12624 2025.02.25 04:29:13.643187 [ 188 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 111 rows starting from the beginning of the part
12625 2025.02.25 04:29:13.643604 [ 188 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 35 rows starting from the beginning of the part
12626 2025.02.25 04:29:13.645089 [ 281 ] {a0adb0e2-4df7-44f1-8854-1dc430303658} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12627 2025.02.25 04:29:13.645163 [ 281 ] {a0adb0e2-4df7-44f1-8854-1dc430303658} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12628 2025.02.25 04:29:13.646286 [ 281 ] {a0adb0e2-4df7-44f1-8854-1dc430303658} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
12629 2025.02.25 04:29:13.646757 [ 200 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 505 rows, containing 5 columns (5 merged, 0 gathered) in 0.005592243 sec., 90303.65812072186 rows/sec., 6.12 MiB/sec.
12630 2025.02.25 04:29:13.646837 [ 281 ] {a0adb0e2-4df7-44f1-8854-1dc430303658} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12631 2025.02.25 04:29:13.647040 [ 200 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
12632 2025.02.25 04:29:13.647431 [ 281 ] {a0adb0e2-4df7-44f1-8854-1dc430303658} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.00578 sec., 17128.027681660897 rows/sec., 1.34 MiB/sec.
12633 2025.02.25 04:29:13.648044 [ 200 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_86_17} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12634 2025.02.25 04:29:13.648047 [ 281 ] {a0adb0e2-4df7-44f1-8854-1dc430303658} <Debug> TCPHandler: Processed in 0.00675187 sec.
12635 2025.02.25 04:29:13.648328 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12636 2025.02.25 04:29:13.648421 [ 200 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_86_17} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
12637 2025.02.25 04:29:13.648735 [ 276 ] {1c080ae1-c893-4ce2-bf17-2847d69afeba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12638 2025.02.25 04:29:13.648873 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
12639 2025.02.25 04:29:13.648906 [ 276 ] {1c080ae1-c893-4ce2-bf17-2847d69afeba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12640 2025.02.25 04:29:13.649584 [ 276 ] {1c080ae1-c893-4ce2-bf17-2847d69afeba} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12641 2025.02.25 04:29:13.649622 [ 276 ] {1c080ae1-c893-4ce2-bf17-2847d69afeba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12642 2025.02.25 04:29:13.650048 [ 276 ] {1c080ae1-c893-4ce2-bf17-2847d69afeba} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
12643 2025.02.25 04:29:13.650304 [ 276 ] {1c080ae1-c893-4ce2-bf17-2847d69afeba} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12644 2025.02.25 04:29:13.650501 [ 276 ] {1c080ae1-c893-4ce2-bf17-2847d69afeba} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001899 sec., 84254.8709847288 rows/sec., 5.87 MiB/sec.
12645 2025.02.25 04:29:13.650600 [ 276 ] {1c080ae1-c893-4ce2-bf17-2847d69afeba} <Debug> TCPHandler: Processed in 0.002395426 sec.
12646 2025.02.25 04:29:13.650787 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12647 2025.02.25 04:29:13.650929 [ 281 ] {0dfa7eb7-898a-4d95-9676-e8cc9aece47d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12648 2025.02.25 04:29:13.651015 [ 281 ] {0dfa7eb7-898a-4d95-9676-e8cc9aece47d} <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
12649 2025.02.25 04:29:13.652288 [ 281 ] {0dfa7eb7-898a-4d95-9676-e8cc9aece47d} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12650 2025.02.25 04:29:13.652329 [ 281 ] {0dfa7eb7-898a-4d95-9676-e8cc9aece47d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12651 2025.02.25 04:29:13.653053 [ 281 ] {0dfa7eb7-898a-4d95-9676-e8cc9aece47d} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
12652 2025.02.25 04:29:13.653324 [ 281 ] {0dfa7eb7-898a-4d95-9676-e8cc9aece47d} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12653 2025.02.25 04:29:13.653581 [ 281 ] {0dfa7eb7-898a-4d95-9676-e8cc9aece47d} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00268 sec., 13059.701492537313 rows/sec., 23.40 MiB/sec.
12654 2025.02.25 04:29:13.653715 [ 281 ] {0dfa7eb7-898a-4d95-9676-e8cc9aece47d} <Debug> TCPHandler: Processed in 0.003007865 sec.
12655 2025.02.25 04:29:13.653907 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12656 2025.02.25 04:29:13.654048 [ 276 ] {01091c6c-e68b-47f2-847e-71ad74bffabf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12657 2025.02.25 04:29:13.654110 [ 276 ] {01091c6c-e68b-47f2-847e-71ad74bffabf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12658 2025.02.25 04:29:13.654623 [ 276 ] {01091c6c-e68b-47f2-847e-71ad74bffabf} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12659 2025.02.25 04:29:13.654661 [ 276 ] {01091c6c-e68b-47f2-847e-71ad74bffabf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12660 2025.02.25 04:29:13.655036 [ 276 ] {01091c6c-e68b-47f2-847e-71ad74bffabf} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
12661 2025.02.25 04:29:13.655275 [ 276 ] {01091c6c-e68b-47f2-847e-71ad74bffabf} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12662 2025.02.25 04:29:13.655476 [ 276 ] {01091c6c-e68b-47f2-847e-71ad74bffabf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001456 sec., 41208.791208791205 rows/sec., 2.78 MiB/sec.
12663 2025.02.25 04:29:13.655549 [ 276 ] {01091c6c-e68b-47f2-847e-71ad74bffabf} <Debug> TCPHandler: Processed in 0.001707355 sec.
12664 2025.02.25 04:29:14.631184 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache
12665 2025.02.25 04:29:14.631237 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache
12666 2025.02.25 04:29:14.809076 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28426
12667 2025.02.25 04:29:14.809804 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12668 2025.02.25 04:29:14.809903 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB.
12669 2025.02.25 04:29:14.810486 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
12670 2025.02.25 04:29:14.810749 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12671 2025.02.25 04:29:14.811023 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426
12672 2025.02.25 04:29:16.875859 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468
12673 2025.02.25 04:29:16.895146 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12674 2025.02.25 04:29:16.895197 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
12675 2025.02.25 04:29:16.902126 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
12676 2025.02.25 04:29:16.902882 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12677 2025.02.25 04:29:16.906527 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468
12678 2025.02.25 04:29:18.641357 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12679 2025.02.25 04:29:18.641674 [ 281 ] {7fce4cff-fcda-422c-bd93-d1cb5aa8a46f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12680 2025.02.25 04:29:18.641793 [ 281 ] {7fce4cff-fcda-422c-bd93-d1cb5aa8a46f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12681 2025.02.25 04:29:18.642922 [ 281 ] {7fce4cff-fcda-422c-bd93-d1cb5aa8a46f} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12682 2025.02.25 04:29:18.642969 [ 281 ] {7fce4cff-fcda-422c-bd93-d1cb5aa8a46f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
12683 2025.02.25 04:29:18.643433 [ 281 ] {7fce4cff-fcda-422c-bd93-d1cb5aa8a46f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
12684 2025.02.25 04:29:18.643693 [ 281 ] {7fce4cff-fcda-422c-bd93-d1cb5aa8a46f} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12685 2025.02.25 04:29:18.643933 [ 281 ] {7fce4cff-fcda-422c-bd93-d1cb5aa8a46f} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002339 sec., 90637.02436938863 rows/sec., 5.76 MiB/sec.
12686 2025.02.25 04:29:18.644068 [ 281 ] {7fce4cff-fcda-422c-bd93-d1cb5aa8a46f} <Debug> TCPHandler: Processed in 0.002904233 sec.
12687 2025.02.25 04:29:18.644462 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12688 2025.02.25 04:29:18.644764 [ 276 ] {eaeb378a-2c54-4d01-977d-db8025efbb06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12689 2025.02.25 04:29:18.644881 [ 276 ] {eaeb378a-2c54-4d01-977d-db8025efbb06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12690 2025.02.25 04:29:18.646204 [ 276 ] {eaeb378a-2c54-4d01-977d-db8025efbb06} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12691 2025.02.25 04:29:18.646259 [ 276 ] {eaeb378a-2c54-4d01-977d-db8025efbb06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
12692 2025.02.25 04:29:18.646755 [ 276 ] {eaeb378a-2c54-4d01-977d-db8025efbb06} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
12693 2025.02.25 04:29:18.647026 [ 276 ] {eaeb378a-2c54-4d01-977d-db8025efbb06} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12694 2025.02.25 04:29:18.647302 [ 276 ] {eaeb378a-2c54-4d01-977d-db8025efbb06} <Debug> executeQuery: Read 627 rows, 50.33 KiB in 0.002619 sec., 239404.35280641468 rows/sec., 18.77 MiB/sec.
12695 2025.02.25 04:29:18.647404 [ 276 ] {eaeb378a-2c54-4d01-977d-db8025efbb06} <Debug> TCPHandler: Processed in 0.003170977 sec.
12696 2025.02.25 04:29:18.647640 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12697 2025.02.25 04:29:18.647940 [ 281 ] {12d1018d-4569-4718-914b-c6614eb5fa44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12698 2025.02.25 04:29:18.648011 [ 281 ] {12d1018d-4569-4718-914b-c6614eb5fa44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12699 2025.02.25 04:29:18.648669 [ 281 ] {12d1018d-4569-4718-914b-c6614eb5fa44} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12700 2025.02.25 04:29:18.648709 [ 281 ] {12d1018d-4569-4718-914b-c6614eb5fa44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
12701 2025.02.25 04:29:18.649087 [ 281 ] {12d1018d-4569-4718-914b-c6614eb5fa44} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
12702 2025.02.25 04:29:18.649334 [ 281 ] {12d1018d-4569-4718-914b-c6614eb5fa44} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12703 2025.02.25 04:29:18.649540 [ 281 ] {12d1018d-4569-4718-914b-c6614eb5fa44} <Debug> executeQuery: Read 111 rows, 6.76 KiB in 0.001703 sec., 65179.095713446855 rows/sec., 3.88 MiB/sec.
12704 2025.02.25 04:29:18.649598 [ 281 ] {12d1018d-4569-4718-914b-c6614eb5fa44} <Debug> TCPHandler: Processed in 0.00206576 sec.
12705 2025.02.25 04:29:18.649764 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12706 2025.02.25 04:29:18.649914 [ 276 ] {b9a6e4a6-1260-457d-9a73-cb10d657011d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12707 2025.02.25 04:29:18.649978 [ 276 ] {b9a6e4a6-1260-457d-9a73-cb10d657011d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12708 2025.02.25 04:29:18.650682 [ 276 ] {b9a6e4a6-1260-457d-9a73-cb10d657011d} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12709 2025.02.25 04:29:18.650725 [ 276 ] {b9a6e4a6-1260-457d-9a73-cb10d657011d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
12710 2025.02.25 04:29:18.651100 [ 276 ] {b9a6e4a6-1260-457d-9a73-cb10d657011d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
12711 2025.02.25 04:29:18.651358 [ 276 ] {b9a6e4a6-1260-457d-9a73-cb10d657011d} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12712 2025.02.25 04:29:18.651608 [ 276 ] {b9a6e4a6-1260-457d-9a73-cb10d657011d} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001723 sec., 65583.28496807894 rows/sec., 4.25 MiB/sec.
12713 2025.02.25 04:29:18.651688 [ 276 ] {b9a6e4a6-1260-457d-9a73-cb10d657011d} <Debug> TCPHandler: Processed in 0.001992869 sec.
12714 2025.02.25 04:29:18.651888 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12715 2025.02.25 04:29:18.652027 [ 281 ] {715734b4-ecfe-457d-92e6-4d9468147837} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12716 2025.02.25 04:29:18.652077 [ 281 ] {715734b4-ecfe-457d-92e6-4d9468147837} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12717 2025.02.25 04:29:18.652694 [ 281 ] {715734b4-ecfe-457d-92e6-4d9468147837} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12718 2025.02.25 04:29:18.652733 [ 281 ] {715734b4-ecfe-457d-92e6-4d9468147837} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
12719 2025.02.25 04:29:18.653108 [ 281 ] {715734b4-ecfe-457d-92e6-4d9468147837} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
12720 2025.02.25 04:29:18.653342 [ 281 ] {715734b4-ecfe-457d-92e6-4d9468147837} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12721 2025.02.25 04:29:18.653570 [ 281 ] {715734b4-ecfe-457d-92e6-4d9468147837} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001572 sec., 71246.81933842239 rows/sec., 4.06 MiB/sec.
12722 2025.02.25 04:29:18.653625 [ 281 ] {715734b4-ecfe-457d-92e6-4d9468147837} <Debug> TCPHandler: Processed in 0.001838267 sec.
12723 2025.02.25 04:29:18.653825 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12724 2025.02.25 04:29:18.654045 [ 276 ] {aa0cd6e4-f0b4-4d4b-9703-2112faa41df7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12725 2025.02.25 04:29:18.654136 [ 276 ] {aa0cd6e4-f0b4-4d4b-9703-2112faa41df7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12726 2025.02.25 04:29:18.654993 [ 276 ] {aa0cd6e4-f0b4-4d4b-9703-2112faa41df7} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12727 2025.02.25 04:29:18.655034 [ 276 ] {aa0cd6e4-f0b4-4d4b-9703-2112faa41df7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
12728 2025.02.25 04:29:18.655422 [ 276 ] {aa0cd6e4-f0b4-4d4b-9703-2112faa41df7} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
12729 2025.02.25 04:29:18.655667 [ 276 ] {aa0cd6e4-f0b4-4d4b-9703-2112faa41df7} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12730 2025.02.25 04:29:18.655900 [ 276 ] {aa0cd6e4-f0b4-4d4b-9703-2112faa41df7} <Debug> executeQuery: Read 387 rows, 27.99 KiB in 0.001909 sec., 202723.93923520166 rows/sec., 14.32 MiB/sec.
12731 2025.02.25 04:29:18.655959 [ 276 ] {aa0cd6e4-f0b4-4d4b-9703-2112faa41df7} <Debug> TCPHandler: Processed in 0.002248254 sec.
12732 2025.02.25 04:29:18.656164 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12733 2025.02.25 04:29:18.656387 [ 281 ] {fdef4732-6b97-4b4b-a35a-4a815961b407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12734 2025.02.25 04:29:18.656456 [ 281 ] {fdef4732-6b97-4b4b-a35a-4a815961b407} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12735 2025.02.25 04:29:18.656943 [ 281 ] {fdef4732-6b97-4b4b-a35a-4a815961b407} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12736 2025.02.25 04:29:18.656983 [ 281 ] {fdef4732-6b97-4b4b-a35a-4a815961b407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
12737 2025.02.25 04:29:18.657352 [ 281 ] {fdef4732-6b97-4b4b-a35a-4a815961b407} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
12738 2025.02.25 04:29:18.657587 [ 281 ] {fdef4732-6b97-4b4b-a35a-4a815961b407} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12739 2025.02.25 04:29:18.657805 [ 281 ] {fdef4732-6b97-4b4b-a35a-4a815961b407} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001474 sec., 4070.5563093622795 rows/sec., 212.67 KiB/sec.
12740 2025.02.25 04:29:18.657859 [ 281 ] {fdef4732-6b97-4b4b-a35a-4a815961b407} <Debug> TCPHandler: Processed in 0.001805667 sec.
12741 2025.02.25 04:29:18.658014 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12742 2025.02.25 04:29:18.658131 [ 276 ] {f233740f-ea6f-4b08-924d-e50adb630a78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12743 2025.02.25 04:29:18.658185 [ 276 ] {f233740f-ea6f-4b08-924d-e50adb630a78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12744 2025.02.25 04:29:18.658763 [ 276 ] {f233740f-ea6f-4b08-924d-e50adb630a78} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12745 2025.02.25 04:29:18.658804 [ 276 ] {f233740f-ea6f-4b08-924d-e50adb630a78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
12746 2025.02.25 04:29:18.659210 [ 276 ] {f233740f-ea6f-4b08-924d-e50adb630a78} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
12747 2025.02.25 04:29:18.659448 [ 276 ] {f233740f-ea6f-4b08-924d-e50adb630a78} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12748 2025.02.25 04:29:18.659666 [ 276 ] {f233740f-ea6f-4b08-924d-e50adb630a78} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001559 sec., 152020.52597819114 rows/sec., 10.19 MiB/sec.
12749 2025.02.25 04:29:18.659722 [ 276 ] {f233740f-ea6f-4b08-924d-e50adb630a78} <Debug> TCPHandler: Processed in 0.001764826 sec.
12750 2025.02.25 04:29:18.659869 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12751 2025.02.25 04:29:18.659986 [ 281 ] {f6796b36-fe69-43bd-8ad2-53c06b56e008} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12752 2025.02.25 04:29:18.660038 [ 281 ] {f6796b36-fe69-43bd-8ad2-53c06b56e008} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12753 2025.02.25 04:29:18.660500 [ 281 ] {f6796b36-fe69-43bd-8ad2-53c06b56e008} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12754 2025.02.25 04:29:18.660539 [ 281 ] {f6796b36-fe69-43bd-8ad2-53c06b56e008} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
12755 2025.02.25 04:29:18.660904 [ 281 ] {f6796b36-fe69-43bd-8ad2-53c06b56e008} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
12756 2025.02.25 04:29:18.661142 [ 281 ] {f6796b36-fe69-43bd-8ad2-53c06b56e008} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12757 2025.02.25 04:29:18.661392 [ 281 ] {f6796b36-fe69-43bd-8ad2-53c06b56e008} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00142 sec., 704.2253521126761 rows/sec., 47.45 KiB/sec.
12758 2025.02.25 04:29:18.661449 [ 281 ] {f6796b36-fe69-43bd-8ad2-53c06b56e008} <Debug> TCPHandler: Processed in 0.001636194 sec.
12759 2025.02.25 04:29:18.661752 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12760 2025.02.25 04:29:18.661973 [ 276 ] {90f37f6d-cf6a-4cb1-8e42-39d67b5bb157} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12761 2025.02.25 04:29:18.662109 [ 276 ] {90f37f6d-cf6a-4cb1-8e42-39d67b5bb157} <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
12762 2025.02.25 04:29:18.663348 [ 276 ] {90f37f6d-cf6a-4cb1-8e42-39d67b5bb157} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12763 2025.02.25 04:29:18.663389 [ 276 ] {90f37f6d-cf6a-4cb1-8e42-39d67b5bb157} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
12764 2025.02.25 04:29:18.664006 [ 276 ] {90f37f6d-cf6a-4cb1-8e42-39d67b5bb157} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
12765 2025.02.25 04:29:18.664272 [ 276 ] {90f37f6d-cf6a-4cb1-8e42-39d67b5bb157} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12766 2025.02.25 04:29:18.664524 [ 276 ] {90f37f6d-cf6a-4cb1-8e42-39d67b5bb157} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002606 sec., 1918.6492709132772 rows/sec., 3.44 MiB/sec.
12767 2025.02.25 04:29:18.664628 [ 276 ] {90f37f6d-cf6a-4cb1-8e42-39d67b5bb157} <Debug> TCPHandler: Processed in 0.003064145 sec.
12768 2025.02.25 04:29:18.664837 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12769 2025.02.25 04:29:18.665056 [ 281 ] {ba08efcb-3341-4297-a540-379e3e4d7bb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12770 2025.02.25 04:29:18.665147 [ 281 ] {ba08efcb-3341-4297-a540-379e3e4d7bb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12771 2025.02.25 04:29:18.665790 [ 281 ] {ba08efcb-3341-4297-a540-379e3e4d7bb5} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12772 2025.02.25 04:29:18.665829 [ 281 ] {ba08efcb-3341-4297-a540-379e3e4d7bb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
12773 2025.02.25 04:29:18.666222 [ 281 ] {ba08efcb-3341-4297-a540-379e3e4d7bb5} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
12774 2025.02.25 04:29:18.666465 [ 281 ] {ba08efcb-3341-4297-a540-379e3e4d7bb5} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12775 2025.02.25 04:29:18.666692 [ 281 ] {ba08efcb-3341-4297-a540-379e3e4d7bb5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00169 sec., 48520.71005917159 rows/sec., 3.08 MiB/sec.
12776 2025.02.25 04:29:18.666742 [ 281 ] {ba08efcb-3341-4297-a540-379e3e4d7bb5} <Debug> TCPHandler: Processed in 0.002013819 sec.
12777 2025.02.25 04:29:19.980001 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1820
12778 2025.02.25 04:29:19.983052 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12779 2025.02.25 04:29:19.983101 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
12780 2025.02.25 04:29:19.984574 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
12781 2025.02.25 04:29:19.984912 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12782 2025.02.25 04:29:19.985148 [ 143 ] {} <Debug> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
12783 2025.02.25 04:29:19.985276 [ 143 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12784 2025.02.25 04:29:19.985341 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
12785 2025.02.25 04:29:19.985828 [ 199 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::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
12786 2025.02.25 04:29:19.986315 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1820
12787 2025.02.25 04:29:19.986882 [ 199 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12788 2025.02.25 04:29:19.987080 [ 199 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1636 rows starting from the beginning of the part
12789 2025.02.25 04:29:19.987703 [ 199 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 36 rows starting from the beginning of the part
12790 2025.02.25 04:29:19.988317 [ 199 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 34 rows starting from the beginning of the part
12791 2025.02.25 04:29:19.988953 [ 199 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 46 rows starting from the beginning of the part
12792 2025.02.25 04:29:19.989579 [ 199 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 34 rows starting from the beginning of the part
12793 2025.02.25 04:29:19.990237 [ 199 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 34 rows starting from the beginning of the part
12794 2025.02.25 04:29:19.999083 [ 193 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1820 rows, containing 72 columns (72 merged, 0 gathered) in 0.013574631 sec., 134073.62601605893 rows/sec., 102.43 MiB/sec.
12795 2025.02.25 04:29:20.000140 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 257.12 MiB, peak 265.03 MiB, free memory in arenas 0.00 B, will set to 252.00 MiB (RSS), difference: -5.12 MiB
12796 2025.02.25 04:29:20.001043 [ 193 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
12797 2025.02.25 04:29:20.001875 [ 193 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_46_9} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12798 2025.02.25 04:29:20.001978 [ 193 ] {9d63de86-d5be-4928-b940-1179d4c7cdbe::all_1_46_9} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
12799 2025.02.25 04:29:20.002336 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB.
12800 2025.02.25 04:29:20.842193 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12801 2025.02.25 04:29:20.842517 [ 281 ] {0421ea88-e846-4b23-b411-7e6d10e66db8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
12802 2025.02.25 04:29:20.842595 [ 281 ] {0421ea88-e846-4b23-b411-7e6d10e66db8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12803 2025.02.25 04:29:20.843351 [ 281 ] {0421ea88-e846-4b23-b411-7e6d10e66db8} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12804 2025.02.25 04:29:20.843406 [ 281 ] {0421ea88-e846-4b23-b411-7e6d10e66db8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
12805 2025.02.25 04:29:20.843841 [ 281 ] {0421ea88-e846-4b23-b411-7e6d10e66db8} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
12806 2025.02.25 04:29:20.844108 [ 281 ] {0421ea88-e846-4b23-b411-7e6d10e66db8} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12807 2025.02.25 04:29:20.844381 [ 281 ] {0421ea88-e846-4b23-b411-7e6d10e66db8} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00193 sec., 1036.2694300518135 rows/sec., 84.50 KiB/sec.
12808 2025.02.25 04:29:20.844504 [ 281 ] {0421ea88-e846-4b23-b411-7e6d10e66db8} <Debug> TCPHandler: Processed in 0.002506567 sec.
12809 2025.02.25 04:29:20.844814 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12810 2025.02.25 04:29:20.844997 [ 276 ] {0dfb490e-925b-469f-84d4-02c1a48baf58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12811 2025.02.25 04:29:20.845070 [ 276 ] {0dfb490e-925b-469f-84d4-02c1a48baf58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12812 2025.02.25 04:29:20.846513 [ 276 ] {0dfb490e-925b-469f-84d4-02c1a48baf58} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12813 2025.02.25 04:29:20.846562 [ 276 ] {0dfb490e-925b-469f-84d4-02c1a48baf58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
12814 2025.02.25 04:29:20.847084 [ 276 ] {0dfb490e-925b-469f-84d4-02c1a48baf58} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
12815 2025.02.25 04:29:20.847341 [ 276 ] {0dfb490e-925b-469f-84d4-02c1a48baf58} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12816 2025.02.25 04:29:20.847590 [ 276 ] {0dfb490e-925b-469f-84d4-02c1a48baf58} <Debug> executeQuery: Read 1267 rows, 107.21 KiB in 0.002644 sec., 479198.1845688351 rows/sec., 39.60 MiB/sec.
12817 2025.02.25 04:29:20.847657 [ 276 ] {0dfb490e-925b-469f-84d4-02c1a48baf58} <Debug> TCPHandler: Processed in 0.002977414 sec.
12818 2025.02.25 04:29:20.847842 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12819 2025.02.25 04:29:20.847993 [ 281 ] {2dfe783d-105b-4196-bab2-3a86e5fbab36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12820 2025.02.25 04:29:20.848057 [ 281 ] {2dfe783d-105b-4196-bab2-3a86e5fbab36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12821 2025.02.25 04:29:20.848739 [ 281 ] {2dfe783d-105b-4196-bab2-3a86e5fbab36} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12822 2025.02.25 04:29:20.848782 [ 281 ] {2dfe783d-105b-4196-bab2-3a86e5fbab36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
12823 2025.02.25 04:29:20.849158 [ 281 ] {2dfe783d-105b-4196-bab2-3a86e5fbab36} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
12824 2025.02.25 04:29:20.849415 [ 281 ] {2dfe783d-105b-4196-bab2-3a86e5fbab36} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12825 2025.02.25 04:29:20.849696 [ 281 ] {2dfe783d-105b-4196-bab2-3a86e5fbab36} <Debug> executeQuery: Read 37 rows, 2.77 KiB in 0.001727 sec., 21424.435437174292 rows/sec., 1.57 MiB/sec.
12826 2025.02.25 04:29:20.849803 [ 281 ] {2dfe783d-105b-4196-bab2-3a86e5fbab36} <Debug> TCPHandler: Processed in 0.00202679 sec.
12827 2025.02.25 04:29:20.850133 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12828 2025.02.25 04:29:20.850435 [ 276 ] {5fa3bf93-d526-4c15-8f6e-2df160926115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12829 2025.02.25 04:29:20.850518 [ 276 ] {5fa3bf93-d526-4c15-8f6e-2df160926115} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12830 2025.02.25 04:29:20.851205 [ 276 ] {5fa3bf93-d526-4c15-8f6e-2df160926115} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12831 2025.02.25 04:29:20.851245 [ 276 ] {5fa3bf93-d526-4c15-8f6e-2df160926115} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
12832 2025.02.25 04:29:20.851622 [ 276 ] {5fa3bf93-d526-4c15-8f6e-2df160926115} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
12833 2025.02.25 04:29:20.851865 [ 276 ] {5fa3bf93-d526-4c15-8f6e-2df160926115} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12834 2025.02.25 04:29:20.852094 [ 276 ] {5fa3bf93-d526-4c15-8f6e-2df160926115} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001721 sec., 132481.1156304474 rows/sec., 8.97 MiB/sec.
12835 2025.02.25 04:29:20.852175 [ 276 ] {5fa3bf93-d526-4c15-8f6e-2df160926115} <Debug> TCPHandler: Processed in 0.002217523 sec.
12836 2025.02.25 04:29:20.852371 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12837 2025.02.25 04:29:20.852513 [ 281 ] {6b839f06-9e50-487f-9a25-a340d7135531} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12838 2025.02.25 04:29:20.852573 [ 281 ] {6b839f06-9e50-487f-9a25-a340d7135531} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12839 2025.02.25 04:29:20.853537 [ 281 ] {6b839f06-9e50-487f-9a25-a340d7135531} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12840 2025.02.25 04:29:20.853578 [ 281 ] {6b839f06-9e50-487f-9a25-a340d7135531} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
12841 2025.02.25 04:29:20.853982 [ 281 ] {6b839f06-9e50-487f-9a25-a340d7135531} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
12842 2025.02.25 04:29:20.854240 [ 281 ] {6b839f06-9e50-487f-9a25-a340d7135531} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12843 2025.02.25 04:29:20.854487 [ 281 ] {6b839f06-9e50-487f-9a25-a340d7135531} <Debug> executeQuery: Read 557 rows, 42.37 KiB in 0.002002 sec., 278221.7782217782 rows/sec., 20.67 MiB/sec.
12844 2025.02.25 04:29:20.854594 [ 281 ] {6b839f06-9e50-487f-9a25-a340d7135531} <Debug> TCPHandler: Processed in 0.002318145 sec.
12845 2025.02.25 04:29:20.854770 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12846 2025.02.25 04:29:20.854955 [ 276 ] {1836a67f-ddfa-442c-ae7c-86f6b15402f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12847 2025.02.25 04:29:20.855020 [ 276 ] {1836a67f-ddfa-442c-ae7c-86f6b15402f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12848 2025.02.25 04:29:20.855850 [ 276 ] {1836a67f-ddfa-442c-ae7c-86f6b15402f1} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12849 2025.02.25 04:29:20.855893 [ 276 ] {1836a67f-ddfa-442c-ae7c-86f6b15402f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
12850 2025.02.25 04:29:20.856355 [ 276 ] {1836a67f-ddfa-442c-ae7c-86f6b15402f1} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
12851 2025.02.25 04:29:20.856600 [ 276 ] {1836a67f-ddfa-442c-ae7c-86f6b15402f1} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12852 2025.02.25 04:29:20.856824 [ 276 ] {1836a67f-ddfa-442c-ae7c-86f6b15402f1} <Debug> executeQuery: Read 933 rows, 64.04 KiB in 0.001912 sec., 487970.71129707113 rows/sec., 32.71 MiB/sec.
12853 2025.02.25 04:29:20.856878 [ 276 ] {1836a67f-ddfa-442c-ae7c-86f6b15402f1} <Debug> TCPHandler: Processed in 0.002200043 sec.
12854 2025.02.25 04:29:20.857040 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12855 2025.02.25 04:29:20.857181 [ 281 ] {a4174eb1-031e-4e87-83e0-e2deada71820} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12856 2025.02.25 04:29:20.857278 [ 281 ] {a4174eb1-031e-4e87-83e0-e2deada71820} <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
12857 2025.02.25 04:29:20.858504 [ 281 ] {a4174eb1-031e-4e87-83e0-e2deada71820} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12858 2025.02.25 04:29:20.858545 [ 281 ] {a4174eb1-031e-4e87-83e0-e2deada71820} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
12859 2025.02.25 04:29:20.859262 [ 281 ] {a4174eb1-031e-4e87-83e0-e2deada71820} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
12860 2025.02.25 04:29:20.859530 [ 281 ] {a4174eb1-031e-4e87-83e0-e2deada71820} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12861 2025.02.25 04:29:20.859799 [ 281 ] {a4174eb1-031e-4e87-83e0-e2deada71820} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00265 sec., 13207.547169811322 rows/sec., 23.67 MiB/sec.
12862 2025.02.25 04:29:20.859927 [ 281 ] {a4174eb1-031e-4e87-83e0-e2deada71820} <Debug> TCPHandler: Processed in 0.002952444 sec.
12863 2025.02.25 04:29:20.860123 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12864 2025.02.25 04:29:20.860292 [ 276 ] {71ac990e-23be-437a-8d7f-021d7a8076a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12865 2025.02.25 04:29:20.860366 [ 276 ] {71ac990e-23be-437a-8d7f-021d7a8076a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12866 2025.02.25 04:29:20.860898 [ 276 ] {71ac990e-23be-437a-8d7f-021d7a8076a6} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12867 2025.02.25 04:29:20.860938 [ 276 ] {71ac990e-23be-437a-8d7f-021d7a8076a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
12868 2025.02.25 04:29:20.861326 [ 276 ] {71ac990e-23be-437a-8d7f-021d7a8076a6} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
12869 2025.02.25 04:29:20.861567 [ 276 ] {71ac990e-23be-437a-8d7f-021d7a8076a6} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12870 2025.02.25 04:29:20.861791 [ 276 ] {71ac990e-23be-437a-8d7f-021d7a8076a6} <Debug> executeQuery: Read 32 rows, 2.20 KiB in 0.001535 sec., 20846.905537459286 rows/sec., 1.40 MiB/sec.
12871 2025.02.25 04:29:20.861843 [ 276 ] {71ac990e-23be-437a-8d7f-021d7a8076a6} <Debug> TCPHandler: Processed in 0.001803497 sec.
12872 2025.02.25 04:29:21.000213 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 247.55 MiB, peak 265.03 MiB, free memory in arenas 0.00 B, will set to 252.00 MiB (RSS), difference: 4.44 MiB
12873 2025.02.25 04:29:22.311175 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28914
12874 2025.02.25 04:29:22.311890 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12875 2025.02.25 04:29:22.311937 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
12876 2025.02.25 04:29:22.312451 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
12877 2025.02.25 04:29:22.312700 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12878 2025.02.25 04:29:22.312964 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28914
12879 2025.02.25 04:29:23.630533 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12880 2025.02.25 04:29:23.630751 [ 281 ] {274a1a96-5d76-4847-bae3-0eea3059d349} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12881 2025.02.25 04:29:23.630833 [ 281 ] {274a1a96-5d76-4847-bae3-0eea3059d349} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12882 2025.02.25 04:29:23.631711 [ 281 ] {274a1a96-5d76-4847-bae3-0eea3059d349} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12883 2025.02.25 04:29:23.631766 [ 281 ] {274a1a96-5d76-4847-bae3-0eea3059d349} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
12884 2025.02.25 04:29:23.632209 [ 281 ] {274a1a96-5d76-4847-bae3-0eea3059d349} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
12885 2025.02.25 04:29:23.632478 [ 281 ] {274a1a96-5d76-4847-bae3-0eea3059d349} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12886 2025.02.25 04:29:23.632679 [ 139 ] {} <Debug> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
12887 2025.02.25 04:29:23.632746 [ 281 ] {274a1a96-5d76-4847-bae3-0eea3059d349} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002049 sec., 27330.405075646657 rows/sec., 2.09 MiB/sec.
12888 2025.02.25 04:29:23.632754 [ 139 ] {} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12889 2025.02.25 04:29:23.632829 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
12890 2025.02.25 04:29:23.632893 [ 281 ] {274a1a96-5d76-4847-bae3-0eea3059d349} <Debug> TCPHandler: Processed in 0.002503467 sec.
12891 2025.02.25 04:29:23.633241 [ 201 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full
12892 2025.02.25 04:29:23.633257 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12893 2025.02.25 04:29:23.633708 [ 276 ] {ce085d6c-d9b8-41ca-9d15-7d0207d26da1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12894 2025.02.25 04:29:23.633875 [ 201 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12895 2025.02.25 04:29:23.633898 [ 276 ] {ce085d6c-d9b8-41ca-9d15-7d0207d26da1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12896 2025.02.25 04:29:23.634043 [ 201 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1849 rows starting from the beginning of the part
12897 2025.02.25 04:29:23.634625 [ 201 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 627 rows starting from the beginning of the part
12898 2025.02.25 04:29:23.635441 [ 201 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 126 rows starting from the beginning of the part
12899 2025.02.25 04:29:23.635916 [ 201 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 627 rows starting from the beginning of the part
12900 2025.02.25 04:29:23.636270 [ 201 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 1267 rows starting from the beginning of the part
12901 2025.02.25 04:29:23.636458 [ 201 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 56 rows starting from the beginning of the part
12902 2025.02.25 04:29:23.637397 [ 276 ] {ce085d6c-d9b8-41ca-9d15-7d0207d26da1} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12903 2025.02.25 04:29:23.637459 [ 276 ] {ce085d6c-d9b8-41ca-9d15-7d0207d26da1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
12904 2025.02.25 04:29:23.638486 [ 276 ] {ce085d6c-d9b8-41ca-9d15-7d0207d26da1} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
12905 2025.02.25 04:29:23.639054 [ 276 ] {ce085d6c-d9b8-41ca-9d15-7d0207d26da1} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12906 2025.02.25 04:29:23.639251 [ 139 ] {} <Debug> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
12907 2025.02.25 04:29:23.639302 [ 139 ] {} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12908 2025.02.25 04:29:23.639331 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
12909 2025.02.25 04:29:23.639331 [ 276 ] {ce085d6c-d9b8-41ca-9d15-7d0207d26da1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005765 sec., 11101.474414570685 rows/sec., 887.29 KiB/sec.
12910 2025.02.25 04:29:23.639614 [ 276 ] {ce085d6c-d9b8-41ca-9d15-7d0207d26da1} <Debug> TCPHandler: Processed in 0.006556658 sec.
12911 2025.02.25 04:29:23.639706 [ 192 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full
12912 2025.02.25 04:29:23.639835 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12913 2025.02.25 04:29:23.640211 [ 192 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12914 2025.02.25 04:29:23.640311 [ 281 ] {a87bb539-c667-4b8b-8969-1a3948ae1dfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12915 2025.02.25 04:29:23.640353 [ 192 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 916 rows starting from the beginning of the part
12916 2025.02.25 04:29:23.640608 [ 281 ] {a87bb539-c667-4b8b-8969-1a3948ae1dfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12917 2025.02.25 04:29:23.640839 [ 192 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 387 rows starting from the beginning of the part
12918 2025.02.25 04:29:23.641244 [ 198 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4552 rows, containing 5 columns (5 merged, 0 gathered) in 0.008280392 sec., 549732.4281265911 rows/sec., 46.59 MiB/sec.
12919 2025.02.25 04:29:23.641430 [ 192 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 99 rows starting from the beginning of the part
12920 2025.02.25 04:29:23.641769 [ 198 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
12921 2025.02.25 04:29:23.641978 [ 192 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 387 rows starting from the beginning of the part
12922 2025.02.25 04:29:23.642438 [ 192 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 557 rows starting from the beginning of the part
12923 2025.02.25 04:29:23.642889 [ 192 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 64 rows starting from the beginning of the part
12924 2025.02.25 04:29:23.643226 [ 198 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_106_21} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12925 2025.02.25 04:29:23.643693 [ 198 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_106_21} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
12926 2025.02.25 04:29:23.643921 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB.
12927 2025.02.25 04:29:23.644595 [ 281 ] {a87bb539-c667-4b8b-8969-1a3948ae1dfc} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12928 2025.02.25 04:29:23.644667 [ 281 ] {a87bb539-c667-4b8b-8969-1a3948ae1dfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
12929 2025.02.25 04:29:23.645702 [ 281 ] {a87bb539-c667-4b8b-8969-1a3948ae1dfc} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
12930 2025.02.25 04:29:23.646119 [ 281 ] {a87bb539-c667-4b8b-8969-1a3948ae1dfc} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12931 2025.02.25 04:29:23.646356 [ 138 ] {} <Debug> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Selected 5 parts from all_1_101_20 to all_105_105_0
12932 2025.02.25 04:29:23.646445 [ 138 ] {} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12933 2025.02.25 04:29:23.646490 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
12934 2025.02.25 04:29:23.646501 [ 281 ] {a87bb539-c667-4b8b-8969-1a3948ae1dfc} <Debug> executeQuery: Read 74 rows, 5.27 KiB in 0.006398 sec., 11566.11441075336 rows/sec., 824.38 KiB/sec.
12935 2025.02.25 04:29:23.646951 [ 281 ] {a87bb539-c667-4b8b-8969-1a3948ae1dfc} <Debug> TCPHandler: Processed in 0.007177936 sec.
12936 2025.02.25 04:29:23.647089 [ 190 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_105_21} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_101_20 to all_105_105_0 into Compact with storage Full
12937 2025.02.25 04:29:23.647310 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12938 2025.02.25 04:29:23.647462 [ 196 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2410 rows, containing 5 columns (5 merged, 0 gathered) in 0.008041459 sec., 299696.8584929675 rows/sec., 22.95 MiB/sec.
12939 2025.02.25 04:29:23.647663 [ 276 ] {b6686b81-e765-410e-b894-f5d245fe15c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12940 2025.02.25 04:29:23.647665 [ 190 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_105_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12941 2025.02.25 04:29:23.647769 [ 190 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_101_20, total 30255 rows starting from the beginning of the part
12942 2025.02.25 04:29:23.647818 [ 276 ] {b6686b81-e765-410e-b894-f5d245fe15c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12943 2025.02.25 04:29:23.647828 [ 196 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
12944 2025.02.25 04:29:23.648294 [ 190 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 237 rows starting from the beginning of the part
12945 2025.02.25 04:29:23.648906 [ 190 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 160 rows starting from the beginning of the part
12946 2025.02.25 04:29:23.649061 [ 196 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_106_21} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12947 2025.02.25 04:29:23.649398 [ 190 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 237 rows starting from the beginning of the part
12948 2025.02.25 04:29:23.649655 [ 196 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_106_21} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
12949 2025.02.25 04:29:23.649942 [ 190 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 933 rows starting from the beginning of the part
12950 2025.02.25 04:29:23.650054 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
12951 2025.02.25 04:29:23.650959 [ 276 ] {b6686b81-e765-410e-b894-f5d245fe15c9} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12952 2025.02.25 04:29:23.651028 [ 276 ] {b6686b81-e765-410e-b894-f5d245fe15c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
12953 2025.02.25 04:29:23.651768 [ 276 ] {b6686b81-e765-410e-b894-f5d245fe15c9} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
12954 2025.02.25 04:29:23.652109 [ 276 ] {b6686b81-e765-410e-b894-f5d245fe15c9} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12955 2025.02.25 04:29:23.652311 [ 138 ] {} <Debug> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
12956 2025.02.25 04:29:23.652406 [ 138 ] {} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12957 2025.02.25 04:29:23.652484 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
12958 2025.02.25 04:29:23.652653 [ 276 ] {b6686b81-e765-410e-b894-f5d245fe15c9} <Debug> executeQuery: Read 28 rows, 1.94 KiB in 0.005081 sec., 5510.7262349931125 rows/sec., 381.32 KiB/sec.
12959 2025.02.25 04:29:23.653039 [ 195 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full
12960 2025.02.25 04:29:23.653044 [ 276 ] {b6686b81-e765-410e-b894-f5d245fe15c9} <Debug> TCPHandler: Processed in 0.005956429 sec.
12961 2025.02.25 04:29:23.653443 [ 195 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12962 2025.02.25 04:29:23.653532 [ 195 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6022 rows starting from the beginning of the part
12963 2025.02.25 04:29:23.653750 [ 195 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 82 rows starting from the beginning of the part
12964 2025.02.25 04:29:23.654129 [ 195 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 60 rows starting from the beginning of the part
12965 2025.02.25 04:29:23.654312 [ 195 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 82 rows starting from the beginning of the part
12966 2025.02.25 04:29:23.654571 [ 195 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 32 rows starting from the beginning of the part
12967 2025.02.25 04:29:23.654741 [ 195 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 28 rows starting from the beginning of the part
12968 2025.02.25 04:29:23.658197 [ 196 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6306 rows, containing 4 columns (4 merged, 0 gathered) in 0.005556222 sec., 1134943.8521354978 rows/sec., 74.25 MiB/sec.
12969 2025.02.25 04:29:23.658774 [ 195 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
12970 2025.02.25 04:29:23.659140 [ 195 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_106_21} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12971 2025.02.25 04:29:23.659303 [ 195 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_106_21} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
12972 2025.02.25 04:29:23.659405 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB.
12973 2025.02.25 04:29:23.660203 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_105_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31822 rows, containing 5 columns (5 merged, 0 gathered) in 0.013553981 sec., 2347797.3002913315 rows/sec., 158.68 MiB/sec.
12974 2025.02.25 04:29:23.660808 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_105_21} <Trace> MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary)
12975 2025.02.25 04:29:23.661123 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12976 2025.02.25 04:29:23.661212 [ 187 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Merged 5 parts: [all_1_101_20, all_105_105_0] -> all_1_105_21
12977 2025.02.25 04:29:23.661303 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB.
12978 2025.02.25 04:29:24.406618 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475
12979 2025.02.25 04:29:24.428072 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12980 2025.02.25 04:29:24.428143 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
12981 2025.02.25 04:29:24.435557 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
12982 2025.02.25 04:29:24.436386 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12983 2025.02.25 04:29:24.440021 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475
12984 2025.02.25 04:29:28.634791 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12985 2025.02.25 04:29:28.635131 [ 281 ] {6450830f-047f-47ce-a5d3-bd86f56c19bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12986 2025.02.25 04:29:28.635254 [ 281 ] {6450830f-047f-47ce-a5d3-bd86f56c19bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12987 2025.02.25 04:29:28.636252 [ 281 ] {6450830f-047f-47ce-a5d3-bd86f56c19bb} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12988 2025.02.25 04:29:28.636307 [ 281 ] {6450830f-047f-47ce-a5d3-bd86f56c19bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
12989 2025.02.25 04:29:28.636756 [ 281 ] {6450830f-047f-47ce-a5d3-bd86f56c19bb} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
12990 2025.02.25 04:29:28.637030 [ 281 ] {6450830f-047f-47ce-a5d3-bd86f56c19bb} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12991 2025.02.25 04:29:28.637275 [ 281 ] {6450830f-047f-47ce-a5d3-bd86f56c19bb} <Debug> executeQuery: Read 66 rows, 5.35 KiB in 0.002233 sec., 29556.650246305417 rows/sec., 2.34 MiB/sec.
12992 2025.02.25 04:29:28.637341 [ 281 ] {6450830f-047f-47ce-a5d3-bd86f56c19bb} <Debug> TCPHandler: Processed in 0.002750741 sec.
12993 2025.02.25 04:29:28.637609 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12994 2025.02.25 04:29:28.637903 [ 276 ] {51054ec6-2305-4d01-bd52-ab8d3b4abcc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12995 2025.02.25 04:29:28.638025 [ 276 ] {51054ec6-2305-4d01-bd52-ab8d3b4abcc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12996 2025.02.25 04:29:28.639041 [ 276 ] {51054ec6-2305-4d01-bd52-ab8d3b4abcc9} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12997 2025.02.25 04:29:28.639095 [ 276 ] {51054ec6-2305-4d01-bd52-ab8d3b4abcc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
12998 2025.02.25 04:29:28.639535 [ 276 ] {51054ec6-2305-4d01-bd52-ab8d3b4abcc9} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
12999 2025.02.25 04:29:28.639797 [ 276 ] {51054ec6-2305-4d01-bd52-ab8d3b4abcc9} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13000 2025.02.25 04:29:28.640066 [ 276 ] {51054ec6-2305-4d01-bd52-ab8d3b4abcc9} <Debug> executeQuery: Read 5 rows, 385.00 B in 0.002249 sec., 2223.2103156958647 rows/sec., 167.17 KiB/sec.
13001 2025.02.25 04:29:28.640146 [ 276 ] {51054ec6-2305-4d01-bd52-ab8d3b4abcc9} <Debug> TCPHandler: Processed in 0.002679489 sec.
13002 2025.02.25 04:29:28.640374 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13003 2025.02.25 04:29:28.640580 [ 281 ] {9954f0a6-7e8c-4a84-9fc9-00d1ca204389} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13004 2025.02.25 04:29:28.640634 [ 281 ] {9954f0a6-7e8c-4a84-9fc9-00d1ca204389} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13005 2025.02.25 04:29:28.641277 [ 281 ] {9954f0a6-7e8c-4a84-9fc9-00d1ca204389} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13006 2025.02.25 04:29:28.641321 [ 281 ] {9954f0a6-7e8c-4a84-9fc9-00d1ca204389} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
13007 2025.02.25 04:29:28.641698 [ 281 ] {9954f0a6-7e8c-4a84-9fc9-00d1ca204389} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
13008 2025.02.25 04:29:28.641947 [ 281 ] {9954f0a6-7e8c-4a84-9fc9-00d1ca204389} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13009 2025.02.25 04:29:28.642187 [ 281 ] {9954f0a6-7e8c-4a84-9fc9-00d1ca204389} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001636 sec., 42176.0391198044 rows/sec., 3.29 MiB/sec.
13010 2025.02.25 04:29:28.642258 [ 281 ] {9954f0a6-7e8c-4a84-9fc9-00d1ca204389} <Debug> TCPHandler: Processed in 0.00201397 sec.
13011 2025.02.25 04:29:28.642465 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13012 2025.02.25 04:29:28.642783 [ 276 ] {65353f25-c87d-4d6f-995a-ea929ffc8bc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13013 2025.02.25 04:29:28.642885 [ 276 ] {65353f25-c87d-4d6f-995a-ea929ffc8bc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13014 2025.02.25 04:29:28.643500 [ 276 ] {65353f25-c87d-4d6f-995a-ea929ffc8bc1} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13015 2025.02.25 04:29:28.643542 [ 276 ] {65353f25-c87d-4d6f-995a-ea929ffc8bc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
13016 2025.02.25 04:29:28.643957 [ 276 ] {65353f25-c87d-4d6f-995a-ea929ffc8bc1} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
13017 2025.02.25 04:29:28.644216 [ 276 ] {65353f25-c87d-4d6f-995a-ea929ffc8bc1} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13018 2025.02.25 04:29:28.644462 [ 276 ] {65353f25-c87d-4d6f-995a-ea929ffc8bc1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001795 sec., 89136.49025069638 rows/sec., 6.21 MiB/sec.
13019 2025.02.25 04:29:28.644539 [ 276 ] {65353f25-c87d-4d6f-995a-ea929ffc8bc1} <Debug> TCPHandler: Processed in 0.002159582 sec.
13020 2025.02.25 04:29:28.644790 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13021 2025.02.25 04:29:28.645029 [ 281 ] {04022dec-03ef-4ab9-8f8a-97d1e3778427} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13022 2025.02.25 04:29:28.645134 [ 281 ] {04022dec-03ef-4ab9-8f8a-97d1e3778427} <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
13023 2025.02.25 04:29:28.646355 [ 281 ] {04022dec-03ef-4ab9-8f8a-97d1e3778427} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13024 2025.02.25 04:29:28.646396 [ 281 ] {04022dec-03ef-4ab9-8f8a-97d1e3778427} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
13025 2025.02.25 04:29:28.647041 [ 281 ] {04022dec-03ef-4ab9-8f8a-97d1e3778427} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
13026 2025.02.25 04:29:28.647311 [ 281 ] {04022dec-03ef-4ab9-8f8a-97d1e3778427} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13027 2025.02.25 04:29:28.647513 [ 132 ] {} <Debug> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
13028 2025.02.25 04:29:28.647599 [ 281 ] {04022dec-03ef-4ab9-8f8a-97d1e3778427} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002621 sec., 1907.668828691339 rows/sec., 3.42 MiB/sec.
13029 2025.02.25 04:29:28.647607 [ 132 ] {} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13030 2025.02.25 04:29:28.647688 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
13031 2025.02.25 04:29:28.648046 [ 281 ] {04022dec-03ef-4ab9-8f8a-97d1e3778427} <Debug> TCPHandler: Processed in 0.003410721 sec.
13032 2025.02.25 04:29:28.648069 [ 196 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full
13033 2025.02.25 04:29:28.648264 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13034 2025.02.25 04:29:28.648516 [ 276 ] {ae19fae3-875e-4448-a116-c35ec43414c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13035 2025.02.25 04:29:28.648648 [ 276 ] {ae19fae3-875e-4448-a116-c35ec43414c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13036 2025.02.25 04:29:28.648779 [ 196 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13037 2025.02.25 04:29:28.649034 [ 196 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1614 rows starting from the beginning of the part
13038 2025.02.25 04:29:28.649897 [ 196 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 5 rows starting from the beginning of the part
13039 2025.02.25 04:29:28.650796 [ 196 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 35 rows starting from the beginning of the part
13040 2025.02.25 04:29:28.650907 [ 276 ] {ae19fae3-875e-4448-a116-c35ec43414c0} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13041 2025.02.25 04:29:28.651029 [ 276 ] {ae19fae3-875e-4448-a116-c35ec43414c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
13042 2025.02.25 04:29:28.651411 [ 196 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 5 rows starting from the beginning of the part
13043 2025.02.25 04:29:28.652106 [ 196 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 35 rows starting from the beginning of the part
13044 2025.02.25 04:29:28.652708 [ 276 ] {ae19fae3-875e-4448-a116-c35ec43414c0} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
13045 2025.02.25 04:29:28.652891 [ 196 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 5 rows starting from the beginning of the part
13046 2025.02.25 04:29:28.653610 [ 276 ] {ae19fae3-875e-4448-a116-c35ec43414c0} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13047 2025.02.25 04:29:28.654234 [ 276 ] {ae19fae3-875e-4448-a116-c35ec43414c0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005797 sec., 10350.181128169743 rows/sec., 714.27 KiB/sec.
13048 2025.02.25 04:29:28.654477 [ 276 ] {ae19fae3-875e-4448-a116-c35ec43414c0} <Debug> TCPHandler: Processed in 0.006307984 sec.
13049 2025.02.25 04:29:28.664270 [ 187 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1699 rows, containing 19 columns (19 merged, 0 gathered) in 0.016444404 sec., 103317.82167356141 rows/sec., 185.14 MiB/sec.
13050 2025.02.25 04:29:28.666067 [ 186 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
13051 2025.02.25 04:29:28.666521 [ 186 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13052 2025.02.25 04:29:28.666609 [ 186 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
13053 2025.02.25 04:29:28.666773 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.45 MiB.
13054 2025.02.25 04:29:29.000172 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 253.72 MiB, peak 267.14 MiB, free memory in arenas 0.00 B, will set to 258.02 MiB (RSS), difference: 4.30 MiB
13055 2025.02.25 04:29:29.631279 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache
13056 2025.02.25 04:29:29.631330 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache
13057 2025.02.25 04:29:29.813118 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29341
13058 2025.02.25 04:29:29.813803 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13059 2025.02.25 04:29:29.813843 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
13060 2025.02.25 04:29:29.814375 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
13061 2025.02.25 04:29:29.814636 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13062 2025.02.25 04:29:29.814832 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341
13063 2025.02.25 04:29:29.986611 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1856
13064 2025.02.25 04:29:29.990373 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13065 2025.02.25 04:29:29.990437 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
13066 2025.02.25 04:29:29.991966 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
13067 2025.02.25 04:29:29.992311 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13068 2025.02.25 04:29:29.993020 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1856
13069 2025.02.25 04:29:30.001734 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00136296 sec.
13070 2025.02.25 04:29:31.940123 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483
13071 2025.02.25 04:29:31.961908 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13072 2025.02.25 04:29:31.961971 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
13073 2025.02.25 04:29:31.969372 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
13074 2025.02.25 04:29:31.970159 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13075 2025.02.25 04:29:31.973597 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483
13076 2025.02.25 04:29:33.636209 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13077 2025.02.25 04:29:33.636410 [ 281 ] {0098755c-8197-4e2d-8d97-cd0742789d2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13078 2025.02.25 04:29:33.636484 [ 281 ] {0098755c-8197-4e2d-8d97-cd0742789d2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13079 2025.02.25 04:29:33.637360 [ 281 ] {0098755c-8197-4e2d-8d97-cd0742789d2e} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13080 2025.02.25 04:29:33.637413 [ 281 ] {0098755c-8197-4e2d-8d97-cd0742789d2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
13081 2025.02.25 04:29:33.638025 [ 281 ] {0098755c-8197-4e2d-8d97-cd0742789d2e} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
13082 2025.02.25 04:29:33.638331 [ 281 ] {0098755c-8197-4e2d-8d97-cd0742789d2e} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13083 2025.02.25 04:29:33.638603 [ 281 ] {0098755c-8197-4e2d-8d97-cd0742789d2e} <Debug> executeQuery: Read 126 rows, 11.02 KiB in 0.002247 sec., 56074.76635514019 rows/sec., 4.79 MiB/sec.
13084 2025.02.25 04:29:33.638675 [ 281 ] {0098755c-8197-4e2d-8d97-cd0742789d2e} <Debug> TCPHandler: Processed in 0.002605928 sec.
13085 2025.02.25 04:29:33.638933 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13086 2025.02.25 04:29:33.639144 [ 276 ] {09285363-5940-4c5b-9a6e-642c9a7e9b2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13087 2025.02.25 04:29:33.639223 [ 276 ] {09285363-5940-4c5b-9a6e-642c9a7e9b2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13088 2025.02.25 04:29:33.640040 [ 276 ] {09285363-5940-4c5b-9a6e-642c9a7e9b2c} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13089 2025.02.25 04:29:33.640086 [ 276 ] {09285363-5940-4c5b-9a6e-642c9a7e9b2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
13090 2025.02.25 04:29:33.640560 [ 276 ] {09285363-5940-4c5b-9a6e-642c9a7e9b2c} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
13091 2025.02.25 04:29:33.640912 [ 276 ] {09285363-5940-4c5b-9a6e-642c9a7e9b2c} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13092 2025.02.25 04:29:33.641200 [ 276 ] {09285363-5940-4c5b-9a6e-642c9a7e9b2c} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.002107 sec., 16611.295681063122 rows/sec., 1.22 MiB/sec.
13093 2025.02.25 04:29:33.641321 [ 276 ] {09285363-5940-4c5b-9a6e-642c9a7e9b2c} <Debug> TCPHandler: Processed in 0.002516858 sec.
13094 2025.02.25 04:29:33.641563 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13095 2025.02.25 04:29:33.641709 [ 281 ] {6cb88708-2c4b-4331-9caf-adfd5f8f0c50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13096 2025.02.25 04:29:33.641763 [ 281 ] {6cb88708-2c4b-4331-9caf-adfd5f8f0c50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13097 2025.02.25 04:29:33.642409 [ 281 ] {6cb88708-2c4b-4331-9caf-adfd5f8f0c50} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13098 2025.02.25 04:29:33.642451 [ 281 ] {6cb88708-2c4b-4331-9caf-adfd5f8f0c50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
13099 2025.02.25 04:29:33.642845 [ 281 ] {6cb88708-2c4b-4331-9caf-adfd5f8f0c50} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
13100 2025.02.25 04:29:33.643105 [ 281 ] {6cb88708-2c4b-4331-9caf-adfd5f8f0c50} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13101 2025.02.25 04:29:33.643328 [ 281 ] {6cb88708-2c4b-4331-9caf-adfd5f8f0c50} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001649 sec., 60036.38568829594 rows/sec., 4.69 MiB/sec.
13102 2025.02.25 04:29:33.643389 [ 281 ] {6cb88708-2c4b-4331-9caf-adfd5f8f0c50} <Debug> TCPHandler: Processed in 0.001940378 sec.
13103 2025.02.25 04:29:33.643559 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13104 2025.02.25 04:29:33.643729 [ 276 ] {1cf287f3-91a5-488d-8429-08bb0d3b67ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13105 2025.02.25 04:29:33.643810 [ 276 ] {1cf287f3-91a5-488d-8429-08bb0d3b67ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13106 2025.02.25 04:29:33.644424 [ 276 ] {1cf287f3-91a5-488d-8429-08bb0d3b67ac} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13107 2025.02.25 04:29:33.644466 [ 276 ] {1cf287f3-91a5-488d-8429-08bb0d3b67ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
13108 2025.02.25 04:29:33.644886 [ 276 ] {1cf287f3-91a5-488d-8429-08bb0d3b67ac} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
13109 2025.02.25 04:29:33.645153 [ 276 ] {1cf287f3-91a5-488d-8429-08bb0d3b67ac} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13110 2025.02.25 04:29:33.645375 [ 276 ] {1cf287f3-91a5-488d-8429-08bb0d3b67ac} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001688 sec., 94786.7298578199 rows/sec., 6.60 MiB/sec.
13111 2025.02.25 04:29:33.645438 [ 276 ] {1cf287f3-91a5-488d-8429-08bb0d3b67ac} <Debug> TCPHandler: Processed in 0.001945749 sec.
13112 2025.02.25 04:29:33.645603 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13113 2025.02.25 04:29:33.645728 [ 281 ] {c4e47c7e-a84c-49ba-9896-5c6686a69517} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13114 2025.02.25 04:29:33.645817 [ 281 ] {c4e47c7e-a84c-49ba-9896-5c6686a69517} <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
13115 2025.02.25 04:29:33.647078 [ 281 ] {c4e47c7e-a84c-49ba-9896-5c6686a69517} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13116 2025.02.25 04:29:33.647119 [ 281 ] {c4e47c7e-a84c-49ba-9896-5c6686a69517} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
13117 2025.02.25 04:29:33.647826 [ 281 ] {c4e47c7e-a84c-49ba-9896-5c6686a69517} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
13118 2025.02.25 04:29:33.648098 [ 281 ] {c4e47c7e-a84c-49ba-9896-5c6686a69517} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13119 2025.02.25 04:29:33.648365 [ 281 ] {c4e47c7e-a84c-49ba-9896-5c6686a69517} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00266 sec., 13157.894736842105 rows/sec., 23.58 MiB/sec.
13120 2025.02.25 04:29:33.648599 [ 281 ] {c4e47c7e-a84c-49ba-9896-5c6686a69517} <Debug> TCPHandler: Processed in 0.003052195 sec.
13121 2025.02.25 04:29:33.648854 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13122 2025.02.25 04:29:33.649010 [ 276 ] {92bd42bf-d59b-4f57-886f-af819eab6fbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13123 2025.02.25 04:29:33.649063 [ 276 ] {92bd42bf-d59b-4f57-886f-af819eab6fbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13124 2025.02.25 04:29:33.649547 [ 276 ] {92bd42bf-d59b-4f57-886f-af819eab6fbd} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13125 2025.02.25 04:29:33.649585 [ 276 ] {92bd42bf-d59b-4f57-886f-af819eab6fbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
13126 2025.02.25 04:29:33.649984 [ 276 ] {92bd42bf-d59b-4f57-886f-af819eab6fbd} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
13127 2025.02.25 04:29:33.650227 [ 276 ] {92bd42bf-d59b-4f57-886f-af819eab6fbd} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13128 2025.02.25 04:29:33.650452 [ 276 ] {92bd42bf-d59b-4f57-886f-af819eab6fbd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001472 sec., 40760.86956521739 rows/sec., 2.75 MiB/sec.
13129 2025.02.25 04:29:33.650504 [ 276 ] {92bd42bf-d59b-4f57-886f-af819eab6fbd} <Debug> TCPHandler: Processed in 0.001798037 sec.
13130 2025.02.25 04:29:37.314976 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29829
13131 2025.02.25 04:29:37.315654 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13132 2025.02.25 04:29:37.315705 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
13133 2025.02.25 04:29:37.316221 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
13134 2025.02.25 04:29:37.316480 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13135 2025.02.25 04:29:37.316738 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29829
13136 2025.02.25 04:29:38.635229 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13137 2025.02.25 04:29:38.635423 [ 281 ] {73ed14ce-1da4-4349-afdc-2004374b9a8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
13138 2025.02.25 04:29:38.635496 [ 281 ] {73ed14ce-1da4-4349-afdc-2004374b9a8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
13139 2025.02.25 04:29:38.636242 [ 281 ] {73ed14ce-1da4-4349-afdc-2004374b9a8b} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13140 2025.02.25 04:29:38.636290 [ 281 ] {73ed14ce-1da4-4349-afdc-2004374b9a8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
13141 2025.02.25 04:29:38.636720 [ 281 ] {73ed14ce-1da4-4349-afdc-2004374b9a8b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
13142 2025.02.25 04:29:38.636973 [ 281 ] {73ed14ce-1da4-4349-afdc-2004374b9a8b} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13143 2025.02.25 04:29:38.637215 [ 281 ] {73ed14ce-1da4-4349-afdc-2004374b9a8b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001845 sec., 2168.021680216802 rows/sec., 176.79 KiB/sec.
13144 2025.02.25 04:29:38.637274 [ 281 ] {73ed14ce-1da4-4349-afdc-2004374b9a8b} <Debug> TCPHandler: Processed in 0.002182472 sec.
13145 2025.02.25 04:29:38.637542 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13146 2025.02.25 04:29:38.637756 [ 276 ] {8ad3e873-422f-430d-b434-e283ccfae056} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13147 2025.02.25 04:29:38.637838 [ 276 ] {8ad3e873-422f-430d-b434-e283ccfae056} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13148 2025.02.25 04:29:38.638631 [ 276 ] {8ad3e873-422f-430d-b434-e283ccfae056} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13149 2025.02.25 04:29:38.638711 [ 276 ] {8ad3e873-422f-430d-b434-e283ccfae056} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
13150 2025.02.25 04:29:38.639144 [ 276 ] {8ad3e873-422f-430d-b434-e283ccfae056} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
13151 2025.02.25 04:29:38.639407 [ 276 ] {8ad3e873-422f-430d-b434-e283ccfae056} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13152 2025.02.25 04:29:38.639643 [ 276 ] {8ad3e873-422f-430d-b434-e283ccfae056} <Debug> executeQuery: Read 68 rows, 5.50 KiB in 0.001944 sec., 34979.423868312755 rows/sec., 2.76 MiB/sec.
13153 2025.02.25 04:29:38.639712 [ 276 ] {8ad3e873-422f-430d-b434-e283ccfae056} <Debug> TCPHandler: Processed in 0.002318264 sec.
13154 2025.02.25 04:29:38.639885 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13155 2025.02.25 04:29:38.640029 [ 281 ] {499bbc9b-da49-4e19-9cd7-5b99d2a92f4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13156 2025.02.25 04:29:38.640089 [ 281 ] {499bbc9b-da49-4e19-9cd7-5b99d2a92f4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13157 2025.02.25 04:29:38.640804 [ 281 ] {499bbc9b-da49-4e19-9cd7-5b99d2a92f4b} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13158 2025.02.25 04:29:38.640852 [ 281 ] {499bbc9b-da49-4e19-9cd7-5b99d2a92f4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
13159 2025.02.25 04:29:38.641233 [ 281 ] {499bbc9b-da49-4e19-9cd7-5b99d2a92f4b} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
13160 2025.02.25 04:29:38.641474 [ 281 ] {499bbc9b-da49-4e19-9cd7-5b99d2a92f4b} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13161 2025.02.25 04:29:38.641671 [ 120 ] {} <Debug> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
13162 2025.02.25 04:29:38.641703 [ 281 ] {499bbc9b-da49-4e19-9cd7-5b99d2a92f4b} <Debug> executeQuery: Read 9 rows, 671.00 B in 0.001703 sec., 5284.791544333529 rows/sec., 384.78 KiB/sec.
13163 2025.02.25 04:29:38.641763 [ 120 ] {} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13164 2025.02.25 04:29:38.641819 [ 281 ] {499bbc9b-da49-4e19-9cd7-5b99d2a92f4b} <Debug> TCPHandler: Processed in 0.001994079 sec.
13165 2025.02.25 04:29:38.641828 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
13166 2025.02.25 04:29:38.642051 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13167 2025.02.25 04:29:38.642063 [ 203 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full
13168 2025.02.25 04:29:38.642417 [ 276 ] {0f90110e-fe6d-4169-8162-c1960e5631de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13169 2025.02.25 04:29:38.642530 [ 203 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13170 2025.02.25 04:29:38.642618 [ 276 ] {0f90110e-fe6d-4169-8162-c1960e5631de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13171 2025.02.25 04:29:38.642661 [ 203 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 166 rows starting from the beginning of the part
13172 2025.02.25 04:29:38.643270 [ 203 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 111 rows starting from the beginning of the part
13173 2025.02.25 04:29:38.643823 [ 203 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 37 rows starting from the beginning of the part
13174 2025.02.25 04:29:38.644419 [ 203 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 5 rows starting from the beginning of the part
13175 2025.02.25 04:29:38.644971 [ 203 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 35 rows starting from the beginning of the part
13176 2025.02.25 04:29:38.645450 [ 203 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 9 rows starting from the beginning of the part
13177 2025.02.25 04:29:38.646159 [ 276 ] {0f90110e-fe6d-4169-8162-c1960e5631de} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13178 2025.02.25 04:29:38.646204 [ 276 ] {0f90110e-fe6d-4169-8162-c1960e5631de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
13179 2025.02.25 04:29:38.646739 [ 276 ] {0f90110e-fe6d-4169-8162-c1960e5631de} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
13180 2025.02.25 04:29:38.647084 [ 276 ] {0f90110e-fe6d-4169-8162-c1960e5631de} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13181 2025.02.25 04:29:38.647091 [ 203 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 363 rows, containing 5 columns (5 merged, 0 gathered) in 0.005144937 sec., 70554.79979638236 rows/sec., 4.82 MiB/sec.
13182 2025.02.25 04:29:38.647310 [ 187 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
13183 2025.02.25 04:29:38.647371 [ 276 ] {0f90110e-fe6d-4169-8162-c1960e5631de} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.005096 sec., 14324.960753532183 rows/sec., 1.12 MiB/sec.
13184 2025.02.25 04:29:38.647456 [ 276 ] {0f90110e-fe6d-4169-8162-c1960e5631de} <Debug> TCPHandler: Processed in 0.005535342 sec.
13185 2025.02.25 04:29:38.647620 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13186 2025.02.25 04:29:38.647788 [ 187 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_91_18} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13187 2025.02.25 04:29:38.647804 [ 281 ] {423022ea-0d9b-4822-9104-fee6883bb8a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13188 2025.02.25 04:29:38.647924 [ 281 ] {423022ea-0d9b-4822-9104-fee6883bb8a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13189 2025.02.25 04:29:38.647996 [ 187 ] {47efe18f-ec12-464c-aee9-07adb2799f5c::all_1_91_18} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
13190 2025.02.25 04:29:38.648219 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
13191 2025.02.25 04:29:38.648717 [ 281 ] {423022ea-0d9b-4822-9104-fee6883bb8a6} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13192 2025.02.25 04:29:38.648762 [ 281 ] {423022ea-0d9b-4822-9104-fee6883bb8a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
13193 2025.02.25 04:29:38.649173 [ 281 ] {423022ea-0d9b-4822-9104-fee6883bb8a6} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
13194 2025.02.25 04:29:38.649420 [ 281 ] {423022ea-0d9b-4822-9104-fee6883bb8a6} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13195 2025.02.25 04:29:38.649651 [ 281 ] {423022ea-0d9b-4822-9104-fee6883bb8a6} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001899 sec., 85308.05687203791 rows/sec., 5.94 MiB/sec.
13196 2025.02.25 04:29:38.649707 [ 281 ] {423022ea-0d9b-4822-9104-fee6883bb8a6} <Debug> TCPHandler: Processed in 0.002164492 sec.
13197 2025.02.25 04:29:38.649861 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13198 2025.02.25 04:29:38.650006 [ 276 ] {a2d499f9-d0eb-401d-a34c-2ce42b12f85f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13199 2025.02.25 04:29:38.650101 [ 276 ] {a2d499f9-d0eb-401d-a34c-2ce42b12f85f} <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
13200 2025.02.25 04:29:38.651318 [ 276 ] {a2d499f9-d0eb-401d-a34c-2ce42b12f85f} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13201 2025.02.25 04:29:38.651358 [ 276 ] {a2d499f9-d0eb-401d-a34c-2ce42b12f85f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
13202 2025.02.25 04:29:38.651976 [ 276 ] {a2d499f9-d0eb-401d-a34c-2ce42b12f85f} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
13203 2025.02.25 04:29:38.652246 [ 276 ] {a2d499f9-d0eb-401d-a34c-2ce42b12f85f} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13204 2025.02.25 04:29:38.652515 [ 276 ] {a2d499f9-d0eb-401d-a34c-2ce42b12f85f} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002544 sec., 1965.4088050314467 rows/sec., 3.52 MiB/sec.
13205 2025.02.25 04:29:38.653027 [ 276 ] {a2d499f9-d0eb-401d-a34c-2ce42b12f85f} <Debug> TCPHandler: Processed in 0.003228797 sec.
13206 2025.02.25 04:29:38.653259 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13207 2025.02.25 04:29:38.653445 [ 281 ] {883d2187-ec22-45ec-a930-984cc93dd9ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13208 2025.02.25 04:29:38.653496 [ 281 ] {883d2187-ec22-45ec-a930-984cc93dd9ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13209 2025.02.25 04:29:38.653989 [ 281 ] {883d2187-ec22-45ec-a930-984cc93dd9ff} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13210 2025.02.25 04:29:38.654028 [ 281 ] {883d2187-ec22-45ec-a930-984cc93dd9ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
13211 2025.02.25 04:29:38.654414 [ 281 ] {883d2187-ec22-45ec-a930-984cc93dd9ff} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
13212 2025.02.25 04:29:38.654660 [ 281 ] {883d2187-ec22-45ec-a930-984cc93dd9ff} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13213 2025.02.25 04:29:38.654875 [ 281 ] {883d2187-ec22-45ec-a930-984cc93dd9ff} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001455 sec., 41237.113402061856 rows/sec., 2.78 MiB/sec.
13214 2025.02.25 04:29:38.654930 [ 281 ] {883d2187-ec22-45ec-a930-984cc93dd9ff} <Debug> TCPHandler: Processed in 0.001801977 sec.
13215 2025.02.25 04:29:39.473689 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490
13216 2025.02.25 04:29:39.495341 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13217 2025.02.25 04:29:39.495401 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
13218 2025.02.25 04:29:39.502779 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
13219 2025.02.25 04:29:39.503569 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13220 2025.02.25 04:29:39.506467 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490
13221 2025.02.25 04:29:39.993275 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1882
13222 2025.02.25 04:29:39.996392 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13223 2025.02.25 04:29:39.996439 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
13224 2025.02.25 04:29:39.997953 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
13225 2025.02.25 04:29:39.998257 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13226 2025.02.25 04:29:39.999644 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1882
13227 2025.02.25 04:29:43.636820 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13228 2025.02.25 04:29:43.637030 [ 281 ] {2ffad60d-d22b-4372-9422-74a77d3410d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13229 2025.02.25 04:29:43.637105 [ 281 ] {2ffad60d-d22b-4372-9422-74a77d3410d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13230 2025.02.25 04:29:43.637933 [ 281 ] {2ffad60d-d22b-4372-9422-74a77d3410d1} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13231 2025.02.25 04:29:43.637986 [ 281 ] {2ffad60d-d22b-4372-9422-74a77d3410d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
13232 2025.02.25 04:29:43.638437 [ 281 ] {2ffad60d-d22b-4372-9422-74a77d3410d1} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
13233 2025.02.25 04:29:43.638713 [ 281 ] {2ffad60d-d22b-4372-9422-74a77d3410d1} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13234 2025.02.25 04:29:43.638966 [ 281 ] {2ffad60d-d22b-4372-9422-74a77d3410d1} <Debug> executeQuery: Read 126 rows, 11.02 KiB in 0.00199 sec., 63316.582914572864 rows/sec., 5.41 MiB/sec.
13235 2025.02.25 04:29:43.639034 [ 281 ] {2ffad60d-d22b-4372-9422-74a77d3410d1} <Debug> TCPHandler: Processed in 0.002351305 sec.
13236 2025.02.25 04:29:43.639304 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13237 2025.02.25 04:29:43.639518 [ 276 ] {7ab61fbe-f860-4dc5-8a7f-7ae0db537918} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13238 2025.02.25 04:29:43.639600 [ 276 ] {7ab61fbe-f860-4dc5-8a7f-7ae0db537918} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13239 2025.02.25 04:29:43.640433 [ 276 ] {7ab61fbe-f860-4dc5-8a7f-7ae0db537918} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13240 2025.02.25 04:29:43.640489 [ 276 ] {7ab61fbe-f860-4dc5-8a7f-7ae0db537918} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
13241 2025.02.25 04:29:43.640950 [ 276 ] {7ab61fbe-f860-4dc5-8a7f-7ae0db537918} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
13242 2025.02.25 04:29:43.641215 [ 276 ] {7ab61fbe-f860-4dc5-8a7f-7ae0db537918} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13243 2025.02.25 04:29:43.641455 [ 276 ] {7ab61fbe-f860-4dc5-8a7f-7ae0db537918} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.001996 sec., 17535.07014028056 rows/sec., 1.29 MiB/sec.
13244 2025.02.25 04:29:43.641524 [ 276 ] {7ab61fbe-f860-4dc5-8a7f-7ae0db537918} <Debug> TCPHandler: Processed in 0.002360555 sec.
13245 2025.02.25 04:29:43.641706 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13246 2025.02.25 04:29:43.641836 [ 281 ] {7e36b923-c9c3-499e-8b4e-341791c38ae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13247 2025.02.25 04:29:43.641890 [ 281 ] {7e36b923-c9c3-499e-8b4e-341791c38ae1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13248 2025.02.25 04:29:43.642542 [ 281 ] {7e36b923-c9c3-499e-8b4e-341791c38ae1} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13249 2025.02.25 04:29:43.642585 [ 281 ] {7e36b923-c9c3-499e-8b4e-341791c38ae1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
13250 2025.02.25 04:29:43.642977 [ 281 ] {7e36b923-c9c3-499e-8b4e-341791c38ae1} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
13251 2025.02.25 04:29:43.643227 [ 281 ] {7e36b923-c9c3-499e-8b4e-341791c38ae1} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13252 2025.02.25 04:29:43.643465 [ 281 ] {7e36b923-c9c3-499e-8b4e-341791c38ae1} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001659 sec., 59674.50271247739 rows/sec., 4.66 MiB/sec.
13253 2025.02.25 04:29:43.643536 [ 281 ] {7e36b923-c9c3-499e-8b4e-341791c38ae1} <Debug> TCPHandler: Processed in 0.001889758 sec.
13254 2025.02.25 04:29:43.643764 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13255 2025.02.25 04:29:43.643973 [ 276 ] {20bb91af-0f26-4837-b765-0b0586fc5538} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13256 2025.02.25 04:29:43.644042 [ 276 ] {20bb91af-0f26-4837-b765-0b0586fc5538} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13257 2025.02.25 04:29:43.644666 [ 276 ] {20bb91af-0f26-4837-b765-0b0586fc5538} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13258 2025.02.25 04:29:43.644708 [ 276 ] {20bb91af-0f26-4837-b765-0b0586fc5538} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
13259 2025.02.25 04:29:43.645131 [ 276 ] {20bb91af-0f26-4837-b765-0b0586fc5538} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
13260 2025.02.25 04:29:43.645383 [ 276 ] {20bb91af-0f26-4837-b765-0b0586fc5538} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13261 2025.02.25 04:29:43.645560 [ 116 ] {} <Debug> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Selected 6 parts from all_1_105_21 to all_110_110_0
13262 2025.02.25 04:29:43.645623 [ 276 ] {20bb91af-0f26-4837-b765-0b0586fc5538} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001684 sec., 95011.87648456058 rows/sec., 6.62 MiB/sec.
13263 2025.02.25 04:29:43.645649 [ 116 ] {} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13264 2025.02.25 04:29:43.645707 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
13265 2025.02.25 04:29:43.645758 [ 276 ] {20bb91af-0f26-4837-b765-0b0586fc5538} <Debug> TCPHandler: Processed in 0.002123302 sec.
13266 2025.02.25 04:29:43.645994 [ 200 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_110_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_105_21 to all_110_110_0 into Compact with storage Full
13267 2025.02.25 04:29:43.646015 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13268 2025.02.25 04:29:43.646283 [ 200 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_110_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13269 2025.02.25 04:29:43.646285 [ 281 ] {47598b03-fe44-46bd-b353-acfc47b5f745} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13270 2025.02.25 04:29:43.646375 [ 200 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_105_21, total 31822 rows starting from the beginning of the part
13271 2025.02.25 04:29:43.646513 [ 281 ] {47598b03-fe44-46bd-b353-acfc47b5f745} <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
13272 2025.02.25 04:29:43.646721 [ 200 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 74 rows starting from the beginning of the part
13273 2025.02.25 04:29:43.647216 [ 200 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 160 rows starting from the beginning of the part
13274 2025.02.25 04:29:43.647607 [ 200 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 160 rows starting from the beginning of the part
13275 2025.02.25 04:29:43.647992 [ 200 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 162 rows starting from the beginning of the part
13276 2025.02.25 04:29:43.648332 [ 200 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 160 rows starting from the beginning of the part
13277 2025.02.25 04:29:43.651023 [ 281 ] {47598b03-fe44-46bd-b353-acfc47b5f745} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13278 2025.02.25 04:29:43.651108 [ 281 ] {47598b03-fe44-46bd-b353-acfc47b5f745} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13279 2025.02.25 04:29:43.652739 [ 281 ] {47598b03-fe44-46bd-b353-acfc47b5f745} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
13280 2025.02.25 04:29:43.653170 [ 281 ] {47598b03-fe44-46bd-b353-acfc47b5f745} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13281 2025.02.25 04:29:43.653487 [ 281 ] {47598b03-fe44-46bd-b353-acfc47b5f745} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.007299 sec., 4795.177421564598 rows/sec., 8.59 MiB/sec.
13282 2025.02.25 04:29:43.654122 [ 281 ] {47598b03-fe44-46bd-b353-acfc47b5f745} <Debug> TCPHandler: Processed in 0.008243303 sec.
13283 2025.02.25 04:29:43.654409 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13284 2025.02.25 04:29:43.654820 [ 276 ] {a44ed478-85dd-48e7-beab-4cb433b570f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13285 2025.02.25 04:29:43.654908 [ 276 ] {a44ed478-85dd-48e7-beab-4cb433b570f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13286 2025.02.25 04:29:43.655950 [ 276 ] {a44ed478-85dd-48e7-beab-4cb433b570f1} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13287 2025.02.25 04:29:43.655997 [ 276 ] {a44ed478-85dd-48e7-beab-4cb433b570f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13288 2025.02.25 04:29:43.656499 [ 276 ] {a44ed478-85dd-48e7-beab-4cb433b570f1} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
13289 2025.02.25 04:29:43.656894 [ 276 ] {a44ed478-85dd-48e7-beab-4cb433b570f1} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13290 2025.02.25 04:29:43.657142 [ 276 ] {a44ed478-85dd-48e7-beab-4cb433b570f1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002451 sec., 24479.804161566706 rows/sec., 1.65 MiB/sec.
13291 2025.02.25 04:29:43.657256 [ 276 ] {a44ed478-85dd-48e7-beab-4cb433b570f1} <Debug> TCPHandler: Processed in 0.002994314 sec.
13292 2025.02.25 04:29:43.657850 [ 189 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_110_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32538 rows, containing 5 columns (5 merged, 0 gathered) in 0.012040499 sec., 2702379.6937319627 rows/sec., 182.76 MiB/sec.
13293 2025.02.25 04:29:43.658564 [ 189 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_110_22} <Trace> MergedBlockOutputStream: filled checksums all_1_110_22 (state Temporary)
13294 2025.02.25 04:29:43.658928 [ 189 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_merge_all_1_110_22 to all_1_110_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13295 2025.02.25 04:29:43.659031 [ 189 ] {4e230e8a-bad8-43ed-b9d8-317e710268a8::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8) (MergerMutator): Merged 6 parts: [all_1_105_21, all_110_110_0] -> all_1_110_22
13296 2025.02.25 04:29:43.659150 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB.
13297 2025.02.25 04:29:44.631382 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache
13298 2025.02.25 04:29:44.631454 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache
13299 2025.02.25 04:29:44.816885 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30256
13300 2025.02.25 04:29:44.817536 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13301 2025.02.25 04:29:44.817575 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
13302 2025.02.25 04:29:44.818101 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
13303 2025.02.25 04:29:44.818362 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13304 2025.02.25 04:29:44.818532 [ 116 ] {} <Debug> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
13305 2025.02.25 04:29:44.818573 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256
13306 2025.02.25 04:29:44.818590 [ 116 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13307 2025.02.25 04:29:44.818617 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB.
13308 2025.02.25 04:29:44.818937 [ 193 ] {1d658eec-7eb2-4351-a2da-7a300204d427::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
13309 2025.02.25 04:29:44.819293 [ 193 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13310 2025.02.25 04:29:44.819338 [ 193 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27999 rows starting from the beginning of the part
13311 2025.02.25 04:29:44.819421 [ 193 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 427 rows starting from the beginning of the part
13312 2025.02.25 04:29:44.819664 [ 193 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 488 rows starting from the beginning of the part
13313 2025.02.25 04:29:44.819896 [ 193 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 427 rows starting from the beginning of the part
13314 2025.02.25 04:29:44.820002 [ 193 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 488 rows starting from the beginning of the part
13315 2025.02.25 04:29:44.820193 [ 193 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 427 rows starting from the beginning of the part
13316 2025.02.25 04:29:44.823122 [ 199 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.004384085 sec., 6901326.046369995 rows/sec., 98.72 MiB/sec.
13317 2025.02.25 04:29:44.823616 [ 199 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
13318 2025.02.25 04:29:44.824001 [ 199 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_66_13} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13319 2025.02.25 04:29:44.824117 [ 199 ] {1d658eec-7eb2-4351-a2da-7a300204d427::all_1_66_13} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
13320 2025.02.25 04:29:44.824244 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.92 MiB.
13321 2025.02.25 04:29:47.006557 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498
13322 2025.02.25 04:29:47.028812 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13323 2025.02.25 04:29:47.028871 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13324 2025.02.25 04:29:47.036896 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
13325 2025.02.25 04:29:47.037829 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13326 2025.02.25 04:29:47.038246 [ 110 ] {} <Debug> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
13327 2025.02.25 04:29:47.038374 [ 110 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13328 2025.02.25 04:29:47.038445 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13329 2025.02.25 04:29:47.038729 [ 191 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::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
13330 2025.02.25 04:29:47.047562 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498
13331 2025.02.25 04:29:47.048820 [ 191 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13332 2025.02.25 04:29:47.049745 [ 191 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 460 rows starting from the beginning of the part
13333 2025.02.25 04:29:47.054379 [ 191 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 8 rows starting from the beginning of the part
13334 2025.02.25 04:29:47.058826 [ 191 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 7 rows starting from the beginning of the part
13335 2025.02.25 04:29:47.063653 [ 191 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 8 rows starting from the beginning of the part
13336 2025.02.25 04:29:47.068993 [ 191 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 7 rows starting from the beginning of the part
13337 2025.02.25 04:29:47.073387 [ 191 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 8 rows starting from the beginning of the part
13338 2025.02.25 04:29:47.131841 [ 188 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.093259872 sec., 5339.917258303764 rows/sec., 27.61 MiB/sec.
13339 2025.02.25 04:29:47.135518 [ 198 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
13340 2025.02.25 04:29:47.138602 [ 198 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_66_13} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13341 2025.02.25 04:29:47.138731 [ 198 ] {d60d0e24-0b58-4de7-951f-3a07675a9cf7::all_1_66_13} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
13342 2025.02.25 04:29:47.141926 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB.
13343 2025.02.25 04:29:48.640844 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13344 2025.02.25 04:29:48.641161 [ 281 ] {e875739b-e4ab-497e-96df-dbb74ce6b867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13345 2025.02.25 04:29:48.641278 [ 281 ] {e875739b-e4ab-497e-96df-dbb74ce6b867} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13346 2025.02.25 04:29:48.642164 [ 281 ] {e875739b-e4ab-497e-96df-dbb74ce6b867} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13347 2025.02.25 04:29:48.642213 [ 281 ] {e875739b-e4ab-497e-96df-dbb74ce6b867} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13348 2025.02.25 04:29:48.642662 [ 281 ] {e875739b-e4ab-497e-96df-dbb74ce6b867} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
13349 2025.02.25 04:29:48.642920 [ 281 ] {e875739b-e4ab-497e-96df-dbb74ce6b867} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13350 2025.02.25 04:29:48.643206 [ 281 ] {e875739b-e4ab-497e-96df-dbb74ce6b867} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002127 sec., 99670.8979783733 rows/sec., 6.34 MiB/sec.
13351 2025.02.25 04:29:48.643379 [ 281 ] {e875739b-e4ab-497e-96df-dbb74ce6b867} <Debug> TCPHandler: Processed in 0.00272364 sec.
13352 2025.02.25 04:29:48.643712 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13353 2025.02.25 04:29:48.643925 [ 276 ] {6d26708a-fde8-43fe-af33-f6e229300d31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13354 2025.02.25 04:29:48.644009 [ 276 ] {6d26708a-fde8-43fe-af33-f6e229300d31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13355 2025.02.25 04:29:48.645096 [ 276 ] {6d26708a-fde8-43fe-af33-f6e229300d31} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13356 2025.02.25 04:29:48.645149 [ 276 ] {6d26708a-fde8-43fe-af33-f6e229300d31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13357 2025.02.25 04:29:48.645632 [ 276 ] {6d26708a-fde8-43fe-af33-f6e229300d31} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
13358 2025.02.25 04:29:48.645891 [ 276 ] {6d26708a-fde8-43fe-af33-f6e229300d31} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13359 2025.02.25 04:29:48.646095 [ 109 ] {} <Debug> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
13360 2025.02.25 04:29:48.646159 [ 276 ] {6d26708a-fde8-43fe-af33-f6e229300d31} <Debug> executeQuery: Read 627 rows, 50.33 KiB in 0.002288 sec., 274038.4615384615 rows/sec., 21.48 MiB/sec.
13361 2025.02.25 04:29:48.646188 [ 109 ] {} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13362 2025.02.25 04:29:48.646256 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13363 2025.02.25 04:29:48.646293 [ 276 ] {6d26708a-fde8-43fe-af33-f6e229300d31} <Debug> TCPHandler: Processed in 0.002770751 sec.
13364 2025.02.25 04:29:48.646559 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13365 2025.02.25 04:29:48.646591 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full
13366 2025.02.25 04:29:48.646787 [ 281 ] {4ea30d68-c9d7-4d38-bd45-533eab7d83ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13367 2025.02.25 04:29:48.646840 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13368 2025.02.25 04:29:48.646924 [ 281 ] {4ea30d68-c9d7-4d38-bd45-533eab7d83ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13369 2025.02.25 04:29:48.646927 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1849 rows starting from the beginning of the part
13370 2025.02.25 04:29:48.647496 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 66 rows starting from the beginning of the part
13371 2025.02.25 04:29:48.648140 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 126 rows starting from the beginning of the part
13372 2025.02.25 04:29:48.648746 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 68 rows starting from the beginning of the part
13373 2025.02.25 04:29:48.649311 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 126 rows starting from the beginning of the part
13374 2025.02.25 04:29:48.649645 [ 194 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 627 rows starting from the beginning of the part
13375 2025.02.25 04:29:48.650533 [ 281 ] {4ea30d68-c9d7-4d38-bd45-533eab7d83ff} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13376 2025.02.25 04:29:48.650574 [ 281 ] {4ea30d68-c9d7-4d38-bd45-533eab7d83ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13377 2025.02.25 04:29:48.651140 [ 281 ] {4ea30d68-c9d7-4d38-bd45-533eab7d83ff} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
13378 2025.02.25 04:29:48.651406 [ 281 ] {4ea30d68-c9d7-4d38-bd45-533eab7d83ff} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13379 2025.02.25 04:29:48.651660 [ 281 ] {4ea30d68-c9d7-4d38-bd45-533eab7d83ff} <Debug> executeQuery: Read 111 rows, 6.76 KiB in 0.004972 sec., 22325.020112630733 rows/sec., 1.33 MiB/sec.
13380 2025.02.25 04:29:48.651754 [ 281 ] {4ea30d68-c9d7-4d38-bd45-533eab7d83ff} <Debug> TCPHandler: Processed in 0.005332059 sec.
13381 2025.02.25 04:29:48.651984 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13382 2025.02.25 04:29:48.651999 [ 195 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2862 rows, containing 5 columns (5 merged, 0 gathered) in 0.005616804 sec., 509542.43730064284 rows/sec., 43.19 MiB/sec.
13383 2025.02.25 04:29:48.652120 [ 276 ] {6eb14a41-99ee-4bb5-866e-8cf1bc50a52b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13384 2025.02.25 04:29:48.652179 [ 276 ] {6eb14a41-99ee-4bb5-866e-8cf1bc50a52b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13385 2025.02.25 04:29:48.652394 [ 192 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
13386 2025.02.25 04:29:48.653097 [ 192 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_111_22} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13387 2025.02.25 04:29:48.653359 [ 192 ] {62c987c0-054c-43bd-9585-1827fd5e1d3b::all_1_111_22} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
13388 2025.02.25 04:29:48.653533 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB.
13389 2025.02.25 04:29:48.653554 [ 276 ] {6eb14a41-99ee-4bb5-866e-8cf1bc50a52b} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13390 2025.02.25 04:29:48.653607 [ 276 ] {6eb14a41-99ee-4bb5-866e-8cf1bc50a52b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13391 2025.02.25 04:29:48.653985 [ 276 ] {6eb14a41-99ee-4bb5-866e-8cf1bc50a52b} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
13392 2025.02.25 04:29:48.654230 [ 276 ] {6eb14a41-99ee-4bb5-866e-8cf1bc50a52b} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13393 2025.02.25 04:29:48.654490 [ 276 ] {6eb14a41-99ee-4bb5-866e-8cf1bc50a52b} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002384 sec., 47399.328859060406 rows/sec., 3.07 MiB/sec.
13394 2025.02.25 04:29:48.654669 [ 276 ] {6eb14a41-99ee-4bb5-866e-8cf1bc50a52b} <Debug> TCPHandler: Processed in 0.002775281 sec.
13395 2025.02.25 04:29:48.654929 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13396 2025.02.25 04:29:48.655079 [ 281 ] {c37b189e-1581-4d08-a4aa-7d718b311921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13397 2025.02.25 04:29:48.655138 [ 281 ] {c37b189e-1581-4d08-a4aa-7d718b311921} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13398 2025.02.25 04:29:48.655794 [ 281 ] {c37b189e-1581-4d08-a4aa-7d718b311921} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13399 2025.02.25 04:29:48.655834 [ 281 ] {c37b189e-1581-4d08-a4aa-7d718b311921} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13400 2025.02.25 04:29:48.656197 [ 281 ] {c37b189e-1581-4d08-a4aa-7d718b311921} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
13401 2025.02.25 04:29:48.656430 [ 281 ] {c37b189e-1581-4d08-a4aa-7d718b311921} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13402 2025.02.25 04:29:48.656657 [ 281 ] {c37b189e-1581-4d08-a4aa-7d718b311921} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001611 sec., 69522.03600248293 rows/sec., 3.96 MiB/sec.
13403 2025.02.25 04:29:48.656780 [ 281 ] {c37b189e-1581-4d08-a4aa-7d718b311921} <Debug> TCPHandler: Processed in 0.00199259 sec.
13404 2025.02.25 04:29:48.657006 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13405 2025.02.25 04:29:48.657228 [ 276 ] {3db2f3f2-03e1-41c4-88bc-81c7d770065f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13406 2025.02.25 04:29:48.657315 [ 276 ] {3db2f3f2-03e1-41c4-88bc-81c7d770065f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13407 2025.02.25 04:29:48.658073 [ 276 ] {3db2f3f2-03e1-41c4-88bc-81c7d770065f} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13408 2025.02.25 04:29:48.658113 [ 276 ] {3db2f3f2-03e1-41c4-88bc-81c7d770065f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13409 2025.02.25 04:29:48.658510 [ 276 ] {3db2f3f2-03e1-41c4-88bc-81c7d770065f} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
13410 2025.02.25 04:29:48.658773 [ 276 ] {3db2f3f2-03e1-41c4-88bc-81c7d770065f} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13411 2025.02.25 04:29:48.658956 [ 109 ] {} <Debug> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
13412 2025.02.25 04:29:48.659010 [ 109 ] {} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13413 2025.02.25 04:29:48.659027 [ 276 ] {3db2f3f2-03e1-41c4-88bc-81c7d770065f} <Debug> executeQuery: Read 387 rows, 27.99 KiB in 0.001843 sec., 209983.72219207813 rows/sec., 14.83 MiB/sec.
13414 2025.02.25 04:29:48.659044 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13415 2025.02.25 04:29:48.659190 [ 276 ] {3db2f3f2-03e1-41c4-88bc-81c7d770065f} <Debug> TCPHandler: Processed in 0.002293834 sec.
13416 2025.02.25 04:29:48.659305 [ 201 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full
13417 2025.02.25 04:29:48.659438 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13418 2025.02.25 04:29:48.659525 [ 201 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13419 2025.02.25 04:29:48.659579 [ 201 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 916 rows starting from the beginning of the part
13420 2025.02.25 04:29:48.659898 [ 201 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 69 rows starting from the beginning of the part
13421 2025.02.25 04:29:48.659957 [ 281 ] {62b754e6-a5a7-440b-92e8-c6748252ac3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13422 2025.02.25 04:29:48.660133 [ 201 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 99 rows starting from the beginning of the part
13423 2025.02.25 04:29:48.660275 [ 281 ] {62b754e6-a5a7-440b-92e8-c6748252ac3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13424 2025.02.25 04:29:48.660452 [ 201 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 73 rows starting from the beginning of the part
13425 2025.02.25 04:29:48.660893 [ 201 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 99 rows starting from the beginning of the part
13426 2025.02.25 04:29:48.661314 [ 201 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 387 rows starting from the beginning of the part
13427 2025.02.25 04:29:48.662522 [ 281 ] {62b754e6-a5a7-440b-92e8-c6748252ac3a} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13428 2025.02.25 04:29:48.662578 [ 281 ] {62b754e6-a5a7-440b-92e8-c6748252ac3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13429 2025.02.25 04:29:48.663642 [ 281 ] {62b754e6-a5a7-440b-92e8-c6748252ac3a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
13430 2025.02.25 04:29:48.664032 [ 281 ] {62b754e6-a5a7-440b-92e8-c6748252ac3a} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13431 2025.02.25 04:29:48.664565 [ 281 ] {62b754e6-a5a7-440b-92e8-c6748252ac3a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004849 sec., 1237.3685295937307 rows/sec., 64.65 KiB/sec.
13432 2025.02.25 04:29:48.664913 [ 281 ] {62b754e6-a5a7-440b-92e8-c6748252ac3a} <Debug> TCPHandler: Processed in 0.005587943 sec.
13433 2025.02.25 04:29:48.665051 [ 192 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1643 rows, containing 5 columns (5 merged, 0 gathered) in 0.005869087 sec., 279941.32647888846 rows/sec., 21.59 MiB/sec.
13434 2025.02.25 04:29:48.665368 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13435 2025.02.25 04:29:48.665443 [ 192 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
13436 2025.02.25 04:29:48.665712 [ 276 ] {cb9892fd-21c9-4862-8c3e-4b324151f42a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13437 2025.02.25 04:29:48.665870 [ 276 ] {cb9892fd-21c9-4862-8c3e-4b324151f42a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13438 2025.02.25 04:29:48.665934 [ 190 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_111_22} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13439 2025.02.25 04:29:48.666255 [ 190 ] {083f31d1-060c-49f7-aec0-8f0a6637ba83::all_1_111_22} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
13440 2025.02.25 04:29:48.666479 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB.
13441 2025.02.25 04:29:48.666956 [ 276 ] {cb9892fd-21c9-4862-8c3e-4b324151f42a} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13442 2025.02.25 04:29:48.667001 [ 276 ] {cb9892fd-21c9-4862-8c3e-4b324151f42a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13443 2025.02.25 04:29:48.667410 [ 276 ] {cb9892fd-21c9-4862-8c3e-4b324151f42a} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
13444 2025.02.25 04:29:48.667652 [ 276 ] {cb9892fd-21c9-4862-8c3e-4b324151f42a} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13445 2025.02.25 04:29:48.667881 [ 276 ] {cb9892fd-21c9-4862-8c3e-4b324151f42a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002281 sec., 103901.79745725558 rows/sec., 6.96 MiB/sec.
13446 2025.02.25 04:29:48.667941 [ 276 ] {cb9892fd-21c9-4862-8c3e-4b324151f42a} <Debug> TCPHandler: Processed in 0.002866343 sec.
13447 2025.02.25 04:29:48.668103 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13448 2025.02.25 04:29:48.668242 [ 281 ] {b0c2ac06-4f37-4f22-ad5d-498c8a75a28c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13449 2025.02.25 04:29:48.668302 [ 281 ] {b0c2ac06-4f37-4f22-ad5d-498c8a75a28c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13450 2025.02.25 04:29:48.668861 [ 281 ] {b0c2ac06-4f37-4f22-ad5d-498c8a75a28c} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13451 2025.02.25 04:29:48.668906 [ 281 ] {b0c2ac06-4f37-4f22-ad5d-498c8a75a28c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13452 2025.02.25 04:29:48.669332 [ 281 ] {b0c2ac06-4f37-4f22-ad5d-498c8a75a28c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
13453 2025.02.25 04:29:48.669566 [ 281 ] {b0c2ac06-4f37-4f22-ad5d-498c8a75a28c} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13454 2025.02.25 04:29:48.669786 [ 281 ] {b0c2ac06-4f37-4f22-ad5d-498c8a75a28c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001576 sec., 634.5177664974619 rows/sec., 42.76 KiB/sec.
13455 2025.02.25 04:29:48.669839 [ 281 ] {b0c2ac06-4f37-4f22-ad5d-498c8a75a28c} <Debug> TCPHandler: Processed in 0.001804657 sec.
13456 2025.02.25 04:29:48.669977 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13457 2025.02.25 04:29:48.670093 [ 276 ] {cef123c6-246c-43d2-b673-cffdd256fb4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13458 2025.02.25 04:29:48.670175 [ 276 ] {cef123c6-246c-43d2-b673-cffdd256fb4f} <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
13459 2025.02.25 04:29:48.671460 [ 276 ] {cef123c6-246c-43d2-b673-cffdd256fb4f} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13460 2025.02.25 04:29:48.671499 [ 276 ] {cef123c6-246c-43d2-b673-cffdd256fb4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13461 2025.02.25 04:29:48.672123 [ 276 ] {cef123c6-246c-43d2-b673-cffdd256fb4f} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
13462 2025.02.25 04:29:48.672379 [ 276 ] {cef123c6-246c-43d2-b673-cffdd256fb4f} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13463 2025.02.25 04:29:48.672622 [ 276 ] {cef123c6-246c-43d2-b673-cffdd256fb4f} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002553 sec., 1958.4802193497844 rows/sec., 3.51 MiB/sec.
13464 2025.02.25 04:29:48.672730 [ 276 ] {cef123c6-246c-43d2-b673-cffdd256fb4f} <Debug> TCPHandler: Processed in 0.002807912 sec.
13465 2025.02.25 04:29:48.672892 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13466 2025.02.25 04:29:48.673035 [ 281 ] {e894c09e-ba56-4340-9862-a510c19592d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13467 2025.02.25 04:29:48.673093 [ 281 ] {e894c09e-ba56-4340-9862-a510c19592d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13468 2025.02.25 04:29:48.673610 [ 281 ] {e894c09e-ba56-4340-9862-a510c19592d2} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13469 2025.02.25 04:29:48.673648 [ 281 ] {e894c09e-ba56-4340-9862-a510c19592d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13470 2025.02.25 04:29:48.674053 [ 281 ] {e894c09e-ba56-4340-9862-a510c19592d2} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
13471 2025.02.25 04:29:48.674358 [ 281 ] {e894c09e-ba56-4340-9862-a510c19592d2} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13472 2025.02.25 04:29:48.674539 [ 109 ] {} <Debug> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
13473 2025.02.25 04:29:48.674604 [ 109 ] {} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13474 2025.02.25 04:29:48.674609 [ 281 ] {e894c09e-ba56-4340-9862-a510c19592d2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001596 sec., 51378.44611528822 rows/sec., 3.26 MiB/sec.
13475 2025.02.25 04:29:48.674631 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13476 2025.02.25 04:29:48.674764 [ 281 ] {e894c09e-ba56-4340-9862-a510c19592d2} <Debug> TCPHandler: Processed in 0.001935779 sec.
13477 2025.02.25 04:29:48.674895 [ 192 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full
13478 2025.02.25 04:29:48.675044 [ 192 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13479 2025.02.25 04:29:48.675086 [ 192 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6306 rows starting from the beginning of the part
13480 2025.02.25 04:29:48.675218 [ 192 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 60 rows starting from the beginning of the part
13481 2025.02.25 04:29:48.675315 [ 192 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 60 rows starting from the beginning of the part
13482 2025.02.25 04:29:48.675489 [ 192 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 60 rows starting from the beginning of the part
13483 2025.02.25 04:29:48.675718 [ 192 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 60 rows starting from the beginning of the part
13484 2025.02.25 04:29:48.675947 [ 192 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 82 rows starting from the beginning of the part
13485 2025.02.25 04:29:48.678108 [ 196 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6628 rows, containing 4 columns (4 merged, 0 gathered) in 0.00334781 sec., 1979801.7211251534 rows/sec., 129.62 MiB/sec.
13486 2025.02.25 04:29:48.678529 [ 186 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
13487 2025.02.25 04:29:48.678839 [ 186 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_111_22} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13488 2025.02.25 04:29:48.678927 [ 186 ] {a7b79e83-1db6-49bb-80f0-bd0a29e8103d::all_1_111_22} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
13489 2025.02.25 04:29:48.679016 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB.
13490 2025.02.25 04:29:49.999882 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1916
13491 2025.02.25 04:29:50.003407 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13492 2025.02.25 04:29:50.003461 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13493 2025.02.25 04:29:50.004961 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
13494 2025.02.25 04:29:50.005305 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13495 2025.02.25 04:29:50.005929 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1916
13496 2025.02.25 04:29:50.842643 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13497 2025.02.25 04:29:50.842849 [ 281 ] {c9293c35-c24c-4e60-9190-6775952b2ff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
13498 2025.02.25 04:29:50.842923 [ 281 ] {c9293c35-c24c-4e60-9190-6775952b2ff5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
13499 2025.02.25 04:29:50.843699 [ 281 ] {c9293c35-c24c-4e60-9190-6775952b2ff5} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13500 2025.02.25 04:29:50.843744 [ 281 ] {c9293c35-c24c-4e60-9190-6775952b2ff5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13501 2025.02.25 04:29:50.844185 [ 281 ] {c9293c35-c24c-4e60-9190-6775952b2ff5} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
13502 2025.02.25 04:29:50.844443 [ 281 ] {c9293c35-c24c-4e60-9190-6775952b2ff5} <Trace> oximeter.fields_ipaddr (7b16b358-c04e-4935-8d77-aedfe7894185): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13503 2025.02.25 04:29:50.844693 [ 281 ] {c9293c35-c24c-4e60-9190-6775952b2ff5} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001888 sec., 6355.932203389831 rows/sec., 518.28 KiB/sec.
13504 2025.02.25 04:29:50.844803 [ 281 ] {c9293c35-c24c-4e60-9190-6775952b2ff5} <Debug> TCPHandler: Processed in 0.002296845 sec.
13505 2025.02.25 04:29:50.845110 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13506 2025.02.25 04:29:50.845315 [ 276 ] {4d1084d4-73bf-4f4b-9598-ccbb4cb65912} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13507 2025.02.25 04:29:50.845386 [ 276 ] {4d1084d4-73bf-4f4b-9598-ccbb4cb65912} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13508 2025.02.25 04:29:50.846819 [ 276 ] {4d1084d4-73bf-4f4b-9598-ccbb4cb65912} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13509 2025.02.25 04:29:50.846867 [ 276 ] {4d1084d4-73bf-4f4b-9598-ccbb4cb65912} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13510 2025.02.25 04:29:50.847380 [ 276 ] {4d1084d4-73bf-4f4b-9598-ccbb4cb65912} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
13511 2025.02.25 04:29:50.847638 [ 276 ] {4d1084d4-73bf-4f4b-9598-ccbb4cb65912} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13512 2025.02.25 04:29:50.847877 [ 276 ] {4d1084d4-73bf-4f4b-9598-ccbb4cb65912} <Debug> executeQuery: Read 1272 rows, 107.58 KiB in 0.002618 sec., 485867.0741023682 rows/sec., 40.13 MiB/sec.
13513 2025.02.25 04:29:50.847945 [ 276 ] {4d1084d4-73bf-4f4b-9598-ccbb4cb65912} <Debug> TCPHandler: Processed in 0.002991724 sec.
13514 2025.02.25 04:29:50.848122 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13515 2025.02.25 04:29:50.848266 [ 281 ] {6741aa5a-0f83-44db-b06c-9cc58e207341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13516 2025.02.25 04:29:50.848328 [ 281 ] {6741aa5a-0f83-44db-b06c-9cc58e207341} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13517 2025.02.25 04:29:50.849057 [ 281 ] {6741aa5a-0f83-44db-b06c-9cc58e207341} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13518 2025.02.25 04:29:50.849104 [ 281 ] {6741aa5a-0f83-44db-b06c-9cc58e207341} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13519 2025.02.25 04:29:50.849518 [ 281 ] {6741aa5a-0f83-44db-b06c-9cc58e207341} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
13520 2025.02.25 04:29:50.849774 [ 281 ] {6741aa5a-0f83-44db-b06c-9cc58e207341} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13521 2025.02.25 04:29:50.850021 [ 281 ] {6741aa5a-0f83-44db-b06c-9cc58e207341} <Debug> executeQuery: Read 47 rows, 3.47 KiB in 0.001784 sec., 26345.29147982063 rows/sec., 1.90 MiB/sec.
13522 2025.02.25 04:29:50.850110 [ 281 ] {6741aa5a-0f83-44db-b06c-9cc58e207341} <Debug> TCPHandler: Processed in 0.00205481 sec.
13523 2025.02.25 04:29:50.850320 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13524 2025.02.25 04:29:50.850570 [ 276 ] {0f1a1960-fc28-49df-9d77-979e736a4ef2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13525 2025.02.25 04:29:50.850633 [ 276 ] {0f1a1960-fc28-49df-9d77-979e736a4ef2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13526 2025.02.25 04:29:50.851419 [ 276 ] {0f1a1960-fc28-49df-9d77-979e736a4ef2} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13527 2025.02.25 04:29:50.851460 [ 276 ] {0f1a1960-fc28-49df-9d77-979e736a4ef2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13528 2025.02.25 04:29:50.851844 [ 276 ] {0f1a1960-fc28-49df-9d77-979e736a4ef2} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
13529 2025.02.25 04:29:50.852092 [ 276 ] {0f1a1960-fc28-49df-9d77-979e736a4ef2} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13530 2025.02.25 04:29:50.852268 [ 105 ] {} <Debug> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
13531 2025.02.25 04:29:50.852336 [ 276 ] {0f1a1960-fc28-49df-9d77-979e736a4ef2} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001823 sec., 125068.56829402085 rows/sec., 8.47 MiB/sec.
13532 2025.02.25 04:29:50.852362 [ 105 ] {} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13533 2025.02.25 04:29:50.852433 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13534 2025.02.25 04:29:50.852468 [ 276 ] {0f1a1960-fc28-49df-9d77-979e736a4ef2} <Debug> TCPHandler: Processed in 0.002258443 sec.
13535 2025.02.25 04:29:50.852677 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13536 2025.02.25 04:29:50.852691 [ 196 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::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
13537 2025.02.25 04:29:50.852885 [ 281 ] {872c7254-681b-4a95-b3b0-40c5bb866807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13538 2025.02.25 04:29:50.852990 [ 281 ] {872c7254-681b-4a95-b3b0-40c5bb866807} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13539 2025.02.25 04:29:50.853028 [ 196 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13540 2025.02.25 04:29:50.853137 [ 196 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 343 rows starting from the beginning of the part
13541 2025.02.25 04:29:50.853452 [ 196 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 113 rows starting from the beginning of the part
13542 2025.02.25 04:29:50.853895 [ 196 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 113 rows starting from the beginning of the part
13543 2025.02.25 04:29:50.854330 [ 196 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 228 rows starting from the beginning of the part
13544 2025.02.25 04:29:50.854706 [ 196 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 113 rows starting from the beginning of the part
13545 2025.02.25 04:29:50.854925 [ 196 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 228 rows starting from the beginning of the part
13546 2025.02.25 04:29:50.856054 [ 281 ] {872c7254-681b-4a95-b3b0-40c5bb866807} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13547 2025.02.25 04:29:50.856129 [ 281 ] {872c7254-681b-4a95-b3b0-40c5bb866807} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13548 2025.02.25 04:29:50.857219 [ 281 ] {872c7254-681b-4a95-b3b0-40c5bb866807} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
13549 2025.02.25 04:29:50.857796 [ 281 ] {872c7254-681b-4a95-b3b0-40c5bb866807} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13550 2025.02.25 04:29:50.857887 [ 196 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1138 rows, containing 5 columns (5 merged, 0 gathered) in 0.005338889 sec., 213152.96122470422 rows/sec., 14.99 MiB/sec.
13551 2025.02.25 04:29:50.858167 [ 196 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
13552 2025.02.25 04:29:50.858285 [ 281 ] {872c7254-681b-4a95-b3b0-40c5bb866807} <Debug> executeQuery: Read 567 rows, 43.19 KiB in 0.005445 sec., 104132.23140495867 rows/sec., 7.75 MiB/sec.
13553 2025.02.25 04:29:50.858471 [ 281 ] {872c7254-681b-4a95-b3b0-40c5bb866807} <Debug> TCPHandler: Processed in 0.005887697 sec.
13554 2025.02.25 04:29:50.858854 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13555 2025.02.25 04:29:50.859007 [ 196 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_56_11} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13556 2025.02.25 04:29:50.859398 [ 196 ] {a2b58190-84fe-49cc-bc9a-acdbd65028e2::all_1_56_11} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
13557 2025.02.25 04:29:50.859417 [ 276 ] {4ef6dfd4-81fc-4d80-9a69-b59b4f87912b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13558 2025.02.25 04:29:50.859584 [ 276 ] {4ef6dfd4-81fc-4d80-9a69-b59b4f87912b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13559 2025.02.25 04:29:50.859712 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
13560 2025.02.25 04:29:50.860824 [ 276 ] {4ef6dfd4-81fc-4d80-9a69-b59b4f87912b} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13561 2025.02.25 04:29:50.860867 [ 276 ] {4ef6dfd4-81fc-4d80-9a69-b59b4f87912b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13562 2025.02.25 04:29:50.861323 [ 276 ] {4ef6dfd4-81fc-4d80-9a69-b59b4f87912b} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
13563 2025.02.25 04:29:50.861569 [ 276 ] {4ef6dfd4-81fc-4d80-9a69-b59b4f87912b} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13564 2025.02.25 04:29:50.861802 [ 276 ] {4ef6dfd4-81fc-4d80-9a69-b59b4f87912b} <Debug> executeQuery: Read 938 rows, 64.39 KiB in 0.002539 sec., 369436.7861362741 rows/sec., 24.77 MiB/sec.
13565 2025.02.25 04:29:50.861892 [ 276 ] {4ef6dfd4-81fc-4d80-9a69-b59b4f87912b} <Debug> TCPHandler: Processed in 0.003278509 sec.
13566 2025.02.25 04:29:50.862107 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13567 2025.02.25 04:29:50.862389 [ 281 ] {1c19a175-969d-4267-bfd1-4d226b8dfe4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13568 2025.02.25 04:29:50.862503 [ 281 ] {1c19a175-969d-4267-bfd1-4d226b8dfe4e} <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
13569 2025.02.25 04:29:50.863749 [ 281 ] {1c19a175-969d-4267-bfd1-4d226b8dfe4e} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13570 2025.02.25 04:29:50.863788 [ 281 ] {1c19a175-969d-4267-bfd1-4d226b8dfe4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13571 2025.02.25 04:29:50.864680 [ 281 ] {1c19a175-969d-4267-bfd1-4d226b8dfe4e} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
13572 2025.02.25 04:29:50.865086 [ 281 ] {1c19a175-969d-4267-bfd1-4d226b8dfe4e} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13573 2025.02.25 04:29:50.865278 [ 105 ] {} <Debug> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
13574 2025.02.25 04:29:50.865346 [ 105 ] {} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13575 2025.02.25 04:29:50.865371 [ 281 ] {1c19a175-969d-4267-bfd1-4d226b8dfe4e} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.003074 sec., 11385.816525699414 rows/sec., 20.40 MiB/sec.
13576 2025.02.25 04:29:50.865381 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13577 2025.02.25 04:29:50.865799 [ 186 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full
13578 2025.02.25 04:29:50.865827 [ 281 ] {1c19a175-969d-4267-bfd1-4d226b8dfe4e} <Debug> TCPHandler: Processed in 0.003834086 sec.
13579 2025.02.25 04:29:50.866202 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13580 2025.02.25 04:29:50.866608 [ 276 ] {80bafa6d-f961-4072-a414-5be95f896509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13581 2025.02.25 04:29:50.866814 [ 276 ] {80bafa6d-f961-4072-a414-5be95f896509} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13582 2025.02.25 04:29:50.868148 [ 186 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13583 2025.02.25 04:29:50.868301 [ 186 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1699 rows starting from the beginning of the part
13584 2025.02.25 04:29:50.869126 [ 186 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 35 rows starting from the beginning of the part
13585 2025.02.25 04:29:50.869196 [ 276 ] {80bafa6d-f961-4072-a414-5be95f896509} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13586 2025.02.25 04:29:50.869292 [ 276 ] {80bafa6d-f961-4072-a414-5be95f896509} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13587 2025.02.25 04:29:50.869769 [ 186 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 5 rows starting from the beginning of the part
13588 2025.02.25 04:29:50.870435 [ 186 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 35 rows starting from the beginning of the part
13589 2025.02.25 04:29:50.870923 [ 276 ] {80bafa6d-f961-4072-a414-5be95f896509} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
13590 2025.02.25 04:29:50.871101 [ 186 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 5 rows starting from the beginning of the part
13591 2025.02.25 04:29:50.871767 [ 186 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 35 rows starting from the beginning of the part
13592 2025.02.25 04:29:50.871764 [ 276 ] {80bafa6d-f961-4072-a414-5be95f896509} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13593 2025.02.25 04:29:50.872626 [ 276 ] {80bafa6d-f961-4072-a414-5be95f896509} <Debug> executeQuery: Read 32 rows, 2.20 KiB in 0.006122 sec., 5227.049983665469 rows/sec., 359.87 KiB/sec.
13594 2025.02.25 04:29:50.872848 [ 276 ] {80bafa6d-f961-4072-a414-5be95f896509} <Debug> TCPHandler: Processed in 0.006893172 sec.
13595 2025.02.25 04:29:50.883259 [ 187 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1814 rows, containing 19 columns (19 merged, 0 gathered) in 0.017729143 sec., 102317.41037905781 rows/sec., 183.35 MiB/sec.
13596 2025.02.25 04:29:50.885375 [ 189 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
13597 2025.02.25 04:29:50.885854 [ 189 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13598 2025.02.25 04:29:50.885956 [ 189 ] {ec8dbfb5-25fb-4657-b434-e267611eccda::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
13599 2025.02.25 04:29:50.886132 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.21 MiB.
13600 2025.02.25 04:29:51.000153 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 259.91 MiB, peak 277.10 MiB, free memory in arenas 0.00 B, will set to 264.72 MiB (RSS), difference: 4.82 MiB
13601 2025.02.25 04:29:52.318716 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30744
13602 2025.02.25 04:29:52.319481 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13603 2025.02.25 04:29:52.319525 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13604 2025.02.25 04:29:52.320053 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
13605 2025.02.25 04:29:52.320322 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13606 2025.02.25 04:29:52.320522 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30744
13607 2025.02.25 04:29:53.631317 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13608 2025.02.25 04:29:53.631629 [ 281 ] {13c86916-dbd7-4327-bdf0-8da5c8f24a87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13609 2025.02.25 04:29:53.631747 [ 281 ] {13c86916-dbd7-4327-bdf0-8da5c8f24a87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13610 2025.02.25 04:29:53.632816 [ 281 ] {13c86916-dbd7-4327-bdf0-8da5c8f24a87} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13611 2025.02.25 04:29:53.632871 [ 281 ] {13c86916-dbd7-4327-bdf0-8da5c8f24a87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13612 2025.02.25 04:29:53.633309 [ 281 ] {13c86916-dbd7-4327-bdf0-8da5c8f24a87} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
13613 2025.02.25 04:29:53.633580 [ 281 ] {13c86916-dbd7-4327-bdf0-8da5c8f24a87} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13614 2025.02.25 04:29:53.633827 [ 281 ] {13c86916-dbd7-4327-bdf0-8da5c8f24a87} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00228 sec., 24561.40350877193 rows/sec., 1.88 MiB/sec.
13615 2025.02.25 04:29:53.633912 [ 281 ] {13c86916-dbd7-4327-bdf0-8da5c8f24a87} <Debug> TCPHandler: Processed in 0.002790262 sec.
13616 2025.02.25 04:29:53.634266 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13617 2025.02.25 04:29:53.634540 [ 276 ] {b53325cd-27a1-43bb-bfab-4d7ab2112aa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13618 2025.02.25 04:29:53.634613 [ 276 ] {b53325cd-27a1-43bb-bfab-4d7ab2112aa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13619 2025.02.25 04:29:53.635407 [ 276 ] {b53325cd-27a1-43bb-bfab-4d7ab2112aa4} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13620 2025.02.25 04:29:53.635457 [ 276 ] {b53325cd-27a1-43bb-bfab-4d7ab2112aa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13621 2025.02.25 04:29:53.635903 [ 276 ] {b53325cd-27a1-43bb-bfab-4d7ab2112aa4} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
13622 2025.02.25 04:29:53.636165 [ 276 ] {b53325cd-27a1-43bb-bfab-4d7ab2112aa4} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13623 2025.02.25 04:29:53.636402 [ 276 ] {b53325cd-27a1-43bb-bfab-4d7ab2112aa4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001913 sec., 33455.3058024046 rows/sec., 2.61 MiB/sec.
13624 2025.02.25 04:29:53.636469 [ 276 ] {b53325cd-27a1-43bb-bfab-4d7ab2112aa4} <Debug> TCPHandler: Processed in 0.002421086 sec.
13625 2025.02.25 04:29:53.636632 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13626 2025.02.25 04:29:53.636779 [ 281 ] {ae7bb725-b002-4265-8fe9-32bbef89cfb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13627 2025.02.25 04:29:53.636847 [ 281 ] {ae7bb725-b002-4265-8fe9-32bbef89cfb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13628 2025.02.25 04:29:53.637488 [ 281 ] {ae7bb725-b002-4265-8fe9-32bbef89cfb0} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13629 2025.02.25 04:29:53.637531 [ 281 ] {ae7bb725-b002-4265-8fe9-32bbef89cfb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13630 2025.02.25 04:29:53.637936 [ 281 ] {ae7bb725-b002-4265-8fe9-32bbef89cfb0} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
13631 2025.02.25 04:29:53.638181 [ 281 ] {ae7bb725-b002-4265-8fe9-32bbef89cfb0} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13632 2025.02.25 04:29:53.638399 [ 281 ] {ae7bb725-b002-4265-8fe9-32bbef89cfb0} <Debug> executeQuery: Read 74 rows, 5.27 KiB in 0.001655 sec., 44712.99093655589 rows/sec., 3.11 MiB/sec.
13633 2025.02.25 04:29:53.638455 [ 281 ] {ae7bb725-b002-4265-8fe9-32bbef89cfb0} <Debug> TCPHandler: Processed in 0.001892168 sec.
13634 2025.02.25 04:29:53.638626 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13635 2025.02.25 04:29:53.638772 [ 276 ] {2bc6a583-7ec6-4e6e-acf2-84140d71dc25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13636 2025.02.25 04:29:53.638838 [ 276 ] {2bc6a583-7ec6-4e6e-acf2-84140d71dc25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13637 2025.02.25 04:29:53.639427 [ 276 ] {2bc6a583-7ec6-4e6e-acf2-84140d71dc25} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13638 2025.02.25 04:29:53.639468 [ 276 ] {2bc6a583-7ec6-4e6e-acf2-84140d71dc25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13639 2025.02.25 04:29:53.639852 [ 276 ] {2bc6a583-7ec6-4e6e-acf2-84140d71dc25} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
13640 2025.02.25 04:29:53.640100 [ 276 ] {2bc6a583-7ec6-4e6e-acf2-84140d71dc25} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13641 2025.02.25 04:29:53.640320 [ 276 ] {2bc6a583-7ec6-4e6e-acf2-84140d71dc25} <Debug> executeQuery: Read 28 rows, 1.94 KiB in 0.001582 sec., 17699.11504424779 rows/sec., 1.20 MiB/sec.
13642 2025.02.25 04:29:53.640374 [ 276 ] {2bc6a583-7ec6-4e6e-acf2-84140d71dc25} <Debug> TCPHandler: Processed in 0.001818087 sec.
13643 2025.02.25 04:29:54.547662 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505
13644 2025.02.25 04:29:54.566533 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13645 2025.02.25 04:29:54.566587 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13646 2025.02.25 04:29:54.573870 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
13647 2025.02.25 04:29:54.574631 [ 243 ] {} <Trace> system.metric_log (d60d0e24-0b58-4de7-951f-3a07675a9cf7): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13648 2025.02.25 04:29:54.577451 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505
13649 2025.02.25 04:29:58.640670 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13650 2025.02.25 04:29:58.640908 [ 281 ] {2aea047e-79d2-44f6-afa3-6993b36292f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13651 2025.02.25 04:29:58.640993 [ 281 ] {2aea047e-79d2-44f6-afa3-6993b36292f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13652 2025.02.25 04:29:58.641942 [ 281 ] {2aea047e-79d2-44f6-afa3-6993b36292f4} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13653 2025.02.25 04:29:58.642000 [ 281 ] {2aea047e-79d2-44f6-afa3-6993b36292f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13654 2025.02.25 04:29:58.642461 [ 281 ] {2aea047e-79d2-44f6-afa3-6993b36292f4} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
13655 2025.02.25 04:29:58.642720 [ 281 ] {2aea047e-79d2-44f6-afa3-6993b36292f4} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13656 2025.02.25 04:29:58.642930 [ 96 ] {} <Debug> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0
13657 2025.02.25 04:29:58.642987 [ 281 ] {2aea047e-79d2-44f6-afa3-6993b36292f4} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002136 sec., 99250.93632958802 rows/sec., 6.31 MiB/sec.
13658 2025.02.25 04:29:58.643027 [ 96 ] {} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13659 2025.02.25 04:29:58.643107 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13660 2025.02.25 04:29:58.643133 [ 281 ] {2aea047e-79d2-44f6-afa3-6993b36292f4} <Debug> TCPHandler: Processed in 0.002629099 sec.
13661 2025.02.25 04:29:58.643382 [ 200 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full
13662 2025.02.25 04:29:58.643513 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13663 2025.02.25 04:29:58.643784 [ 200 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13664 2025.02.25 04:29:58.643893 [ 200 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 212 rows starting from the beginning of the part
13665 2025.02.25 04:29:58.643979 [ 276 ] {f1b80271-5333-4cbb-a4c1-9ae46d1712c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13666 2025.02.25 04:29:58.644037 [ 200 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 212 rows starting from the beginning of the part
13667 2025.02.25 04:29:58.644183 [ 276 ] {f1b80271-5333-4cbb-a4c1-9ae46d1712c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13668 2025.02.25 04:29:58.644438 [ 200 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 212 rows starting from the beginning of the part
13669 2025.02.25 04:29:58.644859 [ 200 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 212 rows starting from the beginning of the part
13670 2025.02.25 04:29:58.645106 [ 200 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 212 rows starting from the beginning of the part
13671 2025.02.25 04:29:58.647309 [ 276 ] {f1b80271-5333-4cbb-a4c1-9ae46d1712c4} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13672 2025.02.25 04:29:58.647388 [ 276 ] {f1b80271-5333-4cbb-a4c1-9ae46d1712c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13673 2025.02.25 04:29:58.647761 [ 193 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004554677 sec., 232727.8092387232 rows/sec., 15.69 MiB/sec.
13674 2025.02.25 04:29:58.648080 [ 193 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary)
13675 2025.02.25 04:29:58.648235 [ 276 ] {f1b80271-5333-4cbb-a4c1-9ae46d1712c4} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
13676 2025.02.25 04:29:58.648635 [ 193 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_41_10} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13677 2025.02.25 04:29:58.648681 [ 276 ] {f1b80271-5333-4cbb-a4c1-9ae46d1712c4} <Trace> oximeter.fields_string (62c987c0-054c-43bd-9585-1827fd5e1d3b): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13678 2025.02.25 04:29:58.648831 [ 193 ] {d49a62f5-16c3-4269-820c-4e6ff49f651f::all_1_41_10} <Trace> oximeter.fields_i16 (d49a62f5-16c3-4269-820c-4e6ff49f651f) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10
13679 2025.02.25 04:29:58.649082 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
13680 2025.02.25 04:29:58.649145 [ 276 ] {f1b80271-5333-4cbb-a4c1-9ae46d1712c4} <Debug> executeQuery: Read 627 rows, 50.33 KiB in 0.00529 sec., 118525.51984877126 rows/sec., 9.29 MiB/sec.
13681 2025.02.25 04:29:58.649227 [ 276 ] {f1b80271-5333-4cbb-a4c1-9ae46d1712c4} <Debug> TCPHandler: Processed in 0.005962568 sec.
13682 2025.02.25 04:29:58.649387 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13683 2025.02.25 04:29:58.649515 [ 281 ] {2b94c0bd-645a-4255-b983-992009e425ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13684 2025.02.25 04:29:58.649572 [ 281 ] {2b94c0bd-645a-4255-b983-992009e425ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13685 2025.02.25 04:29:58.650338 [ 281 ] {2b94c0bd-645a-4255-b983-992009e425ed} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13686 2025.02.25 04:29:58.650389 [ 281 ] {2b94c0bd-645a-4255-b983-992009e425ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13687 2025.02.25 04:29:58.650802 [ 281 ] {2b94c0bd-645a-4255-b983-992009e425ed} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
13688 2025.02.25 04:29:58.651066 [ 281 ] {2b94c0bd-645a-4255-b983-992009e425ed} <Trace> oximeter.fields_u16 (47efe18f-ec12-464c-aee9-07adb2799f5c): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13689 2025.02.25 04:29:58.651297 [ 281 ] {2b94c0bd-645a-4255-b983-992009e425ed} <Debug> executeQuery: Read 111 rows, 6.76 KiB in 0.001811 sec., 61292.1038100497 rows/sec., 3.65 MiB/sec.
13690 2025.02.25 04:29:58.651356 [ 281 ] {2b94c0bd-645a-4255-b983-992009e425ed} <Debug> TCPHandler: Processed in 0.00202738 sec.
13691 2025.02.25 04:29:58.651509 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13692 2025.02.25 04:29:58.651651 [ 276 ] {845d93c5-8e01-4b31-962a-fcce7768e62e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13693 2025.02.25 04:29:58.651713 [ 276 ] {845d93c5-8e01-4b31-962a-fcce7768e62e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13694 2025.02.25 04:29:58.652472 [ 276 ] {845d93c5-8e01-4b31-962a-fcce7768e62e} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13695 2025.02.25 04:29:58.652517 [ 276 ] {845d93c5-8e01-4b31-962a-fcce7768e62e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13696 2025.02.25 04:29:58.652893 [ 276 ] {845d93c5-8e01-4b31-962a-fcce7768e62e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
13697 2025.02.25 04:29:58.653142 [ 276 ] {845d93c5-8e01-4b31-962a-fcce7768e62e} <Trace> oximeter.fields_u32 (a2b58190-84fe-49cc-bc9a-acdbd65028e2): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13698 2025.02.25 04:29:58.653327 [ 276 ] {845d93c5-8e01-4b31-962a-fcce7768e62e} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001711 sec., 66043.24956165985 rows/sec., 4.28 MiB/sec.
13699 2025.02.25 04:29:58.653383 [ 276 ] {845d93c5-8e01-4b31-962a-fcce7768e62e} <Debug> TCPHandler: Processed in 0.001932059 sec.
13700 2025.02.25 04:29:58.653524 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13701 2025.02.25 04:29:58.653662 [ 281 ] {77d9ae9b-30ea-43dd-8921-f2e7dd8597d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13702 2025.02.25 04:29:58.653721 [ 281 ] {77d9ae9b-30ea-43dd-8921-f2e7dd8597d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13703 2025.02.25 04:29:58.654469 [ 281 ] {77d9ae9b-30ea-43dd-8921-f2e7dd8597d9} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13704 2025.02.25 04:29:58.654516 [ 281 ] {77d9ae9b-30ea-43dd-8921-f2e7dd8597d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13705 2025.02.25 04:29:58.654898 [ 281 ] {77d9ae9b-30ea-43dd-8921-f2e7dd8597d9} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
13706 2025.02.25 04:29:58.655144 [ 281 ] {77d9ae9b-30ea-43dd-8921-f2e7dd8597d9} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13707 2025.02.25 04:29:58.655317 [ 95 ] {} <Debug> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0
13708 2025.02.25 04:29:58.655383 [ 95 ] {} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13709 2025.02.25 04:29:58.655391 [ 281 ] {77d9ae9b-30ea-43dd-8921-f2e7dd8597d9} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00175 sec., 64000 rows/sec., 3.65 MiB/sec.
13710 2025.02.25 04:29:58.655417 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13711 2025.02.25 04:29:58.655563 [ 281 ] {77d9ae9b-30ea-43dd-8921-f2e7dd8597d9} <Debug> TCPHandler: Processed in 0.002083211 sec.
13712 2025.02.25 04:29:58.655778 [ 187 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full
13713 2025.02.25 04:29:58.655851 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13714 2025.02.25 04:29:58.656074 [ 187 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13715 2025.02.25 04:29:58.656093 [ 276 ] {29e88cc4-9789-405a-9ac9-246f11d50774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13716 2025.02.25 04:29:58.656117 [ 187 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 112 rows starting from the beginning of the part
13717 2025.02.25 04:29:58.656163 [ 276 ] {29e88cc4-9789-405a-9ac9-246f11d50774} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13718 2025.02.25 04:29:58.656383 [ 187 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 112 rows starting from the beginning of the part
13719 2025.02.25 04:29:58.656862 [ 187 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 112 rows starting from the beginning of the part
13720 2025.02.25 04:29:58.657266 [ 187 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 112 rows starting from the beginning of the part
13721 2025.02.25 04:29:58.657680 [ 187 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 112 rows starting from the beginning of the part
13722 2025.02.25 04:29:58.658903 [ 276 ] {29e88cc4-9789-405a-9ac9-246f11d50774} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13723 2025.02.25 04:29:58.658949 [ 276 ] {29e88cc4-9789-405a-9ac9-246f11d50774} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13724 2025.02.25 04:29:58.659407 [ 193 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.003860427 sec., 145061.67322941218 rows/sec., 8.82 MiB/sec.
13725 2025.02.25 04:29:58.659560 [ 276 ] {29e88cc4-9789-405a-9ac9-246f11d50774} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
13726 2025.02.25 04:29:58.659606 [ 193 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary)
13727 2025.02.25 04:29:58.660073 [ 276 ] {29e88cc4-9789-405a-9ac9-246f11d50774} <Trace> oximeter.fields_uuid (083f31d1-060c-49f7-aec0-8f0a6637ba83): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13728 2025.02.25 04:29:58.660177 [ 193 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_41_10} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13729 2025.02.25 04:29:58.660431 [ 193 ] {2332d7a5-5fba-4c98-88a7-4f30fb854d45::all_1_41_10} <Trace> oximeter.fields_u8 (2332d7a5-5fba-4c98-88a7-4f30fb854d45) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10
13730 2025.02.25 04:29:58.660540 [ 276 ] {29e88cc4-9789-405a-9ac9-246f11d50774} <Debug> executeQuery: Read 387 rows, 27.99 KiB in 0.004475 sec., 86480.4469273743 rows/sec., 6.11 MiB/sec.
13731 2025.02.25 04:29:58.660603 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
13732 2025.02.25 04:29:58.660714 [ 276 ] {29e88cc4-9789-405a-9ac9-246f11d50774} <Debug> TCPHandler: Processed in 0.005024254 sec.
13733 2025.02.25 04:29:58.660959 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13734 2025.02.25 04:29:58.661193 [ 281 ] {7750bf95-9942-42e6-8aa7-053b42865bff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13735 2025.02.25 04:29:58.661288 [ 281 ] {7750bf95-9942-42e6-8aa7-053b42865bff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13736 2025.02.25 04:29:58.661914 [ 281 ] {7750bf95-9942-42e6-8aa7-053b42865bff} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13737 2025.02.25 04:29:58.661954 [ 281 ] {7750bf95-9942-42e6-8aa7-053b42865bff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13738 2025.02.25 04:29:58.662337 [ 281 ] {7750bf95-9942-42e6-8aa7-053b42865bff} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
13739 2025.02.25 04:29:58.662579 [ 281 ] {7750bf95-9942-42e6-8aa7-053b42865bff} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13740 2025.02.25 04:29:58.662759 [ 95 ] {} <Debug> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
13741 2025.02.25 04:29:58.662810 [ 95 ] {} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13742 2025.02.25 04:29:58.662827 [ 281 ] {7750bf95-9942-42e6-8aa7-053b42865bff} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001683 sec., 3565.0623885918003 rows/sec., 186.26 KiB/sec.
13743 2025.02.25 04:29:58.662847 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13744 2025.02.25 04:29:58.663002 [ 281 ] {7750bf95-9942-42e6-8aa7-053b42865bff} <Debug> TCPHandler: Processed in 0.002152862 sec.
13745 2025.02.25 04:29:58.663158 [ 198 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::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
13746 2025.02.25 04:29:58.663276 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13747 2025.02.25 04:29:58.663682 [ 276 ] {bf0a6cae-1b95-4a49-8a4c-c51c0d011905} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13748 2025.02.25 04:29:58.663892 [ 276 ] {bf0a6cae-1b95-4a49-8a4c-c51c0d011905} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13749 2025.02.25 04:29:58.663906 [ 198 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13750 2025.02.25 04:29:58.664026 [ 198 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 216 rows starting from the beginning of the part
13751 2025.02.25 04:29:58.664406 [ 198 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part
13752 2025.02.25 04:29:58.664825 [ 198 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part
13753 2025.02.25 04:29:58.665104 [ 198 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part
13754 2025.02.25 04:29:58.665353 [ 198 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part
13755 2025.02.25 04:29:58.665742 [ 198 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part
13756 2025.02.25 04:29:58.666417 [ 276 ] {bf0a6cae-1b95-4a49-8a4c-c51c0d011905} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13757 2025.02.25 04:29:58.666488 [ 276 ] {bf0a6cae-1b95-4a49-8a4c-c51c0d011905} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13758 2025.02.25 04:29:58.667486 [ 276 ] {bf0a6cae-1b95-4a49-8a4c-c51c0d011905} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
13759 2025.02.25 04:29:58.668139 [ 276 ] {bf0a6cae-1b95-4a49-8a4c-c51c0d011905} <Trace> oximeter.measurements_cumulativeu64 (4e230e8a-bad8-43ed-b9d8-317e710268a8): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13760 2025.02.25 04:29:58.668232 [ 198 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.005269188 sec., 46686.51033138313 rows/sec., 2.38 MiB/sec.
13761 2025.02.25 04:29:58.668509 [ 198 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
13762 2025.02.25 04:29:58.668605 [ 276 ] {bf0a6cae-1b95-4a49-8a4c-c51c0d011905} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005046 sec., 46967.8953626635 rows/sec., 3.15 MiB/sec.
13763 2025.02.25 04:29:58.668927 [ 276 ] {bf0a6cae-1b95-4a49-8a4c-c51c0d011905} <Debug> TCPHandler: Processed in 0.005814776 sec.
13764 2025.02.25 04:29:58.669211 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13765 2025.02.25 04:29:58.669481 [ 198 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_41_8} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13766 2025.02.25 04:29:58.669673 [ 281 ] {84f78e23-f877-413b-a1c0-2d6233d41078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13767 2025.02.25 04:29:58.669833 [ 198 ] {ac1d5ec0-686f-4903-9250-1c00331ca7f1::all_1_41_8} <Trace> oximeter.measurements_bool (ac1d5ec0-686f-4903-9250-1c00331ca7f1) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
13768 2025.02.25 04:29:58.669858 [ 281 ] {84f78e23-f877-413b-a1c0-2d6233d41078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13769 2025.02.25 04:29:58.670125 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
13770 2025.02.25 04:29:58.670964 [ 281 ] {84f78e23-f877-413b-a1c0-2d6233d41078} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13771 2025.02.25 04:29:58.671003 [ 281 ] {84f78e23-f877-413b-a1c0-2d6233d41078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13772 2025.02.25 04:29:58.671371 [ 281 ] {84f78e23-f877-413b-a1c0-2d6233d41078} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
13773 2025.02.25 04:29:58.671616 [ 281 ] {84f78e23-f877-413b-a1c0-2d6233d41078} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13774 2025.02.25 04:29:58.671782 [ 95 ] {} <Debug> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
13775 2025.02.25 04:29:58.671836 [ 95 ] {} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13776 2025.02.25 04:29:58.671869 [ 281 ] {84f78e23-f877-413b-a1c0-2d6233d41078} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002344 sec., 426.6211604095563 rows/sec., 28.75 KiB/sec.
13777 2025.02.25 04:29:58.671879 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13778 2025.02.25 04:29:58.672064 [ 281 ] {84f78e23-f877-413b-a1c0-2d6233d41078} <Debug> TCPHandler: Processed in 0.003010995 sec.
13779 2025.02.25 04:29:58.672270 [ 191 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::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
13780 2025.02.25 04:29:58.672312 [ 276 ] {} <Trace> TCP-Session: 84d3e711-dff2-43c4-8110-abe31a055e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13781 2025.02.25 04:29:58.672762 [ 276 ] {1a5d908e-c53f-40e4-82bb-33af1ddba600} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41220) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13782 2025.02.25 04:29:58.672832 [ 191 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13783 2025.02.25 04:29:58.672966 [ 191 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 38 rows starting from the beginning of the part
13784 2025.02.25 04:29:58.673216 [ 276 ] {1a5d908e-c53f-40e4-82bb-33af1ddba600} <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
13785 2025.02.25 04:29:58.673417 [ 191 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part
13786 2025.02.25 04:29:58.673860 [ 191 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part
13787 2025.02.25 04:29:58.674309 [ 191 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part
13788 2025.02.25 04:29:58.674670 [ 191 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part
13789 2025.02.25 04:29:58.675105 [ 191 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part
13790 2025.02.25 04:29:58.677423 [ 191 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43 rows, containing 4 columns (4 merged, 0 gathered) in 0.00541867 sec., 7935.526614464435 rows/sec., 533.28 KiB/sec.
13791 2025.02.25 04:29:58.677565 [ 191 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
13792 2025.02.25 04:29:58.677597 [ 276 ] {1a5d908e-c53f-40e4-82bb-33af1ddba600} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13793 2025.02.25 04:29:58.677642 [ 276 ] {1a5d908e-c53f-40e4-82bb-33af1ddba600} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13794 2025.02.25 04:29:58.677916 [ 191 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_41_8} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13795 2025.02.25 04:29:58.678034 [ 191 ] {565ba224-84e4-437e-91d1-fbbdcc3769c6::all_1_41_8} <Trace> oximeter.measurements_f64 (565ba224-84e4-437e-91d1-fbbdcc3769c6) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
13796 2025.02.25 04:29:58.678121 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
13797 2025.02.25 04:29:58.678385 [ 276 ] {1a5d908e-c53f-40e4-82bb-33af1ddba600} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
13798 2025.02.25 04:29:58.678661 [ 276 ] {1a5d908e-c53f-40e4-82bb-33af1ddba600} <Trace> oximeter.measurements_histogramu64 (ec8dbfb5-25fb-4657-b434-e267611eccda): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13799 2025.02.25 04:29:58.678867 [ 276 ] {1a5d908e-c53f-40e4-82bb-33af1ddba600} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.00625 sec., 800 rows/sec., 1.43 MiB/sec.
13800 2025.02.25 04:29:58.678976 [ 276 ] {1a5d908e-c53f-40e4-82bb-33af1ddba600} <Debug> TCPHandler: Processed in 0.006809351 sec.
13801 2025.02.25 04:29:58.679128 [ 281 ] {} <Trace> TCP-Session: bbfb84ce-2dec-423a-99cb-b65f014319f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13802 2025.02.25 04:29:58.679269 [ 281 ] {00591d42-bd24-4027-a206-120c93ee6627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42633) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13803 2025.02.25 04:29:58.679330 [ 281 ] {00591d42-bd24-4027-a206-120c93ee6627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13804 2025.02.25 04:29:58.679853 [ 281 ] {00591d42-bd24-4027-a206-120c93ee6627} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13805 2025.02.25 04:29:58.679893 [ 281 ] {00591d42-bd24-4027-a206-120c93ee6627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13806 2025.02.25 04:29:58.680296 [ 281 ] {00591d42-bd24-4027-a206-120c93ee6627} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
13807 2025.02.25 04:29:58.680540 [ 281 ] {00591d42-bd24-4027-a206-120c93ee6627} <Trace> oximeter.measurements_u64 (a7b79e83-1db6-49bb-80f0-bd0a29e8103d): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13808 2025.02.25 04:29:58.680761 [ 281 ] {00591d42-bd24-4027-a206-120c93ee6627} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001524 sec., 53805.77427821523 rows/sec., 3.42 MiB/sec.
13809 2025.02.25 04:29:58.680823 [ 281 ] {00591d42-bd24-4027-a206-120c93ee6627} <Debug> TCPHandler: Processed in 0.001761767 sec.
13810 2025.02.25 04:29:59.631498 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache
13811 2025.02.25 04:29:59.631551 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache
13812 2025.02.25 04:29:59.820680 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31171
13813 2025.02.25 04:29:59.821320 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13814 2025.02.25 04:29:59.821372 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13815 2025.02.25 04:29:59.821911 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
13816 2025.02.25 04:29:59.822172 [ 244 ] {} <Trace> system.asynchronous_metric_log (1d658eec-7eb2-4351-a2da-7a300204d427): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13817 2025.02.25 04:29:59.822427 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171
13818 2025.02.25 04:30:00.006165 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1962
13819 2025.02.25 04:30:00.009866 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13820 2025.02.25 04:30:00.009930 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB.
13821 2025.02.25 04:30:00.011597 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
13822 2025.02.25 04:30:00.011975 [ 242 ] {} <Trace> system.query_log (9d63de86-d5be-4928-b940-1179d4c7cdbe): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13823 2025.02.25 04:30:00.012850 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1962