Max level shown:
1 [ Mar 20 17:03:51 Enabled. ]
2 [ Mar 20 17:03:51 Rereading configuration. ]
3 [ Mar 20 17:03:52 Rereading configuration. ]
4 [ Mar 20 17:03:56 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 [ Mar 20 17:03:56 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.03.20 17:03:56.812201 [ 1 ] {} <Information> Application: Will watch for the process with pid 22986
29 2025.03.20 17:03:56.812724 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2025.03.20 17:03:56.992236 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 22986
31 2025.03.20 17:03:56.992962 [ 1 ] {} <Information> Application: starting up
32 2025.03.20 17:03:56.993665 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2025.03.20 17:03:57.075232 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2025.03.20 17:03:57.099971 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2025.03.20 17:03:57.100020 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2025.03.20 17:03:57.100035 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2025.03.20 17:03:57.100110 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2025.03.20 17:03:57.100499 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2025.03.20 17:03:57.102118 [ 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.03.20 17:03:57.102882 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2025.03.20 17:03:57.103728 [ 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.03.20 17:03:57.103750 [ 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.03.20 17:03:57.103765 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2025.03.20 17:03:57.103942 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2025.03.20 17:03:57.104953 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2025.03.20 17:03:57.110962 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2025.03.20 17:03:57.111902 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2025.03.20 17:03:57.113262 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2025.03.20 17:03:57.113330 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2025.03.20 17:03:57.114890 [ 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.03.20 17:03:57.115350 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2025.03.20 17:03:57.119619 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2025.03.20 17:03:57.119900 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2025.03.20 17:03:57.121445 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2025.03.20 17:03:57.121879 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2025.03.20 17:03:57.122214 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2025.03.20 17:03:57.122593 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2025.03.20 17:03:57.123925 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2025.03.20 17:03:57.123950 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2025.03.20 17:03:57.124004 [ 155 ] {} <Debug> DNSResolver: Updating DNS cache
65 2025.03.20 17:03:57.124085 [ 155 ] {} <Debug> DNSResolver: Updated DNS cache
66 2025.03.20 17:03:57.137425 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2025.03.20 17:03:57.137447 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000136891 sec
68 2025.03.20 17:03:57.137485 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2025.03.20 17:03:57.137499 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2025.03.20 17:03:57.138614 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2025.03.20 17:03:57.139622 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2025.03.20 17:03:57.152908 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2025.03.20 17:03:57.152953 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2025.03.20 17:03:57.152973 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2025.03.20 17:03:57.152985 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2025.03.20 17:03:57.153016 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2025.03.20 17:03:57.153035 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2025.03.20 17:03:57.155617 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2025.03.20 17:03:57.155661 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2025.03.20 17:03:57.155688 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2025.03.20 17:03:57.155867 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2025.03.20 17:03:57.155886 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2025.03.20 17:03:57.155922 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2025.03.20 17:03:57.155941 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2025.03.20 17:03:57.155955 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2025.03.20 17:03:57.155984 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2025.03.20 17:03:57.156002 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2025.03.20 17:03:57.182396 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2025.03.20 17:03:57.183571 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2025.03.20 17:03:57.183600 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.8511e-05 sec
91 2025.03.20 17:03:57.183614 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2025.03.20 17:03:57.183625 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2025.03.20 17:03:57.183647 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2025.03.20 17:03:57.183848 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2025.03.20 17:03:57.183893 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2025.03.20 17:03:57.183907 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2025.03.20 17:03:57.183920 [ 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.03.20 17:03:57.183931 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2025.03.20 17:03:57.190882 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2025.03.20 17:03:57.191237 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 117.12 MiB (RSS), difference: 92.34 MiB
101 2025.03.20 17:03:57.192270 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 5.594e-05 sec.
102 2025.03.20 17:03:57.193475 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2025.03.20 17:03:57.193574 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2025.03.20 17:03:57.193591 [ 1 ] {} <Information> Application: Ready for connections.
105 2025.03.20 17:03:57.474012 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48723
106 2025.03.20 17:03:57.474632 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2025.03.20 17:03:57.474702 [ 3 ] {} <Debug> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48723
108 2025.03.20 17:03:57.474741 [ 3 ] {} <Debug> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2025.03.20 17:03:57.474768 [ 3 ] {} <Debug> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2025.03.20 17:03:57.474864 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2025.03.20 17:03:57.474897 [ 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.03.20 17:03:57.474926 [ 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.03.20 17:03:57.479228 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33670
114 2025.03.20 17:03:57.479497 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
115 2025.03.20 17:03:57.479542 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46204
116 2025.03.20 17:03:57.479559 [ 4 ] {} <Debug> TCP-Session: e37472a5-feff-4bd1-a9d8-870f7362c31c Authenticating user 'default' from [fd00:1122:3344:101::d]:33670
117 2025.03.20 17:03:57.479653 [ 4 ] {} <Debug> TCP-Session: e37472a5-feff-4bd1-a9d8-870f7362c31c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
118 2025.03.20 17:03:57.479680 [ 4 ] {} <Debug> TCP-Session: e37472a5-feff-4bd1-a9d8-870f7362c31c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
119 2025.03.20 17:03:57.479739 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
120 2025.03.20 17:03:57.479836 [ 5 ] {} <Debug> TCP-Session: 58f14fab-296c-4f33-b01f-873f2a3fd994 Authenticating user 'default' from [fd00:1122:3344:101::d]:46204
121 2025.03.20 17:03:57.479881 [ 5 ] {} <Debug> TCP-Session: 58f14fab-296c-4f33-b01f-873f2a3fd994 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
122 2025.03.20 17:03:57.479913 [ 5 ] {} <Debug> TCP-Session: 58f14fab-296c-4f33-b01f-873f2a3fd994 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
123 2025.03.20 17:03:57.480335 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61528
124 2025.03.20 17:03:57.480656 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
125 2025.03.20 17:03:57.480673 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49101
126 2025.03.20 17:03:57.480715 [ 253 ] {} <Debug> TCP-Session: 5918e1ff-8c81-47cd-8a12-17ff1dbc6fec Authenticating user 'default' from [fd00:1122:3344:101::d]:61528
127 2025.03.20 17:03:57.480738 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
128 2025.03.20 17:03:57.480860 [ 253 ] {} <Debug> TCP-Session: 5918e1ff-8c81-47cd-8a12-17ff1dbc6fec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
129 2025.03.20 17:03:57.480869 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
130 2025.03.20 17:03:57.480893 [ 253 ] {} <Debug> TCP-Session: 5918e1ff-8c81-47cd-8a12-17ff1dbc6fec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
131 2025.03.20 17:03:57.480952 [ 254 ] {} <Debug> TCP-Session: bf24b5a3-d2c4-4b7e-a542-00ca0244a3ba Authenticating user 'default' from [fd00:1122:3344:101::d]:49101
132 2025.03.20 17:03:57.481001 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54882
133 2025.03.20 17:03:57.481012 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45226
134 2025.03.20 17:03:57.481088 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50684
135 2025.03.20 17:03:57.481026 [ 254 ] {} <Debug> TCP-Session: bf24b5a3-d2c4-4b7e-a542-00ca0244a3ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
136 2025.03.20 17:03:57.482968 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33490
137 2025.03.20 17:03:57.482980 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
138 2025.03.20 17:03:57.482975 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
139 2025.03.20 17:03:57.483120 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
140 2025.03.20 17:03:57.483156 [ 255 ] {} <Debug> TCP-Session: 2e56dc8d-0380-4863-9b9e-8e726e3d68c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:45226
141 2025.03.20 17:03:57.483176 [ 256 ] {} <Debug> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54882
142 2025.03.20 17:03:57.483194 [ 257 ] {} <Debug> TCP-Session: f7dcaf42-268c-45ac-9c65-87492950d706 Authenticating user 'default' from [fd00:1122:3344:101::d]:50684
143 2025.03.20 17:03:57.483186 [ 254 ] {} <Debug> TCP-Session: bf24b5a3-d2c4-4b7e-a542-00ca0244a3ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
144 2025.03.20 17:03:57.483835 [ 255 ] {} <Debug> TCP-Session: 2e56dc8d-0380-4863-9b9e-8e726e3d68c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
145 2025.03.20 17:03:57.483879 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
146 2025.03.20 17:03:57.483900 [ 256 ] {} <Debug> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
147 2025.03.20 17:03:57.483929 [ 257 ] {} <Debug> TCP-Session: f7dcaf42-268c-45ac-9c65-87492950d706 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
148 2025.03.20 17:03:57.483961 [ 258 ] {} <Debug> TCP-Session: 9f2ab642-153a-49e0-8300-311019752c2d Authenticating user 'default' from [fd00:1122:3344:101::d]:33490
149 2025.03.20 17:03:57.483984 [ 256 ] {} <Debug> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
150 2025.03.20 17:03:57.483998 [ 257 ] {} <Debug> TCP-Session: f7dcaf42-268c-45ac-9c65-87492950d706 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
151 2025.03.20 17:03:57.484014 [ 258 ] {} <Debug> TCP-Session: 9f2ab642-153a-49e0-8300-311019752c2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
152 2025.03.20 17:03:57.483941 [ 255 ] {} <Debug> TCP-Session: 2e56dc8d-0380-4863-9b9e-8e726e3d68c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
153 2025.03.20 17:03:57.484570 [ 258 ] {} <Debug> TCP-Session: 9f2ab642-153a-49e0-8300-311019752c2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
154 2025.03.20 17:03:57.484793 [ 3 ] {cc592e17-d187-472d-a0c5-443b195184ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
155 2025.03.20 17:03:57.521958 [ 3 ] {cc592e17-d187-472d-a0c5-443b195184ad} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:48723) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
156 
157 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
158 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
159 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
160 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
161 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
162 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
163 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
164 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
165 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
166 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
167 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
168 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
169 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
170 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
171 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
172 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
173 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
174 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
175 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
176 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
177 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
178 
179 2025.03.20 17:03:57.523209 [ 3 ] {cc592e17-d187-472d-a0c5-443b195184ad} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
180 
181 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
182 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
183 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
184 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
185 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
186 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
187 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
188 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
189 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
190 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
191 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
192 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
193 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
194 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
195 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
196 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
197 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
198 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
199 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
200 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
201 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
202 
203 2025.03.20 17:03:57.523296 [ 3 ] {cc592e17-d187-472d-a0c5-443b195184ad} <Debug> TCPHandler: Processed in 0.043717467 sec.
204 2025.03.20 17:03:57.523662 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
205 2025.03.20 17:03:57.523893 [ 256 ] {1b4e9ee0-59d7-4a59-8e07-9dcf39141428} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
206 2025.03.20 17:03:57.524271 [ 256 ] {1b4e9ee0-59d7-4a59-8e07-9dcf39141428} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:54882) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
207 
208 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
209 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
210 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
211 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
212 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
213 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
214 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
215 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
216 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
217 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
218 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
219 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
220 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
221 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
222 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
223 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
224 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
225 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
226 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
227 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
228 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
229 
230 2025.03.20 17:03:57.524414 [ 256 ] {1b4e9ee0-59d7-4a59-8e07-9dcf39141428} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
231 
232 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
233 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
234 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
235 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
236 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
237 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
238 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
239 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
240 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
241 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
242 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
243 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
244 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
245 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
246 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
247 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
248 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
249 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
250 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
251 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
252 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
253 
254 2025.03.20 17:03:57.524508 [ 256 ] {1b4e9ee0-59d7-4a59-8e07-9dcf39141428} <Debug> TCPHandler: Processed in 0.00099667 sec.
255 2025.03.20 17:03:57.524751 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
256 2025.03.20 17:03:57.525902 [ 3 ] {7b0c2455-6251-4307-9516-ce6f365c0d65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
257 2025.03.20 17:03:57.525997 [ 3 ] {7b0c2455-6251-4307-9516-ce6f365c0d65} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
258 2025.03.20 17:03:57.531446 [ 3 ] {7b0c2455-6251-4307-9516-ce6f365c0d65} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
259 2025.03.20 17:03:57.531494 [ 3 ] {7b0c2455-6251-4307-9516-ce6f365c0d65} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000107322 sec
260 2025.03.20 17:03:57.531525 [ 3 ] {7b0c2455-6251-4307-9516-ce6f365c0d65} <Trace> ReferentialDeps: No tables
261 2025.03.20 17:03:57.531568 [ 3 ] {7b0c2455-6251-4307-9516-ce6f365c0d65} <Trace> LoadingDeps: No tables
262 2025.03.20 17:03:57.531602 [ 3 ] {7b0c2455-6251-4307-9516-ce6f365c0d65} <Information> DatabaseAtomic (oximeter): Starting up tables.
263 2025.03.20 17:03:57.532243 [ 3 ] {7b0c2455-6251-4307-9516-ce6f365c0d65} <Debug> TCPHandler: Processed in 0.007593289 sec.
264 2025.03.20 17:03:57.532370 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
265 2025.03.20 17:03:57.532550 [ 3 ] {40832b4e-1575-4807-ad5b-5037d02c589d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) /* The version table contains metadata about the `oximeter` database */
266 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
267 2025.03.20 17:03:57.532593 [ 3 ] {40832b4e-1575-4807-ad5b-5037d02c589d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
268 2025.03.20 17:03:57.539650 [ 3 ] {40832b4e-1575-4807-ad5b-5037d02c589d} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
269 2025.03.20 17:03:57.541091 [ 3 ] {40832b4e-1575-4807-ad5b-5037d02c589d} <Debug> oximeter.version (add8c8b8-c687-4bc7-b61e-1f7a89527b65): Loading data parts
270 2025.03.20 17:03:57.541585 [ 3 ] {40832b4e-1575-4807-ad5b-5037d02c589d} <Debug> oximeter.version (add8c8b8-c687-4bc7-b61e-1f7a89527b65): There are no data parts
271 2025.03.20 17:03:57.544151 [ 3 ] {40832b4e-1575-4807-ad5b-5037d02c589d} <Debug> TCPHandler: Processed in 0.011831364 sec.
272 2025.03.20 17:03:57.544283 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
273 2025.03.20 17:03:57.544482 [ 3 ] {4cbf69ee-77da-4918-8eec-1bd2d226cddf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) /* The measurement tables contain all individual samples from each timeseries.
274 *
275 * Each table stores a single datum type, and otherwise contains nearly the same
276 * structure. The primary sorting key is on the timeseries name, key, and then
277 * timestamp, so that all timeseries from the same schema are grouped, followed
278 * by all samples from the same timeseries.
279 *
280 * This reflects that one usually looks up the _key_ in one or more field table,
281 * and then uses that to index quickly into the measurements tables.
282 */
283 CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
284 2025.03.20 17:03:57.544546 [ 3 ] {4cbf69ee-77da-4918-8eec-1bd2d226cddf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
285 2025.03.20 17:03:57.551570 [ 3 ] {4cbf69ee-77da-4918-8eec-1bd2d226cddf} <Debug> oximeter.measurements_bool (7c33aa5f-8cf1-4b6e-b87b-290a722d8746): Loading data parts
286 2025.03.20 17:03:57.551801 [ 3 ] {4cbf69ee-77da-4918-8eec-1bd2d226cddf} <Debug> oximeter.measurements_bool (7c33aa5f-8cf1-4b6e-b87b-290a722d8746): There are no data parts
287 2025.03.20 17:03:57.558027 [ 3 ] {4cbf69ee-77da-4918-8eec-1bd2d226cddf} <Debug> TCPHandler: Processed in 0.013795944 sec.
288 2025.03.20 17:03:57.558199 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
289 2025.03.20 17:03:57.558411 [ 3 ] {5c2cf482-eff1-4e6e-b7ff-0d820462d64a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
290 2025.03.20 17:03:57.558468 [ 3 ] {5c2cf482-eff1-4e6e-b7ff-0d820462d64a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
291 2025.03.20 17:03:57.560570 [ 3 ] {5c2cf482-eff1-4e6e-b7ff-0d820462d64a} <Debug> oximeter.measurements_i8 (847957b7-7ae2-4f77-be17-e69ad7a53422): Loading data parts
292 2025.03.20 17:03:57.560830 [ 3 ] {5c2cf482-eff1-4e6e-b7ff-0d820462d64a} <Debug> oximeter.measurements_i8 (847957b7-7ae2-4f77-be17-e69ad7a53422): There are no data parts
293 2025.03.20 17:03:57.562186 [ 3 ] {5c2cf482-eff1-4e6e-b7ff-0d820462d64a} <Debug> TCPHandler: Processed in 0.004050003 sec.
294 2025.03.20 17:03:57.562319 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
295 2025.03.20 17:03:57.562504 [ 3 ] {52338f63-2189-4f85-a33d-bb12d746d43f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
296 2025.03.20 17:03:57.562559 [ 3 ] {52338f63-2189-4f85-a33d-bb12d746d43f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
297 2025.03.20 17:03:57.564158 [ 3 ] {52338f63-2189-4f85-a33d-bb12d746d43f} <Debug> oximeter.measurements_u8 (27bc0085-92ff-4f8d-9b06-cdbcc26bbef0): Loading data parts
298 2025.03.20 17:03:57.564345 [ 3 ] {52338f63-2189-4f85-a33d-bb12d746d43f} <Debug> oximeter.measurements_u8 (27bc0085-92ff-4f8d-9b06-cdbcc26bbef0): There are no data parts
299 2025.03.20 17:03:57.565620 [ 3 ] {52338f63-2189-4f85-a33d-bb12d746d43f} <Debug> TCPHandler: Processed in 0.003351635 sec.
300 2025.03.20 17:03:57.565740 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
301 2025.03.20 17:03:57.565939 [ 3 ] {c5455911-f452-4362-86e4-31389622e327} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
302 2025.03.20 17:03:57.565983 [ 3 ] {c5455911-f452-4362-86e4-31389622e327} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
303 2025.03.20 17:03:57.567586 [ 3 ] {c5455911-f452-4362-86e4-31389622e327} <Debug> oximeter.measurements_i16 (64bb7282-6d70-470b-bca2-017672efb4da): Loading data parts
304 2025.03.20 17:03:57.567834 [ 3 ] {c5455911-f452-4362-86e4-31389622e327} <Debug> oximeter.measurements_i16 (64bb7282-6d70-470b-bca2-017672efb4da): There are no data parts
305 2025.03.20 17:03:57.569097 [ 3 ] {c5455911-f452-4362-86e4-31389622e327} <Debug> TCPHandler: Processed in 0.003407566 sec.
306 2025.03.20 17:03:57.569233 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
307 2025.03.20 17:03:57.569417 [ 3 ] {b14a9ef1-05fc-4e7d-bbe0-684a1ef079b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
308 2025.03.20 17:03:57.569474 [ 3 ] {b14a9ef1-05fc-4e7d-bbe0-684a1ef079b6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
309 2025.03.20 17:03:57.571129 [ 3 ] {b14a9ef1-05fc-4e7d-bbe0-684a1ef079b6} <Debug> oximeter.measurements_u16 (6e52d870-77f6-4f49-bcdb-96f1dccfaaea): Loading data parts
310 2025.03.20 17:03:57.571304 [ 3 ] {b14a9ef1-05fc-4e7d-bbe0-684a1ef079b6} <Debug> oximeter.measurements_u16 (6e52d870-77f6-4f49-bcdb-96f1dccfaaea): There are no data parts
311 2025.03.20 17:03:57.572509 [ 3 ] {b14a9ef1-05fc-4e7d-bbe0-684a1ef079b6} <Debug> TCPHandler: Processed in 0.003326565 sec.
312 2025.03.20 17:03:57.572630 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
313 2025.03.20 17:03:57.572830 [ 3 ] {516da2a0-345d-4d7d-a0e3-00f30b1d99f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
314 2025.03.20 17:03:57.572877 [ 3 ] {516da2a0-345d-4d7d-a0e3-00f30b1d99f8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
315 2025.03.20 17:03:57.574482 [ 3 ] {516da2a0-345d-4d7d-a0e3-00f30b1d99f8} <Debug> oximeter.measurements_i32 (395d2d63-9206-4dde-ad69-ad87cc3b6497): Loading data parts
316 2025.03.20 17:03:57.574642 [ 3 ] {516da2a0-345d-4d7d-a0e3-00f30b1d99f8} <Debug> oximeter.measurements_i32 (395d2d63-9206-4dde-ad69-ad87cc3b6497): There are no data parts
317 2025.03.20 17:03:57.575817 [ 3 ] {516da2a0-345d-4d7d-a0e3-00f30b1d99f8} <Debug> TCPHandler: Processed in 0.003238164 sec.
318 2025.03.20 17:03:57.575967 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
319 2025.03.20 17:03:57.576161 [ 3 ] {e3a0403b-b449-4cdc-bb55-bb6c86cc7c1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
320 2025.03.20 17:03:57.576216 [ 3 ] {e3a0403b-b449-4cdc-bb55-bb6c86cc7c1c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
321 2025.03.20 17:03:57.577743 [ 3 ] {e3a0403b-b449-4cdc-bb55-bb6c86cc7c1c} <Debug> oximeter.measurements_u32 (b0a79072-61e9-4635-8a5b-39d3b4dad698): Loading data parts
322 2025.03.20 17:03:57.577957 [ 3 ] {e3a0403b-b449-4cdc-bb55-bb6c86cc7c1c} <Debug> oximeter.measurements_u32 (b0a79072-61e9-4635-8a5b-39d3b4dad698): There are no data parts
323 2025.03.20 17:03:57.579169 [ 3 ] {e3a0403b-b449-4cdc-bb55-bb6c86cc7c1c} <Debug> TCPHandler: Processed in 0.003253574 sec.
324 2025.03.20 17:03:57.579289 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
325 2025.03.20 17:03:57.579481 [ 3 ] {d5beab6f-7988-450e-886e-fbe9136836e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
326 2025.03.20 17:03:57.579530 [ 3 ] {d5beab6f-7988-450e-886e-fbe9136836e9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
327 2025.03.20 17:03:57.581141 [ 3 ] {d5beab6f-7988-450e-886e-fbe9136836e9} <Debug> oximeter.measurements_i64 (0e57d148-0691-4081-ba19-bc84086c4ea6): Loading data parts
328 2025.03.20 17:03:57.581298 [ 3 ] {d5beab6f-7988-450e-886e-fbe9136836e9} <Debug> oximeter.measurements_i64 (0e57d148-0691-4081-ba19-bc84086c4ea6): There are no data parts
329 2025.03.20 17:03:57.582488 [ 3 ] {d5beab6f-7988-450e-886e-fbe9136836e9} <Debug> TCPHandler: Processed in 0.003249144 sec.
330 2025.03.20 17:03:57.582632 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
331 2025.03.20 17:03:57.582817 [ 3 ] {0fae845b-17ae-4c8d-bd48-379545967e65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
332 2025.03.20 17:03:57.582871 [ 3 ] {0fae845b-17ae-4c8d-bd48-379545967e65} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
333 2025.03.20 17:03:57.584408 [ 3 ] {0fae845b-17ae-4c8d-bd48-379545967e65} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Loading data parts
334 2025.03.20 17:03:57.584642 [ 3 ] {0fae845b-17ae-4c8d-bd48-379545967e65} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): There are no data parts
335 2025.03.20 17:03:57.585860 [ 3 ] {0fae845b-17ae-4c8d-bd48-379545967e65} <Debug> TCPHandler: Processed in 0.003278634 sec.
336 2025.03.20 17:03:57.585980 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
337 2025.03.20 17:03:57.586164 [ 3 ] {7d9bd654-66cf-4d00-a29d-0d69aa9d698e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
338 2025.03.20 17:03:57.586219 [ 3 ] {7d9bd654-66cf-4d00-a29d-0d69aa9d698e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
339 2025.03.20 17:03:57.587761 [ 3 ] {7d9bd654-66cf-4d00-a29d-0d69aa9d698e} <Debug> oximeter.measurements_f32 (8e1fb2b6-231e-420c-835d-c93562e924d3): Loading data parts
340 2025.03.20 17:03:57.587920 [ 3 ] {7d9bd654-66cf-4d00-a29d-0d69aa9d698e} <Debug> oximeter.measurements_f32 (8e1fb2b6-231e-420c-835d-c93562e924d3): There are no data parts
341 2025.03.20 17:03:57.589137 [ 3 ] {7d9bd654-66cf-4d00-a29d-0d69aa9d698e} <Debug> TCPHandler: Processed in 0.003207333 sec.
342 2025.03.20 17:03:57.589293 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
343 2025.03.20 17:03:57.589494 [ 3 ] {cc4936d6-6148-41ed-83e1-af6251b0fa9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
344 2025.03.20 17:03:57.589552 [ 3 ] {cc4936d6-6148-41ed-83e1-af6251b0fa9f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
345 2025.03.20 17:03:57.591142 [ 3 ] {cc4936d6-6148-41ed-83e1-af6251b0fa9f} <Debug> oximeter.measurements_f64 (a94f3ddb-bdea-4af5-84a3-2bfb1d7f8869): Loading data parts
346 2025.03.20 17:03:57.591292 [ 3 ] {cc4936d6-6148-41ed-83e1-af6251b0fa9f} <Debug> oximeter.measurements_f64 (a94f3ddb-bdea-4af5-84a3-2bfb1d7f8869): There are no data parts
347 2025.03.20 17:03:57.592487 [ 3 ] {cc4936d6-6148-41ed-83e1-af6251b0fa9f} <Debug> TCPHandler: Processed in 0.003245414 sec.
348 2025.03.20 17:03:57.592608 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
349 2025.03.20 17:03:57.592794 [ 3 ] {de2134d9-497d-4547-89a6-232a2eaf7fbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
350 2025.03.20 17:03:57.592856 [ 3 ] {de2134d9-497d-4547-89a6-232a2eaf7fbb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
351 2025.03.20 17:03:57.594406 [ 3 ] {de2134d9-497d-4547-89a6-232a2eaf7fbb} <Debug> oximeter.measurements_string (80f5129c-0146-4741-8d67-0b2ac077ff04): Loading data parts
352 2025.03.20 17:03:57.594576 [ 3 ] {de2134d9-497d-4547-89a6-232a2eaf7fbb} <Debug> oximeter.measurements_string (80f5129c-0146-4741-8d67-0b2ac077ff04): There are no data parts
353 2025.03.20 17:03:57.595846 [ 3 ] {de2134d9-497d-4547-89a6-232a2eaf7fbb} <Debug> TCPHandler: Processed in 0.003287844 sec.
354 2025.03.20 17:03:57.595966 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
355 2025.03.20 17:03:57.596173 [ 3 ] {45d524e3-8be1-4025-ac85-6aab6e338b81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
356 * NOTE: Right now we can't unambiguously record a nullable byte array.
357 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
358 * a string isn't palatable for a few reasons.
359 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
360 * details.
361 */
362 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
363 2025.03.20 17:03:57.596237 [ 3 ] {45d524e3-8be1-4025-ac85-6aab6e338b81} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
364 2025.03.20 17:03:57.597857 [ 3 ] {45d524e3-8be1-4025-ac85-6aab6e338b81} <Debug> oximeter.measurements_bytes (c797a924-33cf-47a2-b8c8-800a15d01fff): Loading data parts
365 2025.03.20 17:03:57.598073 [ 3 ] {45d524e3-8be1-4025-ac85-6aab6e338b81} <Debug> oximeter.measurements_bytes (c797a924-33cf-47a2-b8c8-800a15d01fff): There are no data parts
366 2025.03.20 17:03:57.599353 [ 3 ] {45d524e3-8be1-4025-ac85-6aab6e338b81} <Debug> TCPHandler: Processed in 0.003438346 sec.
367 2025.03.20 17:03:57.599498 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
368 2025.03.20 17:03:57.599704 [ 3 ] {6c085309-2041-470c-a995-62f18a1ef921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
369 2025.03.20 17:03:57.599764 [ 3 ] {6c085309-2041-470c-a995-62f18a1ef921} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
370 2025.03.20 17:03:57.601450 [ 3 ] {6c085309-2041-470c-a995-62f18a1ef921} <Debug> oximeter.measurements_cumulativei64 (923146e2-b62c-40b4-9ad0-40662dbc7b77): Loading data parts
371 2025.03.20 17:03:57.601631 [ 3 ] {6c085309-2041-470c-a995-62f18a1ef921} <Debug> oximeter.measurements_cumulativei64 (923146e2-b62c-40b4-9ad0-40662dbc7b77): There are no data parts
372 2025.03.20 17:03:57.602904 [ 3 ] {6c085309-2041-470c-a995-62f18a1ef921} <Debug> TCPHandler: Processed in 0.003456506 sec.
373 2025.03.20 17:03:57.603027 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
374 2025.03.20 17:03:57.603241 [ 3 ] {5ada023d-916f-4992-b3a8-5882a1f4d6ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
375 2025.03.20 17:03:57.603293 [ 3 ] {5ada023d-916f-4992-b3a8-5882a1f4d6ea} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
376 2025.03.20 17:03:57.604941 [ 3 ] {5ada023d-916f-4992-b3a8-5882a1f4d6ea} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Loading data parts
377 2025.03.20 17:03:57.605101 [ 3 ] {5ada023d-916f-4992-b3a8-5882a1f4d6ea} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): There are no data parts
378 2025.03.20 17:03:57.606433 [ 3 ] {5ada023d-916f-4992-b3a8-5882a1f4d6ea} <Debug> TCPHandler: Processed in 0.003456936 sec.
379 2025.03.20 17:03:57.606570 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
380 2025.03.20 17:03:57.606770 [ 3 ] {f883550b-060a-4aa9-9ac0-3cc288cb568a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
381 2025.03.20 17:03:57.606828 [ 3 ] {f883550b-060a-4aa9-9ac0-3cc288cb568a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
382 2025.03.20 17:03:57.608488 [ 3 ] {f883550b-060a-4aa9-9ac0-3cc288cb568a} <Debug> oximeter.measurements_cumulativef32 (2b214573-ab61-4155-9b8c-7e981a3630d6): Loading data parts
383 2025.03.20 17:03:57.608655 [ 3 ] {f883550b-060a-4aa9-9ac0-3cc288cb568a} <Debug> oximeter.measurements_cumulativef32 (2b214573-ab61-4155-9b8c-7e981a3630d6): There are no data parts
384 2025.03.20 17:03:57.609977 [ 3 ] {f883550b-060a-4aa9-9ac0-3cc288cb568a} <Debug> TCPHandler: Processed in 0.003458666 sec.
385 2025.03.20 17:03:57.610139 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
386 2025.03.20 17:03:57.610356 [ 3 ] {17a5a405-aa34-4025-94fe-f90851287e28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
387 2025.03.20 17:03:57.610415 [ 3 ] {17a5a405-aa34-4025-94fe-f90851287e28} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
388 2025.03.20 17:03:57.612301 [ 3 ] {17a5a405-aa34-4025-94fe-f90851287e28} <Debug> oximeter.measurements_cumulativef64 (79afdff1-a2ef-415d-9b01-026bddbf7a83): Loading data parts
389 2025.03.20 17:03:57.612487 [ 3 ] {17a5a405-aa34-4025-94fe-f90851287e28} <Debug> oximeter.measurements_cumulativef64 (79afdff1-a2ef-415d-9b01-026bddbf7a83): There are no data parts
390 2025.03.20 17:03:57.613781 [ 3 ] {17a5a405-aa34-4025-94fe-f90851287e28} <Debug> TCPHandler: Processed in 0.003699779 sec.
391 2025.03.20 17:03:57.613964 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
392 2025.03.20 17:03:57.614242 [ 3 ] {cf16a3c7-bce9-4bb4-a665-779e6eb63700} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
393 * NOTE: Array types cannot be Nullable, see
394 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
395 * for more details.
396 *
397 * This means we need to use empty arrays to indicate a missing value. This
398 * is unfortunate, and at this point relies on the fact that an
399 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
400 * to figure out another way to represent missing samples here.
401 */
402 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)
403 2025.03.20 17:03:57.614314 [ 3 ] {cf16a3c7-bce9-4bb4-a665-779e6eb63700} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
404 2025.03.20 17:03:57.616258 [ 3 ] {cf16a3c7-bce9-4bb4-a665-779e6eb63700} <Debug> oximeter.measurements_histogrami8 (789d7047-d5e6-4f0b-bbc9-ad0a95b3df3e): Loading data parts
405 2025.03.20 17:03:57.616416 [ 3 ] {cf16a3c7-bce9-4bb4-a665-779e6eb63700} <Debug> oximeter.measurements_histogrami8 (789d7047-d5e6-4f0b-bbc9-ad0a95b3df3e): There are no data parts
406 2025.03.20 17:03:57.617689 [ 3 ] {cf16a3c7-bce9-4bb4-a665-779e6eb63700} <Debug> TCPHandler: Processed in 0.003777049 sec.
407 2025.03.20 17:03:57.617822 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
408 2025.03.20 17:03:57.618102 [ 3 ] {385fc2b2-7dfc-4a47-a0f4-d22a5ef082a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
409 2025.03.20 17:03:57.618169 [ 3 ] {385fc2b2-7dfc-4a47-a0f4-d22a5ef082a6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
410 2025.03.20 17:03:57.620164 [ 3 ] {385fc2b2-7dfc-4a47-a0f4-d22a5ef082a6} <Debug> oximeter.measurements_histogramu8 (e786d8b2-a50f-4736-8dd4-6d346c2cb9a2): Loading data parts
411 2025.03.20 17:03:57.620337 [ 3 ] {385fc2b2-7dfc-4a47-a0f4-d22a5ef082a6} <Debug> oximeter.measurements_histogramu8 (e786d8b2-a50f-4736-8dd4-6d346c2cb9a2): There are no data parts
412 2025.03.20 17:03:57.621629 [ 3 ] {385fc2b2-7dfc-4a47-a0f4-d22a5ef082a6} <Debug> TCPHandler: Processed in 0.0038577 sec.
413 2025.03.20 17:03:57.621762 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
414 2025.03.20 17:03:57.622023 [ 3 ] {fb45f0fc-1f7a-4c18-a09b-4071e0a1f0ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
415 2025.03.20 17:03:57.622092 [ 3 ] {fb45f0fc-1f7a-4c18-a09b-4071e0a1f0ab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
416 2025.03.20 17:03:57.624030 [ 3 ] {fb45f0fc-1f7a-4c18-a09b-4071e0a1f0ab} <Debug> oximeter.measurements_histogrami16 (c3cd3ecb-ce25-4b36-a9c3-2e77b1135d09): Loading data parts
417 2025.03.20 17:03:57.624199 [ 3 ] {fb45f0fc-1f7a-4c18-a09b-4071e0a1f0ab} <Debug> oximeter.measurements_histogrami16 (c3cd3ecb-ce25-4b36-a9c3-2e77b1135d09): There are no data parts
418 2025.03.20 17:03:57.625542 [ 3 ] {fb45f0fc-1f7a-4c18-a09b-4071e0a1f0ab} <Debug> TCPHandler: Processed in 0.0038318 sec.
419 2025.03.20 17:03:57.625778 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
420 2025.03.20 17:03:57.626225 [ 3 ] {dbbde242-c14b-4ed0-abd6-0060b48c97ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
421 2025.03.20 17:03:57.626336 [ 3 ] {dbbde242-c14b-4ed0-abd6-0060b48c97ae} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
422 2025.03.20 17:03:57.632157 [ 3 ] {dbbde242-c14b-4ed0-abd6-0060b48c97ae} <Debug> oximeter.measurements_histogramu16 (eafd8e0b-f49b-42eb-9049-cb0052e23a5e): Loading data parts
423 2025.03.20 17:03:57.632358 [ 3 ] {dbbde242-c14b-4ed0-abd6-0060b48c97ae} <Debug> oximeter.measurements_histogramu16 (eafd8e0b-f49b-42eb-9049-cb0052e23a5e): There are no data parts
424 2025.03.20 17:03:57.637760 [ 3 ] {dbbde242-c14b-4ed0-abd6-0060b48c97ae} <Debug> TCPHandler: Processed in 0.012056286 sec.
425 2025.03.20 17:03:57.637908 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
426 2025.03.20 17:03:57.638173 [ 3 ] {96d6c25a-f743-4b3e-a2d5-41c4dba73bbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
427 2025.03.20 17:03:57.638248 [ 3 ] {96d6c25a-f743-4b3e-a2d5-41c4dba73bbf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
428 2025.03.20 17:03:57.642895 [ 3 ] {96d6c25a-f743-4b3e-a2d5-41c4dba73bbf} <Debug> oximeter.measurements_histogrami32 (ca065c76-4895-4cb8-824a-95590ea50b17): Loading data parts
429 2025.03.20 17:03:57.643085 [ 3 ] {96d6c25a-f743-4b3e-a2d5-41c4dba73bbf} <Debug> oximeter.measurements_histogrami32 (ca065c76-4895-4cb8-824a-95590ea50b17): There are no data parts
430 2025.03.20 17:03:57.646774 [ 3 ] {96d6c25a-f743-4b3e-a2d5-41c4dba73bbf} <Debug> TCPHandler: Processed in 0.008966103 sec.
431 2025.03.20 17:03:57.646918 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
432 2025.03.20 17:03:57.647268 [ 3 ] {4ff6745f-9df4-4231-ba7e-1dcb3a0a2fe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
433 2025.03.20 17:03:57.647338 [ 3 ] {4ff6745f-9df4-4231-ba7e-1dcb3a0a2fe1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
434 2025.03.20 17:03:57.654144 [ 3 ] {4ff6745f-9df4-4231-ba7e-1dcb3a0a2fe1} <Debug> oximeter.measurements_histogramu32 (1efbc50a-9e94-434e-aaff-79461bb4603d): Loading data parts
435 2025.03.20 17:03:57.654317 [ 3 ] {4ff6745f-9df4-4231-ba7e-1dcb3a0a2fe1} <Debug> oximeter.measurements_histogramu32 (1efbc50a-9e94-434e-aaff-79461bb4603d): There are no data parts
436 2025.03.20 17:03:57.662480 [ 3 ] {4ff6745f-9df4-4231-ba7e-1dcb3a0a2fe1} <Debug> TCPHandler: Processed in 0.015556032 sec.
437 2025.03.20 17:03:57.662639 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
438 2025.03.20 17:03:57.662905 [ 3 ] {81e3a20c-f0e7-4cd3-97b3-4fc1a8537f50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
439 2025.03.20 17:03:57.662981 [ 3 ] {81e3a20c-f0e7-4cd3-97b3-4fc1a8537f50} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
440 2025.03.20 17:03:57.665622 [ 3 ] {81e3a20c-f0e7-4cd3-97b3-4fc1a8537f50} <Debug> oximeter.measurements_histogrami64 (5776030a-9edf-4fa0-b47f-a835fd331b9d): Loading data parts
441 2025.03.20 17:03:57.665797 [ 3 ] {81e3a20c-f0e7-4cd3-97b3-4fc1a8537f50} <Debug> oximeter.measurements_histogrami64 (5776030a-9edf-4fa0-b47f-a835fd331b9d): There are no data parts
442 2025.03.20 17:03:57.667181 [ 3 ] {81e3a20c-f0e7-4cd3-97b3-4fc1a8537f50} <Debug> TCPHandler: Processed in 0.004593528 sec.
443 2025.03.20 17:03:57.667330 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
444 2025.03.20 17:03:57.667624 [ 3 ] {c1118536-52e0-4b4d-b260-b779de3480e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
445 2025.03.20 17:03:57.667698 [ 3 ] {c1118536-52e0-4b4d-b260-b779de3480e2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
446 2025.03.20 17:03:57.669914 [ 3 ] {c1118536-52e0-4b4d-b260-b779de3480e2} <Debug> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Loading data parts
447 2025.03.20 17:03:57.670067 [ 3 ] {c1118536-52e0-4b4d-b260-b779de3480e2} <Debug> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): There are no data parts
448 2025.03.20 17:03:57.672287 [ 3 ] {c1118536-52e0-4b4d-b260-b779de3480e2} <Debug> TCPHandler: Processed in 0.005009352 sec.
449 2025.03.20 17:03:57.672471 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
450 2025.03.20 17:03:57.672789 [ 3 ] {9b21c8fa-e6a7-4788-8f52-830c73b462fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
451 2025.03.20 17:03:57.672885 [ 3 ] {9b21c8fa-e6a7-4788-8f52-830c73b462fd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
452 2025.03.20 17:03:57.675126 [ 3 ] {9b21c8fa-e6a7-4788-8f52-830c73b462fd} <Debug> oximeter.measurements_histogramf32 (8594a9fa-acdb-4142-81e3-133f682f4d0f): Loading data parts
453 2025.03.20 17:03:57.675287 [ 3 ] {9b21c8fa-e6a7-4788-8f52-830c73b462fd} <Debug> oximeter.measurements_histogramf32 (8594a9fa-acdb-4142-81e3-133f682f4d0f): There are no data parts
454 2025.03.20 17:03:57.676564 [ 3 ] {9b21c8fa-e6a7-4788-8f52-830c73b462fd} <Debug> TCPHandler: Processed in 0.004153763 sec.
455 2025.03.20 17:03:57.676712 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
456 2025.03.20 17:03:57.676993 [ 3 ] {3fa38b6c-05df-4357-95af-a56a4902414c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
457 2025.03.20 17:03:57.677067 [ 3 ] {3fa38b6c-05df-4357-95af-a56a4902414c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
458 2025.03.20 17:03:57.678953 [ 3 ] {3fa38b6c-05df-4357-95af-a56a4902414c} <Debug> oximeter.measurements_histogramf64 (4011c893-9ab5-4c36-876b-ae50f3e6521f): Loading data parts
459 2025.03.20 17:03:57.679103 [ 3 ] {3fa38b6c-05df-4357-95af-a56a4902414c} <Debug> oximeter.measurements_histogramf64 (4011c893-9ab5-4c36-876b-ae50f3e6521f): There are no data parts
460 2025.03.20 17:03:57.680420 [ 3 ] {3fa38b6c-05df-4357-95af-a56a4902414c} <Debug> TCPHandler: Processed in 0.003758899 sec.
461 2025.03.20 17:03:57.680575 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
462 2025.03.20 17:03:57.680765 [ 3 ] {fb13450b-c10b-4c3e-81d1-bfc44ac3636a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) /* The field tables store named dimensions of each timeseries.
463 *
464 * As with the measurement tables, there is one field table for each field data
465 * type. Fields are deduplicated by using the "replacing merge tree", though
466 * this behavior **must not** be relied upon for query correctness.
467 *
468 * The index for the fields differs from the measurements, however. Rows are
469 * sorted by timeseries name, then field name, field value, and finally
470 * timeseries key. This reflects the most common pattern for looking them up:
471 * by field name and possibly value, within a timeseries. The resulting keys are
472 * usually then used to look up measurements.
473 *
474 * NOTE: We may want to consider a secondary index on these tables, sorting by
475 * timeseries name and then key, since it would improve lookups where one
476 * already has the key. Realistically though, these tables are quite small and
477 * so performance benefits will be low in absolute terms.
478 *
479 * TTL: We use a materialized column to expire old field table records. This
480 * column is generated automatically by the database whenever a new row is
481 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
482 * query. Since these tables are `ReplacingMergeTree`s, that means the last
483 * record will remain during a deduplication, which will have the last
484 * timestamp. ClickHouse will then expire old data for us, similar to the
485 * measurement tables.
486 */
487 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)
488 2025.03.20 17:03:57.680833 [ 3 ] {fb13450b-c10b-4c3e-81d1-bfc44ac3636a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
489 2025.03.20 17:03:57.682603 [ 3 ] {fb13450b-c10b-4c3e-81d1-bfc44ac3636a} <Debug> oximeter.fields_bool (8d8828bf-f15b-47ec-9da7-cb184cc5e2d8): Loading data parts
490 2025.03.20 17:03:57.682824 [ 3 ] {fb13450b-c10b-4c3e-81d1-bfc44ac3636a} <Debug> oximeter.fields_bool (8d8828bf-f15b-47ec-9da7-cb184cc5e2d8): There are no data parts
491 2025.03.20 17:03:57.684016 [ 3 ] {fb13450b-c10b-4c3e-81d1-bfc44ac3636a} <Debug> TCPHandler: Processed in 0.003491207 sec.
492 2025.03.20 17:03:57.684150 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
493 2025.03.20 17:03:57.684338 [ 3 ] {b3c5b04c-ca6a-4a94-95ba-7c03d0be9394} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
494 2025.03.20 17:03:57.684406 [ 3 ] {b3c5b04c-ca6a-4a94-95ba-7c03d0be9394} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
495 2025.03.20 17:03:57.686075 [ 3 ] {b3c5b04c-ca6a-4a94-95ba-7c03d0be9394} <Debug> oximeter.fields_i8 (9fe4b93f-e793-4f94-a3ae-1f465c0966cf): Loading data parts
496 2025.03.20 17:03:57.686267 [ 3 ] {b3c5b04c-ca6a-4a94-95ba-7c03d0be9394} <Debug> oximeter.fields_i8 (9fe4b93f-e793-4f94-a3ae-1f465c0966cf): There are no data parts
497 2025.03.20 17:03:57.687402 [ 3 ] {b3c5b04c-ca6a-4a94-95ba-7c03d0be9394} <Debug> TCPHandler: Processed in 0.003301725 sec.
498 2025.03.20 17:03:57.687538 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
499 2025.03.20 17:03:57.687749 [ 3 ] {d979befd-84fc-4d47-a96d-b4257437a79c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
500 2025.03.20 17:03:57.687814 [ 3 ] {d979befd-84fc-4d47-a96d-b4257437a79c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
501 2025.03.20 17:03:57.689493 [ 3 ] {d979befd-84fc-4d47-a96d-b4257437a79c} <Debug> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Loading data parts
502 2025.03.20 17:03:57.689647 [ 3 ] {d979befd-84fc-4d47-a96d-b4257437a79c} <Debug> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): There are no data parts
503 2025.03.20 17:03:57.690817 [ 3 ] {d979befd-84fc-4d47-a96d-b4257437a79c} <Debug> TCPHandler: Processed in 0.003329655 sec.
504 2025.03.20 17:03:57.690959 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
505 2025.03.20 17:03:57.691153 [ 3 ] {a576fcf6-8345-460a-84e6-f3a73bf30c29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
506 2025.03.20 17:03:57.691228 [ 3 ] {a576fcf6-8345-460a-84e6-f3a73bf30c29} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
507 2025.03.20 17:03:57.693141 [ 3 ] {a576fcf6-8345-460a-84e6-f3a73bf30c29} <Debug> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Loading data parts
508 2025.03.20 17:03:57.693316 [ 3 ] {a576fcf6-8345-460a-84e6-f3a73bf30c29} <Debug> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): There are no data parts
509 2025.03.20 17:03:57.694457 [ 3 ] {a576fcf6-8345-460a-84e6-f3a73bf30c29} <Debug> TCPHandler: Processed in 0.003551398 sec.
510 2025.03.20 17:03:57.694597 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
511 2025.03.20 17:03:57.694813 [ 3 ] {4e5a13bb-f556-421f-94dc-de4f76f1f417} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
512 2025.03.20 17:03:57.694879 [ 3 ] {4e5a13bb-f556-421f-94dc-de4f76f1f417} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
513 2025.03.20 17:03:57.696588 [ 3 ] {4e5a13bb-f556-421f-94dc-de4f76f1f417} <Debug> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Loading data parts
514 2025.03.20 17:03:57.696785 [ 3 ] {4e5a13bb-f556-421f-94dc-de4f76f1f417} <Debug> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): There are no data parts
515 2025.03.20 17:03:57.698008 [ 3 ] {4e5a13bb-f556-421f-94dc-de4f76f1f417} <Debug> TCPHandler: Processed in 0.003461446 sec.
516 2025.03.20 17:03:57.698134 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
517 2025.03.20 17:03:57.698318 [ 3 ] {df689d09-a4ed-4879-b84c-4d48c188a386} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
518 2025.03.20 17:03:57.698386 [ 3 ] {df689d09-a4ed-4879-b84c-4d48c188a386} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
519 2025.03.20 17:03:57.700115 [ 3 ] {df689d09-a4ed-4879-b84c-4d48c188a386} <Debug> oximeter.fields_i32 (62e9c9dc-8605-47fd-bf06-6a6b78313986): Loading data parts
520 2025.03.20 17:03:57.700310 [ 3 ] {df689d09-a4ed-4879-b84c-4d48c188a386} <Debug> oximeter.fields_i32 (62e9c9dc-8605-47fd-bf06-6a6b78313986): There are no data parts
521 2025.03.20 17:03:57.701504 [ 3 ] {df689d09-a4ed-4879-b84c-4d48c188a386} <Debug> TCPHandler: Processed in 0.003418875 sec.
522 2025.03.20 17:03:57.701640 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
523 2025.03.20 17:03:57.701844 [ 3 ] {d59ec13f-3e30-4929-9919-d9e7d223996c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
524 2025.03.20 17:03:57.701901 [ 3 ] {d59ec13f-3e30-4929-9919-d9e7d223996c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
525 2025.03.20 17:03:57.703534 [ 3 ] {d59ec13f-3e30-4929-9919-d9e7d223996c} <Debug> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Loading data parts
526 2025.03.20 17:03:57.703786 [ 3 ] {d59ec13f-3e30-4929-9919-d9e7d223996c} <Debug> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): There are no data parts
527 2025.03.20 17:03:57.704987 [ 3 ] {d59ec13f-3e30-4929-9919-d9e7d223996c} <Debug> TCPHandler: Processed in 0.003396735 sec.
528 2025.03.20 17:03:57.705156 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
529 2025.03.20 17:03:57.705355 [ 3 ] {b8da0401-c2ed-4a58-8018-195e71db01d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
530 2025.03.20 17:03:57.705425 [ 3 ] {b8da0401-c2ed-4a58-8018-195e71db01d7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
531 2025.03.20 17:03:57.707157 [ 3 ] {b8da0401-c2ed-4a58-8018-195e71db01d7} <Debug> oximeter.fields_i64 (4c0945fc-889d-461c-a671-4e8b2c0a8770): Loading data parts
532 2025.03.20 17:03:57.707312 [ 3 ] {b8da0401-c2ed-4a58-8018-195e71db01d7} <Debug> oximeter.fields_i64 (4c0945fc-889d-461c-a671-4e8b2c0a8770): There are no data parts
533 2025.03.20 17:03:57.708515 [ 3 ] {b8da0401-c2ed-4a58-8018-195e71db01d7} <Debug> TCPHandler: Processed in 0.003422635 sec.
534 2025.03.20 17:03:57.708635 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
535 2025.03.20 17:03:57.708846 [ 3 ] {dde7883a-f64d-41e5-9a29-87e14451d23b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
536 2025.03.20 17:03:57.708913 [ 3 ] {dde7883a-f64d-41e5-9a29-87e14451d23b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
537 2025.03.20 17:03:57.710560 [ 3 ] {dde7883a-f64d-41e5-9a29-87e14451d23b} <Debug> oximeter.fields_u64 (38a5ae25-9ace-4d54-9760-45c81dce1205): Loading data parts
538 2025.03.20 17:03:57.710757 [ 3 ] {dde7883a-f64d-41e5-9a29-87e14451d23b} <Debug> oximeter.fields_u64 (38a5ae25-9ace-4d54-9760-45c81dce1205): There are no data parts
539 2025.03.20 17:03:57.711966 [ 3 ] {dde7883a-f64d-41e5-9a29-87e14451d23b} <Debug> TCPHandler: Processed in 0.003382466 sec.
540 2025.03.20 17:03:57.712101 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
541 2025.03.20 17:03:57.712311 [ 3 ] {c73ff010-d2c2-4056-89bc-6012385fdac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
542 2025.03.20 17:03:57.712374 [ 3 ] {c73ff010-d2c2-4056-89bc-6012385fdac0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
543 2025.03.20 17:03:57.714222 [ 3 ] {c73ff010-d2c2-4056-89bc-6012385fdac0} <Debug> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Loading data parts
544 2025.03.20 17:03:57.714359 [ 3 ] {c73ff010-d2c2-4056-89bc-6012385fdac0} <Debug> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): There are no data parts
545 2025.03.20 17:03:57.715516 [ 3 ] {c73ff010-d2c2-4056-89bc-6012385fdac0} <Debug> TCPHandler: Processed in 0.003465456 sec.
546 2025.03.20 17:03:57.715659 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
547 2025.03.20 17:03:57.715858 [ 3 ] {222eb042-b0ec-4cd7-8ff2-79d822e435c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
548 2025.03.20 17:03:57.715915 [ 3 ] {222eb042-b0ec-4cd7-8ff2-79d822e435c8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
549 2025.03.20 17:03:57.717586 [ 3 ] {222eb042-b0ec-4cd7-8ff2-79d822e435c8} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Loading data parts
550 2025.03.20 17:03:57.717846 [ 3 ] {222eb042-b0ec-4cd7-8ff2-79d822e435c8} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): There are no data parts
551 2025.03.20 17:03:57.719139 [ 3 ] {222eb042-b0ec-4cd7-8ff2-79d822e435c8} <Debug> TCPHandler: Processed in 0.003532326 sec.
552 2025.03.20 17:03:57.719291 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
553 2025.03.20 17:03:57.719525 [ 3 ] {47cc7d0e-efc8-499d-b9c7-d8733616b183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
554 2025.03.20 17:03:57.719605 [ 3 ] {47cc7d0e-efc8-499d-b9c7-d8733616b183} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
555 2025.03.20 17:03:57.721383 [ 3 ] {47cc7d0e-efc8-499d-b9c7-d8733616b183} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Loading data parts
556 2025.03.20 17:03:57.721555 [ 3 ] {47cc7d0e-efc8-499d-b9c7-d8733616b183} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): There are no data parts
557 2025.03.20 17:03:57.722718 [ 3 ] {47cc7d0e-efc8-499d-b9c7-d8733616b183} <Debug> TCPHandler: Processed in 0.003489577 sec.
558 2025.03.20 17:03:57.722883 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
559 2025.03.20 17:03:57.723141 [ 3 ] {44e2c009-a8bc-48a3-8fe6-f50de8ce613b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) /* The timeseries schema table stores the extracted schema for the samples
560 * oximeter collects.
561 */
562 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)
563 2025.03.20 17:03:57.723220 [ 3 ] {44e2c009-a8bc-48a3-8fe6-f50de8ce613b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
564 2025.03.20 17:03:57.724882 [ 3 ] {44e2c009-a8bc-48a3-8fe6-f50de8ce613b} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728): Loading data parts
565 2025.03.20 17:03:57.725046 [ 3 ] {44e2c009-a8bc-48a3-8fe6-f50de8ce613b} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728): There are no data parts
566 2025.03.20 17:03:57.726356 [ 3 ] {44e2c009-a8bc-48a3-8fe6-f50de8ce613b} <Debug> TCPHandler: Processed in 0.003523857 sec.
567 2025.03.20 17:03:57.728581 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
568 2025.03.20 17:03:57.729074 [ 256 ] {fb6dcace-7d8d-4190-91c2-301404e84d6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
569 2025.03.20 17:03:57.730366 [ 256 ] {fb6dcace-7d8d-4190-91c2-301404e84d6a} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
570 2025.03.20 17:03:57.738496 [ 260 ] {fb6dcace-7d8d-4190-91c2-301404e84d6a} <Trace> oximeter.version (add8c8b8-c687-4bc7-b61e-1f7a89527b65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
571 2025.03.20 17:03:57.738558 [ 260 ] {fb6dcace-7d8d-4190-91c2-301404e84d6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.65 GiB.
572 2025.03.20 17:03:57.743081 [ 260 ] {fb6dcace-7d8d-4190-91c2-301404e84d6a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
573 2025.03.20 17:03:57.743468 [ 260 ] {fb6dcace-7d8d-4190-91c2-301404e84d6a} <Trace> oximeter.version (add8c8b8-c687-4bc7-b61e-1f7a89527b65): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
574 2025.03.20 17:03:57.743805 [ 256 ] {fb6dcace-7d8d-4190-91c2-301404e84d6a} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.014955 sec., 66.86726847208291 rows/sec., 1.04 KiB/sec.
575 2025.03.20 17:03:57.744102 [ 256 ] {fb6dcace-7d8d-4190-91c2-301404e84d6a} <Debug> TCPHandler: Processed in 0.015642213 sec.
576 2025.03.20 17:03:58.000197 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 124.49 MiB, peak 124.49 MiB, free memory in arenas 0.00 B, will set to 139.24 MiB (RSS), difference: 14.76 MiB
577 2025.03.20 17:03:59.211482 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44997
578 2025.03.20 17:03:59.212424 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
579 2025.03.20 17:03:59.212488 [ 261 ] {} <Debug> TCP-Session: b7f68633-f1df-4b11-9051-dc6f4bafe3c5 Authenticating user 'default' from [fd00:1122:3344:101::b]:44997
580 2025.03.20 17:03:59.212532 [ 261 ] {} <Debug> TCP-Session: b7f68633-f1df-4b11-9051-dc6f4bafe3c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
581 2025.03.20 17:03:59.212547 [ 261 ] {} <Debug> TCP-Session: b7f68633-f1df-4b11-9051-dc6f4bafe3c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
582 2025.03.20 17:03:59.212610 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
583 2025.03.20 17:03:59.212652 [ 261 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
584 2025.03.20 17:03:59.212683 [ 261 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
585 2025.03.20 17:03:59.215332 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37852
586 2025.03.20 17:03:59.215414 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39657
587 2025.03.20 17:03:59.215521 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
588 2025.03.20 17:03:59.215553 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35211
589 2025.03.20 17:03:59.215666 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
590 2025.03.20 17:03:59.215690 [ 262 ] {} <Debug> TCP-Session: 322823c8-c652-43de-964a-b2e718e98149 Authenticating user 'default' from [fd00:1122:3344:101::b]:37852
591 2025.03.20 17:03:59.215672 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41178
592 2025.03.20 17:03:59.215823 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54870
593 2025.03.20 17:03:59.215910 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
594 2025.03.20 17:03:59.215931 [ 263 ] {} <Debug> TCP-Session: a42b20c7-ce1d-4341-a12e-1e2a8ae5a961 Authenticating user 'default' from [fd00:1122:3344:101::b]:39657
595 2025.03.20 17:03:59.215931 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57542
596 2025.03.20 17:03:59.216049 [ 262 ] {} <Debug> TCP-Session: 322823c8-c652-43de-964a-b2e718e98149 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
597 2025.03.20 17:03:59.216022 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
598 2025.03.20 17:03:59.216109 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51415
599 2025.03.20 17:03:59.216219 [ 264 ] {} <Debug> TCP-Session: 37c05068-8cf7-4d12-9876-51691f53da1b Authenticating user 'default' from [fd00:1122:3344:101::b]:35211
600 2025.03.20 17:03:59.216329 [ 263 ] {} <Debug> TCP-Session: a42b20c7-ce1d-4341-a12e-1e2a8ae5a961 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
601 2025.03.20 17:03:59.216364 [ 262 ] {} <Debug> TCP-Session: 322823c8-c652-43de-964a-b2e718e98149 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
602 2025.03.20 17:03:59.216214 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
603 2025.03.20 17:03:59.216387 [ 265 ] {} <Debug> TCP-Session: 042eaa61-0956-484e-85b4-af957e3edc74 Authenticating user 'default' from [fd00:1122:3344:101::b]:41178
604 2025.03.20 17:03:59.216388 [ 264 ] {} <Debug> TCP-Session: 37c05068-8cf7-4d12-9876-51691f53da1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
605 2025.03.20 17:03:59.216443 [ 263 ] {} <Debug> TCP-Session: a42b20c7-ce1d-4341-a12e-1e2a8ae5a961 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
606 2025.03.20 17:03:59.216523 [ 264 ] {} <Debug> TCP-Session: 37c05068-8cf7-4d12-9876-51691f53da1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
607 2025.03.20 17:03:59.216553 [ 266 ] {} <Debug> TCP-Session: 63dae5be-bd26-4803-b302-60a7c040776d Authenticating user 'default' from [fd00:1122:3344:101::b]:54870
608 2025.03.20 17:03:59.216595 [ 265 ] {} <Debug> TCP-Session: 042eaa61-0956-484e-85b4-af957e3edc74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
609 2025.03.20 17:03:59.216666 [ 265 ] {} <Debug> TCP-Session: 042eaa61-0956-484e-85b4-af957e3edc74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
610 2025.03.20 17:03:59.216681 [ 266 ] {} <Debug> TCP-Session: 63dae5be-bd26-4803-b302-60a7c040776d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
611 2025.03.20 17:03:59.216767 [ 266 ] {} <Debug> TCP-Session: 63dae5be-bd26-4803-b302-60a7c040776d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
612 2025.03.20 17:03:59.218556 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
613 2025.03.20 17:03:59.218595 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
614 2025.03.20 17:03:59.218635 [ 267 ] {} <Debug> TCP-Session: 32b3058b-507e-4f9c-906b-cef36ea68125 Authenticating user 'default' from [fd00:1122:3344:101::b]:57542
615 2025.03.20 17:03:59.218683 [ 268 ] {} <Debug> TCP-Session: 18fecffe-027d-4408-ac6e-13073b9039cf Authenticating user 'default' from [fd00:1122:3344:101::b]:51415
616 2025.03.20 17:03:59.218691 [ 267 ] {} <Debug> TCP-Session: 32b3058b-507e-4f9c-906b-cef36ea68125 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
617 2025.03.20 17:03:59.218716 [ 268 ] {} <Debug> TCP-Session: 18fecffe-027d-4408-ac6e-13073b9039cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
618 2025.03.20 17:03:59.218757 [ 267 ] {} <Debug> TCP-Session: 32b3058b-507e-4f9c-906b-cef36ea68125 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
619 2025.03.20 17:03:59.218763 [ 268 ] {} <Debug> TCP-Session: 18fecffe-027d-4408-ac6e-13073b9039cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
620 2025.03.20 17:03:59.422938 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44324
621 2025.03.20 17:03:59.423385 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
622 2025.03.20 17:03:59.423421 [ 269 ] {} <Debug> TCP-Session: ec59ab5e-7a3f-4a8d-89c3-f0e02868812e Authenticating user 'default' from [fd00:1122:3344:101::a]:44324
623 2025.03.20 17:03:59.423498 [ 269 ] {} <Debug> TCP-Session: ec59ab5e-7a3f-4a8d-89c3-f0e02868812e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
624 2025.03.20 17:03:59.423513 [ 269 ] {} <Debug> TCP-Session: ec59ab5e-7a3f-4a8d-89c3-f0e02868812e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
625 2025.03.20 17:03:59.423588 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
626 2025.03.20 17:03:59.423648 [ 269 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
627 2025.03.20 17:03:59.423667 [ 269 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
628 2025.03.20 17:03:59.425813 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33276
629 2025.03.20 17:03:59.425887 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59196
630 2025.03.20 17:03:59.426038 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55944
631 2025.03.20 17:03:59.426046 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
632 2025.03.20 17:03:59.426279 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
633 2025.03.20 17:03:59.426293 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55563
634 2025.03.20 17:03:59.426305 [ 270 ] {} <Debug> TCP-Session: df13e2f3-6d4a-4278-bddb-1a61060c01b6 Authenticating user 'default' from [fd00:1122:3344:101::a]:33276
635 2025.03.20 17:03:59.426468 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37715
636 2025.03.20 17:03:59.426467 [ 271 ] {} <Debug> TCP-Session: 9aa8ad43-f9e5-4327-983e-33fc8cc74fad Authenticating user 'default' from [fd00:1122:3344:101::a]:59196
637 2025.03.20 17:03:59.426543 [ 270 ] {} <Debug> TCP-Session: df13e2f3-6d4a-4278-bddb-1a61060c01b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
638 2025.03.20 17:03:59.426587 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42038
639 2025.03.20 17:03:59.426625 [ 271 ] {} <Debug> TCP-Session: 9aa8ad43-f9e5-4327-983e-33fc8cc74fad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
640 2025.03.20 17:03:59.426947 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
641 2025.03.20 17:03:59.426980 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36779
642 2025.03.20 17:03:59.426994 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
643 2025.03.20 17:03:59.427007 [ 271 ] {} <Debug> TCP-Session: 9aa8ad43-f9e5-4327-983e-33fc8cc74fad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
644 2025.03.20 17:03:59.427056 [ 274 ] {} <Debug> TCP-Session: f76009c1-7347-4e87-aafa-46f51c22fff9 Authenticating user 'default' from [fd00:1122:3344:101::a]:37715
645 2025.03.20 17:03:59.426966 [ 270 ] {} <Debug> TCP-Session: df13e2f3-6d4a-4278-bddb-1a61060c01b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
646 2025.03.20 17:03:59.427513 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34490
647 2025.03.20 17:03:59.427535 [ 273 ] {} <Debug> TCP-Session: 270d3426-6dcf-48e0-8eaf-c31f4caa7498 Authenticating user 'default' from [fd00:1122:3344:101::a]:55563
648 2025.03.20 17:03:59.427726 [ 274 ] {} <Debug> TCP-Session: f76009c1-7347-4e87-aafa-46f51c22fff9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
649 2025.03.20 17:03:59.427768 [ 273 ] {} <Debug> TCP-Session: 270d3426-6dcf-48e0-8eaf-c31f4caa7498 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
650 2025.03.20 17:03:59.427784 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
651 2025.03.20 17:03:59.427815 [ 273 ] {} <Debug> TCP-Session: 270d3426-6dcf-48e0-8eaf-c31f4caa7498 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
652 2025.03.20 17:03:59.427801 [ 274 ] {} <Debug> TCP-Session: f76009c1-7347-4e87-aafa-46f51c22fff9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
653 2025.03.20 17:03:59.427894 [ 277 ] {} <Debug> TCP-Session: 931013a4-a802-448b-b869-f689146c75ee Authenticating user 'default' from [fd00:1122:3344:101::c]:34490
654 2025.03.20 17:03:59.427959 [ 277 ] {} <Debug> TCP-Session: 931013a4-a802-448b-b869-f689146c75ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
655 2025.03.20 17:03:59.427992 [ 277 ] {} <Debug> TCP-Session: 931013a4-a802-448b-b869-f689146c75ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
656 2025.03.20 17:03:59.428058 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
657 2025.03.20 17:03:59.428120 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
658 2025.03.20 17:03:59.428140 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
659 2025.03.20 17:03:59.428192 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
660 2025.03.20 17:03:59.428234 [ 272 ] {} <Debug> TCP-Session: 73d39292-cc5f-4bb1-b5d8-bd035951ae93 Authenticating user 'default' from [fd00:1122:3344:101::a]:55944
661 2025.03.20 17:03:59.428313 [ 272 ] {} <Debug> TCP-Session: 73d39292-cc5f-4bb1-b5d8-bd035951ae93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
662 2025.03.20 17:03:59.428329 [ 272 ] {} <Debug> TCP-Session: 73d39292-cc5f-4bb1-b5d8-bd035951ae93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
663 2025.03.20 17:03:59.430228 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53276
664 2025.03.20 17:03:59.430408 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50943
665 2025.03.20 17:03:59.430416 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
666 2025.03.20 17:03:59.430506 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50865
667 2025.03.20 17:03:59.430570 [ 278 ] {} <Debug> TCP-Session: 336d5c95-797f-45e0-a0b2-e1ba0a19338e Authenticating user 'default' from [fd00:1122:3344:101::c]:53276
668 2025.03.20 17:03:59.430663 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49584
669 2025.03.20 17:03:59.430674 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
670 2025.03.20 17:03:59.430793 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63015
671 2025.03.20 17:03:59.430840 [ 279 ] {} <Debug> TCP-Session: c1c2213a-fdfa-42e4-ab2c-fbed69c89739 Authenticating user 'default' from [fd00:1122:3344:101::c]:50943
672 2025.03.20 17:03:59.430857 [ 278 ] {} <Debug> TCP-Session: 336d5c95-797f-45e0-a0b2-e1ba0a19338e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
673 2025.03.20 17:03:59.431003 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49829
674 2025.03.20 17:03:59.431010 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45125
675 2025.03.20 17:03:59.431471 [ 278 ] {} <Debug> TCP-Session: 336d5c95-797f-45e0-a0b2-e1ba0a19338e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
676 2025.03.20 17:03:59.431826 [ 279 ] {} <Debug> TCP-Session: c1c2213a-fdfa-42e4-ab2c-fbed69c89739 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
677 2025.03.20 17:03:59.432009 [ 279 ] {} <Debug> TCP-Session: c1c2213a-fdfa-42e4-ab2c-fbed69c89739 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
678 2025.03.20 17:03:59.435053 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
679 2025.03.20 17:03:59.435133 [ 276 ] {} <Debug> TCP-Session: b51e30aa-a81e-4621-b0c8-667853165516 Authenticating user 'default' from [fd00:1122:3344:101::a]:36779
680 2025.03.20 17:03:59.435164 [ 276 ] {} <Debug> TCP-Session: b51e30aa-a81e-4621-b0c8-667853165516 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
681 2025.03.20 17:03:59.435185 [ 276 ] {} <Debug> TCP-Session: b51e30aa-a81e-4621-b0c8-667853165516 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
682 2025.03.20 17:03:59.437568 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
683 2025.03.20 17:03:59.437607 [ 275 ] {} <Debug> TCP-Session: 7e37c5da-e2f8-46a3-a6eb-46e814b39b07 Authenticating user 'default' from [fd00:1122:3344:101::a]:42038
684 2025.03.20 17:03:59.437626 [ 275 ] {} <Debug> TCP-Session: 7e37c5da-e2f8-46a3-a6eb-46e814b39b07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
685 2025.03.20 17:03:59.437693 [ 275 ] {} <Debug> TCP-Session: 7e37c5da-e2f8-46a3-a6eb-46e814b39b07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
686 2025.03.20 17:03:59.438866 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
687 2025.03.20 17:03:59.438905 [ 280 ] {} <Debug> TCP-Session: e0cae4dc-3b7b-4b5a-950a-0a56e50eb0c2 Authenticating user 'default' from [fd00:1122:3344:101::c]:50865
688 2025.03.20 17:03:59.438976 [ 280 ] {} <Debug> TCP-Session: e0cae4dc-3b7b-4b5a-950a-0a56e50eb0c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
689 2025.03.20 17:03:59.438991 [ 280 ] {} <Debug> TCP-Session: e0cae4dc-3b7b-4b5a-950a-0a56e50eb0c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
690 2025.03.20 17:03:59.443213 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
691 2025.03.20 17:03:59.443255 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
692 2025.03.20 17:03:59.443268 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
693 2025.03.20 17:03:59.443280 [ 284 ] {} <Debug> TCP-Session: 25d2a2d2-3c89-4a29-82cb-63122b5b6ee5 Authenticating user 'default' from [fd00:1122:3344:101::c]:49829
694 2025.03.20 17:03:59.443311 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
695 2025.03.20 17:03:59.443373 [ 283 ] {} <Debug> TCP-Session: cec65fe9-54af-46ab-b780-3cd22d18013a Authenticating user 'default' from [fd00:1122:3344:101::c]:45125
696 2025.03.20 17:03:59.443407 [ 281 ] {} <Debug> TCP-Session: 1b3a6b6f-3e72-41ba-aa02-658ee1c232d3 Authenticating user 'default' from [fd00:1122:3344:101::c]:49584
697 2025.03.20 17:03:59.443414 [ 282 ] {} <Debug> TCP-Session: 2d630b9f-9ac0-4666-a340-f6146216002e Authenticating user 'default' from [fd00:1122:3344:101::c]:63015
698 2025.03.20 17:03:59.443448 [ 284 ] {} <Debug> TCP-Session: 25d2a2d2-3c89-4a29-82cb-63122b5b6ee5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
699 2025.03.20 17:03:59.443484 [ 283 ] {} <Debug> TCP-Session: cec65fe9-54af-46ab-b780-3cd22d18013a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
700 2025.03.20 17:03:59.443489 [ 281 ] {} <Debug> TCP-Session: 1b3a6b6f-3e72-41ba-aa02-658ee1c232d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
701 2025.03.20 17:03:59.443531 [ 283 ] {} <Debug> TCP-Session: cec65fe9-54af-46ab-b780-3cd22d18013a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
702 2025.03.20 17:03:59.443526 [ 284 ] {} <Debug> TCP-Session: 25d2a2d2-3c89-4a29-82cb-63122b5b6ee5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
703 2025.03.20 17:03:59.443593 [ 281 ] {} <Debug> TCP-Session: 1b3a6b6f-3e72-41ba-aa02-658ee1c232d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
704 2025.03.20 17:03:59.443517 [ 282 ] {} <Debug> TCP-Session: 2d630b9f-9ac0-4666-a340-f6146216002e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
705 2025.03.20 17:03:59.443712 [ 282 ] {} <Debug> TCP-Session: 2d630b9f-9ac0-4666-a340-f6146216002e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
706 2025.03.20 17:04:00.000205 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 139.48 MiB, peak 139.48 MiB, free memory in arenas 0.00 B, will set to 140.85 MiB (RSS), difference: 1.36 MiB
707 2025.03.20 17:04:02.753942 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
708 2025.03.20 17:04:02.754164 [ 3 ] {47b8fade-74e9-47e4-ae6e-9455428a7c7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
709 2025.03.20 17:04:02.754702 [ 3 ] {47b8fade-74e9-47e4-ae6e-9455428a7c7b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
710 2025.03.20 17:04:02.754969 [ 3 ] {47b8fade-74e9-47e4-ae6e-9455428a7c7b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
711 2025.03.20 17:04:02.755824 [ 3 ] {47b8fade-74e9-47e4-ae6e-9455428a7c7b} <Debug> TCPHandler: Processed in 0.002073122 sec.
712 2025.03.20 17:04:02.760136 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
713 2025.03.20 17:04:02.760361 [ 3 ] {deee8022-568d-4133-a5cf-b4c31a9185e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete)
714 2025.03.20 17:04:02.762055 [ 3 ] {deee8022-568d-4133-a5cf-b4c31a9185e2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
715 2025.03.20 17:04:02.762203 [ 3 ] {deee8022-568d-4133-a5cf-b4c31a9185e2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
716 2025.03.20 17:04:02.762839 [ 3 ] {deee8022-568d-4133-a5cf-b4c31a9185e2} <Debug> TCPHandler: Processed in 0.002756919 sec.
717 2025.03.20 17:04:02.763119 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
718 2025.03.20 17:04:02.763363 [ 3 ] {d378ca49-b9e0-4720-8232-71b2699f48df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete)
719 2025.03.20 17:04:02.763714 [ 3 ] {d378ca49-b9e0-4720-8232-71b2699f48df} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
720 2025.03.20 17:04:02.763855 [ 3 ] {d378ca49-b9e0-4720-8232-71b2699f48df} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
721 2025.03.20 17:04:02.764354 [ 3 ] {d378ca49-b9e0-4720-8232-71b2699f48df} <Debug> TCPHandler: Processed in 0.001284804 sec.
722 2025.03.20 17:04:02.764577 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
723 2025.03.20 17:04:02.764801 [ 3 ] {bfd90204-500a-4dbe-9281-8e3ae6d63c3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
724 2025.03.20 17:04:02.765154 [ 3 ] {bfd90204-500a-4dbe-9281-8e3ae6d63c3f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
725 2025.03.20 17:04:02.765267 [ 3 ] {bfd90204-500a-4dbe-9281-8e3ae6d63c3f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
726 2025.03.20 17:04:02.765777 [ 3 ] {bfd90204-500a-4dbe-9281-8e3ae6d63c3f} <Debug> TCPHandler: Processed in 0.001251313 sec.
727 2025.03.20 17:04:02.766175 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
728 2025.03.20 17:04:02.766391 [ 3 ] {9153dcf7-89e5-46fb-800a-f259ac00f2a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
729 2025.03.20 17:04:02.766437 [ 3 ] {9153dcf7-89e5-46fb-800a-f259ac00f2a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
730 2025.03.20 17:04:02.767278 [ 3 ] {9153dcf7-89e5-46fb-800a-f259ac00f2a8} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728): Trying to reserve 1.00 MiB using storage policy from min volume index 0
731 2025.03.20 17:04:02.767324 [ 3 ] {9153dcf7-89e5-46fb-800a-f259ac00f2a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
732 2025.03.20 17:04:02.768257 [ 3 ] {9153dcf7-89e5-46fb-800a-f259ac00f2a8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
733 2025.03.20 17:04:02.768751 [ 3 ] {9153dcf7-89e5-46fb-800a-f259ac00f2a8} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728): 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.03.20 17:04:02.768978 [ 3 ] {9153dcf7-89e5-46fb-800a-f259ac00f2a8} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.002619 sec., 1527.3004963726614 rows/sec., 194.27 KiB/sec.
735 2025.03.20 17:04:02.769119 [ 3 ] {9153dcf7-89e5-46fb-800a-f259ac00f2a8} <Debug> TCPHandler: Processed in 0.002994791 sec.
736 2025.03.20 17:04:02.769248 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
737 2025.03.20 17:04:02.769348 [ 3 ] {adea4a8b-e391-4320-8fd8-edfd31b106b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
738 2025.03.20 17:04:02.769475 [ 3 ] {adea4a8b-e391-4320-8fd8-edfd31b106b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
739 2025.03.20 17:04:02.770662 [ 3 ] {adea4a8b-e391-4320-8fd8-edfd31b106b1} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
740 2025.03.20 17:04:02.770785 [ 3 ] {adea4a8b-e391-4320-8fd8-edfd31b106b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
741 2025.03.20 17:04:02.771361 [ 3 ] {adea4a8b-e391-4320-8fd8-edfd31b106b1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
742 2025.03.20 17:04:02.771821 [ 3 ] {adea4a8b-e391-4320-8fd8-edfd31b106b1} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
743 2025.03.20 17:04:02.772077 [ 3 ] {adea4a8b-e391-4320-8fd8-edfd31b106b1} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.002744 sec., 1457.725947521866 rows/sec., 122.78 KiB/sec.
744 2025.03.20 17:04:02.772130 [ 3 ] {adea4a8b-e391-4320-8fd8-edfd31b106b1} <Debug> TCPHandler: Processed in 0.002932941 sec.
745 2025.03.20 17:04:02.772235 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
746 2025.03.20 17:04:02.772397 [ 3 ] {00af9d0d-4a21-407b-a43b-c453188904c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
747 2025.03.20 17:04:02.772442 [ 3 ] {00af9d0d-4a21-407b-a43b-c453188904c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
748 2025.03.20 17:04:02.773505 [ 3 ] {00af9d0d-4a21-407b-a43b-c453188904c9} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
749 2025.03.20 17:04:02.773591 [ 3 ] {00af9d0d-4a21-407b-a43b-c453188904c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
750 2025.03.20 17:04:02.774658 [ 3 ] {00af9d0d-4a21-407b-a43b-c453188904c9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
751 2025.03.20 17:04:02.775215 [ 3 ] {00af9d0d-4a21-407b-a43b-c453188904c9} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
752 2025.03.20 17:04:02.775421 [ 3 ] {00af9d0d-4a21-407b-a43b-c453188904c9} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.003046 sec., 2626.3952724885094 rows/sec., 210.96 KiB/sec.
753 2025.03.20 17:04:02.775473 [ 3 ] {00af9d0d-4a21-407b-a43b-c453188904c9} <Debug> TCPHandler: Processed in 0.003288994 sec.
754 2025.03.20 17:04:02.775575 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
755 2025.03.20 17:04:02.775678 [ 3 ] {94b9a959-4f91-45ac-b3b8-3bc1b375bf28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
756 2025.03.20 17:04:02.776266 [ 3 ] {94b9a959-4f91-45ac-b3b8-3bc1b375bf28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
757 2025.03.20 17:04:02.777287 [ 3 ] {94b9a959-4f91-45ac-b3b8-3bc1b375bf28} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
758 2025.03.20 17:04:02.777322 [ 3 ] {94b9a959-4f91-45ac-b3b8-3bc1b375bf28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
759 2025.03.20 17:04:02.779833 [ 3 ] {94b9a959-4f91-45ac-b3b8-3bc1b375bf28} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
760 2025.03.20 17:04:02.780367 [ 3 ] {94b9a959-4f91-45ac-b3b8-3bc1b375bf28} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
761 2025.03.20 17:04:02.780640 [ 3 ] {94b9a959-4f91-45ac-b3b8-3bc1b375bf28} <Debug> executeQuery: Read 4 rows, 312.00 B in 0.004968 sec., 805.1529790660226 rows/sec., 61.33 KiB/sec.
762 2025.03.20 17:04:02.780718 [ 3 ] {94b9a959-4f91-45ac-b3b8-3bc1b375bf28} <Debug> TCPHandler: Processed in 0.005193744 sec.
763 2025.03.20 17:04:02.780844 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
764 2025.03.20 17:04:02.780949 [ 3 ] {85993225-9835-429b-9071-931bae181ff9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
765 2025.03.20 17:04:02.780995 [ 3 ] {85993225-9835-429b-9071-931bae181ff9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
766 2025.03.20 17:04:02.781410 [ 3 ] {85993225-9835-429b-9071-931bae181ff9} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
767 2025.03.20 17:04:02.781447 [ 3 ] {85993225-9835-429b-9071-931bae181ff9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
768 2025.03.20 17:04:02.781976 [ 3 ] {85993225-9835-429b-9071-931bae181ff9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
769 2025.03.20 17:04:02.782473 [ 3 ] {85993225-9835-429b-9071-931bae181ff9} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
770 2025.03.20 17:04:02.782668 [ 3 ] {85993225-9835-429b-9071-931bae181ff9} <Debug> executeQuery: Read 4 rows, 258.00 B in 0.001741 sec., 2297.5301550832855 rows/sec., 144.72 KiB/sec.
771 2025.03.20 17:04:02.782723 [ 3 ] {85993225-9835-429b-9071-931bae181ff9} <Debug> TCPHandler: Processed in 0.001930731 sec.
772 2025.03.20 17:04:03.000211 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 141.42 MiB, peak 141.42 MiB, free memory in arenas 0.00 B, will set to 142.99 MiB (RSS), difference: 1.57 MiB
773 2025.03.20 17:04:04.656506 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
774 2025.03.20 17:04:04.656556 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488
775 2025.03.20 17:04:04.656601 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
776 2025.03.20 17:04:04.656668 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
777 2025.03.20 17:04:04.667807 [ 244 ] {} <Debug> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Loading data parts
778 2025.03.20 17:04:04.668256 [ 244 ] {} <Debug> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): There are no data parts
779 2025.03.20 17:04:04.675274 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
780 2025.03.20 17:04:04.675342 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
781 2025.03.20 17:04:04.678136 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
782 2025.03.20 17:04:04.679248 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
783 2025.03.20 17:04:04.679931 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488
784 2025.03.20 17:04:04.682649 [ 243 ] {} <Debug> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Loading data parts
785 2025.03.20 17:04:04.682820 [ 243 ] {} <Debug> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): There are no data parts
786 2025.03.20 17:04:04.705196 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
787 2025.03.20 17:04:04.705237 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
788 2025.03.20 17:04:04.712370 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
789 2025.03.20 17:04:04.713679 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
790 2025.03.20 17:04:04.715993 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
791 2025.03.20 17:04:05.000186 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 147.86 MiB, peak 151.86 MiB, free memory in arenas 0.00 B, will set to 152.44 MiB (RSS), difference: 4.58 MiB
792 2025.03.20 17:04:07.156539 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 106 entries to flush up to offset 106
793 2025.03.20 17:04:07.156636 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
794 2025.03.20 17:04:07.164618 [ 242 ] {} <Debug> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Loading data parts
795 2025.03.20 17:04:07.164845 [ 242 ] {} <Debug> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): There are no data parts
796 2025.03.20 17:04:07.171135 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
797 2025.03.20 17:04:07.171173 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
798 2025.03.20 17:04:07.172864 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
799 2025.03.20 17:04:07.173362 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
800 2025.03.20 17:04:07.173809 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 106
801 2025.03.20 17:04:07.750747 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
802 2025.03.20 17:04:07.750951 [ 3 ] {e6b49b26-adc1-4db1-9035-0e21ed4acf67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
803 2025.03.20 17:04:07.751028 [ 3 ] {e6b49b26-adc1-4db1-9035-0e21ed4acf67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
804 2025.03.20 17:04:07.751759 [ 3 ] {e6b49b26-adc1-4db1-9035-0e21ed4acf67} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
805 2025.03.20 17:04:07.751811 [ 3 ] {e6b49b26-adc1-4db1-9035-0e21ed4acf67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
806 2025.03.20 17:04:07.752413 [ 3 ] {e6b49b26-adc1-4db1-9035-0e21ed4acf67} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
807 2025.03.20 17:04:07.753000 [ 3 ] {e6b49b26-adc1-4db1-9035-0e21ed4acf67} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
808 2025.03.20 17:04:07.753266 [ 3 ] {e6b49b26-adc1-4db1-9035-0e21ed4acf67} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.002367 sec., 1689.9028305872412 rows/sec., 142.34 KiB/sec.
809 2025.03.20 17:04:07.753336 [ 3 ] {e6b49b26-adc1-4db1-9035-0e21ed4acf67} <Debug> TCPHandler: Processed in 0.002732839 sec.
810 2025.03.20 17:04:07.753471 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
811 2025.03.20 17:04:07.753587 [ 3 ] {a1ad22ef-b682-449e-b9d8-6cf217342c5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
812 2025.03.20 17:04:07.753635 [ 3 ] {a1ad22ef-b682-449e-b9d8-6cf217342c5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
813 2025.03.20 17:04:07.754177 [ 3 ] {a1ad22ef-b682-449e-b9d8-6cf217342c5e} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
814 2025.03.20 17:04:07.754218 [ 3 ] {a1ad22ef-b682-449e-b9d8-6cf217342c5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
815 2025.03.20 17:04:07.754708 [ 3 ] {a1ad22ef-b682-449e-b9d8-6cf217342c5e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
816 2025.03.20 17:04:07.755148 [ 3 ] {a1ad22ef-b682-449e-b9d8-6cf217342c5e} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
817 2025.03.20 17:04:07.755396 [ 3 ] {a1ad22ef-b682-449e-b9d8-6cf217342c5e} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.001835 sec., 4359.673024523161 rows/sec., 350.18 KiB/sec.
818 2025.03.20 17:04:07.755460 [ 3 ] {a1ad22ef-b682-449e-b9d8-6cf217342c5e} <Debug> TCPHandler: Processed in 0.002043521 sec.
819 2025.03.20 17:04:07.755570 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
820 2025.03.20 17:04:07.755679 [ 3 ] {1953bfb0-66ae-4944-a085-00cee69cf3e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
821 2025.03.20 17:04:07.755729 [ 3 ] {1953bfb0-66ae-4944-a085-00cee69cf3e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
822 2025.03.20 17:04:07.756204 [ 3 ] {1953bfb0-66ae-4944-a085-00cee69cf3e9} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
823 2025.03.20 17:04:07.756243 [ 3 ] {1953bfb0-66ae-4944-a085-00cee69cf3e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
824 2025.03.20 17:04:07.756731 [ 3 ] {1953bfb0-66ae-4944-a085-00cee69cf3e9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
825 2025.03.20 17:04:07.757168 [ 3 ] {1953bfb0-66ae-4944-a085-00cee69cf3e9} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
826 2025.03.20 17:04:07.757452 [ 3 ] {1953bfb0-66ae-4944-a085-00cee69cf3e9} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.001778 sec., 5624.29696287964 rows/sec., 428.41 KiB/sec.
827 2025.03.20 17:04:07.757531 [ 3 ] {1953bfb0-66ae-4944-a085-00cee69cf3e9} <Debug> TCPHandler: Processed in 0.002019571 sec.
828 2025.03.20 17:04:07.757648 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
829 2025.03.20 17:04:07.757749 [ 3 ] {46dc598c-1ae3-46c4-9410-e3776fb09af9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
830 2025.03.20 17:04:07.757794 [ 3 ] {46dc598c-1ae3-46c4-9410-e3776fb09af9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
831 2025.03.20 17:04:07.758191 [ 3 ] {46dc598c-1ae3-46c4-9410-e3776fb09af9} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
832 2025.03.20 17:04:07.758229 [ 3 ] {46dc598c-1ae3-46c4-9410-e3776fb09af9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
833 2025.03.20 17:04:07.758773 [ 3 ] {46dc598c-1ae3-46c4-9410-e3776fb09af9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
834 2025.03.20 17:04:07.759262 [ 3 ] {46dc598c-1ae3-46c4-9410-e3776fb09af9} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
835 2025.03.20 17:04:07.759497 [ 3 ] {46dc598c-1ae3-46c4-9410-e3776fb09af9} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001744 sec., 5733.94495412844 rows/sec., 361.17 KiB/sec.
836 2025.03.20 17:04:07.759552 [ 3 ] {46dc598c-1ae3-46c4-9410-e3776fb09af9} <Debug> TCPHandler: Processed in 0.001943281 sec.
837 2025.03.20 17:04:08.000209 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 156.93 MiB, peak 156.93 MiB, free memory in arenas 0.00 B, will set to 152.76 MiB (RSS), difference: -4.17 MiB
838 2025.03.20 17:04:12.124123 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache
839 2025.03.20 17:04:12.124187 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache
840 2025.03.20 17:04:12.180303 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976
841 2025.03.20 17:04:12.181179 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
842 2025.03.20 17:04:12.181219 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
843 2025.03.20 17:04:12.181873 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
844 2025.03.20 17:04:12.182313 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
845 2025.03.20 17:04:12.182481 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
846 2025.03.20 17:04:12.216336 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
847 2025.03.20 17:04:12.237503 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
848 2025.03.20 17:04:12.237611 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
849 2025.03.20 17:04:12.244747 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
850 2025.03.20 17:04:12.245913 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
851 2025.03.20 17:04:12.248502 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
852 2025.03.20 17:04:12.750607 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
853 2025.03.20 17:04:12.750811 [ 3 ] {e12e7622-d68b-45b2-8494-338d836b2735} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
854 2025.03.20 17:04:12.750888 [ 3 ] {e12e7622-d68b-45b2-8494-338d836b2735} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
855 2025.03.20 17:04:12.751654 [ 3 ] {e12e7622-d68b-45b2-8494-338d836b2735} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
856 2025.03.20 17:04:12.751701 [ 3 ] {e12e7622-d68b-45b2-8494-338d836b2735} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
857 2025.03.20 17:04:12.752257 [ 3 ] {e12e7622-d68b-45b2-8494-338d836b2735} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
858 2025.03.20 17:04:12.752726 [ 3 ] {e12e7622-d68b-45b2-8494-338d836b2735} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
859 2025.03.20 17:04:12.753008 [ 3 ] {e12e7622-d68b-45b2-8494-338d836b2735} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.002244 sec., 1782.5311942959001 rows/sec., 150.14 KiB/sec.
860 2025.03.20 17:04:12.753132 [ 3 ] {e12e7622-d68b-45b2-8494-338d836b2735} <Debug> TCPHandler: Processed in 0.002656828 sec.
861 2025.03.20 17:04:12.753262 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
862 2025.03.20 17:04:12.753374 [ 3 ] {5b1efec6-4488-4b18-b436-88a13958de02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
863 2025.03.20 17:04:12.753421 [ 3 ] {5b1efec6-4488-4b18-b436-88a13958de02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
864 2025.03.20 17:04:12.753962 [ 3 ] {5b1efec6-4488-4b18-b436-88a13958de02} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
865 2025.03.20 17:04:12.754002 [ 3 ] {5b1efec6-4488-4b18-b436-88a13958de02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
866 2025.03.20 17:04:12.754464 [ 3 ] {5b1efec6-4488-4b18-b436-88a13958de02} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
867 2025.03.20 17:04:12.754991 [ 3 ] {5b1efec6-4488-4b18-b436-88a13958de02} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
868 2025.03.20 17:04:12.755218 [ 3 ] {5b1efec6-4488-4b18-b436-88a13958de02} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.001866 sec., 4287.245444801715 rows/sec., 344.36 KiB/sec.
869 2025.03.20 17:04:12.755274 [ 3 ] {5b1efec6-4488-4b18-b436-88a13958de02} <Debug> TCPHandler: Processed in 0.002068561 sec.
870 2025.03.20 17:04:12.755398 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
871 2025.03.20 17:04:12.755504 [ 3 ] {320dda9b-3490-493e-8127-e63deac0c86b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
872 2025.03.20 17:04:12.755554 [ 3 ] {320dda9b-3490-493e-8127-e63deac0c86b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
873 2025.03.20 17:04:12.756018 [ 3 ] {320dda9b-3490-493e-8127-e63deac0c86b} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
874 2025.03.20 17:04:12.756055 [ 3 ] {320dda9b-3490-493e-8127-e63deac0c86b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
875 2025.03.20 17:04:12.756517 [ 3 ] {320dda9b-3490-493e-8127-e63deac0c86b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
876 2025.03.20 17:04:12.756945 [ 3 ] {320dda9b-3490-493e-8127-e63deac0c86b} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
877 2025.03.20 17:04:12.757161 [ 3 ] {320dda9b-3490-493e-8127-e63deac0c86b} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.001679 sec., 5955.926146515783 rows/sec., 453.67 KiB/sec.
878 2025.03.20 17:04:12.757213 [ 3 ] {320dda9b-3490-493e-8127-e63deac0c86b} <Debug> TCPHandler: Processed in 0.001867059 sec.
879 2025.03.20 17:04:12.757343 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
880 2025.03.20 17:04:12.757446 [ 3 ] {2992a44c-e1fa-400f-911a-93537c716759} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
881 2025.03.20 17:04:12.757492 [ 3 ] {2992a44c-e1fa-400f-911a-93537c716759} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
882 2025.03.20 17:04:12.757900 [ 3 ] {2992a44c-e1fa-400f-911a-93537c716759} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
883 2025.03.20 17:04:12.757938 [ 3 ] {2992a44c-e1fa-400f-911a-93537c716759} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
884 2025.03.20 17:04:12.758396 [ 3 ] {2992a44c-e1fa-400f-911a-93537c716759} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
885 2025.03.20 17:04:12.758838 [ 3 ] {2992a44c-e1fa-400f-911a-93537c716759} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
886 2025.03.20 17:04:12.759043 [ 3 ] {2992a44c-e1fa-400f-911a-93537c716759} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001618 sec., 6180.469715698393 rows/sec., 389.30 KiB/sec.
887 2025.03.20 17:04:12.759092 [ 3 ] {2992a44c-e1fa-400f-911a-93537c716759} <Debug> TCPHandler: Processed in 0.001800989 sec.
888 2025.03.20 17:04:17.174613 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 122
889 2025.03.20 17:04:17.178268 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
890 2025.03.20 17:04:17.178331 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
891 2025.03.20 17:04:17.179957 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
892 2025.03.20 17:04:17.180485 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
893 2025.03.20 17:04:17.181148 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 122
894 2025.03.20 17:04:17.750682 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
895 2025.03.20 17:04:17.750940 [ 3 ] {88ae92e3-a41b-49b8-8b4e-878bb676ca9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
896 2025.03.20 17:04:17.751382 [ 3 ] {88ae92e3-a41b-49b8-8b4e-878bb676ca9a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
897 2025.03.20 17:04:17.751449 [ 3 ] {88ae92e3-a41b-49b8-8b4e-878bb676ca9a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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')" moved to PREWHERE
898 2025.03.20 17:04:17.751695 [ 3 ] {88ae92e3-a41b-49b8-8b4e-878bb676ca9a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
899 2025.03.20 17:04:17.751882 [ 3 ] {88ae92e3-a41b-49b8-8b4e-878bb676ca9a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
900 2025.03.20 17:04:17.752190 [ 3 ] {88ae92e3-a41b-49b8-8b4e-878bb676ca9a} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Key condition: (column 0 notIn 4-element set)
901 2025.03.20 17:04:17.755476 [ 3 ] {88ae92e3-a41b-49b8-8b4e-878bb676ca9a} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
902 2025.03.20 17:04:17.755543 [ 3 ] {88ae92e3-a41b-49b8-8b4e-878bb676ca9a} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
903 2025.03.20 17:04:17.755567 [ 3 ] {88ae92e3-a41b-49b8-8b4e-878bb676ca9a} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Spreading mark ranges among streams (default reading)
904 2025.03.20 17:04:17.755701 [ 3 ] {88ae92e3-a41b-49b8-8b4e-878bb676ca9a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
905 2025.03.20 17:04:17.755732 [ 3 ] {88ae92e3-a41b-49b8-8b4e-878bb676ca9a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
906 2025.03.20 17:04:17.757742 [ 3 ] {88ae92e3-a41b-49b8-8b4e-878bb676ca9a} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.006903 sec., 579.4582065768507 rows/sec., 23.91 KiB/sec.
907 2025.03.20 17:04:17.757865 [ 3 ] {88ae92e3-a41b-49b8-8b4e-878bb676ca9a} <Debug> TCPHandler: Processed in 0.007320026 sec.
908 2025.03.20 17:04:17.758165 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
909 2025.03.20 17:04:17.758312 [ 3 ] {bd0c1a6d-d376-4727-bb95-84ef9c1a8eb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
910 2025.03.20 17:04:17.758547 [ 3 ] {bd0c1a6d-d376-4727-bb95-84ef9c1a8eb1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
911 2025.03.20 17:04:17.758580 [ 3 ] {bd0c1a6d-d376-4727-bb95-84ef9c1a8eb1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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')" moved to PREWHERE
912 2025.03.20 17:04:17.758782 [ 3 ] {bd0c1a6d-d376-4727-bb95-84ef9c1a8eb1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
913 2025.03.20 17:04:17.758847 [ 3 ] {bd0c1a6d-d376-4727-bb95-84ef9c1a8eb1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
914 2025.03.20 17:04:17.758989 [ 3 ] {bd0c1a6d-d376-4727-bb95-84ef9c1a8eb1} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Key condition: (column 0 notIn 5-element set)
915 2025.03.20 17:04:17.759021 [ 3 ] {bd0c1a6d-d376-4727-bb95-84ef9c1a8eb1} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
916 2025.03.20 17:04:17.759044 [ 3 ] {bd0c1a6d-d376-4727-bb95-84ef9c1a8eb1} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
917 2025.03.20 17:04:17.759061 [ 3 ] {bd0c1a6d-d376-4727-bb95-84ef9c1a8eb1} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Spreading mark ranges among streams (default reading)
918 2025.03.20 17:04:17.759103 [ 3 ] {bd0c1a6d-d376-4727-bb95-84ef9c1a8eb1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))"
919 2025.03.20 17:04:17.759125 [ 3 ] {bd0c1a6d-d376-4727-bb95-84ef9c1a8eb1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
920 2025.03.20 17:04:17.759707 [ 3 ] {bd0c1a6d-d376-4727-bb95-84ef9c1a8eb1} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001455 sec., 2749.1408934707906 rows/sec., 113.43 KiB/sec.
921 2025.03.20 17:04:17.759816 [ 3 ] {bd0c1a6d-d376-4727-bb95-84ef9c1a8eb1} <Debug> TCPHandler: Processed in 0.001705048 sec.
922 2025.03.20 17:04:17.760036 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
923 2025.03.20 17:04:17.760175 [ 3 ] {1ff434fd-f873-46a9-944b-6dc6a456ab7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
924 2025.03.20 17:04:17.760402 [ 3 ] {1ff434fd-f873-46a9-944b-6dc6a456ab7c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
925 2025.03.20 17:04:17.760434 [ 3 ] {1ff434fd-f873-46a9-944b-6dc6a456ab7c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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')" moved to PREWHERE
926 2025.03.20 17:04:17.760634 [ 3 ] {1ff434fd-f873-46a9-944b-6dc6a456ab7c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
927 2025.03.20 17:04:17.760697 [ 3 ] {1ff434fd-f873-46a9-944b-6dc6a456ab7c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
928 2025.03.20 17:04:17.760835 [ 3 ] {1ff434fd-f873-46a9-944b-6dc6a456ab7c} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Key condition: (column 0 notIn 6-element set)
929 2025.03.20 17:04:17.760866 [ 3 ] {1ff434fd-f873-46a9-944b-6dc6a456ab7c} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
930 2025.03.20 17:04:17.760887 [ 3 ] {1ff434fd-f873-46a9-944b-6dc6a456ab7c} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
931 2025.03.20 17:04:17.760902 [ 3 ] {1ff434fd-f873-46a9-944b-6dc6a456ab7c} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Spreading mark ranges among streams (default reading)
932 2025.03.20 17:04:17.760940 [ 3 ] {1ff434fd-f873-46a9-944b-6dc6a456ab7c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))"
933 2025.03.20 17:04:17.760960 [ 3 ] {1ff434fd-f873-46a9-944b-6dc6a456ab7c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
934 2025.03.20 17:04:17.761460 [ 3 ] {1ff434fd-f873-46a9-944b-6dc6a456ab7c} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001382 sec., 2894.356005788712 rows/sec., 119.42 KiB/sec.
935 2025.03.20 17:04:17.761563 [ 3 ] {1ff434fd-f873-46a9-944b-6dc6a456ab7c} <Debug> TCPHandler: Processed in 0.001628347 sec.
936 2025.03.20 17:04:17.761831 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
937 2025.03.20 17:04:17.761968 [ 3 ] {400c1040-c1ac-48af-8096-790a8faed40b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
938 2025.03.20 17:04:17.762195 [ 3 ] {400c1040-c1ac-48af-8096-790a8faed40b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
939 2025.03.20 17:04:17.762228 [ 3 ] {400c1040-c1ac-48af-8096-790a8faed40b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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')" moved to PREWHERE
940 2025.03.20 17:04:17.762430 [ 3 ] {400c1040-c1ac-48af-8096-790a8faed40b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
941 2025.03.20 17:04:17.762493 [ 3 ] {400c1040-c1ac-48af-8096-790a8faed40b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
942 2025.03.20 17:04:17.762630 [ 3 ] {400c1040-c1ac-48af-8096-790a8faed40b} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Key condition: (column 0 notIn 7-element set)
943 2025.03.20 17:04:17.762662 [ 3 ] {400c1040-c1ac-48af-8096-790a8faed40b} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
944 2025.03.20 17:04:17.762685 [ 3 ] {400c1040-c1ac-48af-8096-790a8faed40b} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
945 2025.03.20 17:04:17.762702 [ 3 ] {400c1040-c1ac-48af-8096-790a8faed40b} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Spreading mark ranges among streams (default reading)
946 2025.03.20 17:04:17.762743 [ 3 ] {400c1040-c1ac-48af-8096-790a8faed40b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))"
947 2025.03.20 17:04:17.762765 [ 3 ] {400c1040-c1ac-48af-8096-790a8faed40b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
948 2025.03.20 17:04:17.763283 [ 3 ] {400c1040-c1ac-48af-8096-790a8faed40b} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001369 sec., 2921.8407596785974 rows/sec., 120.55 KiB/sec.
949 2025.03.20 17:04:17.763393 [ 3 ] {400c1040-c1ac-48af-8096-790a8faed40b} <Debug> TCPHandler: Processed in 0.001613377 sec.
950 2025.03.20 17:04:17.763588 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
951 2025.03.20 17:04:17.763726 [ 3 ] {f6edb17d-f28f-439b-b840-f06f1463bf0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
952 2025.03.20 17:04:17.763956 [ 3 ] {f6edb17d-f28f-439b-b840-f06f1463bf0c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
953 2025.03.20 17:04:17.763989 [ 3 ] {f6edb17d-f28f-439b-b840-f06f1463bf0c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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')" moved to PREWHERE
954 2025.03.20 17:04:17.764192 [ 3 ] {f6edb17d-f28f-439b-b840-f06f1463bf0c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
955 2025.03.20 17:04:17.764254 [ 3 ] {f6edb17d-f28f-439b-b840-f06f1463bf0c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
956 2025.03.20 17:04:17.764391 [ 3 ] {f6edb17d-f28f-439b-b840-f06f1463bf0c} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Key condition: (column 0 notIn 8-element set)
957 2025.03.20 17:04:17.764423 [ 3 ] {f6edb17d-f28f-439b-b840-f06f1463bf0c} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
958 2025.03.20 17:04:17.764446 [ 3 ] {f6edb17d-f28f-439b-b840-f06f1463bf0c} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
959 2025.03.20 17:04:17.764462 [ 3 ] {f6edb17d-f28f-439b-b840-f06f1463bf0c} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Spreading mark ranges among streams (default reading)
960 2025.03.20 17:04:17.764503 [ 3 ] {f6edb17d-f28f-439b-b840-f06f1463bf0c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))"
961 2025.03.20 17:04:17.764525 [ 3 ] {f6edb17d-f28f-439b-b840-f06f1463bf0c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
962 2025.03.20 17:04:17.765037 [ 3 ] {f6edb17d-f28f-439b-b840-f06f1463bf0c} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001365 sec., 2930.4029304029305 rows/sec., 120.91 KiB/sec.
963 2025.03.20 17:04:17.765143 [ 3 ] {f6edb17d-f28f-439b-b840-f06f1463bf0c} <Debug> TCPHandler: Processed in 0.001606277 sec.
964 2025.03.20 17:04:17.765355 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
965 2025.03.20 17:04:17.765496 [ 3 ] {fa81dc4e-a2e9-4c36-bc57-85725f85ac92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
966 2025.03.20 17:04:17.765728 [ 3 ] {fa81dc4e-a2e9-4c36-bc57-85725f85ac92} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
967 2025.03.20 17:04:17.765762 [ 3 ] {fa81dc4e-a2e9-4c36-bc57-85725f85ac92} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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')" moved to PREWHERE
968 2025.03.20 17:04:17.765970 [ 3 ] {fa81dc4e-a2e9-4c36-bc57-85725f85ac92} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
969 2025.03.20 17:04:17.766033 [ 3 ] {fa81dc4e-a2e9-4c36-bc57-85725f85ac92} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
970 2025.03.20 17:04:17.766170 [ 3 ] {fa81dc4e-a2e9-4c36-bc57-85725f85ac92} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Key condition: (column 0 notIn 9-element set)
971 2025.03.20 17:04:17.766202 [ 3 ] {fa81dc4e-a2e9-4c36-bc57-85725f85ac92} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
972 2025.03.20 17:04:17.766225 [ 3 ] {fa81dc4e-a2e9-4c36-bc57-85725f85ac92} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
973 2025.03.20 17:04:17.766241 [ 3 ] {fa81dc4e-a2e9-4c36-bc57-85725f85ac92} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Spreading mark ranges among streams (default reading)
974 2025.03.20 17:04:17.766282 [ 3 ] {fa81dc4e-a2e9-4c36-bc57-85725f85ac92} <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_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'))"
975 2025.03.20 17:04:17.766304 [ 3 ] {fa81dc4e-a2e9-4c36-bc57-85725f85ac92} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
976 2025.03.20 17:04:17.766849 [ 3 ] {fa81dc4e-a2e9-4c36-bc57-85725f85ac92} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001411 sec., 2834.8688873139617 rows/sec., 116.97 KiB/sec.
977 2025.03.20 17:04:17.766957 [ 3 ] {fa81dc4e-a2e9-4c36-bc57-85725f85ac92} <Debug> TCPHandler: Processed in 0.001654147 sec.
978 2025.03.20 17:04:17.767164 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
979 2025.03.20 17:04:17.767307 [ 3 ] {a218b598-3a2a-4422-8568-511b13e7b6cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
980 2025.03.20 17:04:17.767540 [ 3 ] {a218b598-3a2a-4422-8568-511b13e7b6cb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
981 2025.03.20 17:04:17.767573 [ 3 ] {a218b598-3a2a-4422-8568-511b13e7b6cb} <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: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')" moved to PREWHERE
982 2025.03.20 17:04:17.767788 [ 3 ] {a218b598-3a2a-4422-8568-511b13e7b6cb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
983 2025.03.20 17:04:17.767852 [ 3 ] {a218b598-3a2a-4422-8568-511b13e7b6cb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
984 2025.03.20 17:04:17.767986 [ 3 ] {a218b598-3a2a-4422-8568-511b13e7b6cb} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Key condition: (column 0 notIn 10-element set)
985 2025.03.20 17:04:17.768018 [ 3 ] {a218b598-3a2a-4422-8568-511b13e7b6cb} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
986 2025.03.20 17:04:17.768041 [ 3 ] {a218b598-3a2a-4422-8568-511b13e7b6cb} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
987 2025.03.20 17:04:17.768058 [ 3 ] {a218b598-3a2a-4422-8568-511b13e7b6cb} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Spreading mark ranges among streams (default reading)
988 2025.03.20 17:04:17.768099 [ 3 ] {a218b598-3a2a-4422-8568-511b13e7b6cb} <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: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'))"
989 2025.03.20 17:04:17.768121 [ 3 ] {a218b598-3a2a-4422-8568-511b13e7b6cb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
990 2025.03.20 17:04:17.768657 [ 3 ] {a218b598-3a2a-4422-8568-511b13e7b6cb} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001407 sec., 2842.9282160625444 rows/sec., 117.30 KiB/sec.
991 2025.03.20 17:04:17.768764 [ 3 ] {a218b598-3a2a-4422-8568-511b13e7b6cb} <Debug> TCPHandler: Processed in 0.001651497 sec.
992 2025.03.20 17:04:17.768967 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
993 2025.03.20 17:04:17.769110 [ 3 ] {0994aee7-24cc-4546-9b06-80407c4ca2f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
994 2025.03.20 17:04:17.769343 [ 3 ] {0994aee7-24cc-4546-9b06-80407c4ca2f0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
995 2025.03.20 17:04:17.769377 [ 3 ] {0994aee7-24cc-4546-9b06-80407c4ca2f0} <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: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')" moved to PREWHERE
996 2025.03.20 17:04:17.769594 [ 3 ] {0994aee7-24cc-4546-9b06-80407c4ca2f0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
997 2025.03.20 17:04:17.769657 [ 3 ] {0994aee7-24cc-4546-9b06-80407c4ca2f0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
998 2025.03.20 17:04:17.769792 [ 3 ] {0994aee7-24cc-4546-9b06-80407c4ca2f0} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Key condition: (column 0 notIn 11-element set)
999 2025.03.20 17:04:17.769823 [ 3 ] {0994aee7-24cc-4546-9b06-80407c4ca2f0} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1000 2025.03.20 17:04:17.769845 [ 3 ] {0994aee7-24cc-4546-9b06-80407c4ca2f0} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1001 2025.03.20 17:04:17.769861 [ 3 ] {0994aee7-24cc-4546-9b06-80407c4ca2f0} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Spreading mark ranges among streams (default reading)
1002 2025.03.20 17:04:17.769903 [ 3 ] {0994aee7-24cc-4546-9b06-80407c4ca2f0} <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: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'))"
1003 2025.03.20 17:04:17.769925 [ 3 ] {0994aee7-24cc-4546-9b06-80407c4ca2f0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1004 2025.03.20 17:04:17.770435 [ 3 ] {0994aee7-24cc-4546-9b06-80407c4ca2f0} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001383 sec., 2892.2631959508317 rows/sec., 119.33 KiB/sec.
1005 2025.03.20 17:04:17.770541 [ 3 ] {0994aee7-24cc-4546-9b06-80407c4ca2f0} <Debug> TCPHandler: Processed in 0.001625237 sec.
1006 2025.03.20 17:04:17.770786 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1007 2025.03.20 17:04:17.770929 [ 3 ] {f623445b-97c6-4f6f-9312-6020e13e13d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
1008 2025.03.20 17:04:17.771167 [ 3 ] {f623445b-97c6-4f6f-9312-6020e13e13d9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1009 2025.03.20 17:04:17.771202 [ 3 ] {f623445b-97c6-4f6f-9312-6020e13e13d9} <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: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')" moved to PREWHERE
1010 2025.03.20 17:04:17.771423 [ 3 ] {f623445b-97c6-4f6f-9312-6020e13e13d9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1011 2025.03.20 17:04:17.771486 [ 3 ] {f623445b-97c6-4f6f-9312-6020e13e13d9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1012 2025.03.20 17:04:17.771622 [ 3 ] {f623445b-97c6-4f6f-9312-6020e13e13d9} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Key condition: (column 0 notIn 12-element set)
1013 2025.03.20 17:04:17.771654 [ 3 ] {f623445b-97c6-4f6f-9312-6020e13e13d9} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1014 2025.03.20 17:04:17.771676 [ 3 ] {f623445b-97c6-4f6f-9312-6020e13e13d9} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1015 2025.03.20 17:04:17.771692 [ 3 ] {f623445b-97c6-4f6f-9312-6020e13e13d9} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Spreading mark ranges among streams (default reading)
1016 2025.03.20 17:04:17.771734 [ 3 ] {f623445b-97c6-4f6f-9312-6020e13e13d9} <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: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'))"
1017 2025.03.20 17:04:17.771755 [ 3 ] {f623445b-97c6-4f6f-9312-6020e13e13d9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1018 2025.03.20 17:04:17.772272 [ 3 ] {f623445b-97c6-4f6f-9312-6020e13e13d9} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001402 sec., 2853.0670470756063 rows/sec., 117.72 KiB/sec.
1019 2025.03.20 17:04:17.772379 [ 3 ] {f623445b-97c6-4f6f-9312-6020e13e13d9} <Debug> TCPHandler: Processed in 0.001645417 sec.
1020 2025.03.20 17:04:17.772589 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1021 2025.03.20 17:04:17.772732 [ 3 ] {76258536-ff68-45c9-8a27-c1e8e3ec30ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
1022 2025.03.20 17:04:17.772974 [ 3 ] {76258536-ff68-45c9-8a27-c1e8e3ec30ab} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1023 2025.03.20 17:04:17.773009 [ 3 ] {76258536-ff68-45c9-8a27-c1e8e3ec30ab} <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: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')" moved to PREWHERE
1024 2025.03.20 17:04:17.773240 [ 3 ] {76258536-ff68-45c9-8a27-c1e8e3ec30ab} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1025 2025.03.20 17:04:17.773302 [ 3 ] {76258536-ff68-45c9-8a27-c1e8e3ec30ab} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1026 2025.03.20 17:04:17.773437 [ 3 ] {76258536-ff68-45c9-8a27-c1e8e3ec30ab} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Key condition: (column 0 notIn 13-element set)
1027 2025.03.20 17:04:17.773470 [ 3 ] {76258536-ff68-45c9-8a27-c1e8e3ec30ab} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1028 2025.03.20 17:04:17.773492 [ 3 ] {76258536-ff68-45c9-8a27-c1e8e3ec30ab} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1029 2025.03.20 17:04:17.773509 [ 3 ] {76258536-ff68-45c9-8a27-c1e8e3ec30ab} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Spreading mark ranges among streams (default reading)
1030 2025.03.20 17:04:17.773552 [ 3 ] {76258536-ff68-45c9-8a27-c1e8e3ec30ab} <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: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'))"
1031 2025.03.20 17:04:17.773575 [ 3 ] {76258536-ff68-45c9-8a27-c1e8e3ec30ab} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1032 2025.03.20 17:04:17.774110 [ 3 ] {76258536-ff68-45c9-8a27-c1e8e3ec30ab} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001437 sec., 2783.5768963117607 rows/sec., 114.85 KiB/sec.
1033 2025.03.20 17:04:17.774219 [ 3 ] {76258536-ff68-45c9-8a27-c1e8e3ec30ab} <Debug> TCPHandler: Processed in 0.001682148 sec.
1034 2025.03.20 17:04:17.774444 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1035 2025.03.20 17:04:17.774589 [ 3 ] {c262c05a-38e9-4278-b4e7-151478da100e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
1036 2025.03.20 17:04:17.774839 [ 3 ] {c262c05a-38e9-4278-b4e7-151478da100e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1037 2025.03.20 17:04:17.774876 [ 3 ] {c262c05a-38e9-4278-b4e7-151478da100e} <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: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')" moved to PREWHERE
1038 2025.03.20 17:04:17.775112 [ 3 ] {c262c05a-38e9-4278-b4e7-151478da100e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1039 2025.03.20 17:04:17.775176 [ 3 ] {c262c05a-38e9-4278-b4e7-151478da100e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1040 2025.03.20 17:04:17.775312 [ 3 ] {c262c05a-38e9-4278-b4e7-151478da100e} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Key condition: (column 0 notIn 14-element set)
1041 2025.03.20 17:04:17.775344 [ 3 ] {c262c05a-38e9-4278-b4e7-151478da100e} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1042 2025.03.20 17:04:17.775374 [ 3 ] {c262c05a-38e9-4278-b4e7-151478da100e} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1043 2025.03.20 17:04:17.775392 [ 3 ] {c262c05a-38e9-4278-b4e7-151478da100e} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Spreading mark ranges among streams (default reading)
1044 2025.03.20 17:04:17.775437 [ 3 ] {c262c05a-38e9-4278-b4e7-151478da100e} <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: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'))"
1045 2025.03.20 17:04:17.775460 [ 3 ] {c262c05a-38e9-4278-b4e7-151478da100e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1046 2025.03.20 17:04:17.776012 [ 3 ] {c262c05a-38e9-4278-b4e7-151478da100e} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001483 sec., 2697.2353337828727 rows/sec., 111.29 KiB/sec.
1047 2025.03.20 17:04:17.776120 [ 3 ] {c262c05a-38e9-4278-b4e7-151478da100e} <Debug> TCPHandler: Processed in 0.001727758 sec.
1048 2025.03.20 17:04:17.776328 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1049 2025.03.20 17:04:17.776475 [ 3 ] {33060cba-a6c8-4b51-88e5-399baa62081d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
1050 2025.03.20 17:04:17.776724 [ 3 ] {33060cba-a6c8-4b51-88e5-399baa62081d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1051 2025.03.20 17:04:17.776762 [ 3 ] {33060cba-a6c8-4b51-88e5-399baa62081d} <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: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')" moved to PREWHERE
1052 2025.03.20 17:04:17.777009 [ 3 ] {33060cba-a6c8-4b51-88e5-399baa62081d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1053 2025.03.20 17:04:17.777074 [ 3 ] {33060cba-a6c8-4b51-88e5-399baa62081d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1054 2025.03.20 17:04:17.777210 [ 3 ] {33060cba-a6c8-4b51-88e5-399baa62081d} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Key condition: (column 0 notIn 15-element set)
1055 2025.03.20 17:04:17.777242 [ 3 ] {33060cba-a6c8-4b51-88e5-399baa62081d} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1056 2025.03.20 17:04:17.777265 [ 3 ] {33060cba-a6c8-4b51-88e5-399baa62081d} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (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
1057 2025.03.20 17:04:17.777281 [ 3 ] {33060cba-a6c8-4b51-88e5-399baa62081d} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Spreading mark ranges among streams (default reading)
1058 2025.03.20 17:04:17.777325 [ 3 ] {33060cba-a6c8-4b51-88e5-399baa62081d} <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: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'))"
1059 2025.03.20 17:04:17.777348 [ 3 ] {33060cba-a6c8-4b51-88e5-399baa62081d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1060 2025.03.20 17:04:17.777908 [ 3 ] {33060cba-a6c8-4b51-88e5-399baa62081d} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001495 sec., 2675.5852842809363 rows/sec., 110.39 KiB/sec.
1061 2025.03.20 17:04:17.778015 [ 3 ] {33060cba-a6c8-4b51-88e5-399baa62081d} <Debug> TCPHandler: Processed in 0.001739599 sec.
1062 2025.03.20 17:04:17.778229 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1063 2025.03.20 17:04:17.778375 [ 3 ] {951485d1-507d-4de7-890f-50549129ae0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
1064 2025.03.20 17:04:17.778624 [ 3 ] {951485d1-507d-4de7-890f-50549129ae0a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1065 2025.03.20 17:04:17.778662 [ 3 ] {951485d1-507d-4de7-890f-50549129ae0a} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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
1066 2025.03.20 17:04:17.778902 [ 3 ] {951485d1-507d-4de7-890f-50549129ae0a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1067 2025.03.20 17:04:17.778966 [ 3 ] {951485d1-507d-4de7-890f-50549129ae0a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1068 2025.03.20 17:04:17.779108 [ 3 ] {951485d1-507d-4de7-890f-50549129ae0a} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Key condition: (column 0 notIn 16-element set)
1069 2025.03.20 17:04:17.779140 [ 3 ] {951485d1-507d-4de7-890f-50549129ae0a} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1070 2025.03.20 17:04:17.779162 [ 3 ] {951485d1-507d-4de7-890f-50549129ae0a} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (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
1071 2025.03.20 17:04:17.779178 [ 3 ] {951485d1-507d-4de7-890f-50549129ae0a} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Spreading mark ranges among streams (default reading)
1072 2025.03.20 17:04:17.779225 [ 3 ] {951485d1-507d-4de7-890f-50549129ae0a} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))"
1073 2025.03.20 17:04:17.779248 [ 3 ] {951485d1-507d-4de7-890f-50549129ae0a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1074 2025.03.20 17:04:17.779783 [ 3 ] {951485d1-507d-4de7-890f-50549129ae0a} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001471 sec., 2719.238613188307 rows/sec., 112.20 KiB/sec.
1075 2025.03.20 17:04:17.779893 [ 3 ] {951485d1-507d-4de7-890f-50549129ae0a} <Debug> TCPHandler: Processed in 0.001715968 sec.
1076 2025.03.20 17:04:17.780109 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1077 2025.03.20 17:04:17.780256 [ 3 ] {9f55fa6f-deb7-4d23-a346-247477c47b34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
1078 2025.03.20 17:04:17.780507 [ 3 ] {9f55fa6f-deb7-4d23-a346-247477c47b34} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1079 2025.03.20 17:04:17.780545 [ 3 ] {9f55fa6f-deb7-4d23-a346-247477c47b34} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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
1080 2025.03.20 17:04:17.780787 [ 3 ] {9f55fa6f-deb7-4d23-a346-247477c47b34} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1081 2025.03.20 17:04:17.780851 [ 3 ] {9f55fa6f-deb7-4d23-a346-247477c47b34} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1082 2025.03.20 17:04:17.780988 [ 3 ] {9f55fa6f-deb7-4d23-a346-247477c47b34} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Key condition: (column 0 notIn 17-element set)
1083 2025.03.20 17:04:17.781020 [ 3 ] {9f55fa6f-deb7-4d23-a346-247477c47b34} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1084 2025.03.20 17:04:17.781043 [ 3 ] {9f55fa6f-deb7-4d23-a346-247477c47b34} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (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
1085 2025.03.20 17:04:17.781060 [ 3 ] {9f55fa6f-deb7-4d23-a346-247477c47b34} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Spreading mark ranges among streams (default reading)
1086 2025.03.20 17:04:17.781102 [ 3 ] {9f55fa6f-deb7-4d23-a346-247477c47b34} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))"
1087 2025.03.20 17:04:17.781125 [ 3 ] {9f55fa6f-deb7-4d23-a346-247477c47b34} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1088 2025.03.20 17:04:17.781659 [ 3 ] {9f55fa6f-deb7-4d23-a346-247477c47b34} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001466 sec., 2728.512960436562 rows/sec., 112.58 KiB/sec.
1089 2025.03.20 17:04:17.781768 [ 3 ] {9f55fa6f-deb7-4d23-a346-247477c47b34} <Debug> TCPHandler: Processed in 0.001711568 sec.
1090 2025.03.20 17:04:17.784847 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1091 2025.03.20 17:04:17.784987 [ 3 ] {86c9e775-4dc2-44b2-9d90-45c973038a40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1092 2025.03.20 17:04:17.785043 [ 3 ] {86c9e775-4dc2-44b2-9d90-45c973038a40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1093 2025.03.20 17:04:17.785745 [ 3 ] {86c9e775-4dc2-44b2-9d90-45c973038a40} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1094 2025.03.20 17:04:17.785794 [ 3 ] {86c9e775-4dc2-44b2-9d90-45c973038a40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1095 2025.03.20 17:04:17.786427 [ 3 ] {86c9e775-4dc2-44b2-9d90-45c973038a40} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1096 2025.03.20 17:04:17.786817 [ 3 ] {86c9e775-4dc2-44b2-9d90-45c973038a40} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1097 2025.03.20 17:04:17.787028 [ 3 ] {86c9e775-4dc2-44b2-9d90-45c973038a40} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.002081 sec., 6727.534839019702 rows/sec., 965.30 KiB/sec.
1098 2025.03.20 17:04:17.787080 [ 3 ] {86c9e775-4dc2-44b2-9d90-45c973038a40} <Debug> TCPHandler: Processed in 0.002296214 sec.
1099 2025.03.20 17:04:17.787196 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1100 2025.03.20 17:04:17.787301 [ 3 ] {8921a97c-7bcf-4901-af72-981169dbe647} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1101 2025.03.20 17:04:17.787346 [ 3 ] {8921a97c-7bcf-4901-af72-981169dbe647} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1102 2025.03.20 17:04:17.787911 [ 3 ] {8921a97c-7bcf-4901-af72-981169dbe647} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1103 2025.03.20 17:04:17.787944 [ 3 ] {8921a97c-7bcf-4901-af72-981169dbe647} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1104 2025.03.20 17:04:17.788404 [ 3 ] {8921a97c-7bcf-4901-af72-981169dbe647} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1105 2025.03.20 17:04:17.788902 [ 3 ] {8921a97c-7bcf-4901-af72-981169dbe647} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1106 2025.03.20 17:04:17.789107 [ 3 ] {8921a97c-7bcf-4901-af72-981169dbe647} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001827 sec., 30651.340996168583 rows/sec., 2.35 MiB/sec.
1107 2025.03.20 17:04:17.789158 [ 3 ] {8921a97c-7bcf-4901-af72-981169dbe647} <Debug> TCPHandler: Processed in 0.002012081 sec.
1108 2025.03.20 17:04:17.789284 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1109 2025.03.20 17:04:17.789389 [ 3 ] {6c7c9ea2-c7b3-4c65-a3ff-5089af008d2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1110 2025.03.20 17:04:17.789431 [ 3 ] {6c7c9ea2-c7b3-4c65-a3ff-5089af008d2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1111 2025.03.20 17:04:17.789950 [ 3 ] {6c7c9ea2-c7b3-4c65-a3ff-5089af008d2e} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1112 2025.03.20 17:04:17.789988 [ 3 ] {6c7c9ea2-c7b3-4c65-a3ff-5089af008d2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1113 2025.03.20 17:04:17.790436 [ 3 ] {6c7c9ea2-c7b3-4c65-a3ff-5089af008d2e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1114 2025.03.20 17:04:17.790888 [ 3 ] {6c7c9ea2-c7b3-4c65-a3ff-5089af008d2e} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1115 2025.03.20 17:04:17.791110 [ 3 ] {6c7c9ea2-c7b3-4c65-a3ff-5089af008d2e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001734 sec., 36908.881199538635 rows/sec., 2.88 MiB/sec.
1116 2025.03.20 17:04:17.791179 [ 3 ] {6c7c9ea2-c7b3-4c65-a3ff-5089af008d2e} <Debug> TCPHandler: Processed in 0.00194572 sec.
1117 2025.03.20 17:04:17.791311 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1118 2025.03.20 17:04:17.791414 [ 3 ] {c687d71f-ea8c-4473-a2b7-0eb51d68d0e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1119 2025.03.20 17:04:17.791461 [ 3 ] {c687d71f-ea8c-4473-a2b7-0eb51d68d0e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1120 2025.03.20 17:04:17.791924 [ 3 ] {c687d71f-ea8c-4473-a2b7-0eb51d68d0e5} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1121 2025.03.20 17:04:17.791962 [ 3 ] {c687d71f-ea8c-4473-a2b7-0eb51d68d0e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1122 2025.03.20 17:04:17.792436 [ 3 ] {c687d71f-ea8c-4473-a2b7-0eb51d68d0e5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1123 2025.03.20 17:04:17.792893 [ 3 ] {c687d71f-ea8c-4473-a2b7-0eb51d68d0e5} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1124 2025.03.20 17:04:17.793102 [ 3 ] {c687d71f-ea8c-4473-a2b7-0eb51d68d0e5} <Debug> executeQuery: Read 70 rows, 5.02 KiB in 0.001709 sec., 40959.62551199532 rows/sec., 2.87 MiB/sec.
1125 2025.03.20 17:04:17.793152 [ 3 ] {c687d71f-ea8c-4473-a2b7-0eb51d68d0e5} <Debug> TCPHandler: Processed in 0.00189305 sec.
1126 2025.03.20 17:04:17.793268 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1127 2025.03.20 17:04:17.793373 [ 3 ] {94f028fa-62aa-47b7-921d-01d8ce68bcd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1128 2025.03.20 17:04:17.793418 [ 3 ] {94f028fa-62aa-47b7-921d-01d8ce68bcd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1129 2025.03.20 17:04:17.793834 [ 3 ] {94f028fa-62aa-47b7-921d-01d8ce68bcd8} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1130 2025.03.20 17:04:17.793872 [ 3 ] {94f028fa-62aa-47b7-921d-01d8ce68bcd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1131 2025.03.20 17:04:17.794361 [ 3 ] {94f028fa-62aa-47b7-921d-01d8ce68bcd8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1132 2025.03.20 17:04:17.794871 [ 3 ] {94f028fa-62aa-47b7-921d-01d8ce68bcd8} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1133 2025.03.20 17:04:17.795069 [ 3 ] {94f028fa-62aa-47b7-921d-01d8ce68bcd8} <Debug> executeQuery: Read 30 rows, 2.03 KiB in 0.001716 sec., 17482.51748251748 rows/sec., 1.16 MiB/sec.
1134 2025.03.20 17:04:17.795118 [ 3 ] {94f028fa-62aa-47b7-921d-01d8ce68bcd8} <Debug> TCPHandler: Processed in 0.00190165 sec.
1135 2025.03.20 17:04:18.000200 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.39 MiB, peak 157.44 MiB, free memory in arenas 0.00 B, will set to 155.59 MiB (RSS), difference: 4.20 MiB
1136 2025.03.20 17:04:19.682848 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403
1137 2025.03.20 17:04:19.683548 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1138 2025.03.20 17:04:19.683605 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1139 2025.03.20 17:04:19.684628 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1140 2025.03.20 17:04:19.685345 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1141 2025.03.20 17:04:19.685591 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403
1142 2025.03.20 17:04:19.748844 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
1143 2025.03.20 17:04:19.768181 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1144 2025.03.20 17:04:19.768250 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1145 2025.03.20 17:04:19.776437 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1146 2025.03.20 17:04:19.777646 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1147 2025.03.20 17:04:19.780380 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
1148 2025.03.20 17:04:22.758322 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1149 2025.03.20 17:04:22.758537 [ 3 ] {b07bf30e-9a09-4546-a986-68c0f2a5f2ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1150 2025.03.20 17:04:22.758616 [ 3 ] {b07bf30e-9a09-4546-a986-68c0f2a5f2ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1151 2025.03.20 17:04:22.759388 [ 3 ] {b07bf30e-9a09-4546-a986-68c0f2a5f2ca} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1152 2025.03.20 17:04:22.759440 [ 3 ] {b07bf30e-9a09-4546-a986-68c0f2a5f2ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1153 2025.03.20 17:04:22.759989 [ 3 ] {b07bf30e-9a09-4546-a986-68c0f2a5f2ca} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1154 2025.03.20 17:04:22.760473 [ 3 ] {b07bf30e-9a09-4546-a986-68c0f2a5f2ca} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1155 2025.03.20 17:04:22.760749 [ 3 ] {b07bf30e-9a09-4546-a986-68c0f2a5f2ca} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002261 sec., 24767.80185758514 rows/sec., 1.90 MiB/sec.
1156 2025.03.20 17:04:22.760937 [ 3 ] {b07bf30e-9a09-4546-a986-68c0f2a5f2ca} <Debug> TCPHandler: Processed in 0.002744198 sec.
1157 2025.03.20 17:04:22.761084 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1158 2025.03.20 17:04:22.761198 [ 3 ] {34a4568a-3194-4ef6-9bd4-c12bb1b983ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1159 2025.03.20 17:04:22.761247 [ 3 ] {34a4568a-3194-4ef6-9bd4-c12bb1b983ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1160 2025.03.20 17:04:22.761842 [ 3 ] {34a4568a-3194-4ef6-9bd4-c12bb1b983ee} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1161 2025.03.20 17:04:22.761882 [ 3 ] {34a4568a-3194-4ef6-9bd4-c12bb1b983ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1162 2025.03.20 17:04:22.762372 [ 3 ] {34a4568a-3194-4ef6-9bd4-c12bb1b983ee} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1163 2025.03.20 17:04:22.762833 [ 3 ] {34a4568a-3194-4ef6-9bd4-c12bb1b983ee} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1164 2025.03.20 17:04:22.763073 [ 3 ] {34a4568a-3194-4ef6-9bd4-c12bb1b983ee} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001901 sec., 33666.49132035771 rows/sec., 2.63 MiB/sec.
1165 2025.03.20 17:04:22.763131 [ 3 ] {34a4568a-3194-4ef6-9bd4-c12bb1b983ee} <Debug> TCPHandler: Processed in 0.002102262 sec.
1166 2025.03.20 17:04:22.763260 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1167 2025.03.20 17:04:22.763369 [ 3 ] {4d7d3b7f-3191-4964-96fc-0f8dd580b7a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1168 2025.03.20 17:04:22.763419 [ 3 ] {4d7d3b7f-3191-4964-96fc-0f8dd580b7a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1169 2025.03.20 17:04:22.763953 [ 3 ] {4d7d3b7f-3191-4964-96fc-0f8dd580b7a7} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1170 2025.03.20 17:04:22.763997 [ 3 ] {4d7d3b7f-3191-4964-96fc-0f8dd580b7a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1171 2025.03.20 17:04:22.764516 [ 3 ] {4d7d3b7f-3191-4964-96fc-0f8dd580b7a7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1172 2025.03.20 17:04:22.764987 [ 3 ] {4d7d3b7f-3191-4964-96fc-0f8dd580b7a7} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1173 2025.03.20 17:04:22.765221 [ 3 ] {4d7d3b7f-3191-4964-96fc-0f8dd580b7a7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001876 sec., 85287.84648187633 rows/sec., 5.94 MiB/sec.
1174 2025.03.20 17:04:22.765275 [ 3 ] {4d7d3b7f-3191-4964-96fc-0f8dd580b7a7} <Debug> TCPHandler: Processed in 0.002068572 sec.
1175 2025.03.20 17:04:22.765396 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1176 2025.03.20 17:04:22.765503 [ 3 ] {0392ec51-054e-405b-b784-934b18b54ce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1177 2025.03.20 17:04:22.765549 [ 3 ] {0392ec51-054e-405b-b784-934b18b54ce2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1178 2025.03.20 17:04:22.765982 [ 3 ] {0392ec51-054e-405b-b784-934b18b54ce2} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1179 2025.03.20 17:04:22.766021 [ 3 ] {0392ec51-054e-405b-b784-934b18b54ce2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1180 2025.03.20 17:04:22.766552 [ 3 ] {0392ec51-054e-405b-b784-934b18b54ce2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1181 2025.03.20 17:04:22.767019 [ 3 ] {0392ec51-054e-405b-b784-934b18b54ce2} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1182 2025.03.20 17:04:22.767269 [ 3 ] {0392ec51-054e-405b-b784-934b18b54ce2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001782 sec., 33670.03367003367 rows/sec., 2.27 MiB/sec.
1183 2025.03.20 17:04:22.767341 [ 3 ] {0392ec51-054e-405b-b784-934b18b54ce2} <Debug> TCPHandler: Processed in 0.001997421 sec.
1184 2025.03.20 17:04:27.124437 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache
1185 2025.03.20 17:04:27.124506 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache
1186 2025.03.20 17:04:27.181618 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 168
1187 2025.03.20 17:04:27.184807 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1188 2025.03.20 17:04:27.184852 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1189 2025.03.20 17:04:27.186040 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891
1190 2025.03.20 17:04:27.187926 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1191 2025.03.20 17:04:27.188225 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1192 2025.03.20 17:04:27.188275 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1193 2025.03.20 17:04:27.188918 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1194 2025.03.20 17:04:27.189546 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1195 2025.03.20 17:04:27.190352 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 168
1196 2025.03.20 17:04:27.190430 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1197 2025.03.20 17:04:27.190695 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
1198 2025.03.20 17:04:27.280731 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
1199 2025.03.20 17:04:27.302105 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1200 2025.03.20 17:04:27.302169 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1201 2025.03.20 17:04:27.308937 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1202 2025.03.20 17:04:27.309994 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1203 2025.03.20 17:04:27.312752 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
1204 2025.03.20 17:04:27.755776 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1205 2025.03.20 17:04:27.756042 [ 3 ] {66a0af6b-cfa7-4c7c-98c5-187628a81923} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
1206 2025.03.20 17:04:27.756417 [ 3 ] {66a0af6b-cfa7-4c7c-98c5-187628a81923} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1207 2025.03.20 17:04:27.756461 [ 3 ] {66a0af6b-cfa7-4c7c-98c5-187628a81923} <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
1208 2025.03.20 17:04:27.756762 [ 3 ] {66a0af6b-cfa7-4c7c-98c5-187628a81923} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1209 2025.03.20 17:04:27.756845 [ 3 ] {66a0af6b-cfa7-4c7c-98c5-187628a81923} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1210 2025.03.20 17:04:27.757021 [ 3 ] {66a0af6b-cfa7-4c7c-98c5-187628a81923} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
1211 2025.03.20 17:04:27.757221 [ 259 ] {66a0af6b-cfa7-4c7c-98c5-187628a81923} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1212 2025.03.20 17:04:27.757289 [ 285 ] {66a0af6b-cfa7-4c7c-98c5-187628a81923} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1213 2025.03.20 17:04:27.757428 [ 3 ] {66a0af6b-cfa7-4c7c-98c5-187628a81923} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1214 2025.03.20 17:04:27.757463 [ 3 ] {66a0af6b-cfa7-4c7c-98c5-187628a81923} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Spreading mark ranges among streams (default reading)
1215 2025.03.20 17:04:27.759635 [ 3 ] {66a0af6b-cfa7-4c7c-98c5-187628a81923} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1216 2025.03.20 17:04:27.759673 [ 3 ] {66a0af6b-cfa7-4c7c-98c5-187628a81923} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Reading approx. 18 rows with 2 streams
1217 2025.03.20 17:04:27.759741 [ 3 ] {66a0af6b-cfa7-4c7c-98c5-187628a81923} <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'))"
1218 2025.03.20 17:04:27.759790 [ 3 ] {66a0af6b-cfa7-4c7c-98c5-187628a81923} <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'))"
1219 2025.03.20 17:04:27.761326 [ 3 ] {66a0af6b-cfa7-4c7c-98c5-187628a81923} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00539 sec., 3339.517625231911 rows/sec., 136.61 KiB/sec.
1220 2025.03.20 17:04:27.761494 [ 3 ] {66a0af6b-cfa7-4c7c-98c5-187628a81923} <Debug> TCPHandler: Processed in 0.005857381 sec.
1221 2025.03.20 17:04:27.767986 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1222 2025.03.20 17:04:27.768143 [ 3 ] {9e0fd080-2077-47b4-b7a2-8d39c495b8ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1223 2025.03.20 17:04:27.768215 [ 3 ] {9e0fd080-2077-47b4-b7a2-8d39c495b8ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1224 2025.03.20 17:04:27.769054 [ 3 ] {9e0fd080-2077-47b4-b7a2-8d39c495b8ce} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1225 2025.03.20 17:04:27.769102 [ 3 ] {9e0fd080-2077-47b4-b7a2-8d39c495b8ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1226 2025.03.20 17:04:27.769844 [ 3 ] {9e0fd080-2077-47b4-b7a2-8d39c495b8ce} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1227 2025.03.20 17:04:27.770228 [ 3 ] {9e0fd080-2077-47b4-b7a2-8d39c495b8ce} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1228 2025.03.20 17:04:27.770450 [ 3 ] {9e0fd080-2077-47b4-b7a2-8d39c495b8ce} <Debug> executeQuery: Read 1 rows, 153.00 B in 0.002353 sec., 424.9893752656183 rows/sec., 63.50 KiB/sec.
1229 2025.03.20 17:04:27.770512 [ 3 ] {9e0fd080-2077-47b4-b7a2-8d39c495b8ce} <Debug> TCPHandler: Processed in 0.002604607 sec.
1230 2025.03.20 17:04:27.770651 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1231 2025.03.20 17:04:27.770763 [ 3 ] {fbeaffec-c8c6-4cb6-a989-45f4941ffc2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1232 2025.03.20 17:04:27.770810 [ 3 ] {fbeaffec-c8c6-4cb6-a989-45f4941ffc2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1233 2025.03.20 17:04:27.771367 [ 3 ] {fbeaffec-c8c6-4cb6-a989-45f4941ffc2b} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1234 2025.03.20 17:04:27.771407 [ 3 ] {fbeaffec-c8c6-4cb6-a989-45f4941ffc2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1235 2025.03.20 17:04:27.771916 [ 3 ] {fbeaffec-c8c6-4cb6-a989-45f4941ffc2b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1236 2025.03.20 17:04:27.772347 [ 3 ] {fbeaffec-c8c6-4cb6-a989-45f4941ffc2b} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1237 2025.03.20 17:04:27.772503 [ 76 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1238 2025.03.20 17:04:27.772577 [ 3 ] {fbeaffec-c8c6-4cb6-a989-45f4941ffc2b} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001836 sec., 39215.686274509804 rows/sec., 3.19 MiB/sec.
1239 2025.03.20 17:04:27.772588 [ 76 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1240 2025.03.20 17:04:27.772652 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1241 2025.03.20 17:04:27.772696 [ 3 ] {fbeaffec-c8c6-4cb6-a989-45f4941ffc2b} <Debug> TCPHandler: Processed in 0.002096902 sec.
1242 2025.03.20 17:04:27.772901 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1243 2025.03.20 17:04:27.772987 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::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
1244 2025.03.20 17:04:27.773030 [ 3 ] {e5e94c3a-f19b-49c4-abde-c125b523d47a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1245 2025.03.20 17:04:27.773082 [ 3 ] {e5e94c3a-f19b-49c4-abde-c125b523d47a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1246 2025.03.20 17:04:27.773201 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1247 2025.03.20 17:04:27.773333 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part
1248 2025.03.20 17:04:27.773624 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part
1249 2025.03.20 17:04:27.773973 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part
1250 2025.03.20 17:04:27.774220 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::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
1251 2025.03.20 17:04:27.774568 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part
1252 2025.03.20 17:04:27.774880 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 72 rows starting from the beginning of the part
1253 2025.03.20 17:04:27.775342 [ 3 ] {e5e94c3a-f19b-49c4-abde-c125b523d47a} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1254 2025.03.20 17:04:27.775442 [ 3 ] {e5e94c3a-f19b-49c4-abde-c125b523d47a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1255 2025.03.20 17:04:27.776104 [ 3 ] {e5e94c3a-f19b-49c4-abde-c125b523d47a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1256 2025.03.20 17:04:27.776658 [ 3 ] {e5e94c3a-f19b-49c4-abde-c125b523d47a} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1257 2025.03.20 17:04:27.776677 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 5 columns (5 merged, 0 gathered) in 0.003906001 sec., 50179.198622837015 rows/sec., 4.14 MiB/sec.
1258 2025.03.20 17:04:27.777059 [ 3 ] {e5e94c3a-f19b-49c4-abde-c125b523d47a} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.004038 sec., 1981.1788013868252 rows/sec., 148.98 KiB/sec.
1259 2025.03.20 17:04:27.777092 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1260 2025.03.20 17:04:27.777359 [ 3 ] {e5e94c3a-f19b-49c4-abde-c125b523d47a} <Debug> TCPHandler: Processed in 0.004528257 sec.
1261 2025.03.20 17:04:27.777533 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1262 2025.03.20 17:04:27.777668 [ 3 ] {57df33a8-62c7-4a0a-abb4-98fba8c65b2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1263 2025.03.20 17:04:27.777729 [ 3 ] {57df33a8-62c7-4a0a-abb4-98fba8c65b2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1264 2025.03.20 17:04:27.778194 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_6_1} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1265 2025.03.20 17:04:27.778357 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_6_1} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1266 2025.03.20 17:04:27.778542 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
1267 2025.03.20 17:04:27.778670 [ 3 ] {57df33a8-62c7-4a0a-abb4-98fba8c65b2d} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1268 2025.03.20 17:04:27.778714 [ 3 ] {57df33a8-62c7-4a0a-abb4-98fba8c65b2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1269 2025.03.20 17:04:27.779181 [ 3 ] {57df33a8-62c7-4a0a-abb4-98fba8c65b2d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1270 2025.03.20 17:04:27.779618 [ 3 ] {57df33a8-62c7-4a0a-abb4-98fba8c65b2d} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1271 2025.03.20 17:04:27.779781 [ 24 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1272 2025.03.20 17:04:27.779845 [ 24 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1273 2025.03.20 17:04:27.779853 [ 3 ] {57df33a8-62c7-4a0a-abb4-98fba8c65b2d} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002208 sec., 32608.695652173916 rows/sec., 2.55 MiB/sec.
1274 2025.03.20 17:04:27.779881 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1275 2025.03.20 17:04:27.780011 [ 3 ] {57df33a8-62c7-4a0a-abb4-98fba8c65b2d} <Debug> TCPHandler: Processed in 0.002535597 sec.
1276 2025.03.20 17:04:27.780082 [ 200 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::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
1277 2025.03.20 17:04:27.780183 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1278 2025.03.20 17:04:27.780244 [ 200 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1279 2025.03.20 17:04:27.780309 [ 200 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::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
1280 2025.03.20 17:04:27.780363 [ 3 ] {19e9a203-e541-4964-b9d2-4d724dfd5188} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1281 2025.03.20 17:04:27.780545 [ 3 ] {19e9a203-e541-4964-b9d2-4d724dfd5188} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1282 2025.03.20 17:04:27.780570 [ 200 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::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
1283 2025.03.20 17:04:27.780942 [ 200 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::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
1284 2025.03.20 17:04:27.781273 [ 200 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::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
1285 2025.03.20 17:04:27.781603 [ 200 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part
1286 2025.03.20 17:04:27.781931 [ 200 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 72 rows starting from the beginning of the part
1287 2025.03.20 17:04:27.782812 [ 3 ] {19e9a203-e541-4964-b9d2-4d724dfd5188} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1288 2025.03.20 17:04:27.782868 [ 3 ] {19e9a203-e541-4964-b9d2-4d724dfd5188} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1289 2025.03.20 17:04:27.784050 [ 3 ] {19e9a203-e541-4964-b9d2-4d724dfd5188} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1290 2025.03.20 17:04:27.784212 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 224 rows, containing 5 columns (5 merged, 0 gathered) in 0.004226024 sec., 53004.904846730635 rows/sec., 4.34 MiB/sec.
1291 2025.03.20 17:04:27.784459 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1292 2025.03.20 17:04:27.784698 [ 3 ] {19e9a203-e541-4964-b9d2-4d724dfd5188} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1293 2025.03.20 17:04:27.784896 [ 24 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1294 2025.03.20 17:04:27.784968 [ 24 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1295 2025.03.20 17:04:27.785018 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1296 2025.03.20 17:04:27.785055 [ 3 ] {19e9a203-e541-4964-b9d2-4d724dfd5188} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004718 sec., 33912.67486222976 rows/sec., 2.36 MiB/sec.
1297 2025.03.20 17:04:27.785318 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_6_1} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1298 2025.03.20 17:04:27.785636 [ 200 ] {9491680f-0456-456d-800a-d47875b75c20::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
1299 2025.03.20 17:04:27.785834 [ 3 ] {19e9a203-e541-4964-b9d2-4d724dfd5188} <Debug> TCPHandler: Processed in 0.005708849 sec.
1300 2025.03.20 17:04:27.785933 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_6_1} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1301 2025.03.20 17:04:27.786133 [ 200 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1302 2025.03.20 17:04:27.786172 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
1303 2025.03.20 17:04:27.786208 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1304 2025.03.20 17:04:27.786222 [ 200 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part
1305 2025.03.20 17:04:27.786484 [ 200 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part
1306 2025.03.20 17:04:27.786572 [ 3 ] {7da1a7f9-b939-4d09-b14f-0b2943e1c9c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1307 2025.03.20 17:04:27.786689 [ 200 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part
1308 2025.03.20 17:04:27.786991 [ 3 ] {7da1a7f9-b939-4d09-b14f-0b2943e1c9c9} <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
1309 2025.03.20 17:04:27.787036 [ 200 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 70 rows starting from the beginning of the part
1310 2025.03.20 17:04:27.787382 [ 200 ] {9491680f-0456-456d-800a-d47875b75c20::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
1311 2025.03.20 17:04:27.787745 [ 200 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part
1312 2025.03.20 17:04:27.791437 [ 200 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 414 rows, containing 5 columns (5 merged, 0 gathered) in 0.006304166 sec., 65670.85955541146 rows/sec., 4.60 MiB/sec.
1313 2025.03.20 17:04:27.791660 [ 3 ] {7da1a7f9-b939-4d09-b14f-0b2943e1c9c9} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1314 2025.03.20 17:04:27.791706 [ 3 ] {7da1a7f9-b939-4d09-b14f-0b2943e1c9c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1315 2025.03.20 17:04:27.791758 [ 200 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1316 2025.03.20 17:04:27.792699 [ 200 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1317 2025.03.20 17:04:27.792792 [ 200 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1318 2025.03.20 17:04:27.792867 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
1319 2025.03.20 17:04:27.794996 [ 3 ] {7da1a7f9-b939-4d09-b14f-0b2943e1c9c9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1320 2025.03.20 17:04:27.795693 [ 3 ] {7da1a7f9-b939-4d09-b14f-0b2943e1c9c9} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1321 2025.03.20 17:04:27.795986 [ 3 ] {7da1a7f9-b939-4d09-b14f-0b2943e1c9c9} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.009566 sec., 836.2952122099101 rows/sec., 1.50 MiB/sec.
1322 2025.03.20 17:04:27.796112 [ 3 ] {7da1a7f9-b939-4d09-b14f-0b2943e1c9c9} <Debug> TCPHandler: Processed in 0.010029985 sec.
1323 2025.03.20 17:04:27.796254 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1324 2025.03.20 17:04:27.796361 [ 3 ] {ef1020e4-45d9-4080-97ef-a79b03da925d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1325 2025.03.20 17:04:27.796407 [ 3 ] {ef1020e4-45d9-4080-97ef-a79b03da925d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1326 2025.03.20 17:04:27.796872 [ 3 ] {ef1020e4-45d9-4080-97ef-a79b03da925d} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1327 2025.03.20 17:04:27.796911 [ 3 ] {ef1020e4-45d9-4080-97ef-a79b03da925d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1328 2025.03.20 17:04:27.797351 [ 3 ] {ef1020e4-45d9-4080-97ef-a79b03da925d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1329 2025.03.20 17:04:27.797771 [ 3 ] {ef1020e4-45d9-4080-97ef-a79b03da925d} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1330 2025.03.20 17:04:27.797932 [ 24 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1331 2025.03.20 17:04:27.797998 [ 3 ] {ef1020e4-45d9-4080-97ef-a79b03da925d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00166 sec., 36144.57831325301 rows/sec., 2.44 MiB/sec.
1332 2025.03.20 17:04:27.798138 [ 24 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1333 2025.03.20 17:04:27.798192 [ 3 ] {ef1020e4-45d9-4080-97ef-a79b03da925d} <Debug> TCPHandler: Processed in 0.00198834 sec.
1334 2025.03.20 17:04:27.798218 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1335 2025.03.20 17:04:27.798387 [ 202 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
1336 2025.03.20 17:04:27.798513 [ 202 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1337 2025.03.20 17:04:27.798548 [ 202 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part
1338 2025.03.20 17:04:27.798623 [ 202 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part
1339 2025.03.20 17:04:27.798879 [ 202 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part
1340 2025.03.20 17:04:27.799064 [ 202 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part
1341 2025.03.20 17:04:27.799260 [ 202 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
1342 2025.03.20 17:04:27.799438 [ 202 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part
1343 2025.03.20 17:04:27.800503 [ 196 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.002166142 sec., 80327.1438345224 rows/sec., 5.33 MiB/sec.
1344 2025.03.20 17:04:27.800709 [ 202 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1345 2025.03.20 17:04:27.801179 [ 202 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_6_1} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1346 2025.03.20 17:04:27.801250 [ 202 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_6_1} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1347 2025.03.20 17:04:27.801314 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
1348 2025.03.20 17:04:32.759128 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1349 2025.03.20 17:04:32.759322 [ 3 ] {4a74ae40-3b6c-4b02-9ba2-e1e3ef89a00e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1350 2025.03.20 17:04:32.759391 [ 3 ] {4a74ae40-3b6c-4b02-9ba2-e1e3ef89a00e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1351 2025.03.20 17:04:32.760214 [ 3 ] {4a74ae40-3b6c-4b02-9ba2-e1e3ef89a00e} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1352 2025.03.20 17:04:32.760261 [ 3 ] {4a74ae40-3b6c-4b02-9ba2-e1e3ef89a00e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1353 2025.03.20 17:04:32.760676 [ 3 ] {4a74ae40-3b6c-4b02-9ba2-e1e3ef89a00e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1354 2025.03.20 17:04:32.760926 [ 3 ] {4a74ae40-3b6c-4b02-9ba2-e1e3ef89a00e} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1355 2025.03.20 17:04:32.761152 [ 3 ] {4a74ae40-3b6c-4b02-9ba2-e1e3ef89a00e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001881 sec., 29771.398192450823 rows/sec., 2.29 MiB/sec.
1356 2025.03.20 17:04:32.761214 [ 3 ] {4a74ae40-3b6c-4b02-9ba2-e1e3ef89a00e} <Debug> TCPHandler: Processed in 0.002209783 sec.
1357 2025.03.20 17:04:32.761341 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1358 2025.03.20 17:04:32.761453 [ 3 ] {8cbd8b8e-889d-4e96-b785-d6a90c0ac374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1359 2025.03.20 17:04:32.761500 [ 3 ] {8cbd8b8e-889d-4e96-b785-d6a90c0ac374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1360 2025.03.20 17:04:32.762052 [ 3 ] {8cbd8b8e-889d-4e96-b785-d6a90c0ac374} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1361 2025.03.20 17:04:32.762090 [ 3 ] {8cbd8b8e-889d-4e96-b785-d6a90c0ac374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1362 2025.03.20 17:04:32.762437 [ 3 ] {8cbd8b8e-889d-4e96-b785-d6a90c0ac374} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1363 2025.03.20 17:04:32.762672 [ 3 ] {8cbd8b8e-889d-4e96-b785-d6a90c0ac374} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1364 2025.03.20 17:04:32.762877 [ 3 ] {8cbd8b8e-889d-4e96-b785-d6a90c0ac374} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001451 sec., 44107.51206064783 rows/sec., 3.44 MiB/sec.
1365 2025.03.20 17:04:32.762928 [ 3 ] {8cbd8b8e-889d-4e96-b785-d6a90c0ac374} <Debug> TCPHandler: Processed in 0.001641267 sec.
1366 2025.03.20 17:04:32.763046 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1367 2025.03.20 17:04:32.763152 [ 3 ] {ec56f785-e56c-4f40-8962-2b42a21f63f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1368 2025.03.20 17:04:32.763200 [ 3 ] {ec56f785-e56c-4f40-8962-2b42a21f63f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1369 2025.03.20 17:04:32.763711 [ 3 ] {ec56f785-e56c-4f40-8962-2b42a21f63f6} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1370 2025.03.20 17:04:32.763748 [ 3 ] {ec56f785-e56c-4f40-8962-2b42a21f63f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1371 2025.03.20 17:04:32.764126 [ 3 ] {ec56f785-e56c-4f40-8962-2b42a21f63f6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1372 2025.03.20 17:04:32.764354 [ 3 ] {ec56f785-e56c-4f40-8962-2b42a21f63f6} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1373 2025.03.20 17:04:32.764581 [ 3 ] {ec56f785-e56c-4f40-8962-2b42a21f63f6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001446 sec., 110650.06915629322 rows/sec., 7.71 MiB/sec.
1374 2025.03.20 17:04:32.764640 [ 3 ] {ec56f785-e56c-4f40-8962-2b42a21f63f6} <Debug> TCPHandler: Processed in 0.001645787 sec.
1375 2025.03.20 17:04:32.764759 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1376 2025.03.20 17:04:32.764871 [ 3 ] {3482c82e-4555-4b74-b6c2-d8ab9c71574b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1377 2025.03.20 17:04:32.764919 [ 3 ] {3482c82e-4555-4b74-b6c2-d8ab9c71574b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1378 2025.03.20 17:04:32.765368 [ 3 ] {3482c82e-4555-4b74-b6c2-d8ab9c71574b} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1379 2025.03.20 17:04:32.765407 [ 3 ] {3482c82e-4555-4b74-b6c2-d8ab9c71574b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1380 2025.03.20 17:04:32.765765 [ 3 ] {3482c82e-4555-4b74-b6c2-d8ab9c71574b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1381 2025.03.20 17:04:32.765997 [ 3 ] {3482c82e-4555-4b74-b6c2-d8ab9c71574b} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1382 2025.03.20 17:04:32.766232 [ 3 ] {3482c82e-4555-4b74-b6c2-d8ab9c71574b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001377 sec., 43572.98474945534 rows/sec., 2.94 MiB/sec.
1383 2025.03.20 17:04:32.766418 [ 3 ] {3482c82e-4555-4b74-b6c2-d8ab9c71574b} <Debug> TCPHandler: Processed in 0.001707598 sec.
1384 2025.03.20 17:04:34.691068 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318
1385 2025.03.20 17:04:34.691974 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1386 2025.03.20 17:04:34.692047 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1387 2025.03.20 17:04:34.692679 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1388 2025.03.20 17:04:34.692934 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1389 2025.03.20 17:04:34.693201 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318
1390 2025.03.20 17:04:34.813101 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1391 2025.03.20 17:04:34.833389 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1392 2025.03.20 17:04:34.833447 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1393 2025.03.20 17:04:34.840292 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1394 2025.03.20 17:04:34.841030 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1395 2025.03.20 17:04:34.843822 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1396 2025.03.20 17:04:37.190977 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 192
1397 2025.03.20 17:04:37.193881 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1398 2025.03.20 17:04:37.193935 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1399 2025.03.20 17:04:37.195413 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1400 2025.03.20 17:04:37.195738 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1401 2025.03.20 17:04:37.196483 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 192
1402 2025.03.20 17:04:37.758586 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1403 2025.03.20 17:04:37.758792 [ 3 ] {e417a447-1c63-4e29-925b-e702672df2eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1404 2025.03.20 17:04:37.758872 [ 3 ] {e417a447-1c63-4e29-925b-e702672df2eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1405 2025.03.20 17:04:37.759673 [ 3 ] {e417a447-1c63-4e29-925b-e702672df2eb} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1406 2025.03.20 17:04:37.759720 [ 3 ] {e417a447-1c63-4e29-925b-e702672df2eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1407 2025.03.20 17:04:37.760148 [ 3 ] {e417a447-1c63-4e29-925b-e702672df2eb} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1408 2025.03.20 17:04:37.760407 [ 3 ] {e417a447-1c63-4e29-925b-e702672df2eb} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1409 2025.03.20 17:04:37.760644 [ 3 ] {e417a447-1c63-4e29-925b-e702672df2eb} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001911 sec., 37676.609105180534 rows/sec., 3.06 MiB/sec.
1410 2025.03.20 17:04:37.760707 [ 3 ] {e417a447-1c63-4e29-925b-e702672df2eb} <Debug> TCPHandler: Processed in 0.002252943 sec.
1411 2025.03.20 17:04:37.760835 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1412 2025.03.20 17:04:37.760951 [ 3 ] {c680e9cd-9cba-41cc-ac35-1d60be047513} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1413 2025.03.20 17:04:37.760998 [ 3 ] {c680e9cd-9cba-41cc-ac35-1d60be047513} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1414 2025.03.20 17:04:37.761524 [ 3 ] {c680e9cd-9cba-41cc-ac35-1d60be047513} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1415 2025.03.20 17:04:37.761565 [ 3 ] {c680e9cd-9cba-41cc-ac35-1d60be047513} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1416 2025.03.20 17:04:37.761918 [ 3 ] {c680e9cd-9cba-41cc-ac35-1d60be047513} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1417 2025.03.20 17:04:37.762151 [ 3 ] {c680e9cd-9cba-41cc-ac35-1d60be047513} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1418 2025.03.20 17:04:37.762442 [ 3 ] {c680e9cd-9cba-41cc-ac35-1d60be047513} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.0015 sec., 5333.333333333333 rows/sec., 401.04 KiB/sec.
1419 2025.03.20 17:04:37.762523 [ 3 ] {c680e9cd-9cba-41cc-ac35-1d60be047513} <Debug> TCPHandler: Processed in 0.001742278 sec.
1420 2025.03.20 17:04:37.762655 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1421 2025.03.20 17:04:37.762764 [ 3 ] {df5e83a8-a37e-401a-ba92-a09cb718870a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1422 2025.03.20 17:04:37.762809 [ 3 ] {df5e83a8-a37e-401a-ba92-a09cb718870a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1423 2025.03.20 17:04:37.763350 [ 3 ] {df5e83a8-a37e-401a-ba92-a09cb718870a} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1424 2025.03.20 17:04:37.763391 [ 3 ] {df5e83a8-a37e-401a-ba92-a09cb718870a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1425 2025.03.20 17:04:37.763751 [ 3 ] {df5e83a8-a37e-401a-ba92-a09cb718870a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1426 2025.03.20 17:04:37.763983 [ 3 ] {df5e83a8-a37e-401a-ba92-a09cb718870a} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1427 2025.03.20 17:04:37.764193 [ 3 ] {df5e83a8-a37e-401a-ba92-a09cb718870a} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001453 sec., 49552.64969029593 rows/sec., 3.87 MiB/sec.
1428 2025.03.20 17:04:37.764245 [ 3 ] {df5e83a8-a37e-401a-ba92-a09cb718870a} <Debug> TCPHandler: Processed in 0.001642807 sec.
1429 2025.03.20 17:04:37.764361 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1430 2025.03.20 17:04:37.764469 [ 3 ] {c9d3bb7e-c942-4631-8437-c8337e31ceef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1431 2025.03.20 17:04:37.764518 [ 3 ] {c9d3bb7e-c942-4631-8437-c8337e31ceef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1432 2025.03.20 17:04:37.765027 [ 3 ] {c9d3bb7e-c942-4631-8437-c8337e31ceef} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1433 2025.03.20 17:04:37.765066 [ 3 ] {c9d3bb7e-c942-4631-8437-c8337e31ceef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1434 2025.03.20 17:04:37.765443 [ 3 ] {c9d3bb7e-c942-4631-8437-c8337e31ceef} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1435 2025.03.20 17:04:37.765685 [ 3 ] {c9d3bb7e-c942-4631-8437-c8337e31ceef} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1436 2025.03.20 17:04:37.765914 [ 3 ] {c9d3bb7e-c942-4631-8437-c8337e31ceef} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00146 sec., 109589.04109589041 rows/sec., 7.63 MiB/sec.
1437 2025.03.20 17:04:37.766002 [ 3 ] {c9d3bb7e-c942-4631-8437-c8337e31ceef} <Debug> TCPHandler: Processed in 0.001692417 sec.
1438 2025.03.20 17:04:37.766110 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1439 2025.03.20 17:04:37.766213 [ 3 ] {f60b0759-e641-4004-b4e3-685c700934f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1440 2025.03.20 17:04:37.766277 [ 3 ] {f60b0759-e641-4004-b4e3-685c700934f3} <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
1441 2025.03.20 17:04:37.767282 [ 3 ] {f60b0759-e641-4004-b4e3-685c700934f3} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1442 2025.03.20 17:04:37.767320 [ 3 ] {f60b0759-e641-4004-b4e3-685c700934f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1443 2025.03.20 17:04:37.767919 [ 3 ] {f60b0759-e641-4004-b4e3-685c700934f3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1444 2025.03.20 17:04:37.768174 [ 3 ] {f60b0759-e641-4004-b4e3-685c700934f3} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1445 2025.03.20 17:04:37.768416 [ 3 ] {f60b0759-e641-4004-b4e3-685c700934f3} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002225 sec., 3595.5056179775283 rows/sec., 6.44 MiB/sec.
1446 2025.03.20 17:04:37.768512 [ 3 ] {f60b0759-e641-4004-b4e3-685c700934f3} <Debug> TCPHandler: Processed in 0.002455206 sec.
1447 2025.03.20 17:04:37.768651 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1448 2025.03.20 17:04:37.768751 [ 3 ] {d0a1e5c2-6521-4909-af72-ebd174b852b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1449 2025.03.20 17:04:37.768795 [ 3 ] {d0a1e5c2-6521-4909-af72-ebd174b852b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1450 2025.03.20 17:04:37.769199 [ 3 ] {d0a1e5c2-6521-4909-af72-ebd174b852b6} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1451 2025.03.20 17:04:37.769235 [ 3 ] {d0a1e5c2-6521-4909-af72-ebd174b852b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1452 2025.03.20 17:04:37.769643 [ 3 ] {d0a1e5c2-6521-4909-af72-ebd174b852b6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1453 2025.03.20 17:04:37.769879 [ 3 ] {d0a1e5c2-6521-4909-af72-ebd174b852b6} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1454 2025.03.20 17:04:37.770138 [ 3 ] {d0a1e5c2-6521-4909-af72-ebd174b852b6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001392 sec., 43103.448275862065 rows/sec., 2.90 MiB/sec.
1455 2025.03.20 17:04:37.770294 [ 3 ] {d0a1e5c2-6521-4909-af72-ebd174b852b6} <Debug> TCPHandler: Processed in 0.001682637 sec.
1456 2025.03.20 17:04:42.124560 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache
1457 2025.03.20 17:04:42.124635 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache
1458 2025.03.20 17:04:42.193592 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806
1459 2025.03.20 17:04:42.194292 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1460 2025.03.20 17:04:42.194339 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1461 2025.03.20 17:04:42.194945 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1462 2025.03.20 17:04:42.195224 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1463 2025.03.20 17:04:42.195456 [ 71 ] {} <Debug> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1464 2025.03.20 17:04:42.195482 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1465 2025.03.20 17:04:42.195531 [ 71 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1466 2025.03.20 17:04:42.195559 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1467 2025.03.20 17:04:42.195672 [ 200 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::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
1468 2025.03.20 17:04:42.195782 [ 200 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1469 2025.03.20 17:04:42.195815 [ 200 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part
1470 2025.03.20 17:04:42.195884 [ 200 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part
1471 2025.03.20 17:04:42.196072 [ 200 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part
1472 2025.03.20 17:04:42.196201 [ 200 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part
1473 2025.03.20 17:04:42.196400 [ 200 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part
1474 2025.03.20 17:04:42.196608 [ 200 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part
1475 2025.03.20 17:04:42.213064 [ 196 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.017441742 sec., 160878.42601960286 rows/sec., 2.30 MiB/sec.
1476 2025.03.20 17:04:42.213321 [ 196 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1477 2025.03.20 17:04:42.213614 [ 196 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_6_1} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1478 2025.03.20 17:04:42.213689 [ 196 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_6_1} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1479 2025.03.20 17:04:42.213768 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB.
1480 2025.03.20 17:04:42.344156 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1481 2025.03.20 17:04:42.364535 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1482 2025.03.20 17:04:42.364597 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1483 2025.03.20 17:04:42.371363 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1484 2025.03.20 17:04:42.372123 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1485 2025.03.20 17:04:42.372415 [ 71 ] {} <Debug> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1486 2025.03.20 17:04:42.372475 [ 71 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1487 2025.03.20 17:04:42.372514 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1488 2025.03.20 17:04:42.372950 [ 196 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
1489 2025.03.20 17:04:42.387762 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1490 2025.03.20 17:04:42.389460 [ 196 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1491 2025.03.20 17:04:42.390593 [ 196 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
1492 2025.03.20 17:04:42.395752 [ 196 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
1493 2025.03.20 17:04:42.400929 [ 196 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
1494 2025.03.20 17:04:42.405949 [ 196 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
1495 2025.03.20 17:04:42.415356 [ 196 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
1496 2025.03.20 17:04:42.420303 [ 196 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
1497 2025.03.20 17:04:42.484702 [ 186 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.112062609 sec., 410.48482103428455 rows/sec., 2.12 MiB/sec.
1498 2025.03.20 17:04:42.487141 [ 186 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1499 2025.03.20 17:04:42.490019 [ 186 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_6_1} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1500 2025.03.20 17:04:42.490148 [ 186 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_6_1} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1501 2025.03.20 17:04:42.492255 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
1502 2025.03.20 17:04:42.758794 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1503 2025.03.20 17:04:42.758996 [ 3 ] {2af6abe7-2750-4346-8d1d-9adee74c6b5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1504 2025.03.20 17:04:42.759076 [ 3 ] {2af6abe7-2750-4346-8d1d-9adee74c6b5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1505 2025.03.20 17:04:42.759898 [ 3 ] {2af6abe7-2750-4346-8d1d-9adee74c6b5f} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1506 2025.03.20 17:04:42.759948 [ 3 ] {2af6abe7-2750-4346-8d1d-9adee74c6b5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1507 2025.03.20 17:04:42.760370 [ 3 ] {2af6abe7-2750-4346-8d1d-9adee74c6b5f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1508 2025.03.20 17:04:42.760622 [ 3 ] {2af6abe7-2750-4346-8d1d-9adee74c6b5f} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1509 2025.03.20 17:04:42.760821 [ 3 ] {2af6abe7-2750-4346-8d1d-9adee74c6b5f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001882 sec., 29755.57917109458 rows/sec., 2.29 MiB/sec.
1510 2025.03.20 17:04:42.760885 [ 3 ] {2af6abe7-2750-4346-8d1d-9adee74c6b5f} <Debug> TCPHandler: Processed in 0.002227523 sec.
1511 2025.03.20 17:04:42.761001 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1512 2025.03.20 17:04:42.761112 [ 3 ] {2ec998e0-7069-4043-843a-62db27b626c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1513 2025.03.20 17:04:42.761159 [ 3 ] {2ec998e0-7069-4043-843a-62db27b626c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1514 2025.03.20 17:04:42.761700 [ 3 ] {2ec998e0-7069-4043-843a-62db27b626c4} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1515 2025.03.20 17:04:42.761739 [ 3 ] {2ec998e0-7069-4043-843a-62db27b626c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1516 2025.03.20 17:04:42.762088 [ 3 ] {2ec998e0-7069-4043-843a-62db27b626c4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1517 2025.03.20 17:04:42.762329 [ 3 ] {2ec998e0-7069-4043-843a-62db27b626c4} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1518 2025.03.20 17:04:42.762544 [ 3 ] {2ec998e0-7069-4043-843a-62db27b626c4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001459 sec., 43865.661411925976 rows/sec., 3.42 MiB/sec.
1519 2025.03.20 17:04:42.762760 [ 3 ] {2ec998e0-7069-4043-843a-62db27b626c4} <Debug> TCPHandler: Processed in 0.001798788 sec.
1520 2025.03.20 17:04:42.762897 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1521 2025.03.20 17:04:42.763007 [ 3 ] {1537e7d1-9fbb-44ce-8e55-4ee4456ae47d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1522 2025.03.20 17:04:42.763057 [ 3 ] {1537e7d1-9fbb-44ce-8e55-4ee4456ae47d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1523 2025.03.20 17:04:42.763594 [ 3 ] {1537e7d1-9fbb-44ce-8e55-4ee4456ae47d} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1524 2025.03.20 17:04:42.763631 [ 3 ] {1537e7d1-9fbb-44ce-8e55-4ee4456ae47d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1525 2025.03.20 17:04:42.764017 [ 3 ] {1537e7d1-9fbb-44ce-8e55-4ee4456ae47d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1526 2025.03.20 17:04:42.764261 [ 3 ] {1537e7d1-9fbb-44ce-8e55-4ee4456ae47d} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1527 2025.03.20 17:04:42.764435 [ 3 ] {1537e7d1-9fbb-44ce-8e55-4ee4456ae47d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001453 sec., 110116.99931176874 rows/sec., 7.67 MiB/sec.
1528 2025.03.20 17:04:42.764489 [ 3 ] {1537e7d1-9fbb-44ce-8e55-4ee4456ae47d} <Debug> TCPHandler: Processed in 0.001645126 sec.
1529 2025.03.20 17:04:42.764612 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1530 2025.03.20 17:04:42.764727 [ 3 ] {ed77563a-5449-4fcc-9f48-8ad74b338823} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1531 2025.03.20 17:04:42.764778 [ 3 ] {ed77563a-5449-4fcc-9f48-8ad74b338823} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1532 2025.03.20 17:04:42.765224 [ 3 ] {ed77563a-5449-4fcc-9f48-8ad74b338823} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1533 2025.03.20 17:04:42.765262 [ 3 ] {ed77563a-5449-4fcc-9f48-8ad74b338823} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1534 2025.03.20 17:04:42.765626 [ 3 ] {ed77563a-5449-4fcc-9f48-8ad74b338823} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1535 2025.03.20 17:04:42.765858 [ 3 ] {ed77563a-5449-4fcc-9f48-8ad74b338823} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1536 2025.03.20 17:04:42.766038 [ 3 ] {ed77563a-5449-4fcc-9f48-8ad74b338823} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001335 sec., 44943.8202247191 rows/sec., 3.03 MiB/sec.
1537 2025.03.20 17:04:42.766088 [ 3 ] {ed77563a-5449-4fcc-9f48-8ad74b338823} <Debug> TCPHandler: Processed in 0.001531956 sec.
1538 2025.03.20 17:04:43.000257 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.77 MiB, peak 170.03 MiB, free memory in arenas 0.00 B, will set to 163.87 MiB (RSS), difference: 3.10 MiB
1539 2025.03.20 17:04:45.189896 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1540 2025.03.20 17:04:45.190144 [ 3 ] {2c4e1276-9256-4718-8d26-d97cd4686e0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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)
1541 2025.03.20 17:04:45.190525 [ 3 ] {2c4e1276-9256-4718-8d26-d97cd4686e0b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1542 2025.03.20 17:04:45.190569 [ 3 ] {2c4e1276-9256-4718-8d26-d97cd4686e0b} <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
1543 2025.03.20 17:04:45.190874 [ 3 ] {2c4e1276-9256-4718-8d26-d97cd4686e0b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1544 2025.03.20 17:04:45.190955 [ 3 ] {2c4e1276-9256-4718-8d26-d97cd4686e0b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1545 2025.03.20 17:04:45.191130 [ 3 ] {2c4e1276-9256-4718-8d26-d97cd4686e0b} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1546 2025.03.20 17:04:45.191397 [ 287 ] {2c4e1276-9256-4718-8d26-d97cd4686e0b} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1547 2025.03.20 17:04:45.191497 [ 289 ] {2c4e1276-9256-4718-8d26-d97cd4686e0b} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1548 2025.03.20 17:04:45.191489 [ 288 ] {2c4e1276-9256-4718-8d26-d97cd4686e0b} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1549 2025.03.20 17:04:45.191654 [ 3 ] {2c4e1276-9256-4718-8d26-d97cd4686e0b} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (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
1550 2025.03.20 17:04:45.191684 [ 3 ] {2c4e1276-9256-4718-8d26-d97cd4686e0b} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Spreading mark ranges among streams (default reading)
1551 2025.03.20 17:04:45.191778 [ 3 ] {2c4e1276-9256-4718-8d26-d97cd4686e0b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1552 2025.03.20 17:04:45.191801 [ 3 ] {2c4e1276-9256-4718-8d26-d97cd4686e0b} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Reading approx. 18 rows with 2 streams
1553 2025.03.20 17:04:45.191849 [ 3 ] {2c4e1276-9256-4718-8d26-d97cd4686e0b} <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'))"
1554 2025.03.20 17:04:45.191896 [ 3 ] {2c4e1276-9256-4718-8d26-d97cd4686e0b} <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'))"
1555 2025.03.20 17:04:45.193073 [ 3 ] {2c4e1276-9256-4718-8d26-d97cd4686e0b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00304 sec., 5921.052631578947 rows/sec., 242.21 KiB/sec.
1556 2025.03.20 17:04:45.193220 [ 3 ] {2c4e1276-9256-4718-8d26-d97cd4686e0b} <Debug> TCPHandler: Processed in 0.003446276 sec.
1557 2025.03.20 17:04:45.193602 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1558 2025.03.20 17:04:45.193758 [ 3 ] {cd7e3b5b-6a99-43db-b306-e40a9f94e032} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1559 2025.03.20 17:04:45.194035 [ 3 ] {cd7e3b5b-6a99-43db-b306-e40a9f94e032} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1560 2025.03.20 17:04:45.194077 [ 3 ] {cd7e3b5b-6a99-43db-b306-e40a9f94e032} <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_port_control_data_link:errors_received', 'switch_rib:active_routes')" moved to PREWHERE
1561 2025.03.20 17:04:45.194361 [ 3 ] {cd7e3b5b-6a99-43db-b306-e40a9f94e032} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1562 2025.03.20 17:04:45.194427 [ 3 ] {cd7e3b5b-6a99-43db-b306-e40a9f94e032} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1563 2025.03.20 17:04:45.194568 [ 3 ] {cd7e3b5b-6a99-43db-b306-e40a9f94e032} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1564 2025.03.20 17:04:45.194713 [ 288 ] {cd7e3b5b-6a99-43db-b306-e40a9f94e032} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1565 2025.03.20 17:04:45.194728 [ 287 ] {cd7e3b5b-6a99-43db-b306-e40a9f94e032} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1566 2025.03.20 17:04:45.194723 [ 289 ] {cd7e3b5b-6a99-43db-b306-e40a9f94e032} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1567 2025.03.20 17:04:45.194879 [ 3 ] {cd7e3b5b-6a99-43db-b306-e40a9f94e032} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (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
1568 2025.03.20 17:04:45.194908 [ 3 ] {cd7e3b5b-6a99-43db-b306-e40a9f94e032} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Spreading mark ranges among streams (default reading)
1569 2025.03.20 17:04:45.195006 [ 3 ] {cd7e3b5b-6a99-43db-b306-e40a9f94e032} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1570 2025.03.20 17:04:45.195026 [ 3 ] {cd7e3b5b-6a99-43db-b306-e40a9f94e032} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Reading approx. 18 rows with 2 streams
1571 2025.03.20 17:04:45.195081 [ 3 ] {cd7e3b5b-6a99-43db-b306-e40a9f94e032} <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_port_control_data_link:errors_received', 'switch_rib:active_routes'))"
1572 2025.03.20 17:04:45.195120 [ 3 ] {cd7e3b5b-6a99-43db-b306-e40a9f94e032} <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_port_control_data_link:errors_received', 'switch_rib:active_routes'))"
1573 2025.03.20 17:04:45.196149 [ 3 ] {cd7e3b5b-6a99-43db-b306-e40a9f94e032} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002459 sec., 7320.048800325336 rows/sec., 299.44 KiB/sec.
1574 2025.03.20 17:04:45.196288 [ 3 ] {cd7e3b5b-6a99-43db-b306-e40a9f94e032} <Debug> TCPHandler: Processed in 0.002740149 sec.
1575 2025.03.20 17:04:45.196555 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1576 2025.03.20 17:04:45.196753 [ 3 ] {6711743d-3ce0-4154-a827-1ff082d88c15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1577 2025.03.20 17:04:45.197031 [ 3 ] {6711743d-3ce0-4154-a827-1ff082d88c15} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1578 2025.03.20 17:04:45.197075 [ 3 ] {6711743d-3ce0-4154-a827-1ff082d88c15} <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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE
1579 2025.03.20 17:04:45.197348 [ 3 ] {6711743d-3ce0-4154-a827-1ff082d88c15} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1580 2025.03.20 17:04:45.197414 [ 3 ] {6711743d-3ce0-4154-a827-1ff082d88c15} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1581 2025.03.20 17:04:45.197554 [ 3 ] {6711743d-3ce0-4154-a827-1ff082d88c15} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1582 2025.03.20 17:04:45.197676 [ 287 ] {6711743d-3ce0-4154-a827-1ff082d88c15} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1583 2025.03.20 17:04:45.197716 [ 288 ] {6711743d-3ce0-4154-a827-1ff082d88c15} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1584 2025.03.20 17:04:45.197721 [ 289 ] {6711743d-3ce0-4154-a827-1ff082d88c15} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1585 2025.03.20 17:04:45.197839 [ 3 ] {6711743d-3ce0-4154-a827-1ff082d88c15} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (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
1586 2025.03.20 17:04:45.197866 [ 3 ] {6711743d-3ce0-4154-a827-1ff082d88c15} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Spreading mark ranges among streams (default reading)
1587 2025.03.20 17:04:45.197943 [ 3 ] {6711743d-3ce0-4154-a827-1ff082d88c15} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1588 2025.03.20 17:04:45.197962 [ 3 ] {6711743d-3ce0-4154-a827-1ff082d88c15} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Reading approx. 18 rows with 2 streams
1589 2025.03.20 17:04:45.198000 [ 3 ] {6711743d-3ce0-4154-a827-1ff082d88c15} <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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))"
1590 2025.03.20 17:04:45.198038 [ 3 ] {6711743d-3ce0-4154-a827-1ff082d88c15} <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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))"
1591 2025.03.20 17:04:45.199065 [ 3 ] {6711743d-3ce0-4154-a827-1ff082d88c15} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00241 sec., 7468.8796680497935 rows/sec., 305.53 KiB/sec.
1592 2025.03.20 17:04:45.199204 [ 3 ] {6711743d-3ce0-4154-a827-1ff082d88c15} <Debug> TCPHandler: Processed in 0.002702598 sec.
1593 2025.03.20 17:04:45.199471 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1594 2025.03.20 17:04:45.199629 [ 3 ] {dbc10e5a-8284-4ef6-a704-3981ab27bfc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1595 2025.03.20 17:04:45.199908 [ 3 ] {dbc10e5a-8284-4ef6-a704-3981ab27bfc5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1596 2025.03.20 17:04:45.199950 [ 3 ] {dbc10e5a-8284-4ef6-a704-3981ab27bfc5} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE
1597 2025.03.20 17:04:45.200241 [ 3 ] {dbc10e5a-8284-4ef6-a704-3981ab27bfc5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1598 2025.03.20 17:04:45.200305 [ 3 ] {dbc10e5a-8284-4ef6-a704-3981ab27bfc5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1599 2025.03.20 17:04:45.200440 [ 3 ] {dbc10e5a-8284-4ef6-a704-3981ab27bfc5} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1600 2025.03.20 17:04:45.200554 [ 287 ] {dbc10e5a-8284-4ef6-a704-3981ab27bfc5} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1601 2025.03.20 17:04:45.200601 [ 288 ] {dbc10e5a-8284-4ef6-a704-3981ab27bfc5} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1602 2025.03.20 17:04:45.200599 [ 289 ] {dbc10e5a-8284-4ef6-a704-3981ab27bfc5} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1603 2025.03.20 17:04:45.200721 [ 3 ] {dbc10e5a-8284-4ef6-a704-3981ab27bfc5} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (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
1604 2025.03.20 17:04:45.200748 [ 3 ] {dbc10e5a-8284-4ef6-a704-3981ab27bfc5} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Spreading mark ranges among streams (default reading)
1605 2025.03.20 17:04:45.200827 [ 3 ] {dbc10e5a-8284-4ef6-a704-3981ab27bfc5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1606 2025.03.20 17:04:45.200847 [ 3 ] {dbc10e5a-8284-4ef6-a704-3981ab27bfc5} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Reading approx. 18 rows with 2 streams
1607 2025.03.20 17:04:45.200902 [ 3 ] {dbc10e5a-8284-4ef6-a704-3981ab27bfc5} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))"
1608 2025.03.20 17:04:45.200965 [ 3 ] {dbc10e5a-8284-4ef6-a704-3981ab27bfc5} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))"
1609 2025.03.20 17:04:45.202057 [ 3 ] {dbc10e5a-8284-4ef6-a704-3981ab27bfc5} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002496 sec., 7211.538461538462 rows/sec., 295.00 KiB/sec.
1610 2025.03.20 17:04:45.202191 [ 3 ] {dbc10e5a-8284-4ef6-a704-3981ab27bfc5} <Debug> TCPHandler: Processed in 0.002772699 sec.
1611 2025.03.20 17:04:45.202469 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1612 2025.03.20 17:04:45.202627 [ 3 ] {cf5eb9f3-9ec4-4ef2-ab43-a8965028ad20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1613 2025.03.20 17:04:45.202908 [ 3 ] {cf5eb9f3-9ec4-4ef2-ab43-a8965028ad20} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1614 2025.03.20 17:04:45.202952 [ 3 ] {cf5eb9f3-9ec4-4ef2-ab43-a8965028ad20} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE
1615 2025.03.20 17:04:45.203231 [ 3 ] {cf5eb9f3-9ec4-4ef2-ab43-a8965028ad20} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1616 2025.03.20 17:04:45.203296 [ 3 ] {cf5eb9f3-9ec4-4ef2-ab43-a8965028ad20} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1617 2025.03.20 17:04:45.203438 [ 3 ] {cf5eb9f3-9ec4-4ef2-ab43-a8965028ad20} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1618 2025.03.20 17:04:45.203543 [ 287 ] {cf5eb9f3-9ec4-4ef2-ab43-a8965028ad20} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1619 2025.03.20 17:04:45.203603 [ 288 ] {cf5eb9f3-9ec4-4ef2-ab43-a8965028ad20} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1620 2025.03.20 17:04:45.203597 [ 289 ] {cf5eb9f3-9ec4-4ef2-ab43-a8965028ad20} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1621 2025.03.20 17:04:45.203729 [ 3 ] {cf5eb9f3-9ec4-4ef2-ab43-a8965028ad20} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (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
1622 2025.03.20 17:04:45.203758 [ 3 ] {cf5eb9f3-9ec4-4ef2-ab43-a8965028ad20} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Spreading mark ranges among streams (default reading)
1623 2025.03.20 17:04:45.203840 [ 3 ] {cf5eb9f3-9ec4-4ef2-ab43-a8965028ad20} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1624 2025.03.20 17:04:45.203860 [ 3 ] {cf5eb9f3-9ec4-4ef2-ab43-a8965028ad20} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Reading approx. 18 rows with 2 streams
1625 2025.03.20 17:04:45.203900 [ 3 ] {cf5eb9f3-9ec4-4ef2-ab43-a8965028ad20} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))"
1626 2025.03.20 17:04:45.203941 [ 3 ] {cf5eb9f3-9ec4-4ef2-ab43-a8965028ad20} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))"
1627 2025.03.20 17:04:45.204955 [ 3 ] {cf5eb9f3-9ec4-4ef2-ab43-a8965028ad20} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002399 sec., 7503.126302626094 rows/sec., 306.93 KiB/sec.
1628 2025.03.20 17:04:45.205090 [ 3 ] {cf5eb9f3-9ec4-4ef2-ab43-a8965028ad20} <Debug> TCPHandler: Processed in 0.002674708 sec.
1629 2025.03.20 17:04:45.205350 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1630 2025.03.20 17:04:45.205507 [ 3 ] {1168046b-3d69-4768-91d6-55dee3f61183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1631 2025.03.20 17:04:45.205783 [ 3 ] {1168046b-3d69-4768-91d6-55dee3f61183} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1632 2025.03.20 17:04:45.205827 [ 3 ] {1168046b-3d69-4768-91d6-55dee3f61183} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE
1633 2025.03.20 17:04:45.206108 [ 3 ] {1168046b-3d69-4768-91d6-55dee3f61183} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1634 2025.03.20 17:04:45.206173 [ 3 ] {1168046b-3d69-4768-91d6-55dee3f61183} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1635 2025.03.20 17:04:45.206312 [ 3 ] {1168046b-3d69-4768-91d6-55dee3f61183} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1636 2025.03.20 17:04:45.206397 [ 287 ] {1168046b-3d69-4768-91d6-55dee3f61183} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1637 2025.03.20 17:04:45.206456 [ 288 ] {1168046b-3d69-4768-91d6-55dee3f61183} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1638 2025.03.20 17:04:45.206455 [ 289 ] {1168046b-3d69-4768-91d6-55dee3f61183} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1639 2025.03.20 17:04:45.206577 [ 3 ] {1168046b-3d69-4768-91d6-55dee3f61183} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (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
1640 2025.03.20 17:04:45.206606 [ 3 ] {1168046b-3d69-4768-91d6-55dee3f61183} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Spreading mark ranges among streams (default reading)
1641 2025.03.20 17:04:45.206686 [ 3 ] {1168046b-3d69-4768-91d6-55dee3f61183} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1642 2025.03.20 17:04:45.206705 [ 3 ] {1168046b-3d69-4768-91d6-55dee3f61183} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Reading approx. 18 rows with 2 streams
1643 2025.03.20 17:04:45.206744 [ 3 ] {1168046b-3d69-4768-91d6-55dee3f61183} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))"
1644 2025.03.20 17:04:45.206785 [ 3 ] {1168046b-3d69-4768-91d6-55dee3f61183} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))"
1645 2025.03.20 17:04:45.207791 [ 3 ] {1168046b-3d69-4768-91d6-55dee3f61183} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002354 sec., 7646.559048428207 rows/sec., 312.80 KiB/sec.
1646 2025.03.20 17:04:45.207928 [ 3 ] {1168046b-3d69-4768-91d6-55dee3f61183} <Debug> TCPHandler: Processed in 0.002631257 sec.
1647 2025.03.20 17:04:45.215449 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1648 2025.03.20 17:04:45.215639 [ 3 ] {cc647da9-5af8-40c7-b766-e415ed7a940b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1649 2025.03.20 17:04:45.215968 [ 3 ] {cc647da9-5af8-40c7-b766-e415ed7a940b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1650 2025.03.20 17:04:45.216011 [ 3 ] {cc647da9-5af8-40c7-b766-e415ed7a940b} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1651 2025.03.20 17:04:45.216294 [ 3 ] {cc647da9-5af8-40c7-b766-e415ed7a940b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1652 2025.03.20 17:04:45.216358 [ 3 ] {cc647da9-5af8-40c7-b766-e415ed7a940b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1653 2025.03.20 17:04:45.216499 [ 3 ] {cc647da9-5af8-40c7-b766-e415ed7a940b} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1654 2025.03.20 17:04:45.216611 [ 287 ] {cc647da9-5af8-40c7-b766-e415ed7a940b} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1655 2025.03.20 17:04:45.216652 [ 288 ] {cc647da9-5af8-40c7-b766-e415ed7a940b} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1656 2025.03.20 17:04:45.216667 [ 289 ] {cc647da9-5af8-40c7-b766-e415ed7a940b} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1657 2025.03.20 17:04:45.216783 [ 3 ] {cc647da9-5af8-40c7-b766-e415ed7a940b} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (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
1658 2025.03.20 17:04:45.216811 [ 3 ] {cc647da9-5af8-40c7-b766-e415ed7a940b} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Spreading mark ranges among streams (default reading)
1659 2025.03.20 17:04:45.216890 [ 3 ] {cc647da9-5af8-40c7-b766-e415ed7a940b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1660 2025.03.20 17:04:45.216909 [ 3 ] {cc647da9-5af8-40c7-b766-e415ed7a940b} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Reading approx. 18 rows with 2 streams
1661 2025.03.20 17:04:45.216949 [ 3 ] {cc647da9-5af8-40c7-b766-e415ed7a940b} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1662 2025.03.20 17:04:45.216988 [ 3 ] {cc647da9-5af8-40c7-b766-e415ed7a940b} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1663 2025.03.20 17:04:45.217968 [ 3 ] {cc647da9-5af8-40c7-b766-e415ed7a940b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002417 sec., 7447.248655357882 rows/sec., 304.65 KiB/sec.
1664 2025.03.20 17:04:45.218099 [ 3 ] {cc647da9-5af8-40c7-b766-e415ed7a940b} <Debug> TCPHandler: Processed in 0.002714058 sec.
1665 2025.03.20 17:04:45.218329 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1666 2025.03.20 17:04:45.218487 [ 3 ] {4b4ecd71-29db-441c-a335-759f37afa7b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1667 2025.03.20 17:04:45.218769 [ 3 ] {4b4ecd71-29db-441c-a335-759f37afa7b1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1668 2025.03.20 17:04:45.218812 [ 3 ] {4b4ecd71-29db-441c-a335-759f37afa7b1} <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', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1669 2025.03.20 17:04:45.219097 [ 3 ] {4b4ecd71-29db-441c-a335-759f37afa7b1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1670 2025.03.20 17:04:45.219162 [ 3 ] {4b4ecd71-29db-441c-a335-759f37afa7b1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1671 2025.03.20 17:04:45.219302 [ 3 ] {4b4ecd71-29db-441c-a335-759f37afa7b1} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1672 2025.03.20 17:04:45.219395 [ 287 ] {4b4ecd71-29db-441c-a335-759f37afa7b1} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1673 2025.03.20 17:04:45.219441 [ 288 ] {4b4ecd71-29db-441c-a335-759f37afa7b1} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1674 2025.03.20 17:04:45.219462 [ 289 ] {4b4ecd71-29db-441c-a335-759f37afa7b1} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1675 2025.03.20 17:04:45.219560 [ 3 ] {4b4ecd71-29db-441c-a335-759f37afa7b1} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (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
1676 2025.03.20 17:04:45.219587 [ 3 ] {4b4ecd71-29db-441c-a335-759f37afa7b1} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Spreading mark ranges among streams (default reading)
1677 2025.03.20 17:04:45.219668 [ 3 ] {4b4ecd71-29db-441c-a335-759f37afa7b1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1678 2025.03.20 17:04:45.219688 [ 3 ] {4b4ecd71-29db-441c-a335-759f37afa7b1} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Reading approx. 18 rows with 2 streams
1679 2025.03.20 17:04:45.219727 [ 3 ] {4b4ecd71-29db-441c-a335-759f37afa7b1} <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', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1680 2025.03.20 17:04:45.219767 [ 3 ] {4b4ecd71-29db-441c-a335-759f37afa7b1} <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', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1681 2025.03.20 17:04:45.220766 [ 3 ] {4b4ecd71-29db-441c-a335-759f37afa7b1} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00235 sec., 7659.574468085106 rows/sec., 313.33 KiB/sec.
1682 2025.03.20 17:04:45.220899 [ 3 ] {4b4ecd71-29db-441c-a335-759f37afa7b1} <Debug> TCPHandler: Processed in 0.002623127 sec.
1683 2025.03.20 17:04:45.221125 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1684 2025.03.20 17:04:45.221286 [ 3 ] {1531e02a-cc9e-49fe-bda6-eaad3413d6c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1685 2025.03.20 17:04:45.221568 [ 3 ] {1531e02a-cc9e-49fe-bda6-eaad3413d6c4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1686 2025.03.20 17:04:45.221613 [ 3 ] {1531e02a-cc9e-49fe-bda6-eaad3413d6c4} <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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1687 2025.03.20 17:04:45.221911 [ 3 ] {1531e02a-cc9e-49fe-bda6-eaad3413d6c4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1688 2025.03.20 17:04:45.221976 [ 3 ] {1531e02a-cc9e-49fe-bda6-eaad3413d6c4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1689 2025.03.20 17:04:45.222115 [ 3 ] {1531e02a-cc9e-49fe-bda6-eaad3413d6c4} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1690 2025.03.20 17:04:45.222231 [ 287 ] {1531e02a-cc9e-49fe-bda6-eaad3413d6c4} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1691 2025.03.20 17:04:45.222265 [ 288 ] {1531e02a-cc9e-49fe-bda6-eaad3413d6c4} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1692 2025.03.20 17:04:45.222278 [ 289 ] {1531e02a-cc9e-49fe-bda6-eaad3413d6c4} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1693 2025.03.20 17:04:45.222384 [ 3 ] {1531e02a-cc9e-49fe-bda6-eaad3413d6c4} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (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
1694 2025.03.20 17:04:45.222412 [ 3 ] {1531e02a-cc9e-49fe-bda6-eaad3413d6c4} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Spreading mark ranges among streams (default reading)
1695 2025.03.20 17:04:45.222492 [ 3 ] {1531e02a-cc9e-49fe-bda6-eaad3413d6c4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1696 2025.03.20 17:04:45.222512 [ 3 ] {1531e02a-cc9e-49fe-bda6-eaad3413d6c4} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Reading approx. 18 rows with 2 streams
1697 2025.03.20 17:04:45.222550 [ 3 ] {1531e02a-cc9e-49fe-bda6-eaad3413d6c4} <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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1698 2025.03.20 17:04:45.222591 [ 3 ] {1531e02a-cc9e-49fe-bda6-eaad3413d6c4} <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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1699 2025.03.20 17:04:45.223596 [ 3 ] {1531e02a-cc9e-49fe-bda6-eaad3413d6c4} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002382 sec., 7556.675062972292 rows/sec., 309.12 KiB/sec.
1700 2025.03.20 17:04:45.223731 [ 3 ] {1531e02a-cc9e-49fe-bda6-eaad3413d6c4} <Debug> TCPHandler: Processed in 0.002657947 sec.
1701 2025.03.20 17:04:45.223965 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1702 2025.03.20 17:04:45.224115 [ 3 ] {74d75b9d-9233-4a85-a859-96ef5be803e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1703 2025.03.20 17:04:45.224379 [ 3 ] {74d75b9d-9233-4a85-a859-96ef5be803e6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1704 2025.03.20 17:04:45.224421 [ 3 ] {74d75b9d-9233-4a85-a859-96ef5be803e6} <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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1705 2025.03.20 17:04:45.224695 [ 3 ] {74d75b9d-9233-4a85-a859-96ef5be803e6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1706 2025.03.20 17:04:45.224755 [ 3 ] {74d75b9d-9233-4a85-a859-96ef5be803e6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1707 2025.03.20 17:04:45.224957 [ 3 ] {74d75b9d-9233-4a85-a859-96ef5be803e6} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1708 2025.03.20 17:04:45.225051 [ 287 ] {74d75b9d-9233-4a85-a859-96ef5be803e6} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1709 2025.03.20 17:04:45.225110 [ 288 ] {74d75b9d-9233-4a85-a859-96ef5be803e6} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1710 2025.03.20 17:04:45.225131 [ 289 ] {74d75b9d-9233-4a85-a859-96ef5be803e6} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1711 2025.03.20 17:04:45.225248 [ 3 ] {74d75b9d-9233-4a85-a859-96ef5be803e6} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (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
1712 2025.03.20 17:04:45.225276 [ 3 ] {74d75b9d-9233-4a85-a859-96ef5be803e6} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Spreading mark ranges among streams (default reading)
1713 2025.03.20 17:04:45.225356 [ 3 ] {74d75b9d-9233-4a85-a859-96ef5be803e6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1714 2025.03.20 17:04:45.225375 [ 3 ] {74d75b9d-9233-4a85-a859-96ef5be803e6} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Reading approx. 18 rows with 2 streams
1715 2025.03.20 17:04:45.225415 [ 3 ] {74d75b9d-9233-4a85-a859-96ef5be803e6} <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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1716 2025.03.20 17:04:45.225457 [ 3 ] {74d75b9d-9233-4a85-a859-96ef5be803e6} <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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1717 2025.03.20 17:04:45.226445 [ 3 ] {74d75b9d-9233-4a85-a859-96ef5be803e6} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002381 sec., 7559.84880302394 rows/sec., 309.25 KiB/sec.
1718 2025.03.20 17:04:45.226578 [ 3 ] {74d75b9d-9233-4a85-a859-96ef5be803e6} <Debug> TCPHandler: Processed in 0.002655268 sec.
1719 2025.03.20 17:04:45.226815 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1720 2025.03.20 17:04:45.226977 [ 3 ] {97146d31-efa6-477d-82fc-46286d8c4c65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1721 2025.03.20 17:04:45.227265 [ 3 ] {97146d31-efa6-477d-82fc-46286d8c4c65} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1722 2025.03.20 17:04:45.227310 [ 3 ] {97146d31-efa6-477d-82fc-46286d8c4c65} <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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1723 2025.03.20 17:04:45.227607 [ 3 ] {97146d31-efa6-477d-82fc-46286d8c4c65} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1724 2025.03.20 17:04:45.227671 [ 3 ] {97146d31-efa6-477d-82fc-46286d8c4c65} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1725 2025.03.20 17:04:45.227809 [ 3 ] {97146d31-efa6-477d-82fc-46286d8c4c65} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1726 2025.03.20 17:04:45.227938 [ 287 ] {97146d31-efa6-477d-82fc-46286d8c4c65} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1727 2025.03.20 17:04:45.227957 [ 288 ] {97146d31-efa6-477d-82fc-46286d8c4c65} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1728 2025.03.20 17:04:45.227977 [ 289 ] {97146d31-efa6-477d-82fc-46286d8c4c65} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1729 2025.03.20 17:04:45.228093 [ 3 ] {97146d31-efa6-477d-82fc-46286d8c4c65} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (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
1730 2025.03.20 17:04:45.228121 [ 3 ] {97146d31-efa6-477d-82fc-46286d8c4c65} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Spreading mark ranges among streams (default reading)
1731 2025.03.20 17:04:45.228202 [ 3 ] {97146d31-efa6-477d-82fc-46286d8c4c65} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1732 2025.03.20 17:04:45.228223 [ 3 ] {97146d31-efa6-477d-82fc-46286d8c4c65} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Reading approx. 18 rows with 2 streams
1733 2025.03.20 17:04:45.228263 [ 3 ] {97146d31-efa6-477d-82fc-46286d8c4c65} <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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1734 2025.03.20 17:04:45.228306 [ 3 ] {97146d31-efa6-477d-82fc-46286d8c4c65} <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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1735 2025.03.20 17:04:45.229377 [ 3 ] {97146d31-efa6-477d-82fc-46286d8c4c65} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002473 sec., 7278.608976951072 rows/sec., 297.75 KiB/sec.
1736 2025.03.20 17:04:45.229510 [ 3 ] {97146d31-efa6-477d-82fc-46286d8c4c65} <Debug> TCPHandler: Processed in 0.002747849 sec.
1737 2025.03.20 17:04:45.229714 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1738 2025.03.20 17:04:45.229876 [ 3 ] {c6d92dc5-1a43-4169-b178-3fd3e2cf2e9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) 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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1739 2025.03.20 17:04:45.230165 [ 3 ] {c6d92dc5-1a43-4169-b178-3fd3e2cf2e9e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1740 2025.03.20 17:04:45.230211 [ 3 ] {c6d92dc5-1a43-4169-b178-3fd3e2cf2e9e} <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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1741 2025.03.20 17:04:45.230512 [ 3 ] {c6d92dc5-1a43-4169-b178-3fd3e2cf2e9e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1742 2025.03.20 17:04:45.230576 [ 3 ] {c6d92dc5-1a43-4169-b178-3fd3e2cf2e9e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1743 2025.03.20 17:04:45.230713 [ 3 ] {c6d92dc5-1a43-4169-b178-3fd3e2cf2e9e} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1744 2025.03.20 17:04:45.230813 [ 287 ] {c6d92dc5-1a43-4169-b178-3fd3e2cf2e9e} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1745 2025.03.20 17:04:45.230862 [ 288 ] {c6d92dc5-1a43-4169-b178-3fd3e2cf2e9e} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1746 2025.03.20 17:04:45.230865 [ 289 ] {c6d92dc5-1a43-4169-b178-3fd3e2cf2e9e} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1747 2025.03.20 17:04:45.230989 [ 3 ] {c6d92dc5-1a43-4169-b178-3fd3e2cf2e9e} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (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
1748 2025.03.20 17:04:45.231016 [ 3 ] {c6d92dc5-1a43-4169-b178-3fd3e2cf2e9e} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Spreading mark ranges among streams (default reading)
1749 2025.03.20 17:04:45.231098 [ 3 ] {c6d92dc5-1a43-4169-b178-3fd3e2cf2e9e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1750 2025.03.20 17:04:45.231118 [ 3 ] {c6d92dc5-1a43-4169-b178-3fd3e2cf2e9e} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Reading approx. 18 rows with 2 streams
1751 2025.03.20 17:04:45.231157 [ 3 ] {c6d92dc5-1a43-4169-b178-3fd3e2cf2e9e} <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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1752 2025.03.20 17:04:45.231199 [ 3 ] {c6d92dc5-1a43-4169-b178-3fd3e2cf2e9e} <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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1753 2025.03.20 17:04:45.232204 [ 3 ] {c6d92dc5-1a43-4169-b178-3fd3e2cf2e9e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002402 sec., 7493.7552039966695 rows/sec., 306.55 KiB/sec.
1754 2025.03.20 17:04:45.232336 [ 3 ] {c6d92dc5-1a43-4169-b178-3fd3e2cf2e9e} <Debug> TCPHandler: Processed in 0.002673498 sec.
1755 2025.03.20 17:04:45.315126 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1756 2025.03.20 17:04:45.315282 [ 3 ] {50ffb34f-949a-45eb-af3a-67b70f8c8bb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1757 2025.03.20 17:04:45.315340 [ 3 ] {50ffb34f-949a-45eb-af3a-67b70f8c8bb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1758 2025.03.20 17:04:45.316165 [ 3 ] {50ffb34f-949a-45eb-af3a-67b70f8c8bb9} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1759 2025.03.20 17:04:45.316204 [ 3 ] {50ffb34f-949a-45eb-af3a-67b70f8c8bb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1760 2025.03.20 17:04:45.316693 [ 3 ] {50ffb34f-949a-45eb-af3a-67b70f8c8bb9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1761 2025.03.20 17:04:45.316915 [ 3 ] {50ffb34f-949a-45eb-af3a-67b70f8c8bb9} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1762 2025.03.20 17:04:45.317098 [ 3 ] {50ffb34f-949a-45eb-af3a-67b70f8c8bb9} <Debug> executeQuery: Read 12 rows, 4.18 KiB in 0.00186 sec., 6451.612903225806 rows/sec., 2.19 MiB/sec.
1763 2025.03.20 17:04:45.317152 [ 3 ] {50ffb34f-949a-45eb-af3a-67b70f8c8bb9} <Debug> TCPHandler: Processed in 0.002096531 sec.
1764 2025.03.20 17:04:45.317285 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1765 2025.03.20 17:04:45.317392 [ 3 ] {e44198a5-0d2d-40cc-849b-2414f2449227} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1766 2025.03.20 17:04:45.317436 [ 3 ] {e44198a5-0d2d-40cc-849b-2414f2449227} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1767 2025.03.20 17:04:45.318526 [ 3 ] {e44198a5-0d2d-40cc-849b-2414f2449227} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1768 2025.03.20 17:04:45.318561 [ 3 ] {e44198a5-0d2d-40cc-849b-2414f2449227} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1769 2025.03.20 17:04:45.318901 [ 3 ] {e44198a5-0d2d-40cc-849b-2414f2449227} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1770 2025.03.20 17:04:45.319138 [ 3 ] {e44198a5-0d2d-40cc-849b-2414f2449227} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1771 2025.03.20 17:04:45.319382 [ 3 ] {e44198a5-0d2d-40cc-849b-2414f2449227} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001996 sec., 12024.048096192386 rows/sec., 1021.57 KiB/sec.
1772 2025.03.20 17:04:45.319477 [ 3 ] {e44198a5-0d2d-40cc-849b-2414f2449227} <Debug> TCPHandler: Processed in 0.002244204 sec.
1773 2025.03.20 17:04:45.319601 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1774 2025.03.20 17:04:45.319705 [ 3 ] {6175e5ab-0b4c-4849-8f87-8ce2f685c7ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1775 2025.03.20 17:04:45.319748 [ 3 ] {6175e5ab-0b4c-4849-8f87-8ce2f685c7ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1776 2025.03.20 17:04:45.321082 [ 3 ] {6175e5ab-0b4c-4849-8f87-8ce2f685c7ab} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1777 2025.03.20 17:04:45.321120 [ 3 ] {6175e5ab-0b4c-4849-8f87-8ce2f685c7ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1778 2025.03.20 17:04:45.321570 [ 3 ] {6175e5ab-0b4c-4849-8f87-8ce2f685c7ab} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1779 2025.03.20 17:04:45.321809 [ 3 ] {6175e5ab-0b4c-4849-8f87-8ce2f685c7ab} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1780 2025.03.20 17:04:45.321985 [ 3 ] {6175e5ab-0b4c-4849-8f87-8ce2f685c7ab} <Debug> executeQuery: Read 1332 rows, 114.01 KiB in 0.002303 sec., 578376.0312635693 rows/sec., 48.35 MiB/sec.
1781 2025.03.20 17:04:45.322058 [ 3 ] {6175e5ab-0b4c-4849-8f87-8ce2f685c7ab} <Debug> TCPHandler: Processed in 0.002507186 sec.
1782 2025.03.20 17:04:45.322177 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1783 2025.03.20 17:04:45.322284 [ 3 ] {d1e8b97a-d425-4ea0-ab04-57a7995d36a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1784 2025.03.20 17:04:45.322328 [ 3 ] {d1e8b97a-d425-4ea0-ab04-57a7995d36a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1785 2025.03.20 17:04:45.322841 [ 3 ] {d1e8b97a-d425-4ea0-ab04-57a7995d36a4} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1786 2025.03.20 17:04:45.322878 [ 3 ] {d1e8b97a-d425-4ea0-ab04-57a7995d36a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1787 2025.03.20 17:04:45.323226 [ 3 ] {d1e8b97a-d425-4ea0-ab04-57a7995d36a4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1788 2025.03.20 17:04:45.323475 [ 3 ] {d1e8b97a-d425-4ea0-ab04-57a7995d36a4} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1789 2025.03.20 17:04:45.323681 [ 3 ] {d1e8b97a-d425-4ea0-ab04-57a7995d36a4} <Debug> executeQuery: Read 20 rows, 1.56 KiB in 0.001413 sec., 14154.281670205237 rows/sec., 1.08 MiB/sec.
1790 2025.03.20 17:04:45.323806 [ 3 ] {d1e8b97a-d425-4ea0-ab04-57a7995d36a4} <Debug> TCPHandler: Processed in 0.001681028 sec.
1791 2025.03.20 17:04:45.323939 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1792 2025.03.20 17:04:45.324051 [ 3 ] {8f524dc8-464c-4c38-bce0-c8c6d02fb8f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1793 2025.03.20 17:04:45.324100 [ 3 ] {8f524dc8-464c-4c38-bce0-c8c6d02fb8f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1794 2025.03.20 17:04:45.324771 [ 3 ] {8f524dc8-464c-4c38-bce0-c8c6d02fb8f3} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1795 2025.03.20 17:04:45.324811 [ 3 ] {8f524dc8-464c-4c38-bce0-c8c6d02fb8f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1796 2025.03.20 17:04:45.325193 [ 3 ] {8f524dc8-464c-4c38-bce0-c8c6d02fb8f3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1797 2025.03.20 17:04:45.325450 [ 3 ] {8f524dc8-464c-4c38-bce0-c8c6d02fb8f3} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1798 2025.03.20 17:04:45.325686 [ 3 ] {8f524dc8-464c-4c38-bce0-c8c6d02fb8f3} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001644 sec., 153284.6715328467 rows/sec., 10.60 MiB/sec.
1799 2025.03.20 17:04:45.325756 [ 3 ] {8f524dc8-464c-4c38-bce0-c8c6d02fb8f3} <Debug> TCPHandler: Processed in 0.001868869 sec.
1800 2025.03.20 17:04:45.325904 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1801 2025.03.20 17:04:45.326023 [ 3 ] {ffd7ed97-c72f-4a95-bec7-48c9e4073969} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1802 2025.03.20 17:04:45.326071 [ 3 ] {ffd7ed97-c72f-4a95-bec7-48c9e4073969} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1803 2025.03.20 17:04:45.326646 [ 3 ] {ffd7ed97-c72f-4a95-bec7-48c9e4073969} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1804 2025.03.20 17:04:45.326691 [ 3 ] {ffd7ed97-c72f-4a95-bec7-48c9e4073969} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1805 2025.03.20 17:04:45.327148 [ 3 ] {ffd7ed97-c72f-4a95-bec7-48c9e4073969} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1806 2025.03.20 17:04:45.327455 [ 3 ] {ffd7ed97-c72f-4a95-bec7-48c9e4073969} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1807 2025.03.20 17:04:45.327651 [ 3 ] {ffd7ed97-c72f-4a95-bec7-48c9e4073969} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001653 sec., 7259.528130671507 rows/sec., 567.15 KiB/sec.
1808 2025.03.20 17:04:45.327712 [ 3 ] {ffd7ed97-c72f-4a95-bec7-48c9e4073969} <Debug> TCPHandler: Processed in 0.00187342 sec.
1809 2025.03.20 17:04:45.327835 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1810 2025.03.20 17:04:45.327961 [ 3 ] {f77f15ac-2582-4d7e-ad1e-0e0d135bf7f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1811 2025.03.20 17:04:45.328012 [ 3 ] {f77f15ac-2582-4d7e-ad1e-0e0d135bf7f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1812 2025.03.20 17:04:45.328880 [ 3 ] {f77f15ac-2582-4d7e-ad1e-0e0d135bf7f4} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1813 2025.03.20 17:04:45.328919 [ 3 ] {f77f15ac-2582-4d7e-ad1e-0e0d135bf7f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1814 2025.03.20 17:04:45.329296 [ 3 ] {f77f15ac-2582-4d7e-ad1e-0e0d135bf7f4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1815 2025.03.20 17:04:45.329540 [ 3 ] {f77f15ac-2582-4d7e-ad1e-0e0d135bf7f4} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1816 2025.03.20 17:04:45.329719 [ 3 ] {f77f15ac-2582-4d7e-ad1e-0e0d135bf7f4} <Debug> executeQuery: Read 564 rows, 43.30 KiB in 0.001785 sec., 315966.38655462186 rows/sec., 23.69 MiB/sec.
1817 2025.03.20 17:04:45.329770 [ 3 ] {f77f15ac-2582-4d7e-ad1e-0e0d135bf7f4} <Debug> TCPHandler: Processed in 0.001993411 sec.
1818 2025.03.20 17:04:45.329906 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1819 2025.03.20 17:04:45.330015 [ 3 ] {9c820076-17d9-48b7-9f6f-f729a2275b02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1820 2025.03.20 17:04:45.330072 [ 3 ] {9c820076-17d9-48b7-9f6f-f729a2275b02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1821 2025.03.20 17:04:45.331343 [ 3 ] {9c820076-17d9-48b7-9f6f-f729a2275b02} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1822 2025.03.20 17:04:45.331378 [ 3 ] {9c820076-17d9-48b7-9f6f-f729a2275b02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1823 2025.03.20 17:04:45.331979 [ 3 ] {9c820076-17d9-48b7-9f6f-f729a2275b02} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1824 2025.03.20 17:04:45.332219 [ 3 ] {9c820076-17d9-48b7-9f6f-f729a2275b02} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1825 2025.03.20 17:04:45.332387 [ 3 ] {9c820076-17d9-48b7-9f6f-f729a2275b02} <Debug> executeQuery: Read 2502 rows, 173.78 KiB in 0.002433 sec., 1028360.049321825 rows/sec., 69.75 MiB/sec.
1826 2025.03.20 17:04:45.332435 [ 3 ] {9c820076-17d9-48b7-9f6f-f729a2275b02} <Debug> TCPHandler: Processed in 0.002620847 sec.
1827 2025.03.20 17:04:45.332555 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1828 2025.03.20 17:04:45.332660 [ 3 ] {01e92b6c-8807-41e0-81e5-ff9629ee9fb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1829 2025.03.20 17:04:45.332730 [ 3 ] {01e92b6c-8807-41e0-81e5-ff9629ee9fb1} <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
1830 2025.03.20 17:04:45.333840 [ 3 ] {01e92b6c-8807-41e0-81e5-ff9629ee9fb1} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1831 2025.03.20 17:04:45.333885 [ 3 ] {01e92b6c-8807-41e0-81e5-ff9629ee9fb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1832 2025.03.20 17:04:45.334477 [ 3 ] {01e92b6c-8807-41e0-81e5-ff9629ee9fb1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1833 2025.03.20 17:04:45.334734 [ 3 ] {01e92b6c-8807-41e0-81e5-ff9629ee9fb1} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1834 2025.03.20 17:04:45.334977 [ 3 ] {01e92b6c-8807-41e0-81e5-ff9629ee9fb1} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002274 sec., 3518.0299032541775 rows/sec., 6.30 MiB/sec.
1835 2025.03.20 17:04:45.335121 [ 3 ] {01e92b6c-8807-41e0-81e5-ff9629ee9fb1} <Debug> TCPHandler: Processed in 0.002570947 sec.
1836 2025.03.20 17:04:45.335259 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1837 2025.03.20 17:04:45.335366 [ 3 ] {783ebca9-3dcb-42b2-adc6-1aaa97e7e77c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1838 2025.03.20 17:04:45.335412 [ 3 ] {783ebca9-3dcb-42b2-adc6-1aaa97e7e77c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1839 2025.03.20 17:04:45.335845 [ 3 ] {783ebca9-3dcb-42b2-adc6-1aaa97e7e77c} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1840 2025.03.20 17:04:45.335884 [ 3 ] {783ebca9-3dcb-42b2-adc6-1aaa97e7e77c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1841 2025.03.20 17:04:45.336235 [ 3 ] {783ebca9-3dcb-42b2-adc6-1aaa97e7e77c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1842 2025.03.20 17:04:45.336474 [ 3 ] {783ebca9-3dcb-42b2-adc6-1aaa97e7e77c} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1843 2025.03.20 17:04:45.336677 [ 3 ] {783ebca9-3dcb-42b2-adc6-1aaa97e7e77c} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001334 sec., 26986.50674662669 rows/sec., 1.82 MiB/sec.
1844 2025.03.20 17:04:45.336727 [ 3 ] {783ebca9-3dcb-42b2-adc6-1aaa97e7e77c} <Debug> TCPHandler: Processed in 0.001521706 sec.
1845 2025.03.20 17:04:46.000211 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.33 MiB, peak 170.03 MiB, free memory in arenas 0.00 B, will set to 164.13 MiB (RSS), difference: -1.20 MiB
1846 2025.03.20 17:04:47.196996 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 64 entries to flush up to offset 256
1847 2025.03.20 17:04:47.201105 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1848 2025.03.20 17:04:47.201162 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1849 2025.03.20 17:04:47.202676 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1850 2025.03.20 17:04:47.203000 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1851 2025.03.20 17:04:47.204010 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 256
1852 2025.03.20 17:04:47.753925 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1853 2025.03.20 17:04:47.754126 [ 3 ] {a530fd6a-74f3-44a3-b051-4a22103e4c85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1854 2025.03.20 17:04:47.754229 [ 3 ] {a530fd6a-74f3-44a3-b051-4a22103e4c85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1855 2025.03.20 17:04:47.755287 [ 3 ] {a530fd6a-74f3-44a3-b051-4a22103e4c85} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1856 2025.03.20 17:04:47.755328 [ 3 ] {a530fd6a-74f3-44a3-b051-4a22103e4c85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1857 2025.03.20 17:04:47.755744 [ 3 ] {a530fd6a-74f3-44a3-b051-4a22103e4c85} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1858 2025.03.20 17:04:47.755992 [ 3 ] {a530fd6a-74f3-44a3-b051-4a22103e4c85} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1859 2025.03.20 17:04:47.756136 [ 62 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1860 2025.03.20 17:04:47.756186 [ 62 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1861 2025.03.20 17:04:47.756190 [ 3 ] {a530fd6a-74f3-44a3-b051-4a22103e4c85} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002135 sec., 26229.50819672131 rows/sec., 2.01 MiB/sec.
1862 2025.03.20 17:04:47.756214 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1863 2025.03.20 17:04:47.756277 [ 3 ] {a530fd6a-74f3-44a3-b051-4a22103e4c85} <Debug> TCPHandler: Processed in 0.002476236 sec.
1864 2025.03.20 17:04:47.756398 [ 190 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::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
1865 2025.03.20 17:04:47.756423 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1866 2025.03.20 17:04:47.756541 [ 190 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1867 2025.03.20 17:04:47.756556 [ 3 ] {8a4290f7-0d35-477d-a434-46c5c806e7b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1868 2025.03.20 17:04:47.756593 [ 190 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 72 rows starting from the beginning of the part
1869 2025.03.20 17:04:47.756610 [ 3 ] {8a4290f7-0d35-477d-a434-46c5c806e7b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1870 2025.03.20 17:04:47.756741 [ 190 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part
1871 2025.03.20 17:04:47.757223 [ 190 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 72 rows starting from the beginning of the part
1872 2025.03.20 17:04:47.757708 [ 190 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part
1873 2025.03.20 17:04:47.758189 [ 190 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1332 rows starting from the beginning of the part
1874 2025.03.20 17:04:47.758587 [ 190 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part
1875 2025.03.20 17:04:47.759382 [ 3 ] {8a4290f7-0d35-477d-a434-46c5c806e7b2} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1876 2025.03.20 17:04:47.759427 [ 3 ] {8a4290f7-0d35-477d-a434-46c5c806e7b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
1877 2025.03.20 17:04:47.760263 [ 3 ] {8a4290f7-0d35-477d-a434-46c5c806e7b2} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1878 2025.03.20 17:04:47.760572 [ 3 ] {8a4290f7-0d35-477d-a434-46c5c806e7b2} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1879 2025.03.20 17:04:47.760710 [ 62 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1880 2025.03.20 17:04:47.760782 [ 62 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1881 2025.03.20 17:04:47.760823 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
1882 2025.03.20 17:04:47.760859 [ 3 ] {8a4290f7-0d35-477d-a434-46c5c806e7b2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004325 sec., 14797.687861271677 rows/sec., 1.15 MiB/sec.
1883 2025.03.20 17:04:47.761365 [ 3 ] {8a4290f7-0d35-477d-a434-46c5c806e7b2} <Debug> TCPHandler: Processed in 0.004990192 sec.
1884 2025.03.20 17:04:47.761849 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1885 2025.03.20 17:04:47.761907 [ 190 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1644 rows, containing 5 columns (5 merged, 0 gathered) in 0.005591718 sec., 294006.2428040899 rows/sec., 25.43 MiB/sec.
1886 2025.03.20 17:04:47.762159 [ 3 ] {27bfb878-458f-439e-9593-f61b9942cddf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1887 2025.03.20 17:04:47.762173 [ 200 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::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
1888 2025.03.20 17:04:47.762235 [ 190 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1889 2025.03.20 17:04:47.762259 [ 3 ] {27bfb878-458f-439e-9593-f61b9942cddf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1890 2025.03.20 17:04:47.762765 [ 200 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1891 2025.03.20 17:04:47.762956 [ 200 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 72 rows starting from the beginning of the part
1892 2025.03.20 17:04:47.763139 [ 190 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_11_2} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1893 2025.03.20 17:04:47.763601 [ 200 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 64 rows starting from the beginning of the part
1894 2025.03.20 17:04:47.763606 [ 190 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_11_2} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
1895 2025.03.20 17:04:47.763985 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB.
1896 2025.03.20 17:04:47.764151 [ 200 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 72 rows starting from the beginning of the part
1897 2025.03.20 17:04:47.764305 [ 200 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part
1898 2025.03.20 17:04:47.764653 [ 200 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 564 rows starting from the beginning of the part
1899 2025.03.20 17:04:47.764982 [ 200 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part
1900 2025.03.20 17:04:47.765642 [ 3 ] {27bfb878-458f-439e-9593-f61b9942cddf} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1901 2025.03.20 17:04:47.765698 [ 3 ] {27bfb878-458f-439e-9593-f61b9942cddf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
1902 2025.03.20 17:04:47.766605 [ 3 ] {27bfb878-458f-439e-9593-f61b9942cddf} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1903 2025.03.20 17:04:47.767133 [ 3 ] {27bfb878-458f-439e-9593-f61b9942cddf} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1904 2025.03.20 17:04:47.767322 [ 62 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1905 2025.03.20 17:04:47.767447 [ 62 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1906 2025.03.20 17:04:47.767535 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
1907 2025.03.20 17:04:47.767743 [ 3 ] {27bfb878-458f-439e-9593-f61b9942cddf} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.00565 sec., 11327.433628318584 rows/sec., 807.87 KiB/sec.
1908 2025.03.20 17:04:47.768059 [ 190 ] {9491680f-0456-456d-800a-d47875b75c20::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
1909 2025.03.20 17:04:47.768119 [ 3 ] {27bfb878-458f-439e-9593-f61b9942cddf} <Debug> TCPHandler: Processed in 0.006396956 sec.
1910 2025.03.20 17:04:47.768431 [ 200 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 900 rows, containing 5 columns (5 merged, 0 gathered) in 0.007468918 sec., 120499.38157039614 rows/sec., 9.63 MiB/sec.
1911 2025.03.20 17:04:47.768461 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1912 2025.03.20 17:04:47.768461 [ 190 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1913 2025.03.20 17:04:47.768551 [ 190 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 414 rows starting from the beginning of the part
1914 2025.03.20 17:04:47.768752 [ 3 ] {1acb1949-9071-4842-8167-050821f76814} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1915 2025.03.20 17:04:47.768863 [ 190 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part
1916 2025.03.20 17:04:47.768977 [ 3 ] {1acb1949-9071-4842-8167-050821f76814} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1917 2025.03.20 17:04:47.769307 [ 197 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1918 2025.03.20 17:04:47.769385 [ 190 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part
1919 2025.03.20 17:04:47.769933 [ 190 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part
1920 2025.03.20 17:04:47.770392 [ 190 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2502 rows starting from the beginning of the part
1921 2025.03.20 17:04:47.770811 [ 190 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part
1922 2025.03.20 17:04:47.771673 [ 197 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_11_2} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1923 2025.03.20 17:04:47.772050 [ 197 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_11_2} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
1924 2025.03.20 17:04:47.772401 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
1925 2025.03.20 17:04:47.772409 [ 3 ] {1acb1949-9071-4842-8167-050821f76814} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1926 2025.03.20 17:04:47.772467 [ 3 ] {1acb1949-9071-4842-8167-050821f76814} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
1927 2025.03.20 17:04:47.773085 [ 3 ] {1acb1949-9071-4842-8167-050821f76814} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1928 2025.03.20 17:04:47.773385 [ 3 ] {1acb1949-9071-4842-8167-050821f76814} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1929 2025.03.20 17:04:47.773581 [ 60 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1930 2025.03.20 17:04:47.773678 [ 3 ] {1acb1949-9071-4842-8167-050821f76814} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.005047 sec., 4755.300178323757 rows/sec., 328.17 KiB/sec.
1931 2025.03.20 17:04:47.773693 [ 60 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1932 2025.03.20 17:04:47.773774 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
1933 2025.03.20 17:04:47.773833 [ 3 ] {1acb1949-9071-4842-8167-050821f76814} <Debug> TCPHandler: Processed in 0.005471877 sec.
1934 2025.03.20 17:04:47.774303 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
1935 2025.03.20 17:04:47.774413 [ 190 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3460 rows, containing 5 columns (5 merged, 0 gathered) in 0.00672524 sec., 514479.78064723336 rows/sec., 35.18 MiB/sec.
1936 2025.03.20 17:04:47.774524 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1937 2025.03.20 17:04:47.774572 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 174 rows starting from the beginning of the part
1938 2025.03.20 17:04:47.774816 [ 190 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1939 2025.03.20 17:04:47.774829 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part
1940 2025.03.20 17:04:47.775186 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part
1941 2025.03.20 17:04:47.775497 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part
1942 2025.03.20 17:04:47.775749 [ 190 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1943 2025.03.20 17:04:47.775742 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 36 rows starting from the beginning of the part
1944 2025.03.20 17:04:47.776064 [ 190 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
1945 2025.03.20 17:04:47.776098 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part
1946 2025.03.20 17:04:47.776363 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB.
1947 2025.03.20 17:04:47.777471 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 414 rows, containing 4 columns (4 merged, 0 gathered) in 0.003537157 sec., 117043.15075638429 rows/sec., 7.84 MiB/sec.
1948 2025.03.20 17:04:47.777647 [ 190 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1949 2025.03.20 17:04:47.777944 [ 190 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_11_2} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1950 2025.03.20 17:04:47.778022 [ 190 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_11_2} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
1951 2025.03.20 17:04:47.778100 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
1952 2025.03.20 17:04:49.695883 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233
1953 2025.03.20 17:04:49.696501 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1954 2025.03.20 17:04:49.696544 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1955 2025.03.20 17:04:49.697083 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1956 2025.03.20 17:04:49.697344 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1957 2025.03.20 17:04:49.697576 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233
1958 2025.03.20 17:04:49.888118 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1959 2025.03.20 17:04:49.907359 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1960 2025.03.20 17:04:49.907413 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.64 GiB.
1961 2025.03.20 17:04:49.914387 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1962 2025.03.20 17:04:49.915139 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1963 2025.03.20 17:04:49.917996 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1964 2025.03.20 17:04:50.000248 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.89 MiB, peak 170.03 MiB, free memory in arenas 0.00 B, will set to 166.07 MiB (RSS), difference: 1.19 MiB
1965 2025.03.20 17:04:52.758770 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1966 2025.03.20 17:04:52.759065 [ 3 ] {fb89ea3a-7334-4042-a33b-65fb989132f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1967 2025.03.20 17:04:52.759173 [ 3 ] {fb89ea3a-7334-4042-a33b-65fb989132f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1968 2025.03.20 17:04:52.760056 [ 3 ] {fb89ea3a-7334-4042-a33b-65fb989132f4} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1969 2025.03.20 17:04:52.760105 [ 3 ] {fb89ea3a-7334-4042-a33b-65fb989132f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
1970 2025.03.20 17:04:52.760530 [ 3 ] {fb89ea3a-7334-4042-a33b-65fb989132f4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
1971 2025.03.20 17:04:52.760782 [ 3 ] {fb89ea3a-7334-4042-a33b-65fb989132f4} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1972 2025.03.20 17:04:52.761021 [ 3 ] {fb89ea3a-7334-4042-a33b-65fb989132f4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002033 sec., 27545.499262174126 rows/sec., 2.12 MiB/sec.
1973 2025.03.20 17:04:52.761088 [ 3 ] {fb89ea3a-7334-4042-a33b-65fb989132f4} <Debug> TCPHandler: Processed in 0.002486146 sec.
1974 2025.03.20 17:04:52.761197 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1975 2025.03.20 17:04:52.761303 [ 3 ] {37f1f57f-22cb-418f-b1fe-f74b3667475c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1976 2025.03.20 17:04:52.761348 [ 3 ] {37f1f57f-22cb-418f-b1fe-f74b3667475c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1977 2025.03.20 17:04:52.761856 [ 3 ] {37f1f57f-22cb-418f-b1fe-f74b3667475c} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1978 2025.03.20 17:04:52.761894 [ 3 ] {37f1f57f-22cb-418f-b1fe-f74b3667475c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
1979 2025.03.20 17:04:52.762301 [ 3 ] {37f1f57f-22cb-418f-b1fe-f74b3667475c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
1980 2025.03.20 17:04:52.762540 [ 3 ] {37f1f57f-22cb-418f-b1fe-f74b3667475c} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1981 2025.03.20 17:04:52.762746 [ 3 ] {37f1f57f-22cb-418f-b1fe-f74b3667475c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001458 sec., 43895.7475994513 rows/sec., 3.43 MiB/sec.
1982 2025.03.20 17:04:52.762800 [ 3 ] {37f1f57f-22cb-418f-b1fe-f74b3667475c} <Debug> TCPHandler: Processed in 0.001650567 sec.
1983 2025.03.20 17:04:52.762934 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1984 2025.03.20 17:04:52.763072 [ 3 ] {4c811e4e-e0c7-4c2d-be3f-70f276eb8925} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1985 2025.03.20 17:04:52.763131 [ 3 ] {4c811e4e-e0c7-4c2d-be3f-70f276eb8925} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1986 2025.03.20 17:04:52.763697 [ 3 ] {4c811e4e-e0c7-4c2d-be3f-70f276eb8925} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1987 2025.03.20 17:04:52.763736 [ 3 ] {4c811e4e-e0c7-4c2d-be3f-70f276eb8925} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
1988 2025.03.20 17:04:52.764145 [ 3 ] {4c811e4e-e0c7-4c2d-be3f-70f276eb8925} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
1989 2025.03.20 17:04:52.764390 [ 3 ] {4c811e4e-e0c7-4c2d-be3f-70f276eb8925} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1990 2025.03.20 17:04:52.764601 [ 3 ] {4c811e4e-e0c7-4c2d-be3f-70f276eb8925} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001561 sec., 102498.39846252401 rows/sec., 7.14 MiB/sec.
1991 2025.03.20 17:04:52.764651 [ 3 ] {4c811e4e-e0c7-4c2d-be3f-70f276eb8925} <Debug> TCPHandler: Processed in 0.001783379 sec.
1992 2025.03.20 17:04:52.764756 [ 3 ] {} <Trace> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1993 2025.03.20 17:04:52.764858 [ 3 ] {527713ad-3b91-4698-803d-eec39b00e0d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48723) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1994 2025.03.20 17:04:52.764903 [ 3 ] {527713ad-3b91-4698-803d-eec39b00e0d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1995 2025.03.20 17:04:52.765330 [ 3 ] {527713ad-3b91-4698-803d-eec39b00e0d9} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1996 2025.03.20 17:04:52.765369 [ 3 ] {527713ad-3b91-4698-803d-eec39b00e0d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
1997 2025.03.20 17:04:52.765729 [ 3 ] {527713ad-3b91-4698-803d-eec39b00e0d9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
1998 2025.03.20 17:04:52.765967 [ 3 ] {527713ad-3b91-4698-803d-eec39b00e0d9} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1999 2025.03.20 17:04:52.766169 [ 3 ] {527713ad-3b91-4698-803d-eec39b00e0d9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001332 sec., 45045.045045045044 rows/sec., 3.04 MiB/sec.
2000 2025.03.20 17:04:52.766216 [ 3 ] {527713ad-3b91-4698-803d-eec39b00e0d9} <Debug> TCPHandler: Processed in 0.001512266 sec.
2001 2025.03.20 17:04:57.124879 [ 50 ] {} <Debug> DNSResolver: Updating DNS cache
2002 2025.03.20 17:04:57.124975 [ 50 ] {} <Debug> DNSResolver: Updated DNS cache
2003 2025.03.20 17:04:57.197979 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721
2004 2025.03.20 17:04:57.199103 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2005 2025.03.20 17:04:57.199149 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2006 2025.03.20 17:04:57.199754 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2007 2025.03.20 17:04:57.200009 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2008 2025.03.20 17:04:57.200228 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
2009 2025.03.20 17:04:57.204683 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 272
2010 2025.03.20 17:04:57.207395 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2011 2025.03.20 17:04:57.207433 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2012 2025.03.20 17:04:57.208878 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2013 2025.03.20 17:04:57.209189 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2014 2025.03.20 17:04:57.209345 [ 50 ] {} <Debug> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2015 2025.03.20 17:04:57.209407 [ 50 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2016 2025.03.20 17:04:57.209453 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2017 2025.03.20 17:04:57.210559 [ 197 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::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
2018 2025.03.20 17:04:57.210959 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 272
2019 2025.03.20 17:04:57.211542 [ 197 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2020 2025.03.20 17:04:57.211727 [ 197 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 106 rows starting from the beginning of the part
2021 2025.03.20 17:04:57.212370 [ 197 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 16 rows starting from the beginning of the part
2022 2025.03.20 17:04:57.212995 [ 197 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 46 rows starting from the beginning of the part
2023 2025.03.20 17:04:57.213694 [ 197 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part
2024 2025.03.20 17:04:57.214322 [ 197 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part
2025 2025.03.20 17:04:57.214887 [ 197 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 16 rows starting from the beginning of the part
2026 2025.03.20 17:04:57.222319 [ 199 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 72 columns (72 merged, 0 gathered) in 0.012654292 sec., 21494.683384894233 rows/sec., 21.61 MiB/sec.
2027 2025.03.20 17:04:57.223368 [ 195 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2028 2025.03.20 17:04:57.224193 [ 195 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_6_1} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2029 2025.03.20 17:04:57.224285 [ 195 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_6_1} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2030 2025.03.20 17:04:57.224611 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.62 MiB.
2031 2025.03.20 17:04:57.418323 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
2032 2025.03.20 17:04:57.438879 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2033 2025.03.20 17:04:57.438923 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2034 2025.03.20 17:04:57.446038 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2035 2025.03.20 17:04:57.446821 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2036 2025.03.20 17:04:57.449563 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
2037 2025.03.20 17:04:57.483064 [ 3 ] {} <Debug> TCPHandler: Done processing connection.
2038 2025.03.20 17:04:57.483138 [ 3 ] {} <Debug> TCP-Session: 93228589-7708-49fe-a114-00f58373d9f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2039 2025.03.20 17:04:57.759769 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2040 2025.03.20 17:04:57.760049 [ 256 ] {4ce1cba8-893e-4955-8dff-053b3b8669ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2041 2025.03.20 17:04:57.760156 [ 256 ] {4ce1cba8-893e-4955-8dff-053b3b8669ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2042 2025.03.20 17:04:57.761269 [ 256 ] {4ce1cba8-893e-4955-8dff-053b3b8669ea} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2043 2025.03.20 17:04:57.761320 [ 256 ] {4ce1cba8-893e-4955-8dff-053b3b8669ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2044 2025.03.20 17:04:57.761750 [ 256 ] {4ce1cba8-893e-4955-8dff-053b3b8669ea} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2045 2025.03.20 17:04:57.762009 [ 256 ] {4ce1cba8-893e-4955-8dff-053b3b8669ea} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2046 2025.03.20 17:04:57.762335 [ 256 ] {4ce1cba8-893e-4955-8dff-053b3b8669ea} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002344 sec., 30716.72354948805 rows/sec., 2.50 MiB/sec.
2047 2025.03.20 17:04:57.762469 [ 256 ] {4ce1cba8-893e-4955-8dff-053b3b8669ea} <Debug> TCPHandler: Processed in 0.00287244 sec.
2048 2025.03.20 17:04:57.762622 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2049 2025.03.20 17:04:57.762755 [ 256 ] {c61d4af4-2a68-46f4-9728-bdeed3b1415d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2050 2025.03.20 17:04:57.762809 [ 256 ] {c61d4af4-2a68-46f4-9728-bdeed3b1415d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2051 2025.03.20 17:04:57.763450 [ 256 ] {c61d4af4-2a68-46f4-9728-bdeed3b1415d} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2052 2025.03.20 17:04:57.763498 [ 256 ] {c61d4af4-2a68-46f4-9728-bdeed3b1415d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2053 2025.03.20 17:04:57.763881 [ 256 ] {c61d4af4-2a68-46f4-9728-bdeed3b1415d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2054 2025.03.20 17:04:57.764135 [ 256 ] {c61d4af4-2a68-46f4-9728-bdeed3b1415d} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2055 2025.03.20 17:04:57.764350 [ 256 ] {c61d4af4-2a68-46f4-9728-bdeed3b1415d} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001603 sec., 4990.642545227698 rows/sec., 375.27 KiB/sec.
2056 2025.03.20 17:04:57.764481 [ 256 ] {c61d4af4-2a68-46f4-9728-bdeed3b1415d} <Debug> TCPHandler: Processed in 0.00191179 sec.
2057 2025.03.20 17:04:57.764691 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2058 2025.03.20 17:04:57.764796 [ 256 ] {32e28e6c-da7b-42a3-9e10-f0dd0891e23c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2059 2025.03.20 17:04:57.764842 [ 256 ] {32e28e6c-da7b-42a3-9e10-f0dd0891e23c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2060 2025.03.20 17:04:57.765393 [ 256 ] {32e28e6c-da7b-42a3-9e10-f0dd0891e23c} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2061 2025.03.20 17:04:57.765432 [ 256 ] {32e28e6c-da7b-42a3-9e10-f0dd0891e23c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2062 2025.03.20 17:04:57.765785 [ 256 ] {32e28e6c-da7b-42a3-9e10-f0dd0891e23c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2063 2025.03.20 17:04:57.766019 [ 256 ] {32e28e6c-da7b-42a3-9e10-f0dd0891e23c} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2064 2025.03.20 17:04:57.766227 [ 256 ] {32e28e6c-da7b-42a3-9e10-f0dd0891e23c} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001452 sec., 49586.776859504134 rows/sec., 3.87 MiB/sec.
2065 2025.03.20 17:04:57.766415 [ 256 ] {32e28e6c-da7b-42a3-9e10-f0dd0891e23c} <Debug> TCPHandler: Processed in 0.001770079 sec.
2066 2025.03.20 17:04:57.766539 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2067 2025.03.20 17:04:57.766643 [ 256 ] {5345f5ad-a448-4abf-b22e-646b4039ef25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2068 2025.03.20 17:04:57.766693 [ 256 ] {5345f5ad-a448-4abf-b22e-646b4039ef25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2069 2025.03.20 17:04:57.767230 [ 256 ] {5345f5ad-a448-4abf-b22e-646b4039ef25} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2070 2025.03.20 17:04:57.767268 [ 256 ] {5345f5ad-a448-4abf-b22e-646b4039ef25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2071 2025.03.20 17:04:57.767646 [ 256 ] {5345f5ad-a448-4abf-b22e-646b4039ef25} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2072 2025.03.20 17:04:57.767883 [ 256 ] {5345f5ad-a448-4abf-b22e-646b4039ef25} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2073 2025.03.20 17:04:57.768128 [ 256 ] {5345f5ad-a448-4abf-b22e-646b4039ef25} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001486 sec., 107671.60161507403 rows/sec., 7.50 MiB/sec.
2074 2025.03.20 17:04:57.768251 [ 256 ] {5345f5ad-a448-4abf-b22e-646b4039ef25} <Debug> TCPHandler: Processed in 0.001763998 sec.
2075 2025.03.20 17:04:57.768363 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2076 2025.03.20 17:04:57.768467 [ 256 ] {ef79deae-25f8-4afe-8312-c0860c6baedf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2077 2025.03.20 17:04:57.768532 [ 256 ] {ef79deae-25f8-4afe-8312-c0860c6baedf} <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
2078 2025.03.20 17:04:57.769562 [ 256 ] {ef79deae-25f8-4afe-8312-c0860c6baedf} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2079 2025.03.20 17:04:57.769599 [ 256 ] {ef79deae-25f8-4afe-8312-c0860c6baedf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2080 2025.03.20 17:04:57.770201 [ 256 ] {ef79deae-25f8-4afe-8312-c0860c6baedf} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2081 2025.03.20 17:04:57.770457 [ 256 ] {ef79deae-25f8-4afe-8312-c0860c6baedf} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2082 2025.03.20 17:04:57.770748 [ 256 ] {ef79deae-25f8-4afe-8312-c0860c6baedf} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002275 sec., 3516.4835164835163 rows/sec., 6.30 MiB/sec.
2083 2025.03.20 17:04:57.770908 [ 256 ] {ef79deae-25f8-4afe-8312-c0860c6baedf} <Debug> TCPHandler: Processed in 0.002600097 sec.
2084 2025.03.20 17:04:57.771025 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2085 2025.03.20 17:04:57.771128 [ 256 ] {8192a1ad-6e26-4d46-8463-640e0691e646} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2086 2025.03.20 17:04:57.771174 [ 256 ] {8192a1ad-6e26-4d46-8463-640e0691e646} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2087 2025.03.20 17:04:57.771605 [ 256 ] {8192a1ad-6e26-4d46-8463-640e0691e646} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2088 2025.03.20 17:04:57.771643 [ 256 ] {8192a1ad-6e26-4d46-8463-640e0691e646} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2089 2025.03.20 17:04:57.771993 [ 256 ] {8192a1ad-6e26-4d46-8463-640e0691e646} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2090 2025.03.20 17:04:57.772227 [ 256 ] {8192a1ad-6e26-4d46-8463-640e0691e646} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2091 2025.03.20 17:04:57.772582 [ 256 ] {8192a1ad-6e26-4d46-8463-640e0691e646} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001434 sec., 41841.00418410042 rows/sec., 2.82 MiB/sec.
2092 2025.03.20 17:04:57.772885 [ 256 ] {8192a1ad-6e26-4d46-8463-640e0691e646} <Debug> TCPHandler: Processed in 0.00190531 sec.
2093 2025.03.20 17:04:58.000269 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.15 MiB, peak 170.75 MiB, free memory in arenas 0.00 B, will set to 166.80 MiB (RSS), difference: 1.65 MiB
2094 2025.03.20 17:05:02.757520 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2095 2025.03.20 17:05:02.757815 [ 256 ] {b4fa3ffb-bf73-493d-b981-b79cd148294f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) 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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
2096 2025.03.20 17:05:02.758294 [ 256 ] {b4fa3ffb-bf73-493d-b981-b79cd148294f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2097 2025.03.20 17:05:02.758353 [ 256 ] {b4fa3ffb-bf73-493d-b981-b79cd148294f} <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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
2098 2025.03.20 17:05:02.758732 [ 256 ] {b4fa3ffb-bf73-493d-b981-b79cd148294f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2099 2025.03.20 17:05:02.758818 [ 256 ] {b4fa3ffb-bf73-493d-b981-b79cd148294f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2100 2025.03.20 17:05:02.759005 [ 256 ] {b4fa3ffb-bf73-493d-b981-b79cd148294f} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
2101 2025.03.20 17:05:02.759213 [ 287 ] {b4fa3ffb-bf73-493d-b981-b79cd148294f} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2102 2025.03.20 17:05:02.759392 [ 289 ] {b4fa3ffb-bf73-493d-b981-b79cd148294f} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2103 2025.03.20 17:05:02.759412 [ 288 ] {b4fa3ffb-bf73-493d-b981-b79cd148294f} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2104 2025.03.20 17:05:02.759402 [ 291 ] {b4fa3ffb-bf73-493d-b981-b79cd148294f} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2105 2025.03.20 17:05:02.759626 [ 256 ] {b4fa3ffb-bf73-493d-b981-b79cd148294f} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (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
2106 2025.03.20 17:05:02.759662 [ 256 ] {b4fa3ffb-bf73-493d-b981-b79cd148294f} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Spreading mark ranges among streams (default reading)
2107 2025.03.20 17:05:02.759795 [ 256 ] {b4fa3ffb-bf73-493d-b981-b79cd148294f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2108 2025.03.20 17:05:02.759821 [ 256 ] {b4fa3ffb-bf73-493d-b981-b79cd148294f} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Reading approx. 30 rows with 3 streams
2109 2025.03.20 17:05:02.759867 [ 256 ] {b4fa3ffb-bf73-493d-b981-b79cd148294f} <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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
2110 2025.03.20 17:05:02.759919 [ 256 ] {b4fa3ffb-bf73-493d-b981-b79cd148294f} <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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
2111 2025.03.20 17:05:02.759962 [ 256 ] {b4fa3ffb-bf73-493d-b981-b79cd148294f} <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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
2112 2025.03.20 17:05:02.761716 [ 256 ] {b4fa3ffb-bf73-493d-b981-b79cd148294f} <Debug> executeQuery: Read 30 rows, 1.26 KiB in 0.004028 sec., 7447.864945382323 rows/sec., 312.27 KiB/sec.
2113 2025.03.20 17:05:02.761942 [ 256 ] {b4fa3ffb-bf73-493d-b981-b79cd148294f} <Debug> TCPHandler: Processed in 0.004578987 sec.
2114 2025.03.20 17:05:02.765695 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2115 2025.03.20 17:05:02.765831 [ 256 ] {ab080ad9-4b83-4a1c-8b33-d8681a0f110d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2116 2025.03.20 17:05:02.765890 [ 256 ] {ab080ad9-4b83-4a1c-8b33-d8681a0f110d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2117 2025.03.20 17:05:02.766608 [ 256 ] {ab080ad9-4b83-4a1c-8b33-d8681a0f110d} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2118 2025.03.20 17:05:02.766660 [ 256 ] {ab080ad9-4b83-4a1c-8b33-d8681a0f110d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2119 2025.03.20 17:05:02.767177 [ 256 ] {ab080ad9-4b83-4a1c-8b33-d8681a0f110d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2120 2025.03.20 17:05:02.767411 [ 256 ] {ab080ad9-4b83-4a1c-8b33-d8681a0f110d} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2121 2025.03.20 17:05:02.767669 [ 256 ] {ab080ad9-4b83-4a1c-8b33-d8681a0f110d} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001877 sec., 532.7650506126798 rows/sec., 120.70 KiB/sec.
2122 2025.03.20 17:05:02.767766 [ 256 ] {ab080ad9-4b83-4a1c-8b33-d8681a0f110d} <Debug> TCPHandler: Processed in 0.002149202 sec.
2123 2025.03.20 17:05:02.767881 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2124 2025.03.20 17:05:02.767993 [ 256 ] {77f76f1f-db26-4fdd-9ae8-5762dd45b78a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2125 2025.03.20 17:05:02.768040 [ 256 ] {77f76f1f-db26-4fdd-9ae8-5762dd45b78a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2126 2025.03.20 17:05:02.768591 [ 256 ] {77f76f1f-db26-4fdd-9ae8-5762dd45b78a} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2127 2025.03.20 17:05:02.768630 [ 256 ] {77f76f1f-db26-4fdd-9ae8-5762dd45b78a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2128 2025.03.20 17:05:02.769002 [ 256 ] {77f76f1f-db26-4fdd-9ae8-5762dd45b78a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2129 2025.03.20 17:05:02.769277 [ 256 ] {77f76f1f-db26-4fdd-9ae8-5762dd45b78a} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2130 2025.03.20 17:05:02.769530 [ 256 ] {77f76f1f-db26-4fdd-9ae8-5762dd45b78a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001556 sec., 1285.3470437017995 rows/sec., 104.81 KiB/sec.
2131 2025.03.20 17:05:02.769780 [ 256 ] {77f76f1f-db26-4fdd-9ae8-5762dd45b78a} <Debug> TCPHandler: Processed in 0.00195165 sec.
2132 2025.03.20 17:05:02.769899 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2133 2025.03.20 17:05:02.770002 [ 256 ] {947ca3a7-6505-4ba5-99ad-d1d9864e455c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2134 2025.03.20 17:05:02.770046 [ 256 ] {947ca3a7-6505-4ba5-99ad-d1d9864e455c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2135 2025.03.20 17:05:02.770596 [ 256 ] {947ca3a7-6505-4ba5-99ad-d1d9864e455c} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2136 2025.03.20 17:05:02.770639 [ 256 ] {947ca3a7-6505-4ba5-99ad-d1d9864e455c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2137 2025.03.20 17:05:02.771003 [ 256 ] {947ca3a7-6505-4ba5-99ad-d1d9864e455c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2138 2025.03.20 17:05:02.771258 [ 256 ] {947ca3a7-6505-4ba5-99ad-d1d9864e455c} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2139 2025.03.20 17:05:02.771496 [ 256 ] {947ca3a7-6505-4ba5-99ad-d1d9864e455c} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001509 sec., 37773.359840954276 rows/sec., 2.90 MiB/sec.
2140 2025.03.20 17:05:02.771661 [ 256 ] {947ca3a7-6505-4ba5-99ad-d1d9864e455c} <Debug> TCPHandler: Processed in 0.001807689 sec.
2141 2025.03.20 17:05:02.771835 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2142 2025.03.20 17:05:02.771942 [ 256 ] {778c1eda-6936-451b-be89-7eb3eb2e8a7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2143 2025.03.20 17:05:02.771987 [ 256 ] {778c1eda-6936-451b-be89-7eb3eb2e8a7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2144 2025.03.20 17:05:02.772573 [ 256 ] {778c1eda-6936-451b-be89-7eb3eb2e8a7d} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2145 2025.03.20 17:05:02.772613 [ 256 ] {778c1eda-6936-451b-be89-7eb3eb2e8a7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2146 2025.03.20 17:05:02.772953 [ 256 ] {778c1eda-6936-451b-be89-7eb3eb2e8a7d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2147 2025.03.20 17:05:02.773202 [ 256 ] {778c1eda-6936-451b-be89-7eb3eb2e8a7d} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2148 2025.03.20 17:05:02.773420 [ 256 ] {778c1eda-6936-451b-be89-7eb3eb2e8a7d} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001501 sec., 1332.4450366422386 rows/sec., 93.04 KiB/sec.
2149 2025.03.20 17:05:02.773473 [ 256 ] {778c1eda-6936-451b-be89-7eb3eb2e8a7d} <Debug> TCPHandler: Processed in 0.001698078 sec.
2150 2025.03.20 17:05:02.773595 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2151 2025.03.20 17:05:02.773701 [ 256 ] {b3adeff5-f346-4045-a379-7c10cccfea57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2152 2025.03.20 17:05:02.773746 [ 256 ] {b3adeff5-f346-4045-a379-7c10cccfea57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2153 2025.03.20 17:05:02.774307 [ 256 ] {b3adeff5-f346-4045-a379-7c10cccfea57} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2154 2025.03.20 17:05:02.774348 [ 256 ] {b3adeff5-f346-4045-a379-7c10cccfea57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2155 2025.03.20 17:05:02.774764 [ 256 ] {b3adeff5-f346-4045-a379-7c10cccfea57} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2156 2025.03.20 17:05:02.775126 [ 256 ] {b3adeff5-f346-4045-a379-7c10cccfea57} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2157 2025.03.20 17:05:02.775389 [ 256 ] {b3adeff5-f346-4045-a379-7c10cccfea57} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001707 sec., 38664.32337434095 rows/sec., 3.02 MiB/sec.
2158 2025.03.20 17:05:02.775453 [ 256 ] {b3adeff5-f346-4045-a379-7c10cccfea57} <Debug> TCPHandler: Processed in 0.001908989 sec.
2159 2025.03.20 17:05:02.775596 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2160 2025.03.20 17:05:02.775723 [ 256 ] {b10e2308-d17a-4ca0-8921-e46936d86a07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2161 2025.03.20 17:05:02.775783 [ 256 ] {b10e2308-d17a-4ca0-8921-e46936d86a07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2162 2025.03.20 17:05:02.776449 [ 256 ] {b10e2308-d17a-4ca0-8921-e46936d86a07} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2163 2025.03.20 17:05:02.776500 [ 256 ] {b10e2308-d17a-4ca0-8921-e46936d86a07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2164 2025.03.20 17:05:02.777004 [ 256 ] {b10e2308-d17a-4ca0-8921-e46936d86a07} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2165 2025.03.20 17:05:02.777320 [ 256 ] {b10e2308-d17a-4ca0-8921-e46936d86a07} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2166 2025.03.20 17:05:02.777568 [ 256 ] {b10e2308-d17a-4ca0-8921-e46936d86a07} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001872 sec., 86004.2735042735 rows/sec., 5.99 MiB/sec.
2167 2025.03.20 17:05:02.777634 [ 256 ] {b10e2308-d17a-4ca0-8921-e46936d86a07} <Debug> TCPHandler: Processed in 0.002098302 sec.
2168 2025.03.20 17:05:02.777762 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2169 2025.03.20 17:05:02.777878 [ 256 ] {3805a548-f123-4eaa-9d4d-917740629585} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2170 2025.03.20 17:05:02.777934 [ 256 ] {3805a548-f123-4eaa-9d4d-917740629585} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2171 2025.03.20 17:05:02.778485 [ 256 ] {3805a548-f123-4eaa-9d4d-917740629585} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2172 2025.03.20 17:05:02.778535 [ 256 ] {3805a548-f123-4eaa-9d4d-917740629585} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2173 2025.03.20 17:05:02.778949 [ 256 ] {3805a548-f123-4eaa-9d4d-917740629585} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2174 2025.03.20 17:05:02.779203 [ 256 ] {3805a548-f123-4eaa-9d4d-917740629585} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2175 2025.03.20 17:05:02.779408 [ 256 ] {3805a548-f123-4eaa-9d4d-917740629585} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001556 sec., 38560.411311053984 rows/sec., 2.60 MiB/sec.
2176 2025.03.20 17:05:02.779457 [ 256 ] {3805a548-f123-4eaa-9d4d-917740629585} <Debug> TCPHandler: Processed in 0.001754618 sec.
2177 2025.03.20 17:05:04.700575 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148
2178 2025.03.20 17:05:04.701205 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2179 2025.03.20 17:05:04.701254 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2180 2025.03.20 17:05:04.701778 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2181 2025.03.20 17:05:04.702040 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2182 2025.03.20 17:05:04.702299 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148
2183 2025.03.20 17:05:04.949834 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
2184 2025.03.20 17:05:04.969961 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2185 2025.03.20 17:05:04.970019 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2186 2025.03.20 17:05:04.976982 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2187 2025.03.20 17:05:04.977751 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2188 2025.03.20 17:05:04.981760 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
2189 2025.03.20 17:05:07.211235 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 300
2190 2025.03.20 17:05:07.214121 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2191 2025.03.20 17:05:07.214170 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2192 2025.03.20 17:05:07.215648 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2193 2025.03.20 17:05:07.215969 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2194 2025.03.20 17:05:07.217109 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 300
2195 2025.03.20 17:05:07.760107 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2196 2025.03.20 17:05:07.760325 [ 256 ] {324df2fc-3665-4a46-a872-641952e97da0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2197 2025.03.20 17:05:07.760408 [ 256 ] {324df2fc-3665-4a46-a872-641952e97da0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2198 2025.03.20 17:05:07.761261 [ 256 ] {324df2fc-3665-4a46-a872-641952e97da0} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2199 2025.03.20 17:05:07.761315 [ 256 ] {324df2fc-3665-4a46-a872-641952e97da0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2200 2025.03.20 17:05:07.761759 [ 256 ] {324df2fc-3665-4a46-a872-641952e97da0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2201 2025.03.20 17:05:07.762032 [ 256 ] {324df2fc-3665-4a46-a872-641952e97da0} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2202 2025.03.20 17:05:07.762287 [ 256 ] {324df2fc-3665-4a46-a872-641952e97da0} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002022 sec., 35608.30860534125 rows/sec., 2.89 MiB/sec.
2203 2025.03.20 17:05:07.762356 [ 256 ] {324df2fc-3665-4a46-a872-641952e97da0} <Debug> TCPHandler: Processed in 0.002401285 sec.
2204 2025.03.20 17:05:07.762488 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2205 2025.03.20 17:05:07.762605 [ 256 ] {fbaacbce-c299-4f05-a6ab-5ac5eb5666ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2206 2025.03.20 17:05:07.762655 [ 256 ] {fbaacbce-c299-4f05-a6ab-5ac5eb5666ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2207 2025.03.20 17:05:07.763195 [ 256 ] {fbaacbce-c299-4f05-a6ab-5ac5eb5666ec} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2208 2025.03.20 17:05:07.763238 [ 256 ] {fbaacbce-c299-4f05-a6ab-5ac5eb5666ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2209 2025.03.20 17:05:07.763588 [ 256 ] {fbaacbce-c299-4f05-a6ab-5ac5eb5666ec} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2210 2025.03.20 17:05:07.763828 [ 256 ] {fbaacbce-c299-4f05-a6ab-5ac5eb5666ec} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2211 2025.03.20 17:05:07.763981 [ 38 ] {} <Debug> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2212 2025.03.20 17:05:07.764062 [ 256 ] {fbaacbce-c299-4f05-a6ab-5ac5eb5666ec} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001474 sec., 5427.408412483039 rows/sec., 408.12 KiB/sec.
2213 2025.03.20 17:05:07.764066 [ 38 ] {} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2214 2025.03.20 17:05:07.764158 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2215 2025.03.20 17:05:07.764206 [ 256 ] {fbaacbce-c299-4f05-a6ab-5ac5eb5666ec} <Debug> TCPHandler: Processed in 0.001771018 sec.
2216 2025.03.20 17:05:07.764422 [ 199 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::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
2217 2025.03.20 17:05:07.764436 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2218 2025.03.20 17:05:07.764731 [ 256 ] {c85788d4-5a9d-4489-92ed-6cf10cc618ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2219 2025.03.20 17:05:07.764736 [ 199 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2220 2025.03.20 17:05:07.764828 [ 256 ] {c85788d4-5a9d-4489-92ed-6cf10cc618ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2221 2025.03.20 17:05:07.764834 [ 199 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::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
2222 2025.03.20 17:05:07.765175 [ 199 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::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
2223 2025.03.20 17:05:07.765661 [ 199 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part
2224 2025.03.20 17:05:07.765938 [ 199 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::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
2225 2025.03.20 17:05:07.766340 [ 199 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part
2226 2025.03.20 17:05:07.766569 [ 199 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::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
2227 2025.03.20 17:05:07.767523 [ 256 ] {c85788d4-5a9d-4489-92ed-6cf10cc618ed} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2228 2025.03.20 17:05:07.767598 [ 256 ] {c85788d4-5a9d-4489-92ed-6cf10cc618ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2229 2025.03.20 17:05:07.768632 [ 256 ] {c85788d4-5a9d-4489-92ed-6cf10cc618ed} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2230 2025.03.20 17:05:07.769272 [ 256 ] {c85788d4-5a9d-4489-92ed-6cf10cc618ed} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2231 2025.03.20 17:05:07.769300 [ 195 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.005029183 sec., 10737.330496822247 rows/sec., 858.85 KiB/sec.
2232 2025.03.20 17:05:07.769554 [ 195 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2233 2025.03.20 17:05:07.769663 [ 256 ] {c85788d4-5a9d-4489-92ed-6cf10cc618ed} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.005008 sec., 14376.99680511182 rows/sec., 1.12 MiB/sec.
2234 2025.03.20 17:05:07.769799 [ 256 ] {c85788d4-5a9d-4489-92ed-6cf10cc618ed} <Debug> TCPHandler: Processed in 0.005451177 sec.
2235 2025.03.20 17:05:07.769992 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2236 2025.03.20 17:05:07.770042 [ 195 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_6_1} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2237 2025.03.20 17:05:07.770209 [ 256 ] {73fe353f-39f3-4132-aea8-279298887c72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2238 2025.03.20 17:05:07.770235 [ 195 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_6_1} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2239 2025.03.20 17:05:07.770297 [ 256 ] {73fe353f-39f3-4132-aea8-279298887c72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2240 2025.03.20 17:05:07.770392 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
2241 2025.03.20 17:05:07.770969 [ 256 ] {73fe353f-39f3-4132-aea8-279298887c72} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2242 2025.03.20 17:05:07.771012 [ 256 ] {73fe353f-39f3-4132-aea8-279298887c72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2243 2025.03.20 17:05:07.771412 [ 256 ] {73fe353f-39f3-4132-aea8-279298887c72} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2244 2025.03.20 17:05:07.771674 [ 256 ] {73fe353f-39f3-4132-aea8-279298887c72} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2245 2025.03.20 17:05:07.771892 [ 256 ] {73fe353f-39f3-4132-aea8-279298887c72} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001755 sec., 91168.09116809117 rows/sec., 6.35 MiB/sec.
2246 2025.03.20 17:05:07.771946 [ 256 ] {73fe353f-39f3-4132-aea8-279298887c72} <Debug> TCPHandler: Processed in 0.002029741 sec.
2247 2025.03.20 17:05:07.772053 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2248 2025.03.20 17:05:07.772157 [ 256 ] {7fa5faab-d036-4e3f-bc40-e6051dabff5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2249 2025.03.20 17:05:07.772222 [ 256 ] {7fa5faab-d036-4e3f-bc40-e6051dabff5f} <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
2250 2025.03.20 17:05:07.773272 [ 256 ] {7fa5faab-d036-4e3f-bc40-e6051dabff5f} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2251 2025.03.20 17:05:07.773312 [ 256 ] {7fa5faab-d036-4e3f-bc40-e6051dabff5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2252 2025.03.20 17:05:07.773943 [ 256 ] {7fa5faab-d036-4e3f-bc40-e6051dabff5f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2253 2025.03.20 17:05:07.774203 [ 256 ] {7fa5faab-d036-4e3f-bc40-e6051dabff5f} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2254 2025.03.20 17:05:07.774529 [ 256 ] {7fa5faab-d036-4e3f-bc40-e6051dabff5f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002375 sec., 3368.421052631579 rows/sec., 6.04 MiB/sec.
2255 2025.03.20 17:05:07.774720 [ 256 ] {7fa5faab-d036-4e3f-bc40-e6051dabff5f} <Debug> TCPHandler: Processed in 0.002716878 sec.
2256 2025.03.20 17:05:07.774861 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2257 2025.03.20 17:05:07.774968 [ 256 ] {6066cdf4-7efc-4b43-ad64-a6f7b5f94446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2258 2025.03.20 17:05:07.775015 [ 256 ] {6066cdf4-7efc-4b43-ad64-a6f7b5f94446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2259 2025.03.20 17:05:07.775463 [ 256 ] {6066cdf4-7efc-4b43-ad64-a6f7b5f94446} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2260 2025.03.20 17:05:07.775503 [ 256 ] {6066cdf4-7efc-4b43-ad64-a6f7b5f94446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2261 2025.03.20 17:05:07.775866 [ 256 ] {6066cdf4-7efc-4b43-ad64-a6f7b5f94446} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2262 2025.03.20 17:05:07.776108 [ 256 ] {6066cdf4-7efc-4b43-ad64-a6f7b5f94446} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2263 2025.03.20 17:05:07.776370 [ 256 ] {6066cdf4-7efc-4b43-ad64-a6f7b5f94446} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00142 sec., 42253.52112676056 rows/sec., 2.85 MiB/sec.
2264 2025.03.20 17:05:07.776554 [ 256 ] {6066cdf4-7efc-4b43-ad64-a6f7b5f94446} <Debug> TCPHandler: Processed in 0.001742988 sec.
2265 2025.03.20 17:05:12.125018 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache
2266 2025.03.20 17:05:12.125100 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache
2267 2025.03.20 17:05:12.203172 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636
2268 2025.03.20 17:05:12.203810 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2269 2025.03.20 17:05:12.203855 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2270 2025.03.20 17:05:12.204386 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2271 2025.03.20 17:05:12.204641 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2272 2025.03.20 17:05:12.204837 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
2273 2025.03.20 17:05:12.482595 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
2274 2025.03.20 17:05:12.503377 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2275 2025.03.20 17:05:12.503430 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2276 2025.03.20 17:05:12.510912 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2277 2025.03.20 17:05:12.511694 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2278 2025.03.20 17:05:12.514793 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
2279 2025.03.20 17:05:12.758182 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2280 2025.03.20 17:05:12.758465 [ 256 ] {6934ac40-69bb-4c4d-86b9-7ac815be7d1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
2281 2025.03.20 17:05:12.758927 [ 256 ] {6934ac40-69bb-4c4d-86b9-7ac815be7d1d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2282 2025.03.20 17:05:12.758978 [ 256 ] {6934ac40-69bb-4c4d-86b9-7ac815be7d1d} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
2283 2025.03.20 17:05:12.759348 [ 256 ] {6934ac40-69bb-4c4d-86b9-7ac815be7d1d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2284 2025.03.20 17:05:12.759436 [ 256 ] {6934ac40-69bb-4c4d-86b9-7ac815be7d1d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2285 2025.03.20 17:05:12.759620 [ 256 ] {6934ac40-69bb-4c4d-86b9-7ac815be7d1d} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
2286 2025.03.20 17:05:12.759927 [ 287 ] {6934ac40-69bb-4c4d-86b9-7ac815be7d1d} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2287 2025.03.20 17:05:12.759908 [ 288 ] {6934ac40-69bb-4c4d-86b9-7ac815be7d1d} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps
2288 2025.03.20 17:05:12.759995 [ 291 ] {6934ac40-69bb-4c4d-86b9-7ac815be7d1d} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2289 2025.03.20 17:05:12.759964 [ 292 ] {6934ac40-69bb-4c4d-86b9-7ac815be7d1d} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2290 2025.03.20 17:05:12.760025 [ 289 ] {6934ac40-69bb-4c4d-86b9-7ac815be7d1d} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2291 2025.03.20 17:05:12.760193 [ 256 ] {6934ac40-69bb-4c4d-86b9-7ac815be7d1d} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges
2292 2025.03.20 17:05:12.760231 [ 256 ] {6934ac40-69bb-4c4d-86b9-7ac815be7d1d} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Spreading mark ranges among streams (default reading)
2293 2025.03.20 17:05:12.760366 [ 256 ] {6934ac40-69bb-4c4d-86b9-7ac815be7d1d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2294 2025.03.20 17:05:12.760390 [ 256 ] {6934ac40-69bb-4c4d-86b9-7ac815be7d1d} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Reading approx. 30 rows with 3 streams
2295 2025.03.20 17:05:12.760438 [ 256 ] {6934ac40-69bb-4c4d-86b9-7ac815be7d1d} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
2296 2025.03.20 17:05:12.760488 [ 256 ] {6934ac40-69bb-4c4d-86b9-7ac815be7d1d} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
2297 2025.03.20 17:05:12.760532 [ 256 ] {6934ac40-69bb-4c4d-86b9-7ac815be7d1d} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
2298 2025.03.20 17:05:12.762060 [ 256 ] {6934ac40-69bb-4c4d-86b9-7ac815be7d1d} <Debug> executeQuery: Read 30 rows, 1.26 KiB in 0.003718 sec., 8068.854222700376 rows/sec., 338.30 KiB/sec.
2299 2025.03.20 17:05:12.762290 [ 256 ] {6934ac40-69bb-4c4d-86b9-7ac815be7d1d} <Debug> TCPHandler: Processed in 0.004261174 sec.
2300 2025.03.20 17:05:12.762597 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2301 2025.03.20 17:05:12.762777 [ 256 ] {f0ca9ecd-2aae-4d05-ba70-4d4a604e5cf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
2302 2025.03.20 17:05:12.763098 [ 256 ] {f0ca9ecd-2aae-4d05-ba70-4d4a604e5cf9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2303 2025.03.20 17:05:12.763146 [ 256 ] {f0ca9ecd-2aae-4d05-ba70-4d4a604e5cf9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
2304 2025.03.20 17:05:12.763471 [ 256 ] {f0ca9ecd-2aae-4d05-ba70-4d4a604e5cf9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2305 2025.03.20 17:05:12.763541 [ 256 ] {f0ca9ecd-2aae-4d05-ba70-4d4a604e5cf9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2306 2025.03.20 17:05:12.763690 [ 256 ] {f0ca9ecd-2aae-4d05-ba70-4d4a604e5cf9} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
2307 2025.03.20 17:05:12.763787 [ 292 ] {f0ca9ecd-2aae-4d05-ba70-4d4a604e5cf9} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2308 2025.03.20 17:05:12.763788 [ 287 ] {f0ca9ecd-2aae-4d05-ba70-4d4a604e5cf9} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2309 2025.03.20 17:05:12.763912 [ 288 ] {f0ca9ecd-2aae-4d05-ba70-4d4a604e5cf9} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2310 2025.03.20 17:05:12.763934 [ 293 ] {f0ca9ecd-2aae-4d05-ba70-4d4a604e5cf9} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps
2311 2025.03.20 17:05:12.763936 [ 291 ] {f0ca9ecd-2aae-4d05-ba70-4d4a604e5cf9} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2312 2025.03.20 17:05:12.764074 [ 256 ] {f0ca9ecd-2aae-4d05-ba70-4d4a604e5cf9} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges
2313 2025.03.20 17:05:12.764107 [ 256 ] {f0ca9ecd-2aae-4d05-ba70-4d4a604e5cf9} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Spreading mark ranges among streams (default reading)
2314 2025.03.20 17:05:12.764225 [ 256 ] {f0ca9ecd-2aae-4d05-ba70-4d4a604e5cf9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2315 2025.03.20 17:05:12.764247 [ 256 ] {f0ca9ecd-2aae-4d05-ba70-4d4a604e5cf9} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Reading approx. 30 rows with 3 streams
2316 2025.03.20 17:05:12.764291 [ 256 ] {f0ca9ecd-2aae-4d05-ba70-4d4a604e5cf9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
2317 2025.03.20 17:05:12.764335 [ 256 ] {f0ca9ecd-2aae-4d05-ba70-4d4a604e5cf9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
2318 2025.03.20 17:05:12.764378 [ 256 ] {f0ca9ecd-2aae-4d05-ba70-4d4a604e5cf9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
2319 2025.03.20 17:05:12.765778 [ 256 ] {f0ca9ecd-2aae-4d05-ba70-4d4a604e5cf9} <Debug> executeQuery: Read 30 rows, 1.26 KiB in 0.003088 sec., 9715.025906735751 rows/sec., 407.32 KiB/sec.
2320 2025.03.20 17:05:12.765983 [ 256 ] {f0ca9ecd-2aae-4d05-ba70-4d4a604e5cf9} <Debug> TCPHandler: Processed in 0.003442336 sec.
2321 2025.03.20 17:05:12.766222 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2322 2025.03.20 17:05:12.766398 [ 256 ] {bd2da3ea-0416-45b1-8b0f-b6c98777960b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
2323 2025.03.20 17:05:12.766720 [ 256 ] {bd2da3ea-0416-45b1-8b0f-b6c98777960b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2324 2025.03.20 17:05:12.766769 [ 256 ] {bd2da3ea-0416-45b1-8b0f-b6c98777960b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
2325 2025.03.20 17:05:12.767088 [ 256 ] {bd2da3ea-0416-45b1-8b0f-b6c98777960b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2326 2025.03.20 17:05:12.767158 [ 256 ] {bd2da3ea-0416-45b1-8b0f-b6c98777960b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2327 2025.03.20 17:05:12.767311 [ 256 ] {bd2da3ea-0416-45b1-8b0f-b6c98777960b} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
2328 2025.03.20 17:05:12.767453 [ 287 ] {bd2da3ea-0416-45b1-8b0f-b6c98777960b} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2329 2025.03.20 17:05:12.767520 [ 292 ] {bd2da3ea-0416-45b1-8b0f-b6c98777960b} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2330 2025.03.20 17:05:12.767588 [ 288 ] {bd2da3ea-0416-45b1-8b0f-b6c98777960b} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2331 2025.03.20 17:05:12.767617 [ 291 ] {bd2da3ea-0416-45b1-8b0f-b6c98777960b} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2332 2025.03.20 17:05:12.767624 [ 293 ] {bd2da3ea-0416-45b1-8b0f-b6c98777960b} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps
2333 2025.03.20 17:05:12.767738 [ 256 ] {bd2da3ea-0416-45b1-8b0f-b6c98777960b} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges
2334 2025.03.20 17:05:12.767768 [ 256 ] {bd2da3ea-0416-45b1-8b0f-b6c98777960b} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Spreading mark ranges among streams (default reading)
2335 2025.03.20 17:05:12.767882 [ 256 ] {bd2da3ea-0416-45b1-8b0f-b6c98777960b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2336 2025.03.20 17:05:12.767904 [ 256 ] {bd2da3ea-0416-45b1-8b0f-b6c98777960b} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Reading approx. 30 rows with 3 streams
2337 2025.03.20 17:05:12.767945 [ 256 ] {bd2da3ea-0416-45b1-8b0f-b6c98777960b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
2338 2025.03.20 17:05:12.767992 [ 256 ] {bd2da3ea-0416-45b1-8b0f-b6c98777960b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
2339 2025.03.20 17:05:12.768123 [ 256 ] {bd2da3ea-0416-45b1-8b0f-b6c98777960b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
2340 2025.03.20 17:05:12.769563 [ 256 ] {bd2da3ea-0416-45b1-8b0f-b6c98777960b} <Debug> executeQuery: Read 30 rows, 1.26 KiB in 0.003249 sec., 9233.610341643582 rows/sec., 387.14 KiB/sec.
2341 2025.03.20 17:05:12.769765 [ 256 ] {bd2da3ea-0416-45b1-8b0f-b6c98777960b} <Debug> TCPHandler: Processed in 0.003597338 sec.
2342 2025.03.20 17:05:12.770660 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2343 2025.03.20 17:05:12.770839 [ 256 ] {6295b9de-61f7-4559-a30f-c5841dd9fb5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
2344 2025.03.20 17:05:12.771157 [ 256 ] {6295b9de-61f7-4559-a30f-c5841dd9fb5a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2345 2025.03.20 17:05:12.771207 [ 256 ] {6295b9de-61f7-4559-a30f-c5841dd9fb5a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
2346 2025.03.20 17:05:12.771532 [ 256 ] {6295b9de-61f7-4559-a30f-c5841dd9fb5a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2347 2025.03.20 17:05:12.771599 [ 256 ] {6295b9de-61f7-4559-a30f-c5841dd9fb5a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2348 2025.03.20 17:05:12.771744 [ 256 ] {6295b9de-61f7-4559-a30f-c5841dd9fb5a} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
2349 2025.03.20 17:05:12.771985 [ 288 ] {6295b9de-61f7-4559-a30f-c5841dd9fb5a} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2350 2025.03.20 17:05:12.772038 [ 287 ] {6295b9de-61f7-4559-a30f-c5841dd9fb5a} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2351 2025.03.20 17:05:12.772053 [ 292 ] {6295b9de-61f7-4559-a30f-c5841dd9fb5a} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2352 2025.03.20 17:05:12.772051 [ 291 ] {6295b9de-61f7-4559-a30f-c5841dd9fb5a} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2353 2025.03.20 17:05:12.772086 [ 293 ] {6295b9de-61f7-4559-a30f-c5841dd9fb5a} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps
2354 2025.03.20 17:05:12.772229 [ 256 ] {6295b9de-61f7-4559-a30f-c5841dd9fb5a} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges
2355 2025.03.20 17:05:12.772258 [ 256 ] {6295b9de-61f7-4559-a30f-c5841dd9fb5a} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Spreading mark ranges among streams (default reading)
2356 2025.03.20 17:05:12.772372 [ 256 ] {6295b9de-61f7-4559-a30f-c5841dd9fb5a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2357 2025.03.20 17:05:12.772394 [ 256 ] {6295b9de-61f7-4559-a30f-c5841dd9fb5a} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (SelectExecutor): Reading approx. 30 rows with 3 streams
2358 2025.03.20 17:05:12.772436 [ 256 ] {6295b9de-61f7-4559-a30f-c5841dd9fb5a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
2359 2025.03.20 17:05:12.772480 [ 256 ] {6295b9de-61f7-4559-a30f-c5841dd9fb5a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
2360 2025.03.20 17:05:12.772520 [ 256 ] {6295b9de-61f7-4559-a30f-c5841dd9fb5a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
2361 2025.03.20 17:05:12.773852 [ 256 ] {6295b9de-61f7-4559-a30f-c5841dd9fb5a} <Debug> executeQuery: Read 30 rows, 1.26 KiB in 0.0031 sec., 9677.41935483871 rows/sec., 405.75 KiB/sec.
2362 2025.03.20 17:05:12.774049 [ 256 ] {6295b9de-61f7-4559-a30f-c5841dd9fb5a} <Debug> TCPHandler: Processed in 0.003445426 sec.
2363 2025.03.20 17:05:12.777498 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2364 2025.03.20 17:05:12.777625 [ 256 ] {0ce1ee6a-0119-497e-8309-8251ad595f0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2365 2025.03.20 17:05:12.777682 [ 256 ] {0ce1ee6a-0119-497e-8309-8251ad595f0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2366 2025.03.20 17:05:12.778373 [ 256 ] {0ce1ee6a-0119-497e-8309-8251ad595f0a} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2367 2025.03.20 17:05:12.778423 [ 256 ] {0ce1ee6a-0119-497e-8309-8251ad595f0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2368 2025.03.20 17:05:12.778931 [ 256 ] {0ce1ee6a-0119-497e-8309-8251ad595f0a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2369 2025.03.20 17:05:12.779155 [ 256 ] {0ce1ee6a-0119-497e-8309-8251ad595f0a} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2370 2025.03.20 17:05:12.779341 [ 32 ] {} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2371 2025.03.20 17:05:12.779400 [ 32 ] {} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2372 2025.03.20 17:05:12.779409 [ 256 ] {0ce1ee6a-0119-497e-8309-8251ad595f0a} <Debug> executeQuery: Read 4 rows, 386.00 B in 0.001814 sec., 2205.071664829107 rows/sec., 207.80 KiB/sec.
2373 2025.03.20 17:05:12.779436 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2374 2025.03.20 17:05:12.779563 [ 256 ] {0ce1ee6a-0119-497e-8309-8251ad595f0a} <Debug> TCPHandler: Processed in 0.002120763 sec.
2375 2025.03.20 17:05:12.779919 [ 199 ] {90e49d8d-5b3c-42ea-a1f1-6c946b50a728::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
2376 2025.03.20 17:05:12.779944 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2377 2025.03.20 17:05:12.780221 [ 256 ] {9509f18b-f0a5-44fe-882c-6ab9d16ef6e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2378 2025.03.20 17:05:12.780336 [ 256 ] {9509f18b-f0a5-44fe-882c-6ab9d16ef6e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2379 2025.03.20 17:05:12.780763 [ 199 ] {90e49d8d-5b3c-42ea-a1f1-6c946b50a728::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2380 2025.03.20 17:05:12.780868 [ 199 ] {90e49d8d-5b3c-42ea-a1f1-6c946b50a728::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part
2381 2025.03.20 17:05:12.781231 [ 199 ] {90e49d8d-5b3c-42ea-a1f1-6c946b50a728::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part
2382 2025.03.20 17:05:12.781524 [ 199 ] {90e49d8d-5b3c-42ea-a1f1-6c946b50a728::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
2383 2025.03.20 17:05:12.781699 [ 199 ] {90e49d8d-5b3c-42ea-a1f1-6c946b50a728::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part
2384 2025.03.20 17:05:12.781973 [ 199 ] {90e49d8d-5b3c-42ea-a1f1-6c946b50a728::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
2385 2025.03.20 17:05:12.782283 [ 199 ] {90e49d8d-5b3c-42ea-a1f1-6c946b50a728::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part
2386 2025.03.20 17:05:12.783024 [ 256 ] {9509f18b-f0a5-44fe-882c-6ab9d16ef6e4} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2387 2025.03.20 17:05:12.783092 [ 256 ] {9509f18b-f0a5-44fe-882c-6ab9d16ef6e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2388 2025.03.20 17:05:12.784149 [ 256 ] {9509f18b-f0a5-44fe-882c-6ab9d16ef6e4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2389 2025.03.20 17:05:12.784782 [ 256 ] {9509f18b-f0a5-44fe-882c-6ab9d16ef6e4} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2390 2025.03.20 17:05:12.785121 [ 32 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2391 2025.03.20 17:05:12.785212 [ 32 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2392 2025.03.20 17:05:12.785292 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2393 2025.03.20 17:05:12.785520 [ 256 ] {9509f18b-f0a5-44fe-882c-6ab9d16ef6e4} <Debug> executeQuery: Read 111 rows, 9.56 KiB in 0.005374 sec., 20655.00558243394 rows/sec., 1.74 MiB/sec.
2394 2025.03.20 17:05:12.785730 [ 191 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::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
2395 2025.03.20 17:05:12.785893 [ 256 ] {9509f18b-f0a5-44fe-882c-6ab9d16ef6e4} <Debug> TCPHandler: Processed in 0.006056264 sec.
2396 2025.03.20 17:05:12.786203 [ 191 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2397 2025.03.20 17:05:12.786299 [ 191 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1332 rows starting from the beginning of the part
2398 2025.03.20 17:05:12.786345 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2399 2025.03.20 17:05:12.786746 [ 191 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part
2400 2025.03.20 17:05:12.786857 [ 256 ] {93f6c633-0261-4b23-bf5e-483320309e7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2401 2025.03.20 17:05:12.787133 [ 256 ] {93f6c633-0261-4b23-bf5e-483320309e7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2402 2025.03.20 17:05:12.787287 [ 191 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 72 rows starting from the beginning of the part
2403 2025.03.20 17:05:12.787891 [ 191 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 57 rows starting from the beginning of the part
2404 2025.03.20 17:05:12.788404 [ 191 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 72 rows starting from the beginning of the part
2405 2025.03.20 17:05:12.788921 [ 191 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 111 rows starting from the beginning of the part
2406 2025.03.20 17:05:12.792481 [ 256 ] {93f6c633-0261-4b23-bf5e-483320309e7e} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2407 2025.03.20 17:05:12.792627 [ 256 ] {93f6c633-0261-4b23-bf5e-483320309e7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2408 2025.03.20 17:05:12.794771 [ 256 ] {93f6c633-0261-4b23-bf5e-483320309e7e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2409 2025.03.20 17:05:12.795061 [ 191 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1700 rows, containing 5 columns (5 merged, 0 gathered) in 0.00960473 sec., 176996.12586715087 rows/sec., 15.36 MiB/sec.
2410 2025.03.20 17:05:12.795484 [ 191 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2411 2025.03.20 17:05:12.795804 [ 256 ] {93f6c633-0261-4b23-bf5e-483320309e7e} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2412 2025.03.20 17:05:12.796465 [ 191 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_16_3} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2413 2025.03.20 17:05:12.796825 [ 191 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_16_3} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2414 2025.03.20 17:05:12.796819 [ 256 ] {93f6c633-0261-4b23-bf5e-483320309e7e} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.010121 sec., 2667.72058097026 rows/sec., 200.60 KiB/sec.
2415 2025.03.20 17:05:12.797117 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB.
2416 2025.03.20 17:05:12.797284 [ 256 ] {93f6c633-0261-4b23-bf5e-483320309e7e} <Debug> TCPHandler: Processed in 0.011086256 sec.
2417 2025.03.20 17:05:12.797578 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2418 2025.03.20 17:05:12.797908 [ 256 ] {4d7f7711-9804-49a8-ac00-5b0f9d73df3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2419 2025.03.20 17:05:12.798050 [ 256 ] {4d7f7711-9804-49a8-ac00-5b0f9d73df3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2420 2025.03.20 17:05:12.798500 [ 191 ] {90e49d8d-5b3c-42ea-a1f1-6c946b50a728::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 6 columns (6 merged, 0 gathered) in 0.018912477 sec., 1903.505289127384 rows/sec., 393.83 KiB/sec.
2421 2025.03.20 17:05:12.798759 [ 191 ] {90e49d8d-5b3c-42ea-a1f1-6c946b50a728::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2422 2025.03.20 17:05:12.799837 [ 191 ] {90e49d8d-5b3c-42ea-a1f1-6c946b50a728::all_1_6_1} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2423 2025.03.20 17:05:12.799866 [ 256 ] {4d7f7711-9804-49a8-ac00-5b0f9d73df3d} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2424 2025.03.20 17:05:12.799948 [ 256 ] {4d7f7711-9804-49a8-ac00-5b0f9d73df3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2425 2025.03.20 17:05:12.800000 [ 191 ] {90e49d8d-5b3c-42ea-a1f1-6c946b50a728::all_1_6_1} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2426 2025.03.20 17:05:12.800180 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB.
2427 2025.03.20 17:05:12.800475 [ 256 ] {4d7f7711-9804-49a8-ac00-5b0f9d73df3d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2428 2025.03.20 17:05:12.800729 [ 256 ] {4d7f7711-9804-49a8-ac00-5b0f9d73df3d} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): 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.03.20 17:05:12.801019 [ 256 ] {4d7f7711-9804-49a8-ac00-5b0f9d73df3d} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.003233 sec., 309.31023816888336 rows/sec., 20.54 KiB/sec.
2430 2025.03.20 17:05:12.801119 [ 256 ] {4d7f7711-9804-49a8-ac00-5b0f9d73df3d} <Debug> TCPHandler: Processed in 0.003664399 sec.
2431 2025.03.20 17:05:12.801231 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2432 2025.03.20 17:05:12.801336 [ 256 ] {08050866-d46d-4ccb-aa1e-98e1910229f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2433 2025.03.20 17:05:12.801381 [ 256 ] {08050866-d46d-4ccb-aa1e-98e1910229f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2434 2025.03.20 17:05:12.801951 [ 256 ] {08050866-d46d-4ccb-aa1e-98e1910229f7} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2435 2025.03.20 17:05:12.801991 [ 256 ] {08050866-d46d-4ccb-aa1e-98e1910229f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2436 2025.03.20 17:05:12.802372 [ 256 ] {08050866-d46d-4ccb-aa1e-98e1910229f7} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2437 2025.03.20 17:05:12.802640 [ 256 ] {08050866-d46d-4ccb-aa1e-98e1910229f7} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2438 2025.03.20 17:05:12.802803 [ 32 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2439 2025.03.20 17:05:12.802860 [ 32 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2440 2025.03.20 17:05:12.802896 [ 256 ] {08050866-d46d-4ccb-aa1e-98e1910229f7} <Debug> executeQuery: Read 104 rows, 8.33 KiB in 0.00157 sec., 66242.03821656051 rows/sec., 5.18 MiB/sec.
2441 2025.03.20 17:05:12.802902 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2442 2025.03.20 17:05:12.803058 [ 256 ] {08050866-d46d-4ccb-aa1e-98e1910229f7} <Debug> TCPHandler: Processed in 0.00186491 sec.
2443 2025.03.20 17:05:12.803404 [ 199 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::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
2444 2025.03.20 17:05:12.803461 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2445 2025.03.20 17:05:12.803755 [ 256 ] {bb29a52d-fba8-457b-ac50-e2361305522f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2446 2025.03.20 17:05:12.803766 [ 199 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2447 2025.03.20 17:05:12.803848 [ 199 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 564 rows starting from the beginning of the part
2448 2025.03.20 17:05:12.803860 [ 256 ] {bb29a52d-fba8-457b-ac50-e2361305522f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2449 2025.03.20 17:05:12.804228 [ 199 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 64 rows starting from the beginning of the part
2450 2025.03.20 17:05:12.804654 [ 199 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 72 rows starting from the beginning of the part
2451 2025.03.20 17:05:12.805013 [ 199 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 66 rows starting from the beginning of the part
2452 2025.03.20 17:05:12.805300 [ 199 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 72 rows starting from the beginning of the part
2453 2025.03.20 17:05:12.805615 [ 199 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 104 rows starting from the beginning of the part
2454 2025.03.20 17:05:12.806477 [ 256 ] {bb29a52d-fba8-457b-ac50-e2361305522f} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2455 2025.03.20 17:05:12.806540 [ 256 ] {bb29a52d-fba8-457b-ac50-e2361305522f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2456 2025.03.20 17:05:12.807669 [ 256 ] {bb29a52d-fba8-457b-ac50-e2361305522f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2457 2025.03.20 17:05:12.808124 [ 256 ] {bb29a52d-fba8-457b-ac50-e2361305522f} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2458 2025.03.20 17:05:12.808544 [ 31 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2459 2025.03.20 17:05:12.808671 [ 31 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2460 2025.03.20 17:05:12.808710 [ 191 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 942 rows, containing 5 columns (5 merged, 0 gathered) in 0.005646899 sec., 166817.22127489795 rows/sec., 13.35 MiB/sec.
2461 2025.03.20 17:05:12.808759 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2462 2025.03.20 17:05:12.808830 [ 256 ] {bb29a52d-fba8-457b-ac50-e2361305522f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005177 sec., 30905.930075333203 rows/sec., 2.15 MiB/sec.
2463 2025.03.20 17:05:12.809068 [ 191 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2464 2025.03.20 17:05:12.809371 [ 256 ] {bb29a52d-fba8-457b-ac50-e2361305522f} <Debug> TCPHandler: Processed in 0.006019823 sec.
2465 2025.03.20 17:05:12.809448 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::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
2466 2025.03.20 17:05:12.809803 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2467 2025.03.20 17:05:12.810148 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2468 2025.03.20 17:05:12.810186 [ 256 ] {d5131a6e-8d39-4081-8fb0-58cf18ff21a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2469 2025.03.20 17:05:12.810269 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3460 rows starting from the beginning of the part
2470 2025.03.20 17:05:12.810319 [ 256 ] {d5131a6e-8d39-4081-8fb0-58cf18ff21a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2471 2025.03.20 17:05:12.810828 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::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
2472 2025.03.20 17:05:12.810901 [ 191 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_16_3} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2473 2025.03.20 17:05:12.811408 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part
2474 2025.03.20 17:05:12.811419 [ 191 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_16_3} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2475 2025.03.20 17:05:12.811842 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 161 rows starting from the beginning of the part
2476 2025.03.20 17:05:12.812104 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB.
2477 2025.03.20 17:05:12.812332 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part
2478 2025.03.20 17:05:12.812631 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part
2479 2025.03.20 17:05:12.813484 [ 256 ] {d5131a6e-8d39-4081-8fb0-58cf18ff21a4} <Trace> oximeter.measurements_f64 (a94f3ddb-bdea-4af5-84a3-2bfb1d7f8869): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2480 2025.03.20 17:05:12.813522 [ 256 ] {d5131a6e-8d39-4081-8fb0-58cf18ff21a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2481 2025.03.20 17:05:12.813980 [ 256 ] {d5131a6e-8d39-4081-8fb0-58cf18ff21a4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2482 2025.03.20 17:05:12.814357 [ 256 ] {d5131a6e-8d39-4081-8fb0-58cf18ff21a4} <Trace> oximeter.measurements_f64 (a94f3ddb-bdea-4af5-84a3-2bfb1d7f8869): 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.03.20 17:05:12.814671 [ 256 ] {d5131a6e-8d39-4081-8fb0-58cf18ff21a4} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.004583 sec., 218.1976871045167 rows/sec., 13.85 KiB/sec.
2484 2025.03.20 17:05:12.814855 [ 256 ] {d5131a6e-8d39-4081-8fb0-58cf18ff21a4} <Debug> TCPHandler: Processed in 0.005192684 sec.
2485 2025.03.20 17:05:12.815030 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2486 2025.03.20 17:05:12.815057 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4261 rows, containing 5 columns (5 merged, 0 gathered) in 0.006154524 sec., 692336.2391632563 rows/sec., 47.50 MiB/sec.
2487 2025.03.20 17:05:12.815156 [ 256 ] {5b7afe46-0518-4252-a5a9-7f69c04cdaa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2488 2025.03.20 17:05:12.815222 [ 256 ] {5b7afe46-0518-4252-a5a9-7f69c04cdaa1} <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
2489 2025.03.20 17:05:12.815582 [ 192 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2490 2025.03.20 17:05:12.816389 [ 192 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2491 2025.03.20 17:05:12.816481 [ 192 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2492 2025.03.20 17:05:12.816622 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB.
2493 2025.03.20 17:05:12.817100 [ 256 ] {5b7afe46-0518-4252-a5a9-7f69c04cdaa1} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2494 2025.03.20 17:05:12.817144 [ 256 ] {5b7afe46-0518-4252-a5a9-7f69c04cdaa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2495 2025.03.20 17:05:12.817809 [ 256 ] {5b7afe46-0518-4252-a5a9-7f69c04cdaa1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2496 2025.03.20 17:05:12.818093 [ 256 ] {5b7afe46-0518-4252-a5a9-7f69c04cdaa1} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2497 2025.03.20 17:05:12.818268 [ 31 ] {} <Debug> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2498 2025.03.20 17:05:12.818341 [ 31 ] {} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2499 2025.03.20 17:05:12.818380 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2500 2025.03.20 17:05:12.818394 [ 256 ] {5b7afe46-0518-4252-a5a9-7f69c04cdaa1} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00325 sec., 8307.692307692309 rows/sec., 14.89 MiB/sec.
2501 2025.03.20 17:05:12.818607 [ 201 ] {6749d887-00ac-4b26-87ae-2852b00353b1::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
2502 2025.03.20 17:05:12.818668 [ 256 ] {5b7afe46-0518-4252-a5a9-7f69c04cdaa1} <Debug> TCPHandler: Processed in 0.003707049 sec.
2503 2025.03.20 17:05:12.818814 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2504 2025.03.20 17:05:12.818885 [ 201 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2505 2025.03.20 17:05:12.818954 [ 256 ] {8aaa2f80-3724-4a9c-a48a-e851aa147a50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2506 2025.03.20 17:05:12.818963 [ 201 ] {6749d887-00ac-4b26-87ae-2852b00353b1::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
2507 2025.03.20 17:05:12.819012 [ 256 ] {8aaa2f80-3724-4a9c-a48a-e851aa147a50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2508 2025.03.20 17:05:12.819785 [ 201 ] {6749d887-00ac-4b26-87ae-2852b00353b1::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
2509 2025.03.20 17:05:12.820382 [ 201 ] {6749d887-00ac-4b26-87ae-2852b00353b1::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
2510 2025.03.20 17:05:12.820992 [ 201 ] {6749d887-00ac-4b26-87ae-2852b00353b1::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
2511 2025.03.20 17:05:12.820993 [ 256 ] {8aaa2f80-3724-4a9c-a48a-e851aa147a50} <Trace> oximeter.measurements_i64 (0e57d148-0691-4081-ba19-bc84086c4ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2512 2025.03.20 17:05:12.821050 [ 256 ] {8aaa2f80-3724-4a9c-a48a-e851aa147a50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2513 2025.03.20 17:05:12.821515 [ 201 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part
2514 2025.03.20 17:05:12.822083 [ 201 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 27 rows starting from the beginning of the part
2515 2025.03.20 17:05:12.822148 [ 256 ] {8aaa2f80-3724-4a9c-a48a-e851aa147a50} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2516 2025.03.20 17:05:12.822732 [ 256 ] {8aaa2f80-3724-4a9c-a48a-e851aa147a50} <Trace> oximeter.measurements_i64 (0e57d148-0691-4081-ba19-bc84086c4ea6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2517 2025.03.20 17:05:12.823193 [ 256 ] {8aaa2f80-3724-4a9c-a48a-e851aa147a50} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.004255 sec., 4935.370152761457 rows/sec., 368.59 KiB/sec.
2518 2025.03.20 17:05:12.823379 [ 256 ] {8aaa2f80-3724-4a9c-a48a-e851aa147a50} <Debug> TCPHandler: Processed in 0.004626638 sec.
2519 2025.03.20 17:05:12.823519 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2520 2025.03.20 17:05:12.823637 [ 256 ] {532b5d11-20ea-4112-add1-5f7f67ff0c5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2521 2025.03.20 17:05:12.823697 [ 256 ] {532b5d11-20ea-4112-add1-5f7f67ff0c5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2522 2025.03.20 17:05:12.824626 [ 256 ] {532b5d11-20ea-4112-add1-5f7f67ff0c5b} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2523 2025.03.20 17:05:12.824674 [ 256 ] {532b5d11-20ea-4112-add1-5f7f67ff0c5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2524 2025.03.20 17:05:12.825225 [ 256 ] {532b5d11-20ea-4112-add1-5f7f67ff0c5b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2525 2025.03.20 17:05:12.825589 [ 256 ] {532b5d11-20ea-4112-add1-5f7f67ff0c5b} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2526 2025.03.20 17:05:12.825905 [ 31 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2527 2025.03.20 17:05:12.826068 [ 31 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2528 2025.03.20 17:05:12.826148 [ 256 ] {532b5d11-20ea-4112-add1-5f7f67ff0c5b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002509 sec., 23913.90992427262 rows/sec., 1.61 MiB/sec.
2529 2025.03.20 17:05:12.826191 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2530 2025.03.20 17:05:12.826567 [ 256 ] {532b5d11-20ea-4112-add1-5f7f67ff0c5b} <Debug> TCPHandler: Processed in 0.003093242 sec.
2531 2025.03.20 17:05:12.827056 [ 192 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
2532 2025.03.20 17:05:12.827553 [ 192 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2533 2025.03.20 17:05:12.827634 [ 192 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 414 rows starting from the beginning of the part
2534 2025.03.20 17:05:12.827662 [ 201 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 67 rows, containing 19 columns (19 merged, 0 gathered) in 0.009193636 sec., 7287.649848221095 rows/sec., 13.06 MiB/sec.
2535 2025.03.20 17:05:12.827850 [ 192 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
2536 2025.03.20 17:05:12.828077 [ 192 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part
2537 2025.03.20 17:05:12.828393 [ 192 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part
2538 2025.03.20 17:05:12.828401 [ 201 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2539 2025.03.20 17:05:12.828756 [ 192 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part
2540 2025.03.20 17:05:12.829152 [ 192 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part
2541 2025.03.20 17:05:12.830041 [ 201 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2542 2025.03.20 17:05:12.830247 [ 201 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2543 2025.03.20 17:05:12.830504 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB.
2544 2025.03.20 17:05:12.831097 [ 187 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 714 rows, containing 4 columns (4 merged, 0 gathered) in 0.004565128 sec., 156403.06252091945 rows/sec., 10.50 MiB/sec.
2545 2025.03.20 17:05:12.831296 [ 202 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2546 2025.03.20 17:05:12.831635 [ 202 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_16_3} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2547 2025.03.20 17:05:12.831726 [ 202 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_16_3} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2548 2025.03.20 17:05:12.831826 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
2549 2025.03.20 17:05:13.001131 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.97 MiB, peak 175.27 MiB, free memory in arenas 0.00 B, will set to 167.86 MiB (RSS), difference: -1.11 MiB
2550 2025.03.20 17:05:15.022604 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2551 2025.03.20 17:05:15.022836 [ 256 ] {9f7f96f8-4a97-4099-af22-c120b4f8281a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2552 2025.03.20 17:05:15.022919 [ 256 ] {9f7f96f8-4a97-4099-af22-c120b4f8281a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2553 2025.03.20 17:05:15.023721 [ 256 ] {9f7f96f8-4a97-4099-af22-c120b4f8281a} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2554 2025.03.20 17:05:15.023775 [ 256 ] {9f7f96f8-4a97-4099-af22-c120b4f8281a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2555 2025.03.20 17:05:15.024223 [ 256 ] {9f7f96f8-4a97-4099-af22-c120b4f8281a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2556 2025.03.20 17:05:15.024484 [ 256 ] {9f7f96f8-4a97-4099-af22-c120b4f8281a} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2557 2025.03.20 17:05:15.024795 [ 256 ] {9f7f96f8-4a97-4099-af22-c120b4f8281a} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002007 sec., 11958.146487294469 rows/sec., 1015.98 KiB/sec.
2558 2025.03.20 17:05:15.024888 [ 256 ] {9f7f96f8-4a97-4099-af22-c120b4f8281a} <Debug> TCPHandler: Processed in 0.002432695 sec.
2559 2025.03.20 17:05:15.025016 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2560 2025.03.20 17:05:15.025122 [ 256 ] {f7f6592f-3bd4-4bd4-a3cb-a75b24216d31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2561 2025.03.20 17:05:15.025169 [ 256 ] {f7f6592f-3bd4-4bd4-a3cb-a75b24216d31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2562 2025.03.20 17:05:15.025707 [ 256 ] {f7f6592f-3bd4-4bd4-a3cb-a75b24216d31} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2563 2025.03.20 17:05:15.025747 [ 256 ] {f7f6592f-3bd4-4bd4-a3cb-a75b24216d31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2564 2025.03.20 17:05:15.026113 [ 256 ] {f7f6592f-3bd4-4bd4-a3cb-a75b24216d31} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2565 2025.03.20 17:05:15.026351 [ 256 ] {f7f6592f-3bd4-4bd4-a3cb-a75b24216d31} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2566 2025.03.20 17:05:15.026633 [ 256 ] {f7f6592f-3bd4-4bd4-a3cb-a75b24216d31} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001507 sec., 6635.700066357001 rows/sec., 541.09 KiB/sec.
2567 2025.03.20 17:05:15.026699 [ 256 ] {f7f6592f-3bd4-4bd4-a3cb-a75b24216d31} <Debug> TCPHandler: Processed in 0.001735928 sec.
2568 2025.03.20 17:05:15.026808 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2569 2025.03.20 17:05:15.026909 [ 256 ] {c7c827b9-2dc0-4f8e-a425-2daa0ac6edeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2570 2025.03.20 17:05:15.026954 [ 256 ] {c7c827b9-2dc0-4f8e-a425-2daa0ac6edeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2571 2025.03.20 17:05:15.028175 [ 256 ] {c7c827b9-2dc0-4f8e-a425-2daa0ac6edeb} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2572 2025.03.20 17:05:15.028217 [ 256 ] {c7c827b9-2dc0-4f8e-a425-2daa0ac6edeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2573 2025.03.20 17:05:15.028657 [ 256 ] {c7c827b9-2dc0-4f8e-a425-2daa0ac6edeb} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2574 2025.03.20 17:05:15.028898 [ 256 ] {c7c827b9-2dc0-4f8e-a425-2daa0ac6edeb} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2575 2025.03.20 17:05:15.029115 [ 256 ] {c7c827b9-2dc0-4f8e-a425-2daa0ac6edeb} <Debug> executeQuery: Read 1337 rows, 114.38 KiB in 0.002227 sec., 600359.2276605299 rows/sec., 50.16 MiB/sec.
2576 2025.03.20 17:05:15.029168 [ 256 ] {c7c827b9-2dc0-4f8e-a425-2daa0ac6edeb} <Debug> TCPHandler: Processed in 0.002410085 sec.
2577 2025.03.20 17:05:15.029285 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2578 2025.03.20 17:05:15.029389 [ 256 ] {acd0bc9e-fc6f-4c7a-abf8-f01a8f5858a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2579 2025.03.20 17:05:15.029434 [ 256 ] {acd0bc9e-fc6f-4c7a-abf8-f01a8f5858a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2580 2025.03.20 17:05:15.029978 [ 256 ] {acd0bc9e-fc6f-4c7a-abf8-f01a8f5858a6} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2581 2025.03.20 17:05:15.030018 [ 256 ] {acd0bc9e-fc6f-4c7a-abf8-f01a8f5858a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2582 2025.03.20 17:05:15.030372 [ 256 ] {acd0bc9e-fc6f-4c7a-abf8-f01a8f5858a6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2583 2025.03.20 17:05:15.030612 [ 256 ] {acd0bc9e-fc6f-4c7a-abf8-f01a8f5858a6} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2584 2025.03.20 17:05:15.030917 [ 256 ] {acd0bc9e-fc6f-4c7a-abf8-f01a8f5858a6} <Debug> executeQuery: Read 30 rows, 2.26 KiB in 0.001521 sec., 19723.865877712033 rows/sec., 1.45 MiB/sec.
2585 2025.03.20 17:05:15.031050 [ 256 ] {acd0bc9e-fc6f-4c7a-abf8-f01a8f5858a6} <Debug> TCPHandler: Processed in 0.001817619 sec.
2586 2025.03.20 17:05:15.031159 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2587 2025.03.20 17:05:15.031262 [ 256 ] {0dab5b4a-e6aa-4381-8dfa-97222b609235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2588 2025.03.20 17:05:15.031307 [ 256 ] {0dab5b4a-e6aa-4381-8dfa-97222b609235} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2589 2025.03.20 17:05:15.031914 [ 256 ] {0dab5b4a-e6aa-4381-8dfa-97222b609235} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2590 2025.03.20 17:05:15.031955 [ 256 ] {0dab5b4a-e6aa-4381-8dfa-97222b609235} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2591 2025.03.20 17:05:15.032329 [ 256 ] {0dab5b4a-e6aa-4381-8dfa-97222b609235} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2592 2025.03.20 17:05:15.032575 [ 256 ] {0dab5b4a-e6aa-4381-8dfa-97222b609235} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2593 2025.03.20 17:05:15.032788 [ 256 ] {0dab5b4a-e6aa-4381-8dfa-97222b609235} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001546 sec., 163001.2936610608 rows/sec., 11.27 MiB/sec.
2594 2025.03.20 17:05:15.032840 [ 256 ] {0dab5b4a-e6aa-4381-8dfa-97222b609235} <Debug> TCPHandler: Processed in 0.001732178 sec.
2595 2025.03.20 17:05:15.032954 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2596 2025.03.20 17:05:15.033059 [ 256 ] {335670c5-e530-4fcf-bd29-4d917ada258f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2597 2025.03.20 17:05:15.033103 [ 256 ] {335670c5-e530-4fcf-bd29-4d917ada258f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2598 2025.03.20 17:05:15.033628 [ 256 ] {335670c5-e530-4fcf-bd29-4d917ada258f} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2599 2025.03.20 17:05:15.033666 [ 256 ] {335670c5-e530-4fcf-bd29-4d917ada258f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2600 2025.03.20 17:05:15.034005 [ 256 ] {335670c5-e530-4fcf-bd29-4d917ada258f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2601 2025.03.20 17:05:15.034241 [ 256 ] {335670c5-e530-4fcf-bd29-4d917ada258f} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2602 2025.03.20 17:05:15.034454 [ 256 ] {335670c5-e530-4fcf-bd29-4d917ada258f} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001404 sec., 8547.008547008547 rows/sec., 667.74 KiB/sec.
2603 2025.03.20 17:05:15.034625 [ 256 ] {335670c5-e530-4fcf-bd29-4d917ada258f} <Debug> TCPHandler: Processed in 0.001716838 sec.
2604 2025.03.20 17:05:15.034739 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2605 2025.03.20 17:05:15.034840 [ 256 ] {b8696b39-7b48-431a-be07-86b2c040d0d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2606 2025.03.20 17:05:15.034884 [ 256 ] {b8696b39-7b48-431a-be07-86b2c040d0d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2607 2025.03.20 17:05:15.035686 [ 256 ] {b8696b39-7b48-431a-be07-86b2c040d0d2} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2608 2025.03.20 17:05:15.035725 [ 256 ] {b8696b39-7b48-431a-be07-86b2c040d0d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2609 2025.03.20 17:05:15.036115 [ 256 ] {b8696b39-7b48-431a-be07-86b2c040d0d2} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2610 2025.03.20 17:05:15.036348 [ 256 ] {b8696b39-7b48-431a-be07-86b2c040d0d2} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2611 2025.03.20 17:05:15.036551 [ 256 ] {b8696b39-7b48-431a-be07-86b2c040d0d2} <Debug> executeQuery: Read 574 rows, 44.12 KiB in 0.00173 sec., 331791.9075144509 rows/sec., 24.90 MiB/sec.
2612 2025.03.20 17:05:15.036602 [ 256 ] {b8696b39-7b48-431a-be07-86b2c040d0d2} <Debug> TCPHandler: Processed in 0.00191344 sec.
2613 2025.03.20 17:05:15.036707 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2614 2025.03.20 17:05:15.036810 [ 256 ] {d8d687aa-079a-4c3e-b431-3c6ab25e749d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2615 2025.03.20 17:05:15.036857 [ 256 ] {d8d687aa-079a-4c3e-b431-3c6ab25e749d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2616 2025.03.20 17:05:15.037623 [ 256 ] {d8d687aa-079a-4c3e-b431-3c6ab25e749d} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2617 2025.03.20 17:05:15.037662 [ 256 ] {d8d687aa-079a-4c3e-b431-3c6ab25e749d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2618 2025.03.20 17:05:15.038094 [ 256 ] {d8d687aa-079a-4c3e-b431-3c6ab25e749d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2619 2025.03.20 17:05:15.038349 [ 256 ] {d8d687aa-079a-4c3e-b431-3c6ab25e749d} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2620 2025.03.20 17:05:15.038556 [ 256 ] {d8d687aa-079a-4c3e-b431-3c6ab25e749d} <Debug> executeQuery: Read 981 rows, 67.87 KiB in 0.001769 sec., 554550.5935556812 rows/sec., 37.47 MiB/sec.
2621 2025.03.20 17:05:15.038608 [ 256 ] {d8d687aa-079a-4c3e-b431-3c6ab25e749d} <Debug> TCPHandler: Processed in 0.001952331 sec.
2622 2025.03.20 17:05:15.038727 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2623 2025.03.20 17:05:15.038844 [ 256 ] {d5a62228-9d03-45e9-965a-d74665cd0f4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2624 2025.03.20 17:05:15.038911 [ 256 ] {d5a62228-9d03-45e9-965a-d74665cd0f4c} <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
2625 2025.03.20 17:05:15.039981 [ 256 ] {d5a62228-9d03-45e9-965a-d74665cd0f4c} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2626 2025.03.20 17:05:15.040022 [ 256 ] {d5a62228-9d03-45e9-965a-d74665cd0f4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2627 2025.03.20 17:05:15.040652 [ 256 ] {d5a62228-9d03-45e9-965a-d74665cd0f4c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2628 2025.03.20 17:05:15.040923 [ 256 ] {d5a62228-9d03-45e9-965a-d74665cd0f4c} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2629 2025.03.20 17:05:15.041200 [ 256 ] {d5a62228-9d03-45e9-965a-d74665cd0f4c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002373 sec., 3371.26000842815 rows/sec., 6.04 MiB/sec.
2630 2025.03.20 17:05:15.041318 [ 256 ] {d5a62228-9d03-45e9-965a-d74665cd0f4c} <Debug> TCPHandler: Processed in 0.002644308 sec.
2631 2025.03.20 17:05:15.041459 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2632 2025.03.20 17:05:15.041567 [ 256 ] {c1ae9968-8b8f-4c8c-9203-1936b6c1e93c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2633 2025.03.20 17:05:15.041616 [ 256 ] {c1ae9968-8b8f-4c8c-9203-1936b6c1e93c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2634 2025.03.20 17:05:15.042065 [ 256 ] {c1ae9968-8b8f-4c8c-9203-1936b6c1e93c} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2635 2025.03.20 17:05:15.042105 [ 256 ] {c1ae9968-8b8f-4c8c-9203-1936b6c1e93c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2636 2025.03.20 17:05:15.044569 [ 256 ] {c1ae9968-8b8f-4c8c-9203-1936b6c1e93c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2637 2025.03.20 17:05:15.044877 [ 256 ] {c1ae9968-8b8f-4c8c-9203-1936b6c1e93c} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2638 2025.03.20 17:05:15.045146 [ 256 ] {c1ae9968-8b8f-4c8c-9203-1936b6c1e93c} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.003599 sec., 9447.068630175048 rows/sec., 655.29 KiB/sec.
2639 2025.03.20 17:05:15.045339 [ 256 ] {c1ae9968-8b8f-4c8c-9203-1936b6c1e93c} <Debug> TCPHandler: Processed in 0.003926501 sec.
2640 2025.03.20 17:05:17.217953 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 360
2641 2025.03.20 17:05:17.221472 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2642 2025.03.20 17:05:17.221516 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2643 2025.03.20 17:05:17.223013 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2644 2025.03.20 17:05:17.223314 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2645 2025.03.20 17:05:17.224001 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 360
2646 2025.03.20 17:05:17.754835 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2647 2025.03.20 17:05:17.755146 [ 256 ] {12b2e1ce-1e15-41d1-8e83-45c3a9aec9ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2648 2025.03.20 17:05:17.755262 [ 256 ] {12b2e1ce-1e15-41d1-8e83-45c3a9aec9ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2649 2025.03.20 17:05:17.756281 [ 256 ] {12b2e1ce-1e15-41d1-8e83-45c3a9aec9ab} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2650 2025.03.20 17:05:17.756327 [ 256 ] {12b2e1ce-1e15-41d1-8e83-45c3a9aec9ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2651 2025.03.20 17:05:17.756768 [ 256 ] {12b2e1ce-1e15-41d1-8e83-45c3a9aec9ab} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2652 2025.03.20 17:05:17.757031 [ 256 ] {12b2e1ce-1e15-41d1-8e83-45c3a9aec9ab} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2653 2025.03.20 17:05:17.757277 [ 256 ] {12b2e1ce-1e15-41d1-8e83-45c3a9aec9ab} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002226 sec., 25157.232704402515 rows/sec., 1.93 MiB/sec.
2654 2025.03.20 17:05:17.757343 [ 256 ] {12b2e1ce-1e15-41d1-8e83-45c3a9aec9ab} <Debug> TCPHandler: Processed in 0.002702998 sec.
2655 2025.03.20 17:05:17.757457 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2656 2025.03.20 17:05:17.757566 [ 256 ] {82d853eb-e677-480c-ab6e-b9f04c125e39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2657 2025.03.20 17:05:17.757614 [ 256 ] {82d853eb-e677-480c-ab6e-b9f04c125e39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2658 2025.03.20 17:05:17.758152 [ 256 ] {82d853eb-e677-480c-ab6e-b9f04c125e39} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2659 2025.03.20 17:05:17.758191 [ 256 ] {82d853eb-e677-480c-ab6e-b9f04c125e39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2660 2025.03.20 17:05:17.758543 [ 256 ] {82d853eb-e677-480c-ab6e-b9f04c125e39} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2661 2025.03.20 17:05:17.758797 [ 256 ] {82d853eb-e677-480c-ab6e-b9f04c125e39} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2662 2025.03.20 17:05:17.759012 [ 256 ] {82d853eb-e677-480c-ab6e-b9f04c125e39} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001474 sec., 43419.26729986431 rows/sec., 3.39 MiB/sec.
2663 2025.03.20 17:05:17.759064 [ 256 ] {82d853eb-e677-480c-ab6e-b9f04c125e39} <Debug> TCPHandler: Processed in 0.001658227 sec.
2664 2025.03.20 17:05:17.759178 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2665 2025.03.20 17:05:17.759283 [ 256 ] {6eacce85-d380-40dc-9e7d-9dcaf0a56377} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2666 2025.03.20 17:05:17.759332 [ 256 ] {6eacce85-d380-40dc-9e7d-9dcaf0a56377} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2667 2025.03.20 17:05:17.759812 [ 256 ] {6eacce85-d380-40dc-9e7d-9dcaf0a56377} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2668 2025.03.20 17:05:17.759852 [ 256 ] {6eacce85-d380-40dc-9e7d-9dcaf0a56377} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2669 2025.03.20 17:05:17.760229 [ 256 ] {6eacce85-d380-40dc-9e7d-9dcaf0a56377} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2670 2025.03.20 17:05:17.760475 [ 256 ] {6eacce85-d380-40dc-9e7d-9dcaf0a56377} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2671 2025.03.20 17:05:17.760690 [ 256 ] {6eacce85-d380-40dc-9e7d-9dcaf0a56377} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.001429 sec., 46186.14415675298 rows/sec., 3.22 MiB/sec.
2672 2025.03.20 17:05:17.760740 [ 256 ] {6eacce85-d380-40dc-9e7d-9dcaf0a56377} <Debug> TCPHandler: Processed in 0.001611717 sec.
2673 2025.03.20 17:05:17.760871 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2674 2025.03.20 17:05:17.761006 [ 256 ] {a1424a19-fe47-4253-b891-5b92437c70cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2675 2025.03.20 17:05:17.761064 [ 256 ] {a1424a19-fe47-4253-b891-5b92437c70cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2676 2025.03.20 17:05:17.761588 [ 256 ] {a1424a19-fe47-4253-b891-5b92437c70cb} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2677 2025.03.20 17:05:17.761635 [ 256 ] {a1424a19-fe47-4253-b891-5b92437c70cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2678 2025.03.20 17:05:17.762033 [ 256 ] {a1424a19-fe47-4253-b891-5b92437c70cb} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2679 2025.03.20 17:05:17.762289 [ 256 ] {a1424a19-fe47-4253-b891-5b92437c70cb} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2680 2025.03.20 17:05:17.762505 [ 256 ] {a1424a19-fe47-4253-b891-5b92437c70cb} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001529 sec., 17004.57815565729 rows/sec., 1.14 MiB/sec.
2681 2025.03.20 17:05:17.762556 [ 256 ] {a1424a19-fe47-4253-b891-5b92437c70cb} <Debug> TCPHandler: Processed in 0.001748398 sec.
2682 2025.03.20 17:05:19.705713 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063
2683 2025.03.20 17:05:19.706339 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2684 2025.03.20 17:05:19.706381 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2685 2025.03.20 17:05:19.706901 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2686 2025.03.20 17:05:19.707214 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2687 2025.03.20 17:05:19.707371 [ 104 ] {} <Debug> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2688 2025.03.20 17:05:19.707424 [ 104 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2689 2025.03.20 17:05:19.707426 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063
2690 2025.03.20 17:05:19.707450 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2691 2025.03.20 17:05:19.707553 [ 192 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::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
2692 2025.03.20 17:05:19.707666 [ 192 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2693 2025.03.20 17:05:19.707707 [ 192 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::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
2694 2025.03.20 17:05:19.707817 [ 192 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 427 rows starting from the beginning of the part
2695 2025.03.20 17:05:19.707893 [ 192 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 488 rows starting from the beginning of the part
2696 2025.03.20 17:05:19.707943 [ 192 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 427 rows starting from the beginning of the part
2697 2025.03.20 17:05:19.708260 [ 192 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 488 rows starting from the beginning of the part
2698 2025.03.20 17:05:19.708665 [ 192 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 427 rows starting from the beginning of the part
2699 2025.03.20 17:05:19.710555 [ 187 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.003041882 sec., 1664430.112673667 rows/sec., 23.81 MiB/sec.
2700 2025.03.20 17:05:19.711208 [ 188 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2701 2025.03.20 17:05:19.711535 [ 188 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_11_2} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2702 2025.03.20 17:05:19.711627 [ 188 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_11_2} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2703 2025.03.20 17:05:19.711707 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB.
2704 2025.03.20 17:05:20.015636 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
2705 2025.03.20 17:05:20.036224 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2706 2025.03.20 17:05:20.036268 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2707 2025.03.20 17:05:20.043704 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2708 2025.03.20 17:05:20.044452 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2709 2025.03.20 17:05:20.044857 [ 121 ] {} <Debug> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2710 2025.03.20 17:05:20.045005 [ 121 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2711 2025.03.20 17:05:20.045077 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2712 2025.03.20 17:05:20.045578 [ 192 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
2713 2025.03.20 17:05:20.063444 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
2714 2025.03.20 17:05:20.063706 [ 192 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2715 2025.03.20 17:05:20.064986 [ 192 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
2716 2025.03.20 17:05:20.071403 [ 192 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
2717 2025.03.20 17:05:20.077225 [ 192 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
2718 2025.03.20 17:05:20.082960 [ 192 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
2719 2025.03.20 17:05:20.088809 [ 192 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
2720 2025.03.20 17:05:20.093339 [ 192 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
2721 2025.03.20 17:05:20.151236 [ 187 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.105995927 sec., 783.048956211308 rows/sec., 4.05 MiB/sec.
2722 2025.03.20 17:05:20.153752 [ 187 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2723 2025.03.20 17:05:20.156659 [ 187 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_11_2} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2724 2025.03.20 17:05:20.156789 [ 187 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_11_2} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2725 2025.03.20 17:05:20.159195 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB.
2726 2025.03.20 17:05:21.001148 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.43 MiB, peak 179.31 MiB, free memory in arenas 0.00 B, will set to 170.62 MiB (RSS), difference: 1.19 MiB
2727 2025.03.20 17:05:22.760794 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2728 2025.03.20 17:05:22.761048 [ 256 ] {ee95b455-983e-4e78-b04b-69043bda2aaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2729 2025.03.20 17:05:22.761145 [ 256 ] {ee95b455-983e-4e78-b04b-69043bda2aaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2730 2025.03.20 17:05:22.762107 [ 256 ] {ee95b455-983e-4e78-b04b-69043bda2aaf} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2731 2025.03.20 17:05:22.762160 [ 256 ] {ee95b455-983e-4e78-b04b-69043bda2aaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2732 2025.03.20 17:05:22.762598 [ 256 ] {ee95b455-983e-4e78-b04b-69043bda2aaf} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2733 2025.03.20 17:05:22.762862 [ 256 ] {ee95b455-983e-4e78-b04b-69043bda2aaf} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2734 2025.03.20 17:05:22.763121 [ 256 ] {ee95b455-983e-4e78-b04b-69043bda2aaf} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002127 sec., 51716.03196991067 rows/sec., 4.35 MiB/sec.
2735 2025.03.20 17:05:22.763243 [ 256 ] {ee95b455-983e-4e78-b04b-69043bda2aaf} <Debug> TCPHandler: Processed in 0.002612697 sec.
2736 2025.03.20 17:05:22.763512 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2737 2025.03.20 17:05:22.763646 [ 256 ] {fc6f1b48-8e6b-4b7a-9d23-1c55bc965da5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2738 2025.03.20 17:05:22.763697 [ 256 ] {fc6f1b48-8e6b-4b7a-9d23-1c55bc965da5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2739 2025.03.20 17:05:22.764251 [ 256 ] {fc6f1b48-8e6b-4b7a-9d23-1c55bc965da5} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2740 2025.03.20 17:05:22.764293 [ 256 ] {fc6f1b48-8e6b-4b7a-9d23-1c55bc965da5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2741 2025.03.20 17:05:22.764648 [ 256 ] {fc6f1b48-8e6b-4b7a-9d23-1c55bc965da5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2742 2025.03.20 17:05:22.764891 [ 256 ] {fc6f1b48-8e6b-4b7a-9d23-1c55bc965da5} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2743 2025.03.20 17:05:22.765114 [ 256 ] {fc6f1b48-8e6b-4b7a-9d23-1c55bc965da5} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001496 sec., 18048.12834224599 rows/sec., 1.33 MiB/sec.
2744 2025.03.20 17:05:22.765169 [ 256 ] {fc6f1b48-8e6b-4b7a-9d23-1c55bc965da5} <Debug> TCPHandler: Processed in 0.001759449 sec.
2745 2025.03.20 17:05:22.765275 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2746 2025.03.20 17:05:22.765378 [ 256 ] {b905710a-a325-4619-8630-7dcbc26f9be0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2747 2025.03.20 17:05:22.765426 [ 256 ] {b905710a-a325-4619-8630-7dcbc26f9be0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2748 2025.03.20 17:05:22.765977 [ 256 ] {b905710a-a325-4619-8630-7dcbc26f9be0} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2749 2025.03.20 17:05:22.766016 [ 256 ] {b905710a-a325-4619-8630-7dcbc26f9be0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2750 2025.03.20 17:05:22.766381 [ 256 ] {b905710a-a325-4619-8630-7dcbc26f9be0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2751 2025.03.20 17:05:22.766635 [ 256 ] {b905710a-a325-4619-8630-7dcbc26f9be0} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2752 2025.03.20 17:05:22.766852 [ 256 ] {b905710a-a325-4619-8630-7dcbc26f9be0} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001497 sec., 60788.24315297261 rows/sec., 4.75 MiB/sec.
2753 2025.03.20 17:05:22.766904 [ 256 ] {b905710a-a325-4619-8630-7dcbc26f9be0} <Debug> TCPHandler: Processed in 0.001678988 sec.
2754 2025.03.20 17:05:22.767020 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2755 2025.03.20 17:05:22.767124 [ 256 ] {4ebfd1ed-49d8-4b5d-9627-3753f6e544c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2756 2025.03.20 17:05:22.767174 [ 256 ] {4ebfd1ed-49d8-4b5d-9627-3753f6e544c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2757 2025.03.20 17:05:22.767690 [ 256 ] {4ebfd1ed-49d8-4b5d-9627-3753f6e544c9} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2758 2025.03.20 17:05:22.767728 [ 256 ] {4ebfd1ed-49d8-4b5d-9627-3753f6e544c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2759 2025.03.20 17:05:22.768113 [ 256 ] {4ebfd1ed-49d8-4b5d-9627-3753f6e544c9} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2760 2025.03.20 17:05:22.768358 [ 256 ] {4ebfd1ed-49d8-4b5d-9627-3753f6e544c9} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2761 2025.03.20 17:05:22.768613 [ 256 ] {4ebfd1ed-49d8-4b5d-9627-3753f6e544c9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001509 sec., 106030.48376408218 rows/sec., 7.38 MiB/sec.
2762 2025.03.20 17:05:22.768734 [ 256 ] {4ebfd1ed-49d8-4b5d-9627-3753f6e544c9} <Debug> TCPHandler: Processed in 0.001763059 sec.
2763 2025.03.20 17:05:22.768852 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2764 2025.03.20 17:05:22.768953 [ 256 ] {cac680a4-689a-4f17-a90b-631abf8d3da6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2765 2025.03.20 17:05:22.769019 [ 256 ] {cac680a4-689a-4f17-a90b-631abf8d3da6} <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
2766 2025.03.20 17:05:22.770119 [ 256 ] {cac680a4-689a-4f17-a90b-631abf8d3da6} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2767 2025.03.20 17:05:22.770157 [ 256 ] {cac680a4-689a-4f17-a90b-631abf8d3da6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2768 2025.03.20 17:05:22.770787 [ 256 ] {cac680a4-689a-4f17-a90b-631abf8d3da6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2769 2025.03.20 17:05:22.771052 [ 256 ] {cac680a4-689a-4f17-a90b-631abf8d3da6} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2770 2025.03.20 17:05:22.771249 [ 256 ] {cac680a4-689a-4f17-a90b-631abf8d3da6} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002319 sec., 11642.94954721863 rows/sec., 20.86 MiB/sec.
2771 2025.03.20 17:05:22.771340 [ 256 ] {cac680a4-689a-4f17-a90b-631abf8d3da6} <Debug> TCPHandler: Processed in 0.002537467 sec.
2772 2025.03.20 17:05:22.771466 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2773 2025.03.20 17:05:22.771570 [ 256 ] {1681a028-9fe9-48f1-aed5-08854566770e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2774 2025.03.20 17:05:22.771615 [ 256 ] {1681a028-9fe9-48f1-aed5-08854566770e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2775 2025.03.20 17:05:22.772049 [ 256 ] {1681a028-9fe9-48f1-aed5-08854566770e} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2776 2025.03.20 17:05:22.772086 [ 256 ] {1681a028-9fe9-48f1-aed5-08854566770e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2777 2025.03.20 17:05:22.772434 [ 256 ] {1681a028-9fe9-48f1-aed5-08854566770e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2778 2025.03.20 17:05:22.772696 [ 256 ] {1681a028-9fe9-48f1-aed5-08854566770e} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2779 2025.03.20 17:05:22.772872 [ 256 ] {1681a028-9fe9-48f1-aed5-08854566770e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001324 sec., 45317.220543806645 rows/sec., 3.05 MiB/sec.
2780 2025.03.20 17:05:22.772920 [ 256 ] {1681a028-9fe9-48f1-aed5-08854566770e} <Debug> TCPHandler: Processed in 0.001505285 sec.
2781 2025.03.20 17:05:27.125151 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache
2782 2025.03.20 17:05:27.125222 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache
2783 2025.03.20 17:05:27.208309 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551
2784 2025.03.20 17:05:27.208962 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2785 2025.03.20 17:05:27.209011 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2786 2025.03.20 17:05:27.209620 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2787 2025.03.20 17:05:27.209884 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2788 2025.03.20 17:05:27.210134 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
2789 2025.03.20 17:05:27.224948 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 380
2790 2025.03.20 17:05:27.227674 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2791 2025.03.20 17:05:27.227726 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2792 2025.03.20 17:05:27.229164 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2793 2025.03.20 17:05:27.229476 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2794 2025.03.20 17:05:27.230405 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 380
2795 2025.03.20 17:05:27.564296 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91
2796 2025.03.20 17:05:27.583754 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2797 2025.03.20 17:05:27.583817 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2798 2025.03.20 17:05:27.591207 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2799 2025.03.20 17:05:27.591993 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2800 2025.03.20 17:05:27.595317 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91
2801 2025.03.20 17:05:27.759713 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2802 2025.03.20 17:05:27.759993 [ 256 ] {ce988458-d9ae-4c34-b13c-711ec7557840} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2803 2025.03.20 17:05:27.760103 [ 256 ] {ce988458-d9ae-4c34-b13c-711ec7557840} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2804 2025.03.20 17:05:27.761148 [ 256 ] {ce988458-d9ae-4c34-b13c-711ec7557840} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2805 2025.03.20 17:05:27.761203 [ 256 ] {ce988458-d9ae-4c34-b13c-711ec7557840} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2806 2025.03.20 17:05:27.761650 [ 256 ] {ce988458-d9ae-4c34-b13c-711ec7557840} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2807 2025.03.20 17:05:27.761920 [ 256 ] {ce988458-d9ae-4c34-b13c-711ec7557840} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2808 2025.03.20 17:05:27.762167 [ 256 ] {ce988458-d9ae-4c34-b13c-711ec7557840} <Debug> executeQuery: Read 78 rows, 6.57 KiB in 0.002255 sec., 34589.80044345898 rows/sec., 2.85 MiB/sec.
2809 2025.03.20 17:05:27.762234 [ 256 ] {ce988458-d9ae-4c34-b13c-711ec7557840} <Debug> TCPHandler: Processed in 0.002672408 sec.
2810 2025.03.20 17:05:27.762360 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2811 2025.03.20 17:05:27.762474 [ 256 ] {f888e757-3c63-4328-b945-35307404ca39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2812 2025.03.20 17:05:27.762525 [ 256 ] {f888e757-3c63-4328-b945-35307404ca39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2813 2025.03.20 17:05:27.763063 [ 256 ] {f888e757-3c63-4328-b945-35307404ca39} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2814 2025.03.20 17:05:27.763105 [ 256 ] {f888e757-3c63-4328-b945-35307404ca39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2815 2025.03.20 17:05:27.763454 [ 256 ] {f888e757-3c63-4328-b945-35307404ca39} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2816 2025.03.20 17:05:27.763694 [ 256 ] {f888e757-3c63-4328-b945-35307404ca39} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2817 2025.03.20 17:05:27.763915 [ 256 ] {f888e757-3c63-4328-b945-35307404ca39} <Debug> executeQuery: Read 11 rows, 847.00 B in 0.001468 sec., 7493.188010899183 rows/sec., 563.45 KiB/sec.
2818 2025.03.20 17:05:27.763968 [ 256 ] {f888e757-3c63-4328-b945-35307404ca39} <Debug> TCPHandler: Processed in 0.001660868 sec.
2819 2025.03.20 17:05:27.764071 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2820 2025.03.20 17:05:27.764172 [ 256 ] {77cd4dfa-be31-4efc-ad73-7eb9bded0b35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2821 2025.03.20 17:05:27.764216 [ 256 ] {77cd4dfa-be31-4efc-ad73-7eb9bded0b35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2822 2025.03.20 17:05:27.764759 [ 256 ] {77cd4dfa-be31-4efc-ad73-7eb9bded0b35} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2823 2025.03.20 17:05:27.764799 [ 256 ] {77cd4dfa-be31-4efc-ad73-7eb9bded0b35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2824 2025.03.20 17:05:27.765161 [ 256 ] {77cd4dfa-be31-4efc-ad73-7eb9bded0b35} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2825 2025.03.20 17:05:27.765407 [ 256 ] {77cd4dfa-be31-4efc-ad73-7eb9bded0b35} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2826 2025.03.20 17:05:27.765632 [ 256 ] {77cd4dfa-be31-4efc-ad73-7eb9bded0b35} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001481 sec., 54692.775151924376 rows/sec., 4.27 MiB/sec.
2827 2025.03.20 17:05:27.765752 [ 256 ] {77cd4dfa-be31-4efc-ad73-7eb9bded0b35} <Debug> TCPHandler: Processed in 0.001728198 sec.
2828 2025.03.20 17:05:27.765862 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2829 2025.03.20 17:05:27.765964 [ 256 ] {dde1d950-6c45-4728-b917-b66b1a3f0ba7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2830 2025.03.20 17:05:27.766013 [ 256 ] {dde1d950-6c45-4728-b917-b66b1a3f0ba7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2831 2025.03.20 17:05:27.766531 [ 256 ] {dde1d950-6c45-4728-b917-b66b1a3f0ba7} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2832 2025.03.20 17:05:27.766569 [ 256 ] {dde1d950-6c45-4728-b917-b66b1a3f0ba7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2833 2025.03.20 17:05:27.766961 [ 256 ] {dde1d950-6c45-4728-b917-b66b1a3f0ba7} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2834 2025.03.20 17:05:27.767203 [ 256 ] {dde1d950-6c45-4728-b917-b66b1a3f0ba7} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2835 2025.03.20 17:05:27.767420 [ 256 ] {dde1d950-6c45-4728-b917-b66b1a3f0ba7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001478 sec., 108254.39783491204 rows/sec., 7.54 MiB/sec.
2836 2025.03.20 17:05:27.767472 [ 256 ] {dde1d950-6c45-4728-b917-b66b1a3f0ba7} <Debug> TCPHandler: Processed in 0.001658187 sec.
2837 2025.03.20 17:05:27.767576 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2838 2025.03.20 17:05:27.767678 [ 256 ] {5eb3ecc1-9254-4f18-bf63-a40af8721701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2839 2025.03.20 17:05:27.767743 [ 256 ] {5eb3ecc1-9254-4f18-bf63-a40af8721701} <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
2840 2025.03.20 17:05:27.768813 [ 256 ] {5eb3ecc1-9254-4f18-bf63-a40af8721701} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2841 2025.03.20 17:05:27.768852 [ 256 ] {5eb3ecc1-9254-4f18-bf63-a40af8721701} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2842 2025.03.20 17:05:27.769476 [ 256 ] {5eb3ecc1-9254-4f18-bf63-a40af8721701} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2843 2025.03.20 17:05:27.769733 [ 256 ] {5eb3ecc1-9254-4f18-bf63-a40af8721701} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2844 2025.03.20 17:05:27.770039 [ 256 ] {5eb3ecc1-9254-4f18-bf63-a40af8721701} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002369 sec., 4643.3094132545375 rows/sec., 8.32 MiB/sec.
2845 2025.03.20 17:05:27.770504 [ 256 ] {5eb3ecc1-9254-4f18-bf63-a40af8721701} <Debug> TCPHandler: Processed in 0.002975131 sec.
2846 2025.03.20 17:05:27.770629 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2847 2025.03.20 17:05:27.770732 [ 256 ] {19171b2c-9801-4cfb-873b-595762c66dbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2848 2025.03.20 17:05:27.770778 [ 256 ] {19171b2c-9801-4cfb-873b-595762c66dbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2849 2025.03.20 17:05:27.771213 [ 256 ] {19171b2c-9801-4cfb-873b-595762c66dbd} <Trace> oximeter.measurements_i64 (0e57d148-0691-4081-ba19-bc84086c4ea6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2850 2025.03.20 17:05:27.771253 [ 256 ] {19171b2c-9801-4cfb-873b-595762c66dbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2851 2025.03.20 17:05:27.771611 [ 256 ] {19171b2c-9801-4cfb-873b-595762c66dbd} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2852 2025.03.20 17:05:27.771851 [ 256 ] {19171b2c-9801-4cfb-873b-595762c66dbd} <Trace> oximeter.measurements_i64 (0e57d148-0691-4081-ba19-bc84086c4ea6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2853 2025.03.20 17:05:27.772075 [ 256 ] {19171b2c-9801-4cfb-873b-595762c66dbd} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001363 sec., 4402.054292002935 rows/sec., 310.95 KiB/sec.
2854 2025.03.20 17:05:27.772125 [ 256 ] {19171b2c-9801-4cfb-873b-595762c66dbd} <Debug> TCPHandler: Processed in 0.001545156 sec.
2855 2025.03.20 17:05:27.772229 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2856 2025.03.20 17:05:27.772330 [ 256 ] {c6e693c8-b167-4d6f-9b52-64f22441ce31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2857 2025.03.20 17:05:27.772376 [ 256 ] {c6e693c8-b167-4d6f-9b52-64f22441ce31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2858 2025.03.20 17:05:27.772814 [ 256 ] {c6e693c8-b167-4d6f-9b52-64f22441ce31} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2859 2025.03.20 17:05:27.772852 [ 256 ] {c6e693c8-b167-4d6f-9b52-64f22441ce31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2860 2025.03.20 17:05:27.773211 [ 256 ] {c6e693c8-b167-4d6f-9b52-64f22441ce31} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2861 2025.03.20 17:05:27.773448 [ 256 ] {c6e693c8-b167-4d6f-9b52-64f22441ce31} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2862 2025.03.20 17:05:27.773655 [ 256 ] {c6e693c8-b167-4d6f-9b52-64f22441ce31} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001347 sec., 44543.42984409799 rows/sec., 3.00 MiB/sec.
2863 2025.03.20 17:05:27.773705 [ 256 ] {c6e693c8-b167-4d6f-9b52-64f22441ce31} <Debug> TCPHandler: Processed in 0.001524805 sec.
2864 2025.03.20 17:05:32.759726 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2865 2025.03.20 17:05:32.759932 [ 256 ] {eacbbf8d-cc11-4171-a272-4c9d2d087441} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2866 2025.03.20 17:05:32.760006 [ 256 ] {eacbbf8d-cc11-4171-a272-4c9d2d087441} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2867 2025.03.20 17:05:32.760789 [ 256 ] {eacbbf8d-cc11-4171-a272-4c9d2d087441} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2868 2025.03.20 17:05:32.760837 [ 256 ] {eacbbf8d-cc11-4171-a272-4c9d2d087441} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2869 2025.03.20 17:05:32.761273 [ 256 ] {eacbbf8d-cc11-4171-a272-4c9d2d087441} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2870 2025.03.20 17:05:32.761526 [ 256 ] {eacbbf8d-cc11-4171-a272-4c9d2d087441} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2871 2025.03.20 17:05:32.761734 [ 146 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
2872 2025.03.20 17:05:32.761773 [ 256 ] {eacbbf8d-cc11-4171-a272-4c9d2d087441} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.001893 sec., 58108.821975699946 rows/sec., 4.88 MiB/sec.
2873 2025.03.20 17:05:32.761809 [ 146 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2874 2025.03.20 17:05:32.761896 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2875 2025.03.20 17:05:32.761909 [ 256 ] {eacbbf8d-cc11-4171-a272-4c9d2d087441} <Debug> TCPHandler: Processed in 0.002310974 sec.
2876 2025.03.20 17:05:32.762106 [ 186 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::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
2877 2025.03.20 17:05:32.762120 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2878 2025.03.20 17:05:32.762368 [ 256 ] {1da10111-9b48-4c8f-b971-2a412a2df222} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2879 2025.03.20 17:05:32.762384 [ 186 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2880 2025.03.20 17:05:32.762469 [ 256 ] {1da10111-9b48-4c8f-b971-2a412a2df222} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2881 2025.03.20 17:05:32.762473 [ 186 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1388 rows starting from the beginning of the part
2882 2025.03.20 17:05:32.762772 [ 186 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1337 rows starting from the beginning of the part
2883 2025.03.20 17:05:32.763082 [ 186 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part
2884 2025.03.20 17:05:32.763470 [ 186 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 110 rows starting from the beginning of the part
2885 2025.03.20 17:05:32.763938 [ 186 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 78 rows starting from the beginning of the part
2886 2025.03.20 17:05:32.764347 [ 186 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 110 rows starting from the beginning of the part
2887 2025.03.20 17:05:32.765346 [ 256 ] {1da10111-9b48-4c8f-b971-2a412a2df222} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2888 2025.03.20 17:05:32.765428 [ 256 ] {1da10111-9b48-4c8f-b971-2a412a2df222} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2889 2025.03.20 17:05:32.766334 [ 256 ] {1da10111-9b48-4c8f-b971-2a412a2df222} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2890 2025.03.20 17:05:32.766893 [ 256 ] {1da10111-9b48-4c8f-b971-2a412a2df222} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2891 2025.03.20 17:05:32.767127 [ 146 ] {} <Debug> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2892 2025.03.20 17:05:32.767201 [ 146 ] {} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2893 2025.03.20 17:05:32.767240 [ 256 ] {1da10111-9b48-4c8f-b971-2a412a2df222} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.004945 sec., 5460.060667340748 rows/sec., 410.57 KiB/sec.
2894 2025.03.20 17:05:32.767248 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2895 2025.03.20 17:05:32.767443 [ 256 ] {1da10111-9b48-4c8f-b971-2a412a2df222} <Debug> TCPHandler: Processed in 0.005388806 sec.
2896 2025.03.20 17:05:32.768042 [ 194 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::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
2897 2025.03.20 17:05:32.768471 [ 186 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3079 rows, containing 5 columns (5 merged, 0 gathered) in 0.006484328 sec., 474837.1766511503 rows/sec., 41.50 MiB/sec.
2898 2025.03.20 17:05:32.768474 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2899 2025.03.20 17:05:32.768501 [ 194 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2900 2025.03.20 17:05:32.768567 [ 194 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 22 rows starting from the beginning of the part
2901 2025.03.20 17:05:32.768710 [ 256 ] {a93c6c06-df44-4cb6-96af-8d78004c82b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2902 2025.03.20 17:05:32.768883 [ 256 ] {a93c6c06-df44-4cb6-96af-8d78004c82b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2903 2025.03.20 17:05:32.768959 [ 194 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 27 rows starting from the beginning of the part
2904 2025.03.20 17:05:32.769210 [ 187 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
2905 2025.03.20 17:05:32.769407 [ 194 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part
2906 2025.03.20 17:05:32.769846 [ 194 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 27 rows starting from the beginning of the part
2907 2025.03.20 17:05:32.770234 [ 194 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 11 rows starting from the beginning of the part
2908 2025.03.20 17:05:32.770739 [ 194 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 27 rows starting from the beginning of the part
2909 2025.03.20 17:05:32.771519 [ 198 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_21_4} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2910 2025.03.20 17:05:32.771847 [ 198 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_21_4} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
2911 2025.03.20 17:05:32.772061 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
2912 2025.03.20 17:05:32.772937 [ 256 ] {a93c6c06-df44-4cb6-96af-8d78004c82b5} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2913 2025.03.20 17:05:32.773012 [ 256 ] {a93c6c06-df44-4cb6-96af-8d78004c82b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2914 2025.03.20 17:05:32.774213 [ 256 ] {a93c6c06-df44-4cb6-96af-8d78004c82b5} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2915 2025.03.20 17:05:32.774214 [ 187 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 5 columns (5 merged, 0 gathered) in 0.00675913 sec., 21304.51700144841 rows/sec., 1.65 MiB/sec.
2916 2025.03.20 17:05:32.774441 [ 194 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2917 2025.03.20 17:05:32.774679 [ 256 ] {a93c6c06-df44-4cb6-96af-8d78004c82b5} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2918 2025.03.20 17:05:32.774944 [ 146 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
2919 2025.03.20 17:05:32.775046 [ 146 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2920 2025.03.20 17:05:32.775134 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2921 2025.03.20 17:05:32.775163 [ 194 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_11_2} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2922 2025.03.20 17:05:32.775319 [ 256 ] {a93c6c06-df44-4cb6-96af-8d78004c82b5} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.006615 sec., 13756.613756613757 rows/sec., 1.07 MiB/sec.
2923 2025.03.20 17:05:32.775513 [ 186 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::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
2924 2025.03.20 17:05:32.775527 [ 194 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_11_2} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2925 2025.03.20 17:05:32.775614 [ 256 ] {a93c6c06-df44-4cb6-96af-8d78004c82b5} <Debug> TCPHandler: Processed in 0.007341957 sec.
2926 2025.03.20 17:05:32.775778 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
2927 2025.03.20 17:05:32.775917 [ 186 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2928 2025.03.20 17:05:32.775949 [ 186 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 606 rows starting from the beginning of the part
2929 2025.03.20 17:05:32.775974 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2930 2025.03.20 17:05:32.776172 [ 186 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 574 rows starting from the beginning of the part
2931 2025.03.20 17:05:32.776450 [ 256 ] {a940a61e-c802-42d5-8d37-a29e4e5c9e44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2932 2025.03.20 17:05:32.776484 [ 186 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 64 rows starting from the beginning of the part
2933 2025.03.20 17:05:32.776694 [ 256 ] {a940a61e-c802-42d5-8d37-a29e4e5c9e44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2934 2025.03.20 17:05:32.776818 [ 186 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 91 rows starting from the beginning of the part
2935 2025.03.20 17:05:32.777197 [ 186 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 81 rows starting from the beginning of the part
2936 2025.03.20 17:05:32.777589 [ 186 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 91 rows starting from the beginning of the part
2937 2025.03.20 17:05:32.779283 [ 256 ] {a940a61e-c802-42d5-8d37-a29e4e5c9e44} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2938 2025.03.20 17:05:32.779359 [ 256 ] {a940a61e-c802-42d5-8d37-a29e4e5c9e44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2939 2025.03.20 17:05:32.780319 [ 256 ] {a940a61e-c802-42d5-8d37-a29e4e5c9e44} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2940 2025.03.20 17:05:32.780862 [ 186 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1507 rows, containing 5 columns (5 merged, 0 gathered) in 0.005614358 sec., 268418.93587833195 rows/sec., 21.37 MiB/sec.
2941 2025.03.20 17:05:32.780913 [ 256 ] {a940a61e-c802-42d5-8d37-a29e4e5c9e44} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2942 2025.03.20 17:05:32.781097 [ 186 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
2943 2025.03.20 17:05:32.781138 [ 146 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
2944 2025.03.20 17:05:32.781260 [ 146 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2945 2025.03.20 17:05:32.781378 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2946 2025.03.20 17:05:32.781490 [ 256 ] {a940a61e-c802-42d5-8d37-a29e4e5c9e44} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005224 sec., 30627.871362940274 rows/sec., 2.13 MiB/sec.
2947 2025.03.20 17:05:32.781781 [ 194 ] {9491680f-0456-456d-800a-d47875b75c20::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
2948 2025.03.20 17:05:32.781846 [ 256 ] {a940a61e-c802-42d5-8d37-a29e4e5c9e44} <Debug> TCPHandler: Processed in 0.005954842 sec.
2949 2025.03.20 17:05:32.782037 [ 186 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_21_4} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2950 2025.03.20 17:05:32.782165 [ 194 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2951 2025.03.20 17:05:32.782247 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2952 2025.03.20 17:05:32.782253 [ 194 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 4261 rows starting from the beginning of the part
2953 2025.03.20 17:05:32.782270 [ 186 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_21_4} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
2954 2025.03.20 17:05:32.782544 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
2955 2025.03.20 17:05:32.782577 [ 194 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 981 rows starting from the beginning of the part
2956 2025.03.20 17:05:32.782975 [ 256 ] {bb70d5af-29c6-4e05-a4ea-ee0400cb9f66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2957 2025.03.20 17:05:32.782987 [ 194 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 66 rows starting from the beginning of the part
2958 2025.03.20 17:05:32.783346 [ 194 ] {9491680f-0456-456d-800a-d47875b75c20::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
2959 2025.03.20 17:05:32.783388 [ 256 ] {bb70d5af-29c6-4e05-a4ea-ee0400cb9f66} <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
2960 2025.03.20 17:05:32.783731 [ 194 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part
2961 2025.03.20 17:05:32.784174 [ 194 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part
2962 2025.03.20 17:05:32.788162 [ 256 ] {bb70d5af-29c6-4e05-a4ea-ee0400cb9f66} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2963 2025.03.20 17:05:32.788208 [ 256 ] {bb70d5af-29c6-4e05-a4ea-ee0400cb9f66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2964 2025.03.20 17:05:32.789062 [ 256 ] {bb70d5af-29c6-4e05-a4ea-ee0400cb9f66} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2965 2025.03.20 17:05:32.789356 [ 256 ] {bb70d5af-29c6-4e05-a4ea-ee0400cb9f66} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2966 2025.03.20 17:05:32.789947 [ 256 ] {bb70d5af-29c6-4e05-a4ea-ee0400cb9f66} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.007213 sec., 3743.2413697490642 rows/sec., 6.71 MiB/sec.
2967 2025.03.20 17:05:32.789965 [ 194 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5788 rows, containing 5 columns (5 merged, 0 gathered) in 0.008472719 sec., 683133.7142185407 rows/sec., 46.82 MiB/sec.
2968 2025.03.20 17:05:32.790151 [ 256 ] {bb70d5af-29c6-4e05-a4ea-ee0400cb9f66} <Debug> TCPHandler: Processed in 0.008051973 sec.
2969 2025.03.20 17:05:32.790278 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2970 2025.03.20 17:05:32.790384 [ 256 ] {ea4d7883-f5df-4661-9d1b-e48e7787f22c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2971 2025.03.20 17:05:32.790459 [ 256 ] {ea4d7883-f5df-4661-9d1b-e48e7787f22c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2972 2025.03.20 17:05:32.790566 [ 194 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
2973 2025.03.20 17:05:32.791233 [ 194 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2974 2025.03.20 17:05:32.791405 [ 194 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
2975 2025.03.20 17:05:32.791590 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.34 MiB.
2976 2025.03.20 17:05:32.791643 [ 256 ] {ea4d7883-f5df-4661-9d1b-e48e7787f22c} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2977 2025.03.20 17:05:32.791698 [ 256 ] {ea4d7883-f5df-4661-9d1b-e48e7787f22c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2978 2025.03.20 17:05:32.792087 [ 256 ] {ea4d7883-f5df-4661-9d1b-e48e7787f22c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2979 2025.03.20 17:05:32.792344 [ 256 ] {ea4d7883-f5df-4661-9d1b-e48e7787f22c} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2980 2025.03.20 17:05:32.792514 [ 146 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
2981 2025.03.20 17:05:32.792570 [ 146 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2982 2025.03.20 17:05:32.792586 [ 256 ] {ea4d7883-f5df-4661-9d1b-e48e7787f22c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002214 sec., 27100.27100271003 rows/sec., 1.83 MiB/sec.
2983 2025.03.20 17:05:32.792605 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
2984 2025.03.20 17:05:32.792760 [ 256 ] {ea4d7883-f5df-4661-9d1b-e48e7787f22c} <Debug> TCPHandler: Processed in 0.002529297 sec.
2985 2025.03.20 17:05:32.792834 [ 194 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
2986 2025.03.20 17:05:32.792955 [ 194 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2987 2025.03.20 17:05:32.792986 [ 194 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 714 rows starting from the beginning of the part
2988 2025.03.20 17:05:32.793048 [ 194 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 34 rows starting from the beginning of the part
2989 2025.03.20 17:05:32.793187 [ 194 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
2990 2025.03.20 17:05:32.793385 [ 194 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
2991 2025.03.20 17:05:32.793513 [ 194 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part
2992 2025.03.20 17:05:32.793680 [ 194 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part
2993 2025.03.20 17:05:32.794804 [ 186 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 954 rows, containing 4 columns (4 merged, 0 gathered) in 0.002066162 sec., 461725.65365155303 rows/sec., 31.03 MiB/sec.
2994 2025.03.20 17:05:32.794949 [ 186 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
2995 2025.03.20 17:05:32.795215 [ 186 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_21_4} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2996 2025.03.20 17:05:32.795287 [ 186 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_21_4} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
2997 2025.03.20 17:05:32.795348 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
2998 2025.03.20 17:05:34.711018 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978
2999 2025.03.20 17:05:34.711677 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3000 2025.03.20 17:05:34.711729 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
3001 2025.03.20 17:05:34.712245 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3002 2025.03.20 17:05:34.712505 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3003 2025.03.20 17:05:34.712795 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978
3004 2025.03.20 17:05:35.096150 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98
3005 2025.03.20 17:05:35.115715 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3006 2025.03.20 17:05:35.115775 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
3007 2025.03.20 17:05:35.123502 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3008 2025.03.20 17:05:35.124278 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3009 2025.03.20 17:05:35.126771 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98
3010 2025.03.20 17:05:37.231225 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 406
3011 2025.03.20 17:05:37.234073 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3012 2025.03.20 17:05:37.234122 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
3013 2025.03.20 17:05:37.235548 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3014 2025.03.20 17:05:37.235863 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3015 2025.03.20 17:05:37.236438 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 406
3016 2025.03.20 17:05:37.760340 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3017 2025.03.20 17:05:37.760530 [ 256 ] {de8232dd-adac-4e0a-ba84-d78433c610b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3018 2025.03.20 17:05:37.760606 [ 256 ] {de8232dd-adac-4e0a-ba84-d78433c610b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3019 2025.03.20 17:05:37.761464 [ 256 ] {de8232dd-adac-4e0a-ba84-d78433c610b3} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3020 2025.03.20 17:05:37.761514 [ 256 ] {de8232dd-adac-4e0a-ba84-d78433c610b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
3021 2025.03.20 17:05:37.761963 [ 256 ] {de8232dd-adac-4e0a-ba84-d78433c610b3} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3022 2025.03.20 17:05:37.762247 [ 256 ] {de8232dd-adac-4e0a-ba84-d78433c610b3} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3023 2025.03.20 17:05:37.762462 [ 256 ] {de8232dd-adac-4e0a-ba84-d78433c610b3} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.001986 sec., 40281.97381671702 rows/sec., 3.33 MiB/sec.
3024 2025.03.20 17:05:37.762530 [ 256 ] {de8232dd-adac-4e0a-ba84-d78433c610b3} <Debug> TCPHandler: Processed in 0.002331604 sec.
3025 2025.03.20 17:05:37.762660 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3026 2025.03.20 17:05:37.762777 [ 256 ] {915f647c-3f7e-430d-a50f-67a736d84bc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3027 2025.03.20 17:05:37.762828 [ 256 ] {915f647c-3f7e-430d-a50f-67a736d84bc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3028 2025.03.20 17:05:37.763359 [ 256 ] {915f647c-3f7e-430d-a50f-67a736d84bc1} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3029 2025.03.20 17:05:37.763398 [ 256 ] {915f647c-3f7e-430d-a50f-67a736d84bc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
3030 2025.03.20 17:05:37.763904 [ 256 ] {915f647c-3f7e-430d-a50f-67a736d84bc1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3031 2025.03.20 17:05:37.764151 [ 256 ] {915f647c-3f7e-430d-a50f-67a736d84bc1} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3032 2025.03.20 17:05:37.764328 [ 256 ] {915f647c-3f7e-430d-a50f-67a736d84bc1} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001581 sec., 7590.132827324478 rows/sec., 570.74 KiB/sec.
3033 2025.03.20 17:05:37.764381 [ 256 ] {915f647c-3f7e-430d-a50f-67a736d84bc1} <Debug> TCPHandler: Processed in 0.001774428 sec.
3034 2025.03.20 17:05:37.764486 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3035 2025.03.20 17:05:37.764592 [ 256 ] {3463a206-3fbd-4e34-8a9e-e324bbae3f74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3036 2025.03.20 17:05:37.764639 [ 256 ] {3463a206-3fbd-4e34-8a9e-e324bbae3f74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3037 2025.03.20 17:05:37.765178 [ 256 ] {3463a206-3fbd-4e34-8a9e-e324bbae3f74} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3038 2025.03.20 17:05:37.765217 [ 256 ] {3463a206-3fbd-4e34-8a9e-e324bbae3f74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
3039 2025.03.20 17:05:37.765573 [ 256 ] {3463a206-3fbd-4e34-8a9e-e324bbae3f74} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3040 2025.03.20 17:05:37.765825 [ 256 ] {3463a206-3fbd-4e34-8a9e-e324bbae3f74} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3041 2025.03.20 17:05:37.765999 [ 256 ] {3463a206-3fbd-4e34-8a9e-e324bbae3f74} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001431 sec., 53109.71348707198 rows/sec., 4.15 MiB/sec.
3042 2025.03.20 17:05:37.766050 [ 256 ] {3463a206-3fbd-4e34-8a9e-e324bbae3f74} <Debug> TCPHandler: Processed in 0.001614357 sec.
3043 2025.03.20 17:05:37.766168 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3044 2025.03.20 17:05:37.766274 [ 256 ] {80ace04d-14d9-44c3-ad62-47a62228ca72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3045 2025.03.20 17:05:37.766323 [ 256 ] {80ace04d-14d9-44c3-ad62-47a62228ca72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3046 2025.03.20 17:05:37.766847 [ 256 ] {80ace04d-14d9-44c3-ad62-47a62228ca72} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3047 2025.03.20 17:05:37.766884 [ 256 ] {80ace04d-14d9-44c3-ad62-47a62228ca72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
3048 2025.03.20 17:05:37.767270 [ 256 ] {80ace04d-14d9-44c3-ad62-47a62228ca72} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3049 2025.03.20 17:05:37.767513 [ 256 ] {80ace04d-14d9-44c3-ad62-47a62228ca72} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3050 2025.03.20 17:05:37.767689 [ 256 ] {80ace04d-14d9-44c3-ad62-47a62228ca72} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001438 sec., 111265.64673157163 rows/sec., 7.75 MiB/sec.
3051 2025.03.20 17:05:37.767738 [ 256 ] {80ace04d-14d9-44c3-ad62-47a62228ca72} <Debug> TCPHandler: Processed in 0.001621257 sec.
3052 2025.03.20 17:05:37.767841 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3053 2025.03.20 17:05:37.767942 [ 256 ] {11b745b0-f48e-4741-9416-15c5e8452398} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3054 2025.03.20 17:05:37.768004 [ 256 ] {11b745b0-f48e-4741-9416-15c5e8452398} <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
3055 2025.03.20 17:05:37.769058 [ 256 ] {11b745b0-f48e-4741-9416-15c5e8452398} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3056 2025.03.20 17:05:37.769096 [ 256 ] {11b745b0-f48e-4741-9416-15c5e8452398} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
3057 2025.03.20 17:05:37.769702 [ 256 ] {11b745b0-f48e-4741-9416-15c5e8452398} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3058 2025.03.20 17:05:37.769966 [ 256 ] {11b745b0-f48e-4741-9416-15c5e8452398} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3059 2025.03.20 17:05:37.770096 [ 141 ] {} <Debug> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3060 2025.03.20 17:05:37.770151 [ 141 ] {} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3061 2025.03.20 17:05:37.770178 [ 256 ] {11b745b0-f48e-4741-9416-15c5e8452398} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002255 sec., 5321.50776053215 rows/sec., 9.54 MiB/sec.
3062 2025.03.20 17:05:37.770184 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.63 GiB.
3063 2025.03.20 17:05:37.770514 [ 256 ] {11b745b0-f48e-4741-9416-15c5e8452398} <Debug> TCPHandler: Processed in 0.002717238 sec.
3064 2025.03.20 17:05:37.770570 [ 194 ] {6749d887-00ac-4b26-87ae-2852b00353b1::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
3065 2025.03.20 17:05:37.770686 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3066 2025.03.20 17:05:37.770933 [ 256 ] {c13d82fd-1ec3-4c3b-856d-c1da25c697ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3067 2025.03.20 17:05:37.771059 [ 256 ] {c13d82fd-1ec3-4c3b-856d-c1da25c697ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3068 2025.03.20 17:05:37.771633 [ 194 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3069 2025.03.20 17:05:37.771855 [ 194 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 67 rows starting from the beginning of the part
3070 2025.03.20 17:05:37.772565 [ 194 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part
3071 2025.03.20 17:05:37.773363 [ 194 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 27 rows starting from the beginning of the part
3072 2025.03.20 17:05:37.773419 [ 256 ] {c13d82fd-1ec3-4c3b-856d-c1da25c697ba} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3073 2025.03.20 17:05:37.773496 [ 256 ] {c13d82fd-1ec3-4c3b-856d-c1da25c697ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3074 2025.03.20 17:05:37.773813 [ 194 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 11 rows starting from the beginning of the part
3075 2025.03.20 17:05:37.774483 [ 194 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 27 rows starting from the beginning of the part
3076 2025.03.20 17:05:37.775113 [ 194 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part
3077 2025.03.20 17:05:37.775350 [ 256 ] {c13d82fd-1ec3-4c3b-856d-c1da25c697ba} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3078 2025.03.20 17:05:37.776077 [ 256 ] {c13d82fd-1ec3-4c3b-856d-c1da25c697ba} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3079 2025.03.20 17:05:37.776677 [ 256 ] {c13d82fd-1ec3-4c3b-856d-c1da25c697ba} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005744 sec., 10445.682451253482 rows/sec., 720.86 KiB/sec.
3080 2025.03.20 17:05:37.777137 [ 256 ] {c13d82fd-1ec3-4c3b-856d-c1da25c697ba} <Debug> TCPHandler: Processed in 0.006511358 sec.
3081 2025.03.20 17:05:37.779362 [ 194 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 152 rows, containing 19 columns (19 merged, 0 gathered) in 0.009031205 sec., 16830.53368847236 rows/sec., 30.16 MiB/sec.
3082 2025.03.20 17:05:37.779685 [ 194 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3083 2025.03.20 17:05:37.780080 [ 194 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3084 2025.03.20 17:05:37.780166 [ 194 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3085 2025.03.20 17:05:37.780288 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB.
3086 2025.03.20 17:05:42.125275 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache
3087 2025.03.20 17:05:42.125338 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache
3088 2025.03.20 17:05:42.213672 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466
3089 2025.03.20 17:05:42.214324 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3090 2025.03.20 17:05:42.214371 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3091 2025.03.20 17:05:42.214988 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3092 2025.03.20 17:05:42.215253 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): 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.03.20 17:05:42.215510 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466
3094 2025.03.20 17:05:42.627596 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106
3095 2025.03.20 17:05:42.648266 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3096 2025.03.20 17:05:42.648317 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3097 2025.03.20 17:05:42.656125 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3098 2025.03.20 17:05:42.656917 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3099 2025.03.20 17:05:42.659722 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106
3100 2025.03.20 17:05:42.759454 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3101 2025.03.20 17:05:42.759671 [ 256 ] {9fb378c5-ac82-4310-b154-166996225bb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3102 2025.03.20 17:05:42.759749 [ 256 ] {9fb378c5-ac82-4310-b154-166996225bb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3103 2025.03.20 17:05:42.760576 [ 256 ] {9fb378c5-ac82-4310-b154-166996225bb3} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3104 2025.03.20 17:05:42.760624 [ 256 ] {9fb378c5-ac82-4310-b154-166996225bb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3105 2025.03.20 17:05:42.761077 [ 256 ] {9fb378c5-ac82-4310-b154-166996225bb3} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3106 2025.03.20 17:05:42.761388 [ 256 ] {9fb378c5-ac82-4310-b154-166996225bb3} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3107 2025.03.20 17:05:42.761621 [ 256 ] {9fb378c5-ac82-4310-b154-166996225bb3} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.001998 sec., 55055.05505505505 rows/sec., 4.63 MiB/sec.
3108 2025.03.20 17:05:42.761789 [ 256 ] {9fb378c5-ac82-4310-b154-166996225bb3} <Debug> TCPHandler: Processed in 0.002487756 sec.
3109 2025.03.20 17:05:42.761988 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3110 2025.03.20 17:05:42.762106 [ 256 ] {0edc77ee-8963-4d6b-a9be-6a30bbf46e4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3111 2025.03.20 17:05:42.762157 [ 256 ] {0edc77ee-8963-4d6b-a9be-6a30bbf46e4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3112 2025.03.20 17:05:42.762732 [ 256 ] {0edc77ee-8963-4d6b-a9be-6a30bbf46e4f} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3113 2025.03.20 17:05:42.762772 [ 256 ] {0edc77ee-8963-4d6b-a9be-6a30bbf46e4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3114 2025.03.20 17:05:42.763136 [ 256 ] {0edc77ee-8963-4d6b-a9be-6a30bbf46e4f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3115 2025.03.20 17:05:42.763390 [ 256 ] {0edc77ee-8963-4d6b-a9be-6a30bbf46e4f} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3116 2025.03.20 17:05:42.763570 [ 256 ] {0edc77ee-8963-4d6b-a9be-6a30bbf46e4f} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001495 sec., 18060.20066889632 rows/sec., 1.33 MiB/sec.
3117 2025.03.20 17:05:42.763626 [ 256 ] {0edc77ee-8963-4d6b-a9be-6a30bbf46e4f} <Debug> TCPHandler: Processed in 0.001705778 sec.
3118 2025.03.20 17:05:42.763735 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3119 2025.03.20 17:05:42.763840 [ 256 ] {e6c7b3d5-5060-4047-8f4a-25862132e925} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3120 2025.03.20 17:05:42.763886 [ 256 ] {e6c7b3d5-5060-4047-8f4a-25862132e925} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3121 2025.03.20 17:05:42.764434 [ 256 ] {e6c7b3d5-5060-4047-8f4a-25862132e925} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3122 2025.03.20 17:05:42.764471 [ 256 ] {e6c7b3d5-5060-4047-8f4a-25862132e925} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3123 2025.03.20 17:05:42.764839 [ 256 ] {e6c7b3d5-5060-4047-8f4a-25862132e925} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3124 2025.03.20 17:05:42.765075 [ 256 ] {e6c7b3d5-5060-4047-8f4a-25862132e925} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3125 2025.03.20 17:05:42.765249 [ 256 ] {e6c7b3d5-5060-4047-8f4a-25862132e925} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001432 sec., 63547.486033519555 rows/sec., 4.96 MiB/sec.
3126 2025.03.20 17:05:42.765299 [ 256 ] {e6c7b3d5-5060-4047-8f4a-25862132e925} <Debug> TCPHandler: Processed in 0.001616757 sec.
3127 2025.03.20 17:05:42.765415 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3128 2025.03.20 17:05:42.765521 [ 256 ] {c78bae90-a3b4-4d12-ad48-003f1c392843} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3129 2025.03.20 17:05:42.765571 [ 256 ] {c78bae90-a3b4-4d12-ad48-003f1c392843} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3130 2025.03.20 17:05:42.766086 [ 256 ] {c78bae90-a3b4-4d12-ad48-003f1c392843} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3131 2025.03.20 17:05:42.766123 [ 256 ] {c78bae90-a3b4-4d12-ad48-003f1c392843} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3132 2025.03.20 17:05:42.766510 [ 256 ] {c78bae90-a3b4-4d12-ad48-003f1c392843} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3133 2025.03.20 17:05:42.766747 [ 256 ] {c78bae90-a3b4-4d12-ad48-003f1c392843} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3134 2025.03.20 17:05:42.766920 [ 256 ] {c78bae90-a3b4-4d12-ad48-003f1c392843} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001421 sec., 112596.76284306827 rows/sec., 7.84 MiB/sec.
3135 2025.03.20 17:05:42.766971 [ 256 ] {c78bae90-a3b4-4d12-ad48-003f1c392843} <Debug> TCPHandler: Processed in 0.001607437 sec.
3136 2025.03.20 17:05:42.767075 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3137 2025.03.20 17:05:42.767177 [ 256 ] {8dd0fbf4-8d63-4362-ba24-c287577414f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3138 2025.03.20 17:05:42.767242 [ 256 ] {8dd0fbf4-8d63-4362-ba24-c287577414f7} <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
3139 2025.03.20 17:05:42.768338 [ 256 ] {8dd0fbf4-8d63-4362-ba24-c287577414f7} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3140 2025.03.20 17:05:42.768376 [ 256 ] {8dd0fbf4-8d63-4362-ba24-c287577414f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3141 2025.03.20 17:05:42.769012 [ 256 ] {8dd0fbf4-8d63-4362-ba24-c287577414f7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3142 2025.03.20 17:05:42.769266 [ 256 ] {8dd0fbf4-8d63-4362-ba24-c287577414f7} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3143 2025.03.20 17:05:42.769497 [ 256 ] {8dd0fbf4-8d63-4362-ba24-c287577414f7} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002341 sec., 11533.532678342588 rows/sec., 20.67 MiB/sec.
3144 2025.03.20 17:05:42.769589 [ 256 ] {8dd0fbf4-8d63-4362-ba24-c287577414f7} <Debug> TCPHandler: Processed in 0.002565167 sec.
3145 2025.03.20 17:05:42.769705 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3146 2025.03.20 17:05:42.769810 [ 256 ] {e8c31853-0c1e-422c-8d38-f0b0caa8a983} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3147 2025.03.20 17:05:42.769856 [ 256 ] {e8c31853-0c1e-422c-8d38-f0b0caa8a983} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3148 2025.03.20 17:05:42.770298 [ 256 ] {e8c31853-0c1e-422c-8d38-f0b0caa8a983} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3149 2025.03.20 17:05:42.770337 [ 256 ] {e8c31853-0c1e-422c-8d38-f0b0caa8a983} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3150 2025.03.20 17:05:42.770701 [ 256 ] {e8c31853-0c1e-422c-8d38-f0b0caa8a983} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3151 2025.03.20 17:05:42.770943 [ 256 ] {e8c31853-0c1e-422c-8d38-f0b0caa8a983} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3152 2025.03.20 17:05:42.771164 [ 256 ] {e8c31853-0c1e-422c-8d38-f0b0caa8a983} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001377 sec., 43572.98474945534 rows/sec., 2.94 MiB/sec.
3153 2025.03.20 17:05:42.771215 [ 256 ] {e8c31853-0c1e-422c-8d38-f0b0caa8a983} <Debug> TCPHandler: Processed in 0.001561436 sec.
3154 2025.03.20 17:05:45.082625 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3155 2025.03.20 17:05:45.082837 [ 256 ] {a40b96a1-70f1-4f4c-82b2-5222d0b3b30b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3156 2025.03.20 17:05:45.082917 [ 256 ] {a40b96a1-70f1-4f4c-82b2-5222d0b3b30b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3157 2025.03.20 17:05:45.083697 [ 256 ] {a40b96a1-70f1-4f4c-82b2-5222d0b3b30b} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3158 2025.03.20 17:05:45.083752 [ 256 ] {a40b96a1-70f1-4f4c-82b2-5222d0b3b30b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3159 2025.03.20 17:05:45.084187 [ 256 ] {a40b96a1-70f1-4f4c-82b2-5222d0b3b30b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3160 2025.03.20 17:05:45.084451 [ 256 ] {a40b96a1-70f1-4f4c-82b2-5222d0b3b30b} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3161 2025.03.20 17:05:45.084651 [ 256 ] {a40b96a1-70f1-4f4c-82b2-5222d0b3b30b} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00187 sec., 12834.224598930481 rows/sec., 1.06 MiB/sec.
3162 2025.03.20 17:05:45.084717 [ 256 ] {a40b96a1-70f1-4f4c-82b2-5222d0b3b30b} <Debug> TCPHandler: Processed in 0.002235614 sec.
3163 2025.03.20 17:05:45.084833 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3164 2025.03.20 17:05:45.084944 [ 256 ] {4019aa03-25bb-4f5c-b3a3-4e0d88daaadc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3165 2025.03.20 17:05:45.084997 [ 256 ] {4019aa03-25bb-4f5c-b3a3-4e0d88daaadc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3166 2025.03.20 17:05:45.086041 [ 256 ] {4019aa03-25bb-4f5c-b3a3-4e0d88daaadc} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3167 2025.03.20 17:05:45.086079 [ 256 ] {4019aa03-25bb-4f5c-b3a3-4e0d88daaadc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3168 2025.03.20 17:05:45.086524 [ 256 ] {4019aa03-25bb-4f5c-b3a3-4e0d88daaadc} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3169 2025.03.20 17:05:45.086781 [ 256 ] {4019aa03-25bb-4f5c-b3a3-4e0d88daaadc} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3170 2025.03.20 17:05:45.086989 [ 256 ] {4019aa03-25bb-4f5c-b3a3-4e0d88daaadc} <Debug> executeQuery: Read 1340 rows, 114.80 KiB in 0.002065 sec., 648910.4116222761 rows/sec., 54.29 MiB/sec.
3171 2025.03.20 17:05:45.087102 [ 256 ] {4019aa03-25bb-4f5c-b3a3-4e0d88daaadc} <Debug> TCPHandler: Processed in 0.002316655 sec.
3172 2025.03.20 17:05:45.087317 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3173 2025.03.20 17:05:45.087425 [ 256 ] {8f1681fd-bdcf-4406-b8c1-b8191a629882} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3174 2025.03.20 17:05:45.087472 [ 256 ] {8f1681fd-bdcf-4406-b8c1-b8191a629882} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3175 2025.03.20 17:05:45.088017 [ 256 ] {8f1681fd-bdcf-4406-b8c1-b8191a629882} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3176 2025.03.20 17:05:45.088056 [ 256 ] {8f1681fd-bdcf-4406-b8c1-b8191a629882} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3177 2025.03.20 17:05:45.088406 [ 256 ] {8f1681fd-bdcf-4406-b8c1-b8191a629882} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3178 2025.03.20 17:05:45.088658 [ 256 ] {8f1681fd-bdcf-4406-b8c1-b8191a629882} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3179 2025.03.20 17:05:45.088838 [ 256 ] {8f1681fd-bdcf-4406-b8c1-b8191a629882} <Debug> executeQuery: Read 24 rows, 1.86 KiB in 0.001435 sec., 16724.738675958186 rows/sec., 1.27 MiB/sec.
3180 2025.03.20 17:05:45.088889 [ 256 ] {8f1681fd-bdcf-4406-b8c1-b8191a629882} <Debug> TCPHandler: Processed in 0.001639787 sec.
3181 2025.03.20 17:05:45.088995 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3182 2025.03.20 17:05:45.089097 [ 256 ] {7b0c010a-29fa-4086-bfdd-ec1fed6a0059} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3183 2025.03.20 17:05:45.089142 [ 256 ] {7b0c010a-29fa-4086-bfdd-ec1fed6a0059} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3184 2025.03.20 17:05:45.089717 [ 256 ] {7b0c010a-29fa-4086-bfdd-ec1fed6a0059} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3185 2025.03.20 17:05:45.089753 [ 256 ] {7b0c010a-29fa-4086-bfdd-ec1fed6a0059} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3186 2025.03.20 17:05:45.090110 [ 256 ] {7b0c010a-29fa-4086-bfdd-ec1fed6a0059} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3187 2025.03.20 17:05:45.090352 [ 256 ] {7b0c010a-29fa-4086-bfdd-ec1fed6a0059} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3188 2025.03.20 17:05:45.090567 [ 256 ] {7b0c010a-29fa-4086-bfdd-ec1fed6a0059} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001491 sec., 169014.08450704225 rows/sec., 11.69 MiB/sec.
3189 2025.03.20 17:05:45.090721 [ 256 ] {7b0c010a-29fa-4086-bfdd-ec1fed6a0059} <Debug> TCPHandler: Processed in 0.001773518 sec.
3190 2025.03.20 17:05:45.090868 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3191 2025.03.20 17:05:45.091006 [ 256 ] {0348b4b5-17ee-4bc4-b9fb-5b6591f8fb22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3192 2025.03.20 17:05:45.091062 [ 256 ] {0348b4b5-17ee-4bc4-b9fb-5b6591f8fb22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3193 2025.03.20 17:05:45.091697 [ 256 ] {0348b4b5-17ee-4bc4-b9fb-5b6591f8fb22} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3194 2025.03.20 17:05:45.091737 [ 256 ] {0348b4b5-17ee-4bc4-b9fb-5b6591f8fb22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3195 2025.03.20 17:05:45.092093 [ 256 ] {0348b4b5-17ee-4bc4-b9fb-5b6591f8fb22} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3196 2025.03.20 17:05:45.092336 [ 256 ] {0348b4b5-17ee-4bc4-b9fb-5b6591f8fb22} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3197 2025.03.20 17:05:45.092529 [ 256 ] {0348b4b5-17ee-4bc4-b9fb-5b6591f8fb22} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001546 sec., 7761.966364812419 rows/sec., 606.40 KiB/sec.
3198 2025.03.20 17:05:45.092600 [ 256 ] {0348b4b5-17ee-4bc4-b9fb-5b6591f8fb22} <Debug> TCPHandler: Processed in 0.001799549 sec.
3199 2025.03.20 17:05:45.092706 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3200 2025.03.20 17:05:45.092808 [ 256 ] {2a721b4d-59e6-46d4-a229-62b5bac062bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3201 2025.03.20 17:05:45.092852 [ 256 ] {2a721b4d-59e6-46d4-a229-62b5bac062bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3202 2025.03.20 17:05:45.093542 [ 256 ] {2a721b4d-59e6-46d4-a229-62b5bac062bc} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3203 2025.03.20 17:05:45.093580 [ 256 ] {2a721b4d-59e6-46d4-a229-62b5bac062bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3204 2025.03.20 17:05:45.093958 [ 256 ] {2a721b4d-59e6-46d4-a229-62b5bac062bc} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3205 2025.03.20 17:05:45.094199 [ 256 ] {2a721b4d-59e6-46d4-a229-62b5bac062bc} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3206 2025.03.20 17:05:45.094373 [ 256 ] {2a721b4d-59e6-46d4-a229-62b5bac062bc} <Debug> executeQuery: Read 568 rows, 43.62 KiB in 0.001586 sec., 358133.6696090794 rows/sec., 26.86 MiB/sec.
3207 2025.03.20 17:05:45.094422 [ 256 ] {2a721b4d-59e6-46d4-a229-62b5bac062bc} <Debug> TCPHandler: Processed in 0.001766469 sec.
3208 2025.03.20 17:05:45.094538 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3209 2025.03.20 17:05:45.094644 [ 256 ] {4d4cac16-0ddb-4daa-9b5a-5b133e4b62bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3210 2025.03.20 17:05:45.094691 [ 256 ] {4d4cac16-0ddb-4daa-9b5a-5b133e4b62bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3211 2025.03.20 17:05:45.095359 [ 256 ] {4d4cac16-0ddb-4daa-9b5a-5b133e4b62bc} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3212 2025.03.20 17:05:45.095397 [ 256 ] {4d4cac16-0ddb-4daa-9b5a-5b133e4b62bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3213 2025.03.20 17:05:45.095821 [ 256 ] {4d4cac16-0ddb-4daa-9b5a-5b133e4b62bc} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3214 2025.03.20 17:05:45.096077 [ 256 ] {4d4cac16-0ddb-4daa-9b5a-5b133e4b62bc} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3215 2025.03.20 17:05:45.096253 [ 256 ] {4d4cac16-0ddb-4daa-9b5a-5b133e4b62bc} <Debug> executeQuery: Read 976 rows, 67.51 KiB in 0.001631 sec., 598405.885959534 rows/sec., 40.42 MiB/sec.
3216 2025.03.20 17:05:45.096303 [ 256 ] {4d4cac16-0ddb-4daa-9b5a-5b133e4b62bc} <Debug> TCPHandler: Processed in 0.001816419 sec.
3217 2025.03.20 17:05:45.096418 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3218 2025.03.20 17:05:45.096523 [ 256 ] {965a79ec-3b54-4eac-bc53-3159a951d53e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3219 2025.03.20 17:05:45.096589 [ 256 ] {965a79ec-3b54-4eac-bc53-3159a951d53e} <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
3220 2025.03.20 17:05:45.097623 [ 256 ] {965a79ec-3b54-4eac-bc53-3159a951d53e} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3221 2025.03.20 17:05:45.097660 [ 256 ] {965a79ec-3b54-4eac-bc53-3159a951d53e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3222 2025.03.20 17:05:45.098251 [ 256 ] {965a79ec-3b54-4eac-bc53-3159a951d53e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3223 2025.03.20 17:05:45.098506 [ 256 ] {965a79ec-3b54-4eac-bc53-3159a951d53e} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3224 2025.03.20 17:05:45.098703 [ 256 ] {965a79ec-3b54-4eac-bc53-3159a951d53e} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.0022 sec., 5454.545454545454 rows/sec., 9.77 MiB/sec.
3225 2025.03.20 17:05:45.098792 [ 256 ] {965a79ec-3b54-4eac-bc53-3159a951d53e} <Debug> TCPHandler: Processed in 0.002424646 sec.
3226 2025.03.20 17:05:45.098904 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3227 2025.03.20 17:05:45.099006 [ 256 ] {d339d030-27bc-4041-97fd-98c1175ec466} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3228 2025.03.20 17:05:45.099051 [ 256 ] {d339d030-27bc-4041-97fd-98c1175ec466} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3229 2025.03.20 17:05:45.099475 [ 256 ] {d339d030-27bc-4041-97fd-98c1175ec466} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3230 2025.03.20 17:05:45.099511 [ 256 ] {d339d030-27bc-4041-97fd-98c1175ec466} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3231 2025.03.20 17:05:45.099857 [ 256 ] {d339d030-27bc-4041-97fd-98c1175ec466} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3232 2025.03.20 17:05:45.100086 [ 256 ] {d339d030-27bc-4041-97fd-98c1175ec466} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3233 2025.03.20 17:05:45.100258 [ 256 ] {d339d030-27bc-4041-97fd-98c1175ec466} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.001273 sec., 26708.562450903377 rows/sec., 1.81 MiB/sec.
3234 2025.03.20 17:05:45.100306 [ 256 ] {d339d030-27bc-4041-97fd-98c1175ec466} <Debug> TCPHandler: Processed in 0.001451515 sec.
3235 2025.03.20 17:05:47.237285 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 448
3236 2025.03.20 17:05:47.240455 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3237 2025.03.20 17:05:47.240507 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3238 2025.03.20 17:05:47.241981 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3239 2025.03.20 17:05:47.242300 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3240 2025.03.20 17:05:47.242537 [ 128 ] {} <Debug> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3241 2025.03.20 17:05:47.242662 [ 128 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3242 2025.03.20 17:05:47.242740 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3243 2025.03.20 17:05:47.243294 [ 197 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::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
3244 2025.03.20 17:05:47.244048 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 448
3245 2025.03.20 17:05:47.244519 [ 197 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3246 2025.03.20 17:05:47.244711 [ 197 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 272 rows starting from the beginning of the part
3247 2025.03.20 17:05:47.245352 [ 197 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 28 rows starting from the beginning of the part
3248 2025.03.20 17:05:47.246054 [ 197 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part
3249 2025.03.20 17:05:47.246792 [ 197 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 20 rows starting from the beginning of the part
3250 2025.03.20 17:05:47.247444 [ 197 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part
3251 2025.03.20 17:05:47.248062 [ 197 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 42 rows starting from the beginning of the part
3252 2025.03.20 17:05:47.256812 [ 194 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 448 rows, containing 72 columns (72 merged, 0 gathered) in 0.013893635 sec., 32244.981245008956 rows/sec., 29.58 MiB/sec.
3253 2025.03.20 17:05:47.257909 [ 195 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3254 2025.03.20 17:05:47.258777 [ 195 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_11_2} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3255 2025.03.20 17:05:47.258880 [ 195 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_11_2} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3256 2025.03.20 17:05:47.259215 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.84 MiB.
3257 2025.03.20 17:05:47.754144 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3258 2025.03.20 17:05:47.754365 [ 256 ] {36824e00-48c5-4c22-8b60-835f2be5732d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3259 2025.03.20 17:05:47.754450 [ 256 ] {36824e00-48c5-4c22-8b60-835f2be5732d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3260 2025.03.20 17:05:47.755233 [ 256 ] {36824e00-48c5-4c22-8b60-835f2be5732d} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3261 2025.03.20 17:05:47.755290 [ 256 ] {36824e00-48c5-4c22-8b60-835f2be5732d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3262 2025.03.20 17:05:47.755731 [ 256 ] {36824e00-48c5-4c22-8b60-835f2be5732d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3263 2025.03.20 17:05:47.756012 [ 256 ] {36824e00-48c5-4c22-8b60-835f2be5732d} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3264 2025.03.20 17:05:47.756267 [ 256 ] {36824e00-48c5-4c22-8b60-835f2be5732d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001961 sec., 28556.85874553799 rows/sec., 2.19 MiB/sec.
3265 2025.03.20 17:05:47.756331 [ 256 ] {36824e00-48c5-4c22-8b60-835f2be5732d} <Debug> TCPHandler: Processed in 0.002340925 sec.
3266 2025.03.20 17:05:47.756450 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3267 2025.03.20 17:05:47.756560 [ 256 ] {446b6013-3c2d-478f-8474-1134c268ef1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3268 2025.03.20 17:05:47.756609 [ 256 ] {446b6013-3c2d-478f-8474-1134c268ef1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3269 2025.03.20 17:05:47.757195 [ 256 ] {446b6013-3c2d-478f-8474-1134c268ef1b} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3270 2025.03.20 17:05:47.757239 [ 256 ] {446b6013-3c2d-478f-8474-1134c268ef1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3271 2025.03.20 17:05:47.757613 [ 256 ] {446b6013-3c2d-478f-8474-1134c268ef1b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3272 2025.03.20 17:05:47.757860 [ 256 ] {446b6013-3c2d-478f-8474-1134c268ef1b} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3273 2025.03.20 17:05:47.758087 [ 256 ] {446b6013-3c2d-478f-8474-1134c268ef1b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001553 sec., 41210.5602060528 rows/sec., 3.22 MiB/sec.
3274 2025.03.20 17:05:47.758142 [ 256 ] {446b6013-3c2d-478f-8474-1134c268ef1b} <Debug> TCPHandler: Processed in 0.001745838 sec.
3275 2025.03.20 17:05:47.758268 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3276 2025.03.20 17:05:47.758378 [ 256 ] {4dbd95f8-a3c6-4532-9615-0191c67a0a05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3277 2025.03.20 17:05:47.758429 [ 256 ] {4dbd95f8-a3c6-4532-9615-0191c67a0a05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3278 2025.03.20 17:05:47.758915 [ 256 ] {4dbd95f8-a3c6-4532-9615-0191c67a0a05} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3279 2025.03.20 17:05:47.758957 [ 256 ] {4dbd95f8-a3c6-4532-9615-0191c67a0a05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3280 2025.03.20 17:05:47.759357 [ 256 ] {4dbd95f8-a3c6-4532-9615-0191c67a0a05} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3281 2025.03.20 17:05:47.759604 [ 256 ] {4dbd95f8-a3c6-4532-9615-0191c67a0a05} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3282 2025.03.20 17:05:47.759862 [ 256 ] {4dbd95f8-a3c6-4532-9615-0191c67a0a05} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.001502 sec., 43941.41145139813 rows/sec., 3.07 MiB/sec.
3283 2025.03.20 17:05:47.759979 [ 256 ] {4dbd95f8-a3c6-4532-9615-0191c67a0a05} <Debug> TCPHandler: Processed in 0.001758939 sec.
3284 2025.03.20 17:05:47.760215 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3285 2025.03.20 17:05:47.760324 [ 256 ] {19cb4546-e905-4a2a-a05b-f61b86aec95b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3286 2025.03.20 17:05:47.760375 [ 256 ] {19cb4546-e905-4a2a-a05b-f61b86aec95b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3287 2025.03.20 17:05:47.760823 [ 256 ] {19cb4546-e905-4a2a-a05b-f61b86aec95b} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3288 2025.03.20 17:05:47.760863 [ 256 ] {19cb4546-e905-4a2a-a05b-f61b86aec95b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3289 2025.03.20 17:05:47.761217 [ 256 ] {19cb4546-e905-4a2a-a05b-f61b86aec95b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3290 2025.03.20 17:05:47.761456 [ 256 ] {19cb4546-e905-4a2a-a05b-f61b86aec95b} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3291 2025.03.20 17:05:47.761722 [ 256 ] {19cb4546-e905-4a2a-a05b-f61b86aec95b} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.00142 sec., 18309.859154929578 rows/sec., 1.23 MiB/sec.
3292 2025.03.20 17:05:47.761930 [ 256 ] {19cb4546-e905-4a2a-a05b-f61b86aec95b} <Debug> TCPHandler: Processed in 0.001784039 sec.
3293 2025.03.20 17:05:49.716404 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893
3294 2025.03.20 17:05:49.717051 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3295 2025.03.20 17:05:49.717101 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3296 2025.03.20 17:05:49.717682 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3297 2025.03.20 17:05:49.717942 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3298 2025.03.20 17:05:49.718211 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893
3299 2025.03.20 17:05:50.160562 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114
3300 2025.03.20 17:05:50.182171 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3301 2025.03.20 17:05:50.182238 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3302 2025.03.20 17:05:50.190138 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3303 2025.03.20 17:05:50.190936 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3304 2025.03.20 17:05:50.194397 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114
3305 2025.03.20 17:05:52.759743 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3306 2025.03.20 17:05:52.759937 [ 256 ] {97eb82a8-aee7-4dd1-ba35-a3e7530ede16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3307 2025.03.20 17:05:52.760015 [ 256 ] {97eb82a8-aee7-4dd1-ba35-a3e7530ede16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3308 2025.03.20 17:05:52.760838 [ 256 ] {97eb82a8-aee7-4dd1-ba35-a3e7530ede16} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3309 2025.03.20 17:05:52.760890 [ 256 ] {97eb82a8-aee7-4dd1-ba35-a3e7530ede16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3310 2025.03.20 17:05:52.761349 [ 256 ] {97eb82a8-aee7-4dd1-ba35-a3e7530ede16} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3311 2025.03.20 17:05:52.761611 [ 256 ] {97eb82a8-aee7-4dd1-ba35-a3e7530ede16} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3312 2025.03.20 17:05:52.761767 [ 97 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3313 2025.03.20 17:05:52.761805 [ 97 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3314 2025.03.20 17:05:52.761828 [ 256 ] {97eb82a8-aee7-4dd1-ba35-a3e7530ede16} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.001941 sec., 56671.81865018032 rows/sec., 4.76 MiB/sec.
3315 2025.03.20 17:05:52.761832 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3316 2025.03.20 17:05:52.761918 [ 256 ] {97eb82a8-aee7-4dd1-ba35-a3e7530ede16} <Debug> TCPHandler: Processed in 0.002315054 sec.
3317 2025.03.20 17:05:52.762114 [ 189 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::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
3318 2025.03.20 17:05:52.762199 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3319 2025.03.20 17:05:52.762576 [ 256 ] {d218e15f-fbbf-4291-a1fe-9fedb3a812da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3320 2025.03.20 17:05:52.762599 [ 189 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3321 2025.03.20 17:05:52.762721 [ 189 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1399 rows starting from the beginning of the part
3322 2025.03.20 17:05:52.762734 [ 256 ] {d218e15f-fbbf-4291-a1fe-9fedb3a812da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3323 2025.03.20 17:05:52.763100 [ 189 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 80 rows starting from the beginning of the part
3324 2025.03.20 17:05:52.763488 [ 189 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 110 rows starting from the beginning of the part
3325 2025.03.20 17:05:52.763948 [ 189 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1340 rows starting from the beginning of the part
3326 2025.03.20 17:05:52.764289 [ 189 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 56 rows starting from the beginning of the part
3327 2025.03.20 17:05:52.764545 [ 189 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 110 rows starting from the beginning of the part
3328 2025.03.20 17:05:52.765327 [ 256 ] {d218e15f-fbbf-4291-a1fe-9fedb3a812da} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3329 2025.03.20 17:05:52.765376 [ 256 ] {d218e15f-fbbf-4291-a1fe-9fedb3a812da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3330 2025.03.20 17:05:52.765903 [ 256 ] {d218e15f-fbbf-4291-a1fe-9fedb3a812da} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3331 2025.03.20 17:05:52.766229 [ 256 ] {d218e15f-fbbf-4291-a1fe-9fedb3a812da} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3332 2025.03.20 17:05:52.766458 [ 256 ] {d218e15f-fbbf-4291-a1fe-9fedb3a812da} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.00401 sec., 6733.167082294265 rows/sec., 506.30 KiB/sec.
3333 2025.03.20 17:05:52.766716 [ 256 ] {d218e15f-fbbf-4291-a1fe-9fedb3a812da} <Debug> TCPHandler: Processed in 0.004608488 sec.
3334 2025.03.20 17:05:52.767053 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3335 2025.03.20 17:05:52.767193 [ 189 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3095 rows, containing 5 columns (5 merged, 0 gathered) in 0.005275716 sec., 586650.2290873884 rows/sec., 51.31 MiB/sec.
3336 2025.03.20 17:05:52.767212 [ 256 ] {769a1c41-fb34-4208-8cc4-217a725c57f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3337 2025.03.20 17:05:52.767270 [ 256 ] {769a1c41-fb34-4208-8cc4-217a725c57f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3338 2025.03.20 17:05:52.767524 [ 195 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3339 2025.03.20 17:05:52.768170 [ 195 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_26_5} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3340 2025.03.20 17:05:52.768416 [ 195 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_26_5} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3341 2025.03.20 17:05:52.768443 [ 256 ] {769a1c41-fb34-4208-8cc4-217a725c57f4} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3342 2025.03.20 17:05:52.768507 [ 256 ] {769a1c41-fb34-4208-8cc4-217a725c57f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3343 2025.03.20 17:05:52.768591 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
3344 2025.03.20 17:05:52.768969 [ 256 ] {769a1c41-fb34-4208-8cc4-217a725c57f4} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3345 2025.03.20 17:05:52.769219 [ 256 ] {769a1c41-fb34-4208-8cc4-217a725c57f4} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3346 2025.03.20 17:05:52.769344 [ 97 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3347 2025.03.20 17:05:52.769382 [ 97 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3348 2025.03.20 17:05:52.769407 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3349 2025.03.20 17:05:52.769412 [ 256 ] {769a1c41-fb34-4208-8cc4-217a725c57f4} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.002228 sec., 40843.80610412927 rows/sec., 3.19 MiB/sec.
3350 2025.03.20 17:05:52.769535 [ 256 ] {769a1c41-fb34-4208-8cc4-217a725c57f4} <Debug> TCPHandler: Processed in 0.002579657 sec.
3351 2025.03.20 17:05:52.769557 [ 189 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::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
3352 2025.03.20 17:05:52.769662 [ 189 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3353 2025.03.20 17:05:52.769665 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3354 2025.03.20 17:05:52.769693 [ 189 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 624 rows starting from the beginning of the part
3355 2025.03.20 17:05:52.769845 [ 189 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 76 rows starting from the beginning of the part
3356 2025.03.20 17:05:52.769912 [ 256 ] {19ab32a9-ac30-45d2-9e2d-edd8e87a99f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3357 2025.03.20 17:05:52.770184 [ 256 ] {19ab32a9-ac30-45d2-9e2d-edd8e87a99f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3358 2025.03.20 17:05:52.770221 [ 189 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 91 rows starting from the beginning of the part
3359 2025.03.20 17:05:52.770463 [ 189 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 568 rows starting from the beginning of the part
3360 2025.03.20 17:05:52.770682 [ 189 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 64 rows starting from the beginning of the part
3361 2025.03.20 17:05:52.770921 [ 189 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 91 rows starting from the beginning of the part
3362 2025.03.20 17:05:52.771694 [ 256 ] {19ab32a9-ac30-45d2-9e2d-edd8e87a99f2} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3363 2025.03.20 17:05:52.771739 [ 256 ] {19ab32a9-ac30-45d2-9e2d-edd8e87a99f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3364 2025.03.20 17:05:52.772316 [ 256 ] {19ab32a9-ac30-45d2-9e2d-edd8e87a99f2} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3365 2025.03.20 17:05:52.772664 [ 256 ] {19ab32a9-ac30-45d2-9e2d-edd8e87a99f2} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3366 2025.03.20 17:05:52.772725 [ 195 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1514 rows, containing 5 columns (5 merged, 0 gathered) in 0.003267304 sec., 463378.9815701263 rows/sec., 36.89 MiB/sec.
3367 2025.03.20 17:05:52.772860 [ 97 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3368 2025.03.20 17:05:52.772939 [ 97 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3369 2025.03.20 17:05:52.772974 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3370 2025.03.20 17:05:52.773013 [ 256 ] {19ab32a9-ac30-45d2-9e2d-edd8e87a99f2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003191 sec., 50141.02162331558 rows/sec., 3.49 MiB/sec.
3371 2025.03.20 17:05:52.773051 [ 195 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3372 2025.03.20 17:05:52.773429 [ 256 ] {19ab32a9-ac30-45d2-9e2d-edd8e87a99f2} <Debug> TCPHandler: Processed in 0.00381719 sec.
3373 2025.03.20 17:05:52.773435 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::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
3374 2025.03.20 17:05:52.773781 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3375 2025.03.20 17:05:52.773811 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3376 2025.03.20 17:05:52.773883 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 5788 rows starting from the beginning of the part
3377 2025.03.20 17:05:52.773884 [ 195 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_26_5} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3378 2025.03.20 17:05:52.774163 [ 256 ] {259fc996-7c37-4f96-83f4-90ae67ba1fbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3379 2025.03.20 17:05:52.774404 [ 195 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_26_5} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3380 2025.03.20 17:05:52.774452 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part
3381 2025.03.20 17:05:52.774555 [ 256 ] {259fc996-7c37-4f96-83f4-90ae67ba1fbd} <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
3382 2025.03.20 17:05:52.774947 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part
3383 2025.03.20 17:05:52.774984 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
3384 2025.03.20 17:05:52.775384 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 976 rows starting from the beginning of the part
3385 2025.03.20 17:05:52.775765 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 66 rows starting from the beginning of the part
3386 2025.03.20 17:05:52.776123 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::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
3387 2025.03.20 17:05:52.779991 [ 256 ] {259fc996-7c37-4f96-83f4-90ae67ba1fbd} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3388 2025.03.20 17:05:52.780045 [ 256 ] {259fc996-7c37-4f96-83f4-90ae67ba1fbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3389 2025.03.20 17:05:52.781081 [ 256 ] {259fc996-7c37-4f96-83f4-90ae67ba1fbd} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3390 2025.03.20 17:05:52.781690 [ 256 ] {259fc996-7c37-4f96-83f4-90ae67ba1fbd} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3391 2025.03.20 17:05:52.781756 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7310 rows, containing 5 columns (5 merged, 0 gathered) in 0.008671011 sec., 843038.9489760768 rows/sec., 57.74 MiB/sec.
3392 2025.03.20 17:05:52.781998 [ 256 ] {259fc996-7c37-4f96-83f4-90ae67ba1fbd} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.008011 sec., 3370.3657470977405 rows/sec., 6.04 MiB/sec.
3393 2025.03.20 17:05:52.782209 [ 256 ] {259fc996-7c37-4f96-83f4-90ae67ba1fbd} <Debug> TCPHandler: Processed in 0.008561659 sec.
3394 2025.03.20 17:05:52.782297 [ 195 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3395 2025.03.20 17:05:52.782428 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3396 2025.03.20 17:05:52.782606 [ 256 ] {4adc2ee8-11d0-4218-8e36-da18f3c5da26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3397 2025.03.20 17:05:52.782683 [ 256 ] {4adc2ee8-11d0-4218-8e36-da18f3c5da26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3398 2025.03.20 17:05:52.782833 [ 195 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3399 2025.03.20 17:05:52.783074 [ 195 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3400 2025.03.20 17:05:52.783233 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB.
3401 2025.03.20 17:05:52.783555 [ 256 ] {4adc2ee8-11d0-4218-8e36-da18f3c5da26} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3402 2025.03.20 17:05:52.783598 [ 256 ] {4adc2ee8-11d0-4218-8e36-da18f3c5da26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3403 2025.03.20 17:05:52.783976 [ 256 ] {4adc2ee8-11d0-4218-8e36-da18f3c5da26} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3404 2025.03.20 17:05:52.784231 [ 256 ] {4adc2ee8-11d0-4218-8e36-da18f3c5da26} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3405 2025.03.20 17:05:52.784369 [ 97 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3406 2025.03.20 17:05:52.784408 [ 97 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3407 2025.03.20 17:05:52.784429 [ 256 ] {4adc2ee8-11d0-4218-8e36-da18f3c5da26} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001889 sec., 31762.837480148224 rows/sec., 2.14 MiB/sec.
3408 2025.03.20 17:05:52.784433 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3409 2025.03.20 17:05:52.784548 [ 256 ] {4adc2ee8-11d0-4218-8e36-da18f3c5da26} <Debug> TCPHandler: Processed in 0.002206453 sec.
3410 2025.03.20 17:05:52.784652 [ 191 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
3411 2025.03.20 17:05:52.784778 [ 191 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3412 2025.03.20 17:05:52.784813 [ 191 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 954 rows starting from the beginning of the part
3413 2025.03.20 17:05:52.784885 [ 191 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part
3414 2025.03.20 17:05:52.785088 [ 191 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part
3415 2025.03.20 17:05:52.785279 [ 191 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 34 rows starting from the beginning of the part
3416 2025.03.20 17:05:52.785415 [ 191 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 26 rows starting from the beginning of the part
3417 2025.03.20 17:05:52.785592 [ 191 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
3418 2025.03.20 17:05:52.786728 [ 195 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1194 rows, containing 4 columns (4 merged, 0 gathered) in 0.002185422 sec., 546347.5704005909 rows/sec., 36.74 MiB/sec.
3419 2025.03.20 17:05:52.786925 [ 201 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3420 2025.03.20 17:05:52.787234 [ 201 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_26_5} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3421 2025.03.20 17:05:52.787309 [ 201 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_26_5} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3422 2025.03.20 17:05:52.787395 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
3423 2025.03.20 17:05:57.125591 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache
3424 2025.03.20 17:05:57.125670 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache
3425 2025.03.20 17:05:57.219118 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381
3426 2025.03.20 17:05:57.219799 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3427 2025.03.20 17:05:57.219849 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3428 2025.03.20 17:05:57.220374 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3429 2025.03.20 17:05:57.220628 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3430 2025.03.20 17:05:57.220835 [ 117 ] {} <Debug> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3431 2025.03.20 17:05:57.220926 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381
3432 2025.03.20 17:05:57.220932 [ 117 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3433 2025.03.20 17:05:57.220978 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3434 2025.03.20 17:05:57.221135 [ 202 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::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
3435 2025.03.20 17:05:57.221322 [ 202 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3436 2025.03.20 17:05:57.221369 [ 202 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5063 rows starting from the beginning of the part
3437 2025.03.20 17:05:57.221463 [ 202 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 488 rows starting from the beginning of the part
3438 2025.03.20 17:05:57.221666 [ 202 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 427 rows starting from the beginning of the part
3439 2025.03.20 17:05:57.221902 [ 202 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 488 rows starting from the beginning of the part
3440 2025.03.20 17:05:57.222156 [ 202 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 427 rows starting from the beginning of the part
3441 2025.03.20 17:05:57.222381 [ 202 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 488 rows starting from the beginning of the part
3442 2025.03.20 17:05:57.224244 [ 195 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.003182023 sec., 2319593.5415928797 rows/sec., 33.18 MiB/sec.
3443 2025.03.20 17:05:57.225357 [ 195 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3444 2025.03.20 17:05:57.225751 [ 195 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_16_3} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3445 2025.03.20 17:05:57.225844 [ 195 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_16_3} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3446 2025.03.20 17:05:57.225965 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB.
3447 2025.03.20 17:05:57.244942 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 468
3448 2025.03.20 17:05:57.247578 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3449 2025.03.20 17:05:57.247623 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3450 2025.03.20 17:05:57.249034 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3451 2025.03.20 17:05:57.249342 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3452 2025.03.20 17:05:57.249843 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 468
3453 2025.03.20 17:05:57.695226 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121
3454 2025.03.20 17:05:57.717443 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3455 2025.03.20 17:05:57.717512 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3456 2025.03.20 17:05:57.724922 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3457 2025.03.20 17:05:57.725710 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3458 2025.03.20 17:05:57.726122 [ 116 ] {} <Debug> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3459 2025.03.20 17:05:57.726260 [ 116 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3460 2025.03.20 17:05:57.726342 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3461 2025.03.20 17:05:57.726835 [ 202 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
3462 2025.03.20 17:05:57.741548 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121
3463 2025.03.20 17:05:57.743315 [ 202 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3464 2025.03.20 17:05:57.744744 [ 202 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
3465 2025.03.20 17:05:57.750780 [ 202 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
3466 2025.03.20 17:05:57.756638 [ 202 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
3467 2025.03.20 17:05:57.758215 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3468 2025.03.20 17:05:57.758527 [ 256 ] {48bfe72c-52cf-4352-a508-ada23080afd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3469 2025.03.20 17:05:57.758670 [ 256 ] {48bfe72c-52cf-4352-a508-ada23080afd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3470 2025.03.20 17:05:57.761391 [ 256 ] {48bfe72c-52cf-4352-a508-ada23080afd7} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3471 2025.03.20 17:05:57.761473 [ 256 ] {48bfe72c-52cf-4352-a508-ada23080afd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3472 2025.03.20 17:05:57.762620 [ 256 ] {48bfe72c-52cf-4352-a508-ada23080afd7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3473 2025.03.20 17:05:57.763670 [ 256 ] {48bfe72c-52cf-4352-a508-ada23080afd7} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3474 2025.03.20 17:05:57.765259 [ 256 ] {48bfe72c-52cf-4352-a508-ada23080afd7} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.006779 sec., 11801.150612184687 rows/sec., 999.04 KiB/sec.
3475 2025.03.20 17:05:57.765576 [ 256 ] {48bfe72c-52cf-4352-a508-ada23080afd7} <Debug> TCPHandler: Processed in 0.007533449 sec.
3476 2025.03.20 17:05:57.765883 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3477 2025.03.20 17:05:57.766197 [ 256 ] {7a92306d-9016-46de-a822-dde995ffe8f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3478 2025.03.20 17:05:57.766325 [ 256 ] {7a92306d-9016-46de-a822-dde995ffe8f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3479 2025.03.20 17:05:57.770033 [ 256 ] {7a92306d-9016-46de-a822-dde995ffe8f1} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3480 2025.03.20 17:05:57.770126 [ 256 ] {7a92306d-9016-46de-a822-dde995ffe8f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3481 2025.03.20 17:05:57.771600 [ 256 ] {7a92306d-9016-46de-a822-dde995ffe8f1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3482 2025.03.20 17:05:57.772553 [ 256 ] {7a92306d-9016-46de-a822-dde995ffe8f1} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3483 2025.03.20 17:05:57.772864 [ 116 ] {} <Debug> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3484 2025.03.20 17:05:57.772971 [ 116 ] {} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3485 2025.03.20 17:05:57.773053 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3486 2025.03.20 17:05:57.773310 [ 256 ] {7a92306d-9016-46de-a822-dde995ffe8f1} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.007163 sec., 1675.2757224626553 rows/sec., 125.97 KiB/sec.
3487 2025.03.20 17:05:57.774009 [ 256 ] {7a92306d-9016-46de-a822-dde995ffe8f1} <Debug> TCPHandler: Processed in 0.008259926 sec.
3488 2025.03.20 17:05:57.774437 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3489 2025.03.20 17:05:57.774539 [ 195 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::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
3490 2025.03.20 17:05:57.774812 [ 256 ] {3e635385-05b2-4a20-a39a-405fe984049f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3491 2025.03.20 17:05:57.774989 [ 256 ] {3e635385-05b2-4a20-a39a-405fe984049f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3492 2025.03.20 17:05:57.775323 [ 195 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3493 2025.03.20 17:05:57.775540 [ 195 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 62 rows starting from the beginning of the part
3494 2025.03.20 17:05:57.777307 [ 195 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part
3495 2025.03.20 17:05:57.777567 [ 202 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
3496 2025.03.20 17:05:57.778325 [ 195 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 27 rows starting from the beginning of the part
3497 2025.03.20 17:05:57.779137 [ 256 ] {3e635385-05b2-4a20-a39a-405fe984049f} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3498 2025.03.20 17:05:57.779170 [ 195 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part
3499 2025.03.20 17:05:57.779253 [ 256 ] {3e635385-05b2-4a20-a39a-405fe984049f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3500 2025.03.20 17:05:57.779692 [ 195 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 27 rows starting from the beginning of the part
3501 2025.03.20 17:05:57.780290 [ 195 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part
3502 2025.03.20 17:05:57.781192 [ 256 ] {3e635385-05b2-4a20-a39a-405fe984049f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3503 2025.03.20 17:05:57.782008 [ 256 ] {3e635385-05b2-4a20-a39a-405fe984049f} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3504 2025.03.20 17:05:57.783073 [ 256 ] {3e635385-05b2-4a20-a39a-405fe984049f} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.008337 sec., 9115.988964855464 rows/sec., 728.82 KiB/sec.
3505 2025.03.20 17:05:57.783620 [ 256 ] {3e635385-05b2-4a20-a39a-405fe984049f} <Debug> TCPHandler: Processed in 0.009343557 sec.
3506 2025.03.20 17:05:57.784064 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3507 2025.03.20 17:05:57.784403 [ 256 ] {a08b9f91-4269-466e-a125-623b10a9ee7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3508 2025.03.20 17:05:57.784618 [ 256 ] {a08b9f91-4269-466e-a125-623b10a9ee7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3509 2025.03.20 17:05:57.786611 [ 188 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 164 rows, containing 5 columns (5 merged, 0 gathered) in 0.012493031 sec., 13127.318742745456 rows/sec., 1.02 MiB/sec.
3510 2025.03.20 17:05:57.787023 [ 188 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3511 2025.03.20 17:05:57.787977 [ 192 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_16_3} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3512 2025.03.20 17:05:57.788392 [ 192 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_16_3} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3513 2025.03.20 17:05:57.788443 [ 256 ] {a08b9f91-4269-466e-a125-623b10a9ee7b} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3514 2025.03.20 17:05:57.788571 [ 256 ] {a08b9f91-4269-466e-a125-623b10a9ee7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3515 2025.03.20 17:05:57.788635 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
3516 2025.03.20 17:05:57.790063 [ 256 ] {a08b9f91-4269-466e-a125-623b10a9ee7b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3517 2025.03.20 17:05:57.790663 [ 256 ] {a08b9f91-4269-466e-a125-623b10a9ee7b} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3518 2025.03.20 17:05:57.791606 [ 256 ] {a08b9f91-4269-466e-a125-623b10a9ee7b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00733 sec., 21828.103683492496 rows/sec., 1.52 MiB/sec.
3519 2025.03.20 17:05:57.791816 [ 256 ] {a08b9f91-4269-466e-a125-623b10a9ee7b} <Debug> TCPHandler: Processed in 0.007871682 sec.
3520 2025.03.20 17:05:57.792053 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3521 2025.03.20 17:05:57.792289 [ 256 ] {ccbbbcd3-2c20-43dd-9deb-77de6c65bba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3522 2025.03.20 17:05:57.792509 [ 256 ] {ccbbbcd3-2c20-43dd-9deb-77de6c65bba4} <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
3523 2025.03.20 17:05:57.799220 [ 256 ] {ccbbbcd3-2c20-43dd-9deb-77de6c65bba4} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3524 2025.03.20 17:05:57.799320 [ 256 ] {ccbbbcd3-2c20-43dd-9deb-77de6c65bba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3525 2025.03.20 17:05:57.802753 [ 256 ] {ccbbbcd3-2c20-43dd-9deb-77de6c65bba4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3526 2025.03.20 17:05:57.803497 [ 256 ] {ccbbbcd3-2c20-43dd-9deb-77de6c65bba4} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3527 2025.03.20 17:05:57.804918 [ 256 ] {ccbbbcd3-2c20-43dd-9deb-77de6c65bba4} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.012651 sec., 948.5416172634574 rows/sec., 1.70 MiB/sec.
3528 2025.03.20 17:05:57.805807 [ 256 ] {ccbbbcd3-2c20-43dd-9deb-77de6c65bba4} <Debug> TCPHandler: Processed in 0.013840375 sec.
3529 2025.03.20 17:05:57.806091 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3530 2025.03.20 17:05:57.806335 [ 256 ] {e1647140-514a-4148-b4a4-35a9232971cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3531 2025.03.20 17:05:57.806465 [ 256 ] {e1647140-514a-4148-b4a4-35a9232971cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3532 2025.03.20 17:05:57.808636 [ 256 ] {e1647140-514a-4148-b4a4-35a9232971cf} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3533 2025.03.20 17:05:57.808719 [ 256 ] {e1647140-514a-4148-b4a4-35a9232971cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3534 2025.03.20 17:05:57.808738 [ 202 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part
3535 2025.03.20 17:05:57.809799 [ 256 ] {e1647140-514a-4148-b4a4-35a9232971cf} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3536 2025.03.20 17:05:57.810287 [ 256 ] {e1647140-514a-4148-b4a4-35a9232971cf} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3537 2025.03.20 17:05:57.810924 [ 256 ] {e1647140-514a-4148-b4a4-35a9232971cf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004652 sec., 12897.678417884781 rows/sec., 890.07 KiB/sec.
3538 2025.03.20 17:05:57.811296 [ 256 ] {e1647140-514a-4148-b4a4-35a9232971cf} <Debug> TCPHandler: Processed in 0.005283635 sec.
3539 2025.03.20 17:05:57.815423 [ 202 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 7 rows starting from the beginning of the part
3540 2025.03.20 17:05:57.875596 [ 188 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.149093755 sec., 811.5698742713939 rows/sec., 4.20 MiB/sec.
3541 2025.03.20 17:05:57.878182 [ 188 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3542 2025.03.20 17:05:57.881116 [ 188 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_16_3} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3543 2025.03.20 17:05:57.881236 [ 188 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_16_3} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3544 2025.03.20 17:05:57.883633 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB.
3545 2025.03.20 17:05:58.001136 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.15 MiB, peak 186.10 MiB, free memory in arenas 0.00 B, will set to 177.31 MiB (RSS), difference: 1.16 MiB
3546 2025.03.20 17:05:58.002337 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00093417 sec.
3547 2025.03.20 17:06:02.757368 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3548 2025.03.20 17:06:02.757577 [ 256 ] {dbfb86d2-7384-432e-9b4f-24e4b0041bb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3549 2025.03.20 17:06:02.757654 [ 256 ] {dbfb86d2-7384-432e-9b4f-24e4b0041bb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3550 2025.03.20 17:06:02.758433 [ 256 ] {dbfb86d2-7384-432e-9b4f-24e4b0041bb6} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3551 2025.03.20 17:06:02.758484 [ 256 ] {dbfb86d2-7384-432e-9b4f-24e4b0041bb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3552 2025.03.20 17:06:02.758937 [ 256 ] {dbfb86d2-7384-432e-9b4f-24e4b0041bb6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3553 2025.03.20 17:06:02.759214 [ 256 ] {dbfb86d2-7384-432e-9b4f-24e4b0041bb6} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3554 2025.03.20 17:06:02.759477 [ 256 ] {dbfb86d2-7384-432e-9b4f-24e4b0041bb6} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001959 sec., 2041.8580908626852 rows/sec., 166.50 KiB/sec.
3555 2025.03.20 17:06:02.759679 [ 256 ] {dbfb86d2-7384-432e-9b4f-24e4b0041bb6} <Debug> TCPHandler: Processed in 0.002450546 sec.
3556 2025.03.20 17:06:02.759814 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3557 2025.03.20 17:06:02.759926 [ 256 ] {de35e684-f60d-4ece-9499-c015bd218de6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3558 2025.03.20 17:06:02.759975 [ 256 ] {de35e684-f60d-4ece-9499-c015bd218de6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3559 2025.03.20 17:06:02.760591 [ 256 ] {de35e684-f60d-4ece-9499-c015bd218de6} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3560 2025.03.20 17:06:02.760633 [ 256 ] {de35e684-f60d-4ece-9499-c015bd218de6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3561 2025.03.20 17:06:02.761025 [ 256 ] {de35e684-f60d-4ece-9499-c015bd218de6} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3562 2025.03.20 17:06:02.761273 [ 256 ] {de35e684-f60d-4ece-9499-c015bd218de6} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3563 2025.03.20 17:06:02.761540 [ 256 ] {de35e684-f60d-4ece-9499-c015bd218de6} <Debug> executeQuery: Read 112 rows, 9.61 KiB in 0.001635 sec., 68501.52905198777 rows/sec., 5.74 MiB/sec.
3564 2025.03.20 17:06:02.761722 [ 256 ] {de35e684-f60d-4ece-9499-c015bd218de6} <Debug> TCPHandler: Processed in 0.001960411 sec.
3565 2025.03.20 17:06:02.761911 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3566 2025.03.20 17:06:02.762018 [ 256 ] {698e5d09-1640-4203-bdbf-39c530409752} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3567 2025.03.20 17:06:02.762064 [ 256 ] {698e5d09-1640-4203-bdbf-39c530409752} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3568 2025.03.20 17:06:02.762625 [ 256 ] {698e5d09-1640-4203-bdbf-39c530409752} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3569 2025.03.20 17:06:02.762664 [ 256 ] {698e5d09-1640-4203-bdbf-39c530409752} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3570 2025.03.20 17:06:02.763023 [ 256 ] {698e5d09-1640-4203-bdbf-39c530409752} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3571 2025.03.20 17:06:02.763257 [ 256 ] {698e5d09-1640-4203-bdbf-39c530409752} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3572 2025.03.20 17:06:02.763477 [ 256 ] {698e5d09-1640-4203-bdbf-39c530409752} <Debug> executeQuery: Read 31 rows, 2.31 KiB in 0.001484 sec., 20889.487870619945 rows/sec., 1.52 MiB/sec.
3573 2025.03.20 17:06:02.763531 [ 256 ] {698e5d09-1640-4203-bdbf-39c530409752} <Debug> TCPHandler: Processed in 0.001691578 sec.
3574 2025.03.20 17:06:02.763638 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3575 2025.03.20 17:06:02.763738 [ 256 ] {42ec1a81-276f-4df4-b4af-9af579d5e624} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3576 2025.03.20 17:06:02.763783 [ 256 ] {42ec1a81-276f-4df4-b4af-9af579d5e624} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3577 2025.03.20 17:06:02.764346 [ 256 ] {42ec1a81-276f-4df4-b4af-9af579d5e624} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3578 2025.03.20 17:06:02.764386 [ 256 ] {42ec1a81-276f-4df4-b4af-9af579d5e624} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3579 2025.03.20 17:06:02.764740 [ 256 ] {42ec1a81-276f-4df4-b4af-9af579d5e624} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3580 2025.03.20 17:06:02.764979 [ 256 ] {42ec1a81-276f-4df4-b4af-9af579d5e624} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3581 2025.03.20 17:06:02.765194 [ 256 ] {42ec1a81-276f-4df4-b4af-9af579d5e624} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001478 sec., 64276.04871447903 rows/sec., 5.02 MiB/sec.
3582 2025.03.20 17:06:02.765247 [ 256 ] {42ec1a81-276f-4df4-b4af-9af579d5e624} <Debug> TCPHandler: Processed in 0.001665277 sec.
3583 2025.03.20 17:06:02.765362 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3584 2025.03.20 17:06:02.765468 [ 256 ] {496b1b14-7213-44c6-81da-09e8e6ad3474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3585 2025.03.20 17:06:02.765517 [ 256 ] {496b1b14-7213-44c6-81da-09e8e6ad3474} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3586 2025.03.20 17:06:02.766045 [ 256 ] {496b1b14-7213-44c6-81da-09e8e6ad3474} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3587 2025.03.20 17:06:02.766084 [ 256 ] {496b1b14-7213-44c6-81da-09e8e6ad3474} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3588 2025.03.20 17:06:02.766475 [ 256 ] {496b1b14-7213-44c6-81da-09e8e6ad3474} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3589 2025.03.20 17:06:02.766712 [ 256 ] {496b1b14-7213-44c6-81da-09e8e6ad3474} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3590 2025.03.20 17:06:02.766920 [ 256 ] {496b1b14-7213-44c6-81da-09e8e6ad3474} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.00148 sec., 109459.45945945947 rows/sec., 7.62 MiB/sec.
3591 2025.03.20 17:06:02.766973 [ 256 ] {496b1b14-7213-44c6-81da-09e8e6ad3474} <Debug> TCPHandler: Processed in 0.001668528 sec.
3592 2025.03.20 17:06:02.767079 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3593 2025.03.20 17:06:02.767180 [ 256 ] {70c95506-d2c2-4455-8949-2d527b9e8da0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3594 2025.03.20 17:06:02.767245 [ 256 ] {70c95506-d2c2-4455-8949-2d527b9e8da0} <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
3595 2025.03.20 17:06:02.768340 [ 256 ] {70c95506-d2c2-4455-8949-2d527b9e8da0} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3596 2025.03.20 17:06:02.768379 [ 256 ] {70c95506-d2c2-4455-8949-2d527b9e8da0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3597 2025.03.20 17:06:02.769039 [ 256 ] {70c95506-d2c2-4455-8949-2d527b9e8da0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3598 2025.03.20 17:06:02.769299 [ 256 ] {70c95506-d2c2-4455-8949-2d527b9e8da0} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3599 2025.03.20 17:06:02.769506 [ 110 ] {} <Debug> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3600 2025.03.20 17:06:02.769574 [ 256 ] {70c95506-d2c2-4455-8949-2d527b9e8da0} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002417 sec., 11170.872983036823 rows/sec., 20.02 MiB/sec.
3601 2025.03.20 17:06:02.769602 [ 110 ] {} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3602 2025.03.20 17:06:02.769673 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3603 2025.03.20 17:06:02.770088 [ 256 ] {70c95506-d2c2-4455-8949-2d527b9e8da0} <Debug> TCPHandler: Processed in 0.003062692 sec.
3604 2025.03.20 17:06:02.770130 [ 196 ] {6749d887-00ac-4b26-87ae-2852b00353b1::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
3605 2025.03.20 17:06:02.770419 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3606 2025.03.20 17:06:02.770664 [ 256 ] {0d4cb71e-98bc-486a-a37d-0512dae176f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3607 2025.03.20 17:06:02.770810 [ 256 ] {0d4cb71e-98bc-486a-a37d-0512dae176f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3608 2025.03.20 17:06:02.770841 [ 196 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3609 2025.03.20 17:06:02.771083 [ 196 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 152 rows starting from the beginning of the part
3610 2025.03.20 17:06:02.771845 [ 196 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 27 rows starting from the beginning of the part
3611 2025.03.20 17:06:02.772540 [ 196 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part
3612 2025.03.20 17:06:02.773232 [ 256 ] {0d4cb71e-98bc-486a-a37d-0512dae176f2} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3613 2025.03.20 17:06:02.773254 [ 196 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 27 rows starting from the beginning of the part
3614 2025.03.20 17:06:02.773308 [ 256 ] {0d4cb71e-98bc-486a-a37d-0512dae176f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3615 2025.03.20 17:06:02.773838 [ 196 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 12 rows starting from the beginning of the part
3616 2025.03.20 17:06:02.774505 [ 196 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 27 rows starting from the beginning of the part
3617 2025.03.20 17:06:02.774780 [ 256 ] {0d4cb71e-98bc-486a-a37d-0512dae176f2} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3618 2025.03.20 17:06:02.775562 [ 256 ] {0d4cb71e-98bc-486a-a37d-0512dae176f2} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3619 2025.03.20 17:06:02.776098 [ 256 ] {0d4cb71e-98bc-486a-a37d-0512dae176f2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005512 sec., 10885.341074020318 rows/sec., 751.20 KiB/sec.
3620 2025.03.20 17:06:02.776425 [ 256 ] {0d4cb71e-98bc-486a-a37d-0512dae176f2} <Debug> TCPHandler: Processed in 0.006102933 sec.
3621 2025.03.20 17:06:02.779213 [ 188 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 257 rows, containing 19 columns (19 merged, 0 gathered) in 0.009415438 sec., 27295.596869736703 rows/sec., 48.91 MiB/sec.
3622 2025.03.20 17:06:02.779805 [ 198 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3623 2025.03.20 17:06:02.780262 [ 198 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3624 2025.03.20 17:06:02.780347 [ 198 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3625 2025.03.20 17:06:02.780508 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB.
3626 2025.03.20 17:06:04.721047 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808
3627 2025.03.20 17:06:04.721791 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3628 2025.03.20 17:06:04.721842 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3629 2025.03.20 17:06:04.722438 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3630 2025.03.20 17:06:04.722706 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3631 2025.03.20 17:06:04.722948 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808
3632 2025.03.20 17:06:05.241623 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129
3633 2025.03.20 17:06:05.260647 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3634 2025.03.20 17:06:05.260697 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3635 2025.03.20 17:06:05.267799 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3636 2025.03.20 17:06:05.268534 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3637 2025.03.20 17:06:05.271585 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129
3638 2025.03.20 17:06:07.249968 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 494
3639 2025.03.20 17:06:07.252996 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3640 2025.03.20 17:06:07.253060 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3641 2025.03.20 17:06:07.254552 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3642 2025.03.20 17:06:07.254871 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3643 2025.03.20 17:06:07.255747 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 494
3644 2025.03.20 17:06:07.754684 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3645 2025.03.20 17:06:07.754902 [ 256 ] {347b77c1-709a-4141-800e-bdc3df7030b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3646 2025.03.20 17:06:07.754989 [ 256 ] {347b77c1-709a-4141-800e-bdc3df7030b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3647 2025.03.20 17:06:07.755794 [ 256 ] {347b77c1-709a-4141-800e-bdc3df7030b8} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3648 2025.03.20 17:06:07.755848 [ 256 ] {347b77c1-709a-4141-800e-bdc3df7030b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3649 2025.03.20 17:06:07.756303 [ 256 ] {347b77c1-709a-4141-800e-bdc3df7030b8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3650 2025.03.20 17:06:07.756569 [ 256 ] {347b77c1-709a-4141-800e-bdc3df7030b8} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3651 2025.03.20 17:06:07.756862 [ 256 ] {347b77c1-709a-4141-800e-bdc3df7030b8} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.00202 sec., 39603.960396039605 rows/sec., 3.27 MiB/sec.
3652 2025.03.20 17:06:07.756933 [ 256 ] {347b77c1-709a-4141-800e-bdc3df7030b8} <Debug> TCPHandler: Processed in 0.002398696 sec.
3653 2025.03.20 17:06:07.757079 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3654 2025.03.20 17:06:07.757228 [ 256 ] {eaabe919-1fff-40fa-b249-7a7b4fd8c372} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3655 2025.03.20 17:06:07.757287 [ 256 ] {eaabe919-1fff-40fa-b249-7a7b4fd8c372} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3656 2025.03.20 17:06:07.757956 [ 256 ] {eaabe919-1fff-40fa-b249-7a7b4fd8c372} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3657 2025.03.20 17:06:07.758006 [ 256 ] {eaabe919-1fff-40fa-b249-7a7b4fd8c372} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3658 2025.03.20 17:06:07.758399 [ 256 ] {eaabe919-1fff-40fa-b249-7a7b4fd8c372} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3659 2025.03.20 17:06:07.758666 [ 256 ] {eaabe919-1fff-40fa-b249-7a7b4fd8c372} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3660 2025.03.20 17:06:07.758885 [ 256 ] {eaabe919-1fff-40fa-b249-7a7b4fd8c372} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001694 sec., 7083.825265643448 rows/sec., 532.67 KiB/sec.
3661 2025.03.20 17:06:07.758940 [ 256 ] {eaabe919-1fff-40fa-b249-7a7b4fd8c372} <Debug> TCPHandler: Processed in 0.001930051 sec.
3662 2025.03.20 17:06:07.759047 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3663 2025.03.20 17:06:07.759152 [ 256 ] {165ef38a-9fb6-4e32-9527-6e3fae2c9b49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3664 2025.03.20 17:06:07.759198 [ 256 ] {165ef38a-9fb6-4e32-9527-6e3fae2c9b49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3665 2025.03.20 17:06:07.759741 [ 256 ] {165ef38a-9fb6-4e32-9527-6e3fae2c9b49} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3666 2025.03.20 17:06:07.759781 [ 256 ] {165ef38a-9fb6-4e32-9527-6e3fae2c9b49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3667 2025.03.20 17:06:07.760148 [ 256 ] {165ef38a-9fb6-4e32-9527-6e3fae2c9b49} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3668 2025.03.20 17:06:07.760404 [ 256 ] {165ef38a-9fb6-4e32-9527-6e3fae2c9b49} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3669 2025.03.20 17:06:07.760619 [ 256 ] {165ef38a-9fb6-4e32-9527-6e3fae2c9b49} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001491 sec., 50972.50167672703 rows/sec., 3.98 MiB/sec.
3670 2025.03.20 17:06:07.760673 [ 256 ] {165ef38a-9fb6-4e32-9527-6e3fae2c9b49} <Debug> TCPHandler: Processed in 0.001676097 sec.
3671 2025.03.20 17:06:07.760787 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3672 2025.03.20 17:06:07.760892 [ 256 ] {8d247a94-8a4c-4134-8fb4-4503e1928a2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3673 2025.03.20 17:06:07.760942 [ 256 ] {8d247a94-8a4c-4134-8fb4-4503e1928a2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3674 2025.03.20 17:06:07.761460 [ 256 ] {8d247a94-8a4c-4134-8fb4-4503e1928a2a} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3675 2025.03.20 17:06:07.761500 [ 256 ] {8d247a94-8a4c-4134-8fb4-4503e1928a2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3676 2025.03.20 17:06:07.761891 [ 256 ] {8d247a94-8a4c-4134-8fb4-4503e1928a2a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3677 2025.03.20 17:06:07.762134 [ 256 ] {8d247a94-8a4c-4134-8fb4-4503e1928a2a} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3678 2025.03.20 17:06:07.762354 [ 256 ] {8d247a94-8a4c-4134-8fb4-4503e1928a2a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001484 sec., 107816.71159029649 rows/sec., 7.51 MiB/sec.
3679 2025.03.20 17:06:07.762464 [ 256 ] {8d247a94-8a4c-4134-8fb4-4503e1928a2a} <Debug> TCPHandler: Processed in 0.001726918 sec.
3680 2025.03.20 17:06:07.762605 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3681 2025.03.20 17:06:07.762708 [ 256 ] {824b4139-8663-473b-a70c-50a9a99a7478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3682 2025.03.20 17:06:07.762774 [ 256 ] {824b4139-8663-473b-a70c-50a9a99a7478} <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
3683 2025.03.20 17:06:07.763813 [ 256 ] {824b4139-8663-473b-a70c-50a9a99a7478} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3684 2025.03.20 17:06:07.763852 [ 256 ] {824b4139-8663-473b-a70c-50a9a99a7478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3685 2025.03.20 17:06:07.764483 [ 256 ] {824b4139-8663-473b-a70c-50a9a99a7478} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3686 2025.03.20 17:06:07.764728 [ 256 ] {824b4139-8663-473b-a70c-50a9a99a7478} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3687 2025.03.20 17:06:07.764955 [ 256 ] {824b4139-8663-473b-a70c-50a9a99a7478} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002311 sec., 5192.557334487235 rows/sec., 9.30 MiB/sec.
3688 2025.03.20 17:06:07.765052 [ 256 ] {824b4139-8663-473b-a70c-50a9a99a7478} <Debug> TCPHandler: Processed in 0.002549767 sec.
3689 2025.03.20 17:06:07.765158 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3690 2025.03.20 17:06:07.765255 [ 256 ] {f2327757-1905-4491-9747-bbef2702d9a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3691 2025.03.20 17:06:07.765366 [ 256 ] {f2327757-1905-4491-9747-bbef2702d9a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3692 2025.03.20 17:06:07.765804 [ 256 ] {f2327757-1905-4491-9747-bbef2702d9a9} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3693 2025.03.20 17:06:07.765843 [ 256 ] {f2327757-1905-4491-9747-bbef2702d9a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3694 2025.03.20 17:06:07.766199 [ 256 ] {f2327757-1905-4491-9747-bbef2702d9a9} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3695 2025.03.20 17:06:07.766439 [ 256 ] {f2327757-1905-4491-9747-bbef2702d9a9} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3696 2025.03.20 17:06:07.766644 [ 256 ] {f2327757-1905-4491-9747-bbef2702d9a9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001349 sec., 44477.390659747965 rows/sec., 3.00 MiB/sec.
3697 2025.03.20 17:06:07.766693 [ 256 ] {f2327757-1905-4491-9747-bbef2702d9a9} <Debug> TCPHandler: Processed in 0.001527816 sec.
3698 2025.03.20 17:06:12.125710 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache
3699 2025.03.20 17:06:12.125791 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache
3700 2025.03.20 17:06:12.223775 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296
3701 2025.03.20 17:06:12.224540 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3702 2025.03.20 17:06:12.224593 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3703 2025.03.20 17:06:12.225230 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3704 2025.03.20 17:06:12.225503 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3705 2025.03.20 17:06:12.225792 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296
3706 2025.03.20 17:06:12.755234 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3707 2025.03.20 17:06:12.755537 [ 256 ] {388a4eae-8da4-41df-99e4-a37d6c382344} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3708 2025.03.20 17:06:12.755638 [ 256 ] {388a4eae-8da4-41df-99e4-a37d6c382344} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3709 2025.03.20 17:06:12.756470 [ 256 ] {388a4eae-8da4-41df-99e4-a37d6c382344} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3710 2025.03.20 17:06:12.756518 [ 256 ] {388a4eae-8da4-41df-99e4-a37d6c382344} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3711 2025.03.20 17:06:12.756973 [ 256 ] {388a4eae-8da4-41df-99e4-a37d6c382344} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
3712 2025.03.20 17:06:12.757230 [ 256 ] {388a4eae-8da4-41df-99e4-a37d6c382344} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3713 2025.03.20 17:06:12.757495 [ 256 ] {388a4eae-8da4-41df-99e4-a37d6c382344} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002047 sec., 53737.1763556424 rows/sec., 4.52 MiB/sec.
3714 2025.03.20 17:06:12.757564 [ 256 ] {388a4eae-8da4-41df-99e4-a37d6c382344} <Debug> TCPHandler: Processed in 0.002522167 sec.
3715 2025.03.20 17:06:12.757693 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3716 2025.03.20 17:06:12.757806 [ 256 ] {807d24cb-946e-408b-baf5-ff5e0cd26d0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3717 2025.03.20 17:06:12.757855 [ 256 ] {807d24cb-946e-408b-baf5-ff5e0cd26d0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3718 2025.03.20 17:06:12.758398 [ 256 ] {807d24cb-946e-408b-baf5-ff5e0cd26d0c} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3719 2025.03.20 17:06:12.758438 [ 256 ] {807d24cb-946e-408b-baf5-ff5e0cd26d0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3720 2025.03.20 17:06:12.758797 [ 256 ] {807d24cb-946e-408b-baf5-ff5e0cd26d0c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3721 2025.03.20 17:06:12.759042 [ 256 ] {807d24cb-946e-408b-baf5-ff5e0cd26d0c} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3722 2025.03.20 17:06:12.759271 [ 256 ] {807d24cb-946e-408b-baf5-ff5e0cd26d0c} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001492 sec., 18096.514745308312 rows/sec., 1.33 MiB/sec.
3723 2025.03.20 17:06:12.759396 [ 256 ] {807d24cb-946e-408b-baf5-ff5e0cd26d0c} <Debug> TCPHandler: Processed in 0.001755638 sec.
3724 2025.03.20 17:06:12.759525 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3725 2025.03.20 17:06:12.759633 [ 256 ] {8a650c1e-399b-435d-8753-27120f9bb5f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3726 2025.03.20 17:06:12.759679 [ 256 ] {8a650c1e-399b-435d-8753-27120f9bb5f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3727 2025.03.20 17:06:12.760239 [ 256 ] {8a650c1e-399b-435d-8753-27120f9bb5f9} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3728 2025.03.20 17:06:12.760278 [ 256 ] {8a650c1e-399b-435d-8753-27120f9bb5f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3729 2025.03.20 17:06:12.760631 [ 256 ] {8a650c1e-399b-435d-8753-27120f9bb5f9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
3730 2025.03.20 17:06:12.760871 [ 256 ] {8a650c1e-399b-435d-8753-27120f9bb5f9} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3731 2025.03.20 17:06:12.761081 [ 256 ] {8a650c1e-399b-435d-8753-27120f9bb5f9} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001472 sec., 61820.65217391304 rows/sec., 4.83 MiB/sec.
3732 2025.03.20 17:06:12.761133 [ 256 ] {8a650c1e-399b-435d-8753-27120f9bb5f9} <Debug> TCPHandler: Processed in 0.001659308 sec.
3733 2025.03.20 17:06:12.761247 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3734 2025.03.20 17:06:12.761352 [ 256 ] {685d7a9b-ba0a-4f98-90a5-c1e69243420d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3735 2025.03.20 17:06:12.761401 [ 256 ] {685d7a9b-ba0a-4f98-90a5-c1e69243420d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3736 2025.03.20 17:06:12.761930 [ 256 ] {685d7a9b-ba0a-4f98-90a5-c1e69243420d} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3737 2025.03.20 17:06:12.761969 [ 256 ] {685d7a9b-ba0a-4f98-90a5-c1e69243420d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3738 2025.03.20 17:06:12.762360 [ 256 ] {685d7a9b-ba0a-4f98-90a5-c1e69243420d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
3739 2025.03.20 17:06:12.762598 [ 256 ] {685d7a9b-ba0a-4f98-90a5-c1e69243420d} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3740 2025.03.20 17:06:12.762843 [ 256 ] {685d7a9b-ba0a-4f98-90a5-c1e69243420d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001512 sec., 105820.10582010582 rows/sec., 7.37 MiB/sec.
3741 2025.03.20 17:06:12.762981 [ 256 ] {685d7a9b-ba0a-4f98-90a5-c1e69243420d} <Debug> TCPHandler: Processed in 0.001780159 sec.
3742 2025.03.20 17:06:12.763193 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3743 2025.03.20 17:06:12.763299 [ 256 ] {1db1efa0-0c13-4654-9b43-c084400167e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3744 2025.03.20 17:06:12.763374 [ 256 ] {1db1efa0-0c13-4654-9b43-c084400167e6} <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
3745 2025.03.20 17:06:12.764502 [ 256 ] {1db1efa0-0c13-4654-9b43-c084400167e6} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3746 2025.03.20 17:06:12.764542 [ 256 ] {1db1efa0-0c13-4654-9b43-c084400167e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3747 2025.03.20 17:06:12.765184 [ 256 ] {1db1efa0-0c13-4654-9b43-c084400167e6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3748 2025.03.20 17:06:12.765440 [ 256 ] {1db1efa0-0c13-4654-9b43-c084400167e6} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3749 2025.03.20 17:06:12.765679 [ 256 ] {1db1efa0-0c13-4654-9b43-c084400167e6} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002405 sec., 11226.611226611227 rows/sec., 20.12 MiB/sec.
3750 2025.03.20 17:06:12.765771 [ 256 ] {1db1efa0-0c13-4654-9b43-c084400167e6} <Debug> TCPHandler: Processed in 0.002641647 sec.
3751 2025.03.20 17:06:12.765883 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3752 2025.03.20 17:06:12.765984 [ 256 ] {b3ce21c1-d475-4a10-943e-cfb8603be791} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3753 2025.03.20 17:06:12.766031 [ 256 ] {b3ce21c1-d475-4a10-943e-cfb8603be791} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3754 2025.03.20 17:06:12.766461 [ 256 ] {b3ce21c1-d475-4a10-943e-cfb8603be791} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3755 2025.03.20 17:06:12.766500 [ 256 ] {b3ce21c1-d475-4a10-943e-cfb8603be791} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3756 2025.03.20 17:06:12.766853 [ 256 ] {b3ce21c1-d475-4a10-943e-cfb8603be791} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
3757 2025.03.20 17:06:12.767092 [ 256 ] {b3ce21c1-d475-4a10-943e-cfb8603be791} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3758 2025.03.20 17:06:12.767296 [ 256 ] {b3ce21c1-d475-4a10-943e-cfb8603be791} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001334 sec., 44977.51124437781 rows/sec., 3.03 MiB/sec.
3759 2025.03.20 17:06:12.767344 [ 256 ] {b3ce21c1-d475-4a10-943e-cfb8603be791} <Debug> TCPHandler: Processed in 0.001511525 sec.
3760 2025.03.20 17:06:12.772230 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136
3761 2025.03.20 17:06:12.792752 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3762 2025.03.20 17:06:12.792809 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3763 2025.03.20 17:06:12.800646 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3764 2025.03.20 17:06:12.801425 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3765 2025.03.20 17:06:12.804085 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136
3766 2025.03.20 17:06:15.075762 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3767 2025.03.20 17:06:15.075995 [ 256 ] {a955b348-956a-4da7-b2f8-dff6db168041} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3768 2025.03.20 17:06:15.076080 [ 256 ] {a955b348-956a-4da7-b2f8-dff6db168041} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3769 2025.03.20 17:06:15.076917 [ 256 ] {a955b348-956a-4da7-b2f8-dff6db168041} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3770 2025.03.20 17:06:15.076975 [ 256 ] {a955b348-956a-4da7-b2f8-dff6db168041} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3771 2025.03.20 17:06:15.077429 [ 256 ] {a955b348-956a-4da7-b2f8-dff6db168041} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3772 2025.03.20 17:06:15.077706 [ 256 ] {a955b348-956a-4da7-b2f8-dff6db168041} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3773 2025.03.20 17:06:15.077999 [ 256 ] {a955b348-956a-4da7-b2f8-dff6db168041} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002061 sec., 11644.832605531295 rows/sec., 989.36 KiB/sec.
3774 2025.03.20 17:06:15.078178 [ 256 ] {a955b348-956a-4da7-b2f8-dff6db168041} <Debug> TCPHandler: Processed in 0.002562047 sec.
3775 2025.03.20 17:06:15.078297 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3776 2025.03.20 17:06:15.078406 [ 256 ] {f90e6d2f-b32c-49a7-9ff3-d9e2e9145cdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3777 2025.03.20 17:06:15.078455 [ 256 ] {f90e6d2f-b32c-49a7-9ff3-d9e2e9145cdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3778 2025.03.20 17:06:15.079030 [ 256 ] {f90e6d2f-b32c-49a7-9ff3-d9e2e9145cdb} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3779 2025.03.20 17:06:15.079072 [ 256 ] {f90e6d2f-b32c-49a7-9ff3-d9e2e9145cdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3780 2025.03.20 17:06:15.079437 [ 256 ] {f90e6d2f-b32c-49a7-9ff3-d9e2e9145cdb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3781 2025.03.20 17:06:15.079679 [ 256 ] {f90e6d2f-b32c-49a7-9ff3-d9e2e9145cdb} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3782 2025.03.20 17:06:15.079950 [ 256 ] {f90e6d2f-b32c-49a7-9ff3-d9e2e9145cdb} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.00156 sec., 8974.358974358975 rows/sec., 731.80 KiB/sec.
3783 2025.03.20 17:06:15.080163 [ 256 ] {f90e6d2f-b32c-49a7-9ff3-d9e2e9145cdb} <Debug> TCPHandler: Processed in 0.00191594 sec.
3784 2025.03.20 17:06:15.080311 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3785 2025.03.20 17:06:15.080414 [ 256 ] {b3d56e65-340e-4d76-8603-4e3cb11572f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3786 2025.03.20 17:06:15.080459 [ 256 ] {b3d56e65-340e-4d76-8603-4e3cb11572f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3787 2025.03.20 17:06:15.081492 [ 256 ] {b3d56e65-340e-4d76-8603-4e3cb11572f5} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3788 2025.03.20 17:06:15.081531 [ 256 ] {b3d56e65-340e-4d76-8603-4e3cb11572f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3789 2025.03.20 17:06:15.082007 [ 256 ] {b3d56e65-340e-4d76-8603-4e3cb11572f5} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
3790 2025.03.20 17:06:15.082244 [ 256 ] {b3d56e65-340e-4d76-8603-4e3cb11572f5} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3791 2025.03.20 17:06:15.082433 [ 100 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
3792 2025.03.20 17:06:15.082484 [ 256 ] {b3d56e65-340e-4d76-8603-4e3cb11572f5} <Debug> executeQuery: Read 1347 rows, 115.31 KiB in 0.002093 sec., 643573.817486861 rows/sec., 53.80 MiB/sec.
3793 2025.03.20 17:06:15.082555 [ 100 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3794 2025.03.20 17:06:15.082610 [ 256 ] {b3d56e65-340e-4d76-8603-4e3cb11572f5} <Debug> TCPHandler: Processed in 0.002347424 sec.
3795 2025.03.20 17:06:15.082641 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3796 2025.03.20 17:06:15.082817 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3797 2025.03.20 17:06:15.083014 [ 198 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::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
3798 2025.03.20 17:06:15.083212 [ 256 ] {8769f7ed-d489-4810-92bb-4e8f933459bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3799 2025.03.20 17:06:15.083433 [ 256 ] {8769f7ed-d489-4810-92bb-4e8f933459bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3800 2025.03.20 17:06:15.083632 [ 198 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3801 2025.03.20 17:06:15.083746 [ 198 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1401 rows starting from the beginning of the part
3802 2025.03.20 17:06:15.084272 [ 198 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 80 rows starting from the beginning of the part
3803 2025.03.20 17:06:15.084705 [ 198 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 112 rows starting from the beginning of the part
3804 2025.03.20 17:06:15.085157 [ 198 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 80 rows starting from the beginning of the part
3805 2025.03.20 17:06:15.085633 [ 198 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 110 rows starting from the beginning of the part
3806 2025.03.20 17:06:15.085643 [ 256 ] {8769f7ed-d489-4810-92bb-4e8f933459bd} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3807 2025.03.20 17:06:15.085737 [ 256 ] {8769f7ed-d489-4810-92bb-4e8f933459bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3808 2025.03.20 17:06:15.086031 [ 198 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1347 rows starting from the beginning of the part
3809 2025.03.20 17:06:15.086871 [ 256 ] {8769f7ed-d489-4810-92bb-4e8f933459bd} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3810 2025.03.20 17:06:15.087369 [ 256 ] {8769f7ed-d489-4810-92bb-4e8f933459bd} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3811 2025.03.20 17:06:15.087960 [ 256 ] {8769f7ed-d489-4810-92bb-4e8f933459bd} <Debug> executeQuery: Read 38 rows, 2.84 KiB in 0.004876 sec., 7793.273174733388 rows/sec., 582.61 KiB/sec.
3812 2025.03.20 17:06:15.088303 [ 256 ] {8769f7ed-d489-4810-92bb-4e8f933459bd} <Debug> TCPHandler: Processed in 0.005594798 sec.
3813 2025.03.20 17:06:15.088770 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3814 2025.03.20 17:06:15.089086 [ 256 ] {92bfec1a-f352-45ea-b578-cf7322a1eb3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3815 2025.03.20 17:06:15.089200 [ 256 ] {92bfec1a-f352-45ea-b578-cf7322a1eb3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3816 2025.03.20 17:06:15.090494 [ 256 ] {92bfec1a-f352-45ea-b578-cf7322a1eb3c} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3817 2025.03.20 17:06:15.090580 [ 256 ] {92bfec1a-f352-45ea-b578-cf7322a1eb3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3818 2025.03.20 17:06:15.090829 [ 198 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3130 rows, containing 5 columns (5 merged, 0 gathered) in 0.008079354 sec., 387407.2110220693 rows/sec., 33.91 MiB/sec.
3819 2025.03.20 17:06:15.091142 [ 198 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
3820 2025.03.20 17:06:15.091286 [ 256 ] {92bfec1a-f352-45ea-b578-cf7322a1eb3c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3821 2025.03.20 17:06:15.091668 [ 198 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_31_6} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3822 2025.03.20 17:06:15.091844 [ 256 ] {92bfec1a-f352-45ea-b578-cf7322a1eb3c} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3823 2025.03.20 17:06:15.091860 [ 198 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_31_6} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
3824 2025.03.20 17:06:15.092008 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
3825 2025.03.20 17:06:15.092192 [ 256 ] {92bfec1a-f352-45ea-b578-cf7322a1eb3c} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.003204 sec., 78651.68539325843 rows/sec., 5.44 MiB/sec.
3826 2025.03.20 17:06:15.092261 [ 256 ] {92bfec1a-f352-45ea-b578-cf7322a1eb3c} <Debug> TCPHandler: Processed in 0.003689048 sec.
3827 2025.03.20 17:06:15.092385 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3828 2025.03.20 17:06:15.092489 [ 256 ] {6a810595-87ea-4ad2-ac14-a4ff0c495c0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3829 2025.03.20 17:06:15.092535 [ 256 ] {6a810595-87ea-4ad2-ac14-a4ff0c495c0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3830 2025.03.20 17:06:15.093060 [ 256 ] {6a810595-87ea-4ad2-ac14-a4ff0c495c0e} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3831 2025.03.20 17:06:15.093099 [ 256 ] {6a810595-87ea-4ad2-ac14-a4ff0c495c0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3832 2025.03.20 17:06:15.093447 [ 256 ] {6a810595-87ea-4ad2-ac14-a4ff0c495c0e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3833 2025.03.20 17:06:15.093680 [ 256 ] {6a810595-87ea-4ad2-ac14-a4ff0c495c0e} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3834 2025.03.20 17:06:15.093934 [ 256 ] {6a810595-87ea-4ad2-ac14-a4ff0c495c0e} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001458 sec., 8230.452674897118 rows/sec., 643.00 KiB/sec.
3835 2025.03.20 17:06:15.094060 [ 256 ] {6a810595-87ea-4ad2-ac14-a4ff0c495c0e} <Debug> TCPHandler: Processed in 0.001726818 sec.
3836 2025.03.20 17:06:15.094167 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3837 2025.03.20 17:06:15.094269 [ 256 ] {ef7aa334-aff5-46d9-8b1e-c809e6fb5c52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3838 2025.03.20 17:06:15.094313 [ 256 ] {ef7aa334-aff5-46d9-8b1e-c809e6fb5c52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3839 2025.03.20 17:06:15.095045 [ 256 ] {ef7aa334-aff5-46d9-8b1e-c809e6fb5c52} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3840 2025.03.20 17:06:15.095085 [ 256 ] {ef7aa334-aff5-46d9-8b1e-c809e6fb5c52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3841 2025.03.20 17:06:15.095466 [ 256 ] {ef7aa334-aff5-46d9-8b1e-c809e6fb5c52} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
3842 2025.03.20 17:06:15.095724 [ 256 ] {ef7aa334-aff5-46d9-8b1e-c809e6fb5c52} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3843 2025.03.20 17:06:15.095885 [ 100 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
3844 2025.03.20 17:06:15.095938 [ 100 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3845 2025.03.20 17:06:15.095971 [ 256 ] {ef7aa334-aff5-46d9-8b1e-c809e6fb5c52} <Debug> executeQuery: Read 582 rows, 44.76 KiB in 0.001717 sec., 338963.3080955154 rows/sec., 25.46 MiB/sec.
3846 2025.03.20 17:06:15.095978 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3847 2025.03.20 17:06:15.096167 [ 256 ] {ef7aa334-aff5-46d9-8b1e-c809e6fb5c52} <Debug> TCPHandler: Processed in 0.002042661 sec.
3848 2025.03.20 17:06:15.096270 [ 188 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::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
3849 2025.03.20 17:06:15.096527 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3850 2025.03.20 17:06:15.096673 [ 188 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3851 2025.03.20 17:06:15.096776 [ 188 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 625 rows starting from the beginning of the part
3852 2025.03.20 17:06:15.096823 [ 256 ] {6397d84e-acd7-4cc4-a443-87344cd28573} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3853 2025.03.20 17:06:15.096975 [ 256 ] {6397d84e-acd7-4cc4-a443-87344cd28573} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3854 2025.03.20 17:06:15.097131 [ 188 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 76 rows starting from the beginning of the part
3855 2025.03.20 17:06:15.097558 [ 188 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 95 rows starting from the beginning of the part
3856 2025.03.20 17:06:15.097869 [ 188 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 76 rows starting from the beginning of the part
3857 2025.03.20 17:06:15.098203 [ 188 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 91 rows starting from the beginning of the part
3858 2025.03.20 17:06:15.098563 [ 188 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 582 rows starting from the beginning of the part
3859 2025.03.20 17:06:15.099533 [ 256 ] {6397d84e-acd7-4cc4-a443-87344cd28573} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3860 2025.03.20 17:06:15.099593 [ 256 ] {6397d84e-acd7-4cc4-a443-87344cd28573} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3861 2025.03.20 17:06:15.100726 [ 256 ] {6397d84e-acd7-4cc4-a443-87344cd28573} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
3862 2025.03.20 17:06:15.101236 [ 256 ] {6397d84e-acd7-4cc4-a443-87344cd28573} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3863 2025.03.20 17:06:15.101407 [ 188 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1545 rows, containing 5 columns (5 merged, 0 gathered) in 0.005306656 sec., 291143.80129407294 rows/sec., 23.20 MiB/sec.
3864 2025.03.20 17:06:15.101562 [ 100 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
3865 2025.03.20 17:06:15.101651 [ 100 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3866 2025.03.20 17:06:15.101695 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3867 2025.03.20 17:06:15.101744 [ 188 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
3868 2025.03.20 17:06:15.101767 [ 256 ] {6397d84e-acd7-4cc4-a443-87344cd28573} <Debug> executeQuery: Read 983 rows, 68.01 KiB in 0.004966 sec., 197946.03302456706 rows/sec., 13.37 MiB/sec.
3869 2025.03.20 17:06:15.102181 [ 190 ] {9491680f-0456-456d-800a-d47875b75c20::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
3870 2025.03.20 17:06:15.102801 [ 190 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3871 2025.03.20 17:06:15.102913 [ 256 ] {6397d84e-acd7-4cc4-a443-87344cd28573} <Debug> TCPHandler: Processed in 0.006505118 sec.
3872 2025.03.20 17:06:15.102927 [ 190 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7310 rows starting from the beginning of the part
3873 2025.03.20 17:06:15.103014 [ 188 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_31_6} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3874 2025.03.20 17:06:15.103355 [ 190 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part
3875 2025.03.20 17:06:15.103400 [ 188 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_31_6} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
3876 2025.03.20 17:06:15.103745 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
3877 2025.03.20 17:06:15.103715 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3878 2025.03.20 17:06:15.103792 [ 190 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 162 rows starting from the beginning of the part
3879 2025.03.20 17:06:15.103996 [ 190 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part
3880 2025.03.20 17:06:15.104282 [ 190 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part
3881 2025.03.20 17:06:15.104309 [ 256 ] {4a797415-6894-4a53-8d4f-5598ab0ea4dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3882 2025.03.20 17:06:15.104574 [ 190 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 983 rows starting from the beginning of the part
3883 2025.03.20 17:06:15.104962 [ 256 ] {4a797415-6894-4a53-8d4f-5598ab0ea4dc} <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
3884 2025.03.20 17:06:15.108649 [ 256 ] {4a797415-6894-4a53-8d4f-5598ab0ea4dc} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3885 2025.03.20 17:06:15.108691 [ 256 ] {4a797415-6894-4a53-8d4f-5598ab0ea4dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3886 2025.03.20 17:06:15.109670 [ 256 ] {4a797415-6894-4a53-8d4f-5598ab0ea4dc} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3887 2025.03.20 17:06:15.110100 [ 256 ] {4a797415-6894-4a53-8d4f-5598ab0ea4dc} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3888 2025.03.20 17:06:15.110380 [ 256 ] {4a797415-6894-4a53-8d4f-5598ab0ea4dc} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.006244 sec., 1921.8449711723254 rows/sec., 3.44 MiB/sec.
3889 2025.03.20 17:06:15.110571 [ 256 ] {4a797415-6894-4a53-8d4f-5598ab0ea4dc} <Debug> TCPHandler: Processed in 0.007146274 sec.
3890 2025.03.20 17:06:15.110690 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3891 2025.03.20 17:06:15.110829 [ 256 ] {ad656c84-10fa-4b60-999a-9091efdeeb69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3892 2025.03.20 17:06:15.110983 [ 256 ] {ad656c84-10fa-4b60-999a-9091efdeeb69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3893 2025.03.20 17:06:15.111323 [ 190 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8935 rows, containing 5 columns (5 merged, 0 gathered) in 0.009500649 sec., 940462.0673808705 rows/sec., 64.39 MiB/sec.
3894 2025.03.20 17:06:15.111596 [ 190 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
3895 2025.03.20 17:06:15.112161 [ 256 ] {ad656c84-10fa-4b60-999a-9091efdeeb69} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3896 2025.03.20 17:06:15.112216 [ 190 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3897 2025.03.20 17:06:15.112228 [ 256 ] {ad656c84-10fa-4b60-999a-9091efdeeb69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3898 2025.03.20 17:06:15.112387 [ 190 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
3899 2025.03.20 17:06:15.112532 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB.
3900 2025.03.20 17:06:15.112865 [ 256 ] {ad656c84-10fa-4b60-999a-9091efdeeb69} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
3901 2025.03.20 17:06:15.113111 [ 256 ] {ad656c84-10fa-4b60-999a-9091efdeeb69} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3902 2025.03.20 17:06:15.113278 [ 100 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
3903 2025.03.20 17:06:15.113339 [ 100 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3904 2025.03.20 17:06:15.113373 [ 256 ] {ad656c84-10fa-4b60-999a-9091efdeeb69} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.002588 sec., 13137.557959814529 rows/sec., 911.28 KiB/sec.
3905 2025.03.20 17:06:15.113388 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3906 2025.03.20 17:06:15.113559 [ 256 ] {ad656c84-10fa-4b60-999a-9091efdeeb69} <Debug> TCPHandler: Processed in 0.002910551 sec.
3907 2025.03.20 17:06:15.113740 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
3908 2025.03.20 17:06:15.114131 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3909 2025.03.20 17:06:15.114187 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1194 rows starting from the beginning of the part
3910 2025.03.20 17:06:15.114264 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part
3911 2025.03.20 17:06:15.114344 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part
3912 2025.03.20 17:06:15.114565 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part
3913 2025.03.20 17:06:15.114820 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part
3914 2025.03.20 17:06:15.114991 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
3915 2025.03.20 17:06:15.116294 [ 186 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1468 rows, containing 4 columns (4 merged, 0 gathered) in 0.002772699 sec., 529448.0215847447 rows/sec., 35.62 MiB/sec.
3916 2025.03.20 17:06:15.116507 [ 186 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
3917 2025.03.20 17:06:15.116849 [ 186 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_31_6} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3918 2025.03.20 17:06:15.116945 [ 186 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_31_6} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
3919 2025.03.20 17:06:15.117035 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
3920 2025.03.20 17:06:17.256392 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 538
3921 2025.03.20 17:06:17.259965 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3922 2025.03.20 17:06:17.260009 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3923 2025.03.20 17:06:17.261442 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3924 2025.03.20 17:06:17.261761 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3925 2025.03.20 17:06:17.262918 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 538
3926 2025.03.20 17:06:17.749071 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3927 2025.03.20 17:06:17.749290 [ 256 ] {3d789929-33e6-434a-92f5-01cb9c1b45e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3928 2025.03.20 17:06:17.749376 [ 256 ] {3d789929-33e6-434a-92f5-01cb9c1b45e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3929 2025.03.20 17:06:17.750252 [ 256 ] {3d789929-33e6-434a-92f5-01cb9c1b45e4} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3930 2025.03.20 17:06:17.750306 [ 256 ] {3d789929-33e6-434a-92f5-01cb9c1b45e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3931 2025.03.20 17:06:17.750763 [ 256 ] {3d789929-33e6-434a-92f5-01cb9c1b45e4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
3932 2025.03.20 17:06:17.751016 [ 256 ] {3d789929-33e6-434a-92f5-01cb9c1b45e4} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3933 2025.03.20 17:06:17.751275 [ 256 ] {3d789929-33e6-434a-92f5-01cb9c1b45e4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002042 sec., 27424.09402546523 rows/sec., 2.11 MiB/sec.
3934 2025.03.20 17:06:17.751401 [ 256 ] {3d789929-33e6-434a-92f5-01cb9c1b45e4} <Debug> TCPHandler: Processed in 0.002474135 sec.
3935 2025.03.20 17:06:17.751635 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3936 2025.03.20 17:06:17.751751 [ 256 ] {c776033e-05eb-4145-856b-6e770869d577} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3937 2025.03.20 17:06:17.751802 [ 256 ] {c776033e-05eb-4145-856b-6e770869d577} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3938 2025.03.20 17:06:17.752384 [ 256 ] {c776033e-05eb-4145-856b-6e770869d577} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3939 2025.03.20 17:06:17.752427 [ 256 ] {c776033e-05eb-4145-856b-6e770869d577} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3940 2025.03.20 17:06:17.752798 [ 256 ] {c776033e-05eb-4145-856b-6e770869d577} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
3941 2025.03.20 17:06:17.753049 [ 256 ] {c776033e-05eb-4145-856b-6e770869d577} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3942 2025.03.20 17:06:17.753266 [ 256 ] {c776033e-05eb-4145-856b-6e770869d577} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001545 sec., 41423.948220064725 rows/sec., 3.23 MiB/sec.
3943 2025.03.20 17:06:17.753320 [ 256 ] {c776033e-05eb-4145-856b-6e770869d577} <Debug> TCPHandler: Processed in 0.001759808 sec.
3944 2025.03.20 17:06:17.753434 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3945 2025.03.20 17:06:17.753540 [ 256 ] {f2cb884c-c3e1-4320-95f1-52e0f253d311} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3946 2025.03.20 17:06:17.753590 [ 256 ] {f2cb884c-c3e1-4320-95f1-52e0f253d311} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3947 2025.03.20 17:06:17.754080 [ 256 ] {f2cb884c-c3e1-4320-95f1-52e0f253d311} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3948 2025.03.20 17:06:17.754119 [ 256 ] {f2cb884c-c3e1-4320-95f1-52e0f253d311} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3949 2025.03.20 17:06:17.754496 [ 256 ] {f2cb884c-c3e1-4320-95f1-52e0f253d311} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
3950 2025.03.20 17:06:17.754735 [ 256 ] {f2cb884c-c3e1-4320-95f1-52e0f253d311} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3951 2025.03.20 17:06:17.754983 [ 256 ] {f2cb884c-c3e1-4320-95f1-52e0f253d311} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.001458 sec., 45267.489711934155 rows/sec., 3.16 MiB/sec.
3952 2025.03.20 17:06:17.755147 [ 256 ] {f2cb884c-c3e1-4320-95f1-52e0f253d311} <Debug> TCPHandler: Processed in 0.001759909 sec.
3953 2025.03.20 17:06:17.755375 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3954 2025.03.20 17:06:17.755482 [ 256 ] {6f8b1d76-d91e-4141-bc00-92b33fb00300} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3955 2025.03.20 17:06:17.755532 [ 256 ] {6f8b1d76-d91e-4141-bc00-92b33fb00300} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3956 2025.03.20 17:06:17.755993 [ 256 ] {6f8b1d76-d91e-4141-bc00-92b33fb00300} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3957 2025.03.20 17:06:17.756032 [ 256 ] {6f8b1d76-d91e-4141-bc00-92b33fb00300} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3958 2025.03.20 17:06:17.756392 [ 256 ] {6f8b1d76-d91e-4141-bc00-92b33fb00300} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
3959 2025.03.20 17:06:17.756633 [ 256 ] {6f8b1d76-d91e-4141-bc00-92b33fb00300} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3960 2025.03.20 17:06:17.756884 [ 256 ] {6f8b1d76-d91e-4141-bc00-92b33fb00300} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001416 sec., 18361.581920903955 rows/sec., 1.23 MiB/sec.
3961 2025.03.20 17:06:17.757068 [ 256 ] {6f8b1d76-d91e-4141-bc00-92b33fb00300} <Debug> TCPHandler: Processed in 0.001757498 sec.
3962 2025.03.20 17:06:19.725927 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723
3963 2025.03.20 17:06:19.726586 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3964 2025.03.20 17:06:19.726634 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3965 2025.03.20 17:06:19.727162 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3966 2025.03.20 17:06:19.727420 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3967 2025.03.20 17:06:19.727665 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723
3968 2025.03.20 17:06:20.304235 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144
3969 2025.03.20 17:06:20.325464 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3970 2025.03.20 17:06:20.325509 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3971 2025.03.20 17:06:20.333428 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3972 2025.03.20 17:06:20.334210 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3973 2025.03.20 17:06:20.337387 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144
3974 2025.03.20 17:06:22.755226 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3975 2025.03.20 17:06:22.755420 [ 256 ] {6f86aa34-f5c2-41ec-80f7-7593c4da833e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3976 2025.03.20 17:06:22.755492 [ 256 ] {6f86aa34-f5c2-41ec-80f7-7593c4da833e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3977 2025.03.20 17:06:22.756348 [ 256 ] {6f86aa34-f5c2-41ec-80f7-7593c4da833e} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3978 2025.03.20 17:06:22.756401 [ 256 ] {6f86aa34-f5c2-41ec-80f7-7593c4da833e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3979 2025.03.20 17:06:22.756849 [ 256 ] {6f86aa34-f5c2-41ec-80f7-7593c4da833e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
3980 2025.03.20 17:06:22.757108 [ 256 ] {6f86aa34-f5c2-41ec-80f7-7593c4da833e} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3981 2025.03.20 17:06:22.757332 [ 256 ] {6f86aa34-f5c2-41ec-80f7-7593c4da833e} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.001966 sec., 55951.16988809766 rows/sec., 4.70 MiB/sec.
3982 2025.03.20 17:06:22.757399 [ 256 ] {6f86aa34-f5c2-41ec-80f7-7593c4da833e} <Debug> TCPHandler: Processed in 0.002310045 sec.
3983 2025.03.20 17:06:22.757535 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3984 2025.03.20 17:06:22.757649 [ 256 ] {09812a58-4ddb-4d59-b2fe-3abd2e059283} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3985 2025.03.20 17:06:22.757700 [ 256 ] {09812a58-4ddb-4d59-b2fe-3abd2e059283} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3986 2025.03.20 17:06:22.758260 [ 256 ] {09812a58-4ddb-4d59-b2fe-3abd2e059283} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3987 2025.03.20 17:06:22.758298 [ 256 ] {09812a58-4ddb-4d59-b2fe-3abd2e059283} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3988 2025.03.20 17:06:22.758648 [ 256 ] {09812a58-4ddb-4d59-b2fe-3abd2e059283} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3989 2025.03.20 17:06:22.758892 [ 256 ] {09812a58-4ddb-4d59-b2fe-3abd2e059283} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3990 2025.03.20 17:06:22.759023 [ 93 ] {} <Debug> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3991 2025.03.20 17:06:22.759072 [ 93 ] {} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3992 2025.03.20 17:06:22.759083 [ 256 ] {09812a58-4ddb-4d59-b2fe-3abd2e059283} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001458 sec., 18518.51851851852 rows/sec., 1.36 MiB/sec.
3993 2025.03.20 17:06:22.759102 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
3994 2025.03.20 17:06:22.759153 [ 256 ] {09812a58-4ddb-4d59-b2fe-3abd2e059283} <Debug> TCPHandler: Processed in 0.001670358 sec.
3995 2025.03.20 17:06:22.759472 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3996 2025.03.20 17:06:22.759475 [ 190 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::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
3997 2025.03.20 17:06:22.759818 [ 256 ] {dc02f558-8bac-4f9c-aebb-2d91ab3baaf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3998 2025.03.20 17:06:22.759938 [ 190 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3999 2025.03.20 17:06:22.759940 [ 256 ] {dc02f558-8bac-4f9c-aebb-2d91ab3baaf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4000 2025.03.20 17:06:22.760028 [ 190 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 63 rows starting from the beginning of the part
4001 2025.03.20 17:06:22.760308 [ 190 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 31 rows starting from the beginning of the part
4002 2025.03.20 17:06:22.760630 [ 190 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 12 rows starting from the beginning of the part
4003 2025.03.20 17:06:22.761100 [ 190 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 27 rows starting from the beginning of the part
4004 2025.03.20 17:06:22.761436 [ 190 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 38 rows starting from the beginning of the part
4005 2025.03.20 17:06:22.761841 [ 190 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 27 rows starting from the beginning of the part
4006 2025.03.20 17:06:22.763101 [ 256 ] {dc02f558-8bac-4f9c-aebb-2d91ab3baaf3} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4007 2025.03.20 17:06:22.763170 [ 256 ] {dc02f558-8bac-4f9c-aebb-2d91ab3baaf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
4008 2025.03.20 17:06:22.764213 [ 256 ] {dc02f558-8bac-4f9c-aebb-2d91ab3baaf3} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4009 2025.03.20 17:06:22.764776 [ 256 ] {dc02f558-8bac-4f9c-aebb-2d91ab3baaf3} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4010 2025.03.20 17:06:22.764813 [ 188 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 5 columns (5 merged, 0 gathered) in 0.005579348 sec., 35488.01759632129 rows/sec., 2.73 MiB/sec.
4011 2025.03.20 17:06:22.765106 [ 256 ] {dc02f558-8bac-4f9c-aebb-2d91ab3baaf3} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.005433 sec., 16749.493833977544 rows/sec., 1.31 MiB/sec.
4012 2025.03.20 17:06:22.765118 [ 188 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4013 2025.03.20 17:06:22.765277 [ 256 ] {dc02f558-8bac-4f9c-aebb-2d91ab3baaf3} <Debug> TCPHandler: Processed in 0.005927202 sec.
4014 2025.03.20 17:06:22.765447 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4015 2025.03.20 17:06:22.765657 [ 256 ] {6ce49df8-cea3-4ec2-ad8b-983a7b54a906} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4016 2025.03.20 17:06:22.765666 [ 188 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_21_4} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4017 2025.03.20 17:06:22.765787 [ 256 ] {6ce49df8-cea3-4ec2-ad8b-983a7b54a906} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4018 2025.03.20 17:06:22.765892 [ 188 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_21_4} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4019 2025.03.20 17:06:22.766124 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
4020 2025.03.20 17:06:22.766633 [ 256 ] {6ce49df8-cea3-4ec2-ad8b-983a7b54a906} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4021 2025.03.20 17:06:22.766678 [ 256 ] {6ce49df8-cea3-4ec2-ad8b-983a7b54a906} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
4022 2025.03.20 17:06:22.767088 [ 256 ] {6ce49df8-cea3-4ec2-ad8b-983a7b54a906} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4023 2025.03.20 17:06:22.767328 [ 256 ] {6ce49df8-cea3-4ec2-ad8b-983a7b54a906} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4024 2025.03.20 17:06:22.767514 [ 256 ] {6ce49df8-cea3-4ec2-ad8b-983a7b54a906} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001924 sec., 83160.08316008316 rows/sec., 5.79 MiB/sec.
4025 2025.03.20 17:06:22.767570 [ 256 ] {6ce49df8-cea3-4ec2-ad8b-983a7b54a906} <Debug> TCPHandler: Processed in 0.002200813 sec.
4026 2025.03.20 17:06:22.767693 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4027 2025.03.20 17:06:22.767800 [ 256 ] {af11fbbe-d067-49aa-b2e9-f28b40e792b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4028 2025.03.20 17:06:22.767866 [ 256 ] {af11fbbe-d067-49aa-b2e9-f28b40e792b2} <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
4029 2025.03.20 17:06:22.768988 [ 256 ] {af11fbbe-d067-49aa-b2e9-f28b40e792b2} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4030 2025.03.20 17:06:22.769025 [ 256 ] {af11fbbe-d067-49aa-b2e9-f28b40e792b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
4031 2025.03.20 17:06:22.769657 [ 256 ] {af11fbbe-d067-49aa-b2e9-f28b40e792b2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4032 2025.03.20 17:06:22.769917 [ 256 ] {af11fbbe-d067-49aa-b2e9-f28b40e792b2} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4033 2025.03.20 17:06:22.770180 [ 256 ] {af11fbbe-d067-49aa-b2e9-f28b40e792b2} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.0024 sec., 11250.000000000002 rows/sec., 20.16 MiB/sec.
4034 2025.03.20 17:06:22.770653 [ 256 ] {af11fbbe-d067-49aa-b2e9-f28b40e792b2} <Debug> TCPHandler: Processed in 0.003004961 sec.
4035 2025.03.20 17:06:22.770807 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4036 2025.03.20 17:06:22.770941 [ 256 ] {d5d3af38-ee21-4e93-83fc-5d7e2dc97e96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4037 2025.03.20 17:06:22.770998 [ 256 ] {d5d3af38-ee21-4e93-83fc-5d7e2dc97e96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4038 2025.03.20 17:06:22.771556 [ 256 ] {d5d3af38-ee21-4e93-83fc-5d7e2dc97e96} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4039 2025.03.20 17:06:22.771603 [ 256 ] {d5d3af38-ee21-4e93-83fc-5d7e2dc97e96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
4040 2025.03.20 17:06:22.772010 [ 256 ] {d5d3af38-ee21-4e93-83fc-5d7e2dc97e96} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4041 2025.03.20 17:06:22.772248 [ 256 ] {d5d3af38-ee21-4e93-83fc-5d7e2dc97e96} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4042 2025.03.20 17:06:22.772464 [ 256 ] {d5d3af38-ee21-4e93-83fc-5d7e2dc97e96} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00154 sec., 38961.03896103896 rows/sec., 2.63 MiB/sec.
4043 2025.03.20 17:06:22.772638 [ 256 ] {d5d3af38-ee21-4e93-83fc-5d7e2dc97e96} <Debug> TCPHandler: Processed in 0.00188768 sec.
4044 2025.03.20 17:06:26.805093 [ 90 ] {} <Debug> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
4045 2025.03.20 17:06:26.805168 [ 90 ] {} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4046 2025.03.20 17:06:26.805191 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
4047 2025.03.20 17:06:26.805340 [ 200 ] {fd481411-b68c-44af-8dc7-12d8536bb892::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
4048 2025.03.20 17:06:26.805487 [ 200 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4049 2025.03.20 17:06:26.805524 [ 200 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 252 rows starting from the beginning of the part
4050 2025.03.20 17:06:26.805604 [ 200 ] {fd481411-b68c-44af-8dc7-12d8536bb892::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
4051 2025.03.20 17:06:26.805798 [ 200 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 252 rows starting from the beginning of the part
4052 2025.03.20 17:06:26.806034 [ 200 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 252 rows starting from the beginning of the part
4053 2025.03.20 17:06:26.806263 [ 200 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 252 rows starting from the beginning of the part
4054 2025.03.20 17:06:26.807531 [ 200 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1009 rows, containing 5 columns (5 merged, 0 gathered) in 0.002270863 sec., 444324.47047664254 rows/sec., 32.42 MiB/sec.
4055 2025.03.20 17:06:26.807725 [ 197 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
4056 2025.03.20 17:06:26.808093 [ 197 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_5_1} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4057 2025.03.20 17:06:26.808183 [ 197 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_5_1} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
4058 2025.03.20 17:06:26.808288 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB.
4059 2025.03.20 17:06:27.125832 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache
4060 2025.03.20 17:06:27.125876 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache
4061 2025.03.20 17:06:27.227753 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211
4062 2025.03.20 17:06:27.228365 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4063 2025.03.20 17:06:27.228406 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
4064 2025.03.20 17:06:27.228917 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4065 2025.03.20 17:06:27.229173 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4066 2025.03.20 17:06:27.229380 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211
4067 2025.03.20 17:06:27.263153 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 558
4068 2025.03.20 17:06:27.266020 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4069 2025.03.20 17:06:27.266082 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
4070 2025.03.20 17:06:27.267534 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4071 2025.03.20 17:06:27.267857 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4072 2025.03.20 17:06:27.268818 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 558
4073 2025.03.20 17:06:27.754155 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4074 2025.03.20 17:06:27.754437 [ 256 ] {86b6beb6-f448-4eb2-9a12-b8d05b3666c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4075 2025.03.20 17:06:27.754548 [ 256 ] {86b6beb6-f448-4eb2-9a12-b8d05b3666c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4076 2025.03.20 17:06:27.755512 [ 256 ] {86b6beb6-f448-4eb2-9a12-b8d05b3666c6} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4077 2025.03.20 17:06:27.755567 [ 256 ] {86b6beb6-f448-4eb2-9a12-b8d05b3666c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
4078 2025.03.20 17:06:27.756016 [ 256 ] {86b6beb6-f448-4eb2-9a12-b8d05b3666c6} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4079 2025.03.20 17:06:27.756274 [ 256 ] {86b6beb6-f448-4eb2-9a12-b8d05b3666c6} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4080 2025.03.20 17:06:27.756509 [ 256 ] {86b6beb6-f448-4eb2-9a12-b8d05b3666c6} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.002146 sec., 37278.65796831314 rows/sec., 3.08 MiB/sec.
4081 2025.03.20 17:06:27.756631 [ 256 ] {86b6beb6-f448-4eb2-9a12-b8d05b3666c6} <Debug> TCPHandler: Processed in 0.002658448 sec.
4082 2025.03.20 17:06:27.756853 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4083 2025.03.20 17:06:27.756989 [ 256 ] {fae508b0-4336-4d03-8da7-7a57ecf721c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4084 2025.03.20 17:06:27.757040 [ 256 ] {fae508b0-4336-4d03-8da7-7a57ecf721c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4085 2025.03.20 17:06:27.757593 [ 256 ] {fae508b0-4336-4d03-8da7-7a57ecf721c6} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4086 2025.03.20 17:06:27.757633 [ 256 ] {fae508b0-4336-4d03-8da7-7a57ecf721c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
4087 2025.03.20 17:06:27.757981 [ 256 ] {fae508b0-4336-4d03-8da7-7a57ecf721c6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4088 2025.03.20 17:06:27.758225 [ 256 ] {fae508b0-4336-4d03-8da7-7a57ecf721c6} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4089 2025.03.20 17:06:27.758436 [ 256 ] {fae508b0-4336-4d03-8da7-7a57ecf721c6} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001476 sec., 8130.081300813007 rows/sec., 611.34 KiB/sec.
4090 2025.03.20 17:06:27.758489 [ 256 ] {fae508b0-4336-4d03-8da7-7a57ecf721c6} <Debug> TCPHandler: Processed in 0.001731668 sec.
4091 2025.03.20 17:06:27.758594 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4092 2025.03.20 17:06:27.758695 [ 256 ] {588eeedb-624a-4f57-9837-d10f49b5b5b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4093 2025.03.20 17:06:27.758739 [ 256 ] {588eeedb-624a-4f57-9837-d10f49b5b5b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4094 2025.03.20 17:06:27.759276 [ 256 ] {588eeedb-624a-4f57-9837-d10f49b5b5b5} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4095 2025.03.20 17:06:27.759315 [ 256 ] {588eeedb-624a-4f57-9837-d10f49b5b5b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
4096 2025.03.20 17:06:27.759664 [ 256 ] {588eeedb-624a-4f57-9837-d10f49b5b5b5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4097 2025.03.20 17:06:27.759900 [ 256 ] {588eeedb-624a-4f57-9837-d10f49b5b5b5} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4098 2025.03.20 17:06:27.760118 [ 256 ] {588eeedb-624a-4f57-9837-d10f49b5b5b5} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001444 sec., 52631.57894736842 rows/sec., 4.11 MiB/sec.
4099 2025.03.20 17:06:27.760170 [ 256 ] {588eeedb-624a-4f57-9837-d10f49b5b5b5} <Debug> TCPHandler: Processed in 0.001626957 sec.
4100 2025.03.20 17:06:27.760300 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4101 2025.03.20 17:06:27.760437 [ 256 ] {bb1f410a-a9e7-45b7-adc2-8501f85ada62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4102 2025.03.20 17:06:27.760498 [ 256 ] {bb1f410a-a9e7-45b7-adc2-8501f85ada62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4103 2025.03.20 17:06:27.761099 [ 256 ] {bb1f410a-a9e7-45b7-adc2-8501f85ada62} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4104 2025.03.20 17:06:27.761139 [ 256 ] {bb1f410a-a9e7-45b7-adc2-8501f85ada62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
4105 2025.03.20 17:06:27.761531 [ 256 ] {bb1f410a-a9e7-45b7-adc2-8501f85ada62} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4106 2025.03.20 17:06:27.761777 [ 256 ] {bb1f410a-a9e7-45b7-adc2-8501f85ada62} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4107 2025.03.20 17:06:27.761995 [ 256 ] {bb1f410a-a9e7-45b7-adc2-8501f85ada62} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001587 sec., 100819.15563957152 rows/sec., 7.02 MiB/sec.
4108 2025.03.20 17:06:27.762092 [ 256 ] {bb1f410a-a9e7-45b7-adc2-8501f85ada62} <Debug> TCPHandler: Processed in 0.00185441 sec.
4109 2025.03.20 17:06:27.762246 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4110 2025.03.20 17:06:27.762349 [ 256 ] {64682275-ae00-44b4-be1c-c08c537ed456} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4111 2025.03.20 17:06:27.762415 [ 256 ] {64682275-ae00-44b4-be1c-c08c537ed456} <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
4112 2025.03.20 17:06:27.763473 [ 256 ] {64682275-ae00-44b4-be1c-c08c537ed456} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4113 2025.03.20 17:06:27.763512 [ 256 ] {64682275-ae00-44b4-be1c-c08c537ed456} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
4114 2025.03.20 17:06:27.764129 [ 256 ] {64682275-ae00-44b4-be1c-c08c537ed456} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4115 2025.03.20 17:06:27.764387 [ 256 ] {64682275-ae00-44b4-be1c-c08c537ed456} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4116 2025.03.20 17:06:27.764580 [ 87 ] {} <Debug> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4117 2025.03.20 17:06:27.764632 [ 256 ] {64682275-ae00-44b4-be1c-c08c537ed456} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002304 sec., 5208.333333333333 rows/sec., 9.33 MiB/sec.
4118 2025.03.20 17:06:27.764684 [ 87 ] {} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4119 2025.03.20 17:06:27.764769 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
4120 2025.03.20 17:06:27.764970 [ 256 ] {64682275-ae00-44b4-be1c-c08c537ed456} <Debug> TCPHandler: Processed in 0.002767959 sec.
4121 2025.03.20 17:06:27.765265 [ 194 ] {6749d887-00ac-4b26-87ae-2852b00353b1::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
4122 2025.03.20 17:06:27.765438 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4123 2025.03.20 17:06:27.765767 [ 256 ] {fe498dc6-af34-484d-bdc0-166596eec2aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4124 2025.03.20 17:06:27.765891 [ 256 ] {fe498dc6-af34-484d-bdc0-166596eec2aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4125 2025.03.20 17:06:27.766604 [ 194 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4126 2025.03.20 17:06:27.766808 [ 194 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 257 rows starting from the beginning of the part
4127 2025.03.20 17:06:27.767562 [ 194 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 12 rows starting from the beginning of the part
4128 2025.03.20 17:06:27.768158 [ 256 ] {fe498dc6-af34-484d-bdc0-166596eec2aa} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4129 2025.03.20 17:06:27.768268 [ 256 ] {fe498dc6-af34-484d-bdc0-166596eec2aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
4130 2025.03.20 17:06:27.768291 [ 194 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 27 rows starting from the beginning of the part
4131 2025.03.20 17:06:27.769041 [ 194 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 12 rows starting from the beginning of the part
4132 2025.03.20 17:06:27.769765 [ 194 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 27 rows starting from the beginning of the part
4133 2025.03.20 17:06:27.769807 [ 256 ] {fe498dc6-af34-484d-bdc0-166596eec2aa} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4134 2025.03.20 17:06:27.770348 [ 194 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 12 rows starting from the beginning of the part
4135 2025.03.20 17:06:27.770538 [ 256 ] {fe498dc6-af34-484d-bdc0-166596eec2aa} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4136 2025.03.20 17:06:27.771483 [ 256 ] {fe498dc6-af34-484d-bdc0-166596eec2aa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005775 sec., 10389.61038961039 rows/sec., 716.99 KiB/sec.
4137 2025.03.20 17:06:27.771680 [ 256 ] {fe498dc6-af34-484d-bdc0-166596eec2aa} <Debug> TCPHandler: Processed in 0.006368397 sec.
4138 2025.03.20 17:06:27.774680 [ 194 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 19 columns (19 merged, 0 gathered) in 0.009737712 sec., 35634.65421856797 rows/sec., 63.86 MiB/sec.
4139 2025.03.20 17:06:27.775290 [ 189 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4140 2025.03.20 17:06:27.775798 [ 189 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4141 2025.03.20 17:06:27.775890 [ 189 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4142 2025.03.20 17:06:27.776039 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.99 MiB.
4143 2025.03.20 17:06:27.837435 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151
4144 2025.03.20 17:06:27.859560 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4145 2025.03.20 17:06:27.859609 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
4146 2025.03.20 17:06:27.867603 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4147 2025.03.20 17:06:27.868397 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4148 2025.03.20 17:06:27.871771 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151
4149 2025.03.20 17:06:32.755587 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4150 2025.03.20 17:06:32.755819 [ 256 ] {101f09e4-a9a5-4bde-a0f3-08240ea392d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4151 2025.03.20 17:06:32.755904 [ 256 ] {101f09e4-a9a5-4bde-a0f3-08240ea392d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4152 2025.03.20 17:06:32.756754 [ 256 ] {101f09e4-a9a5-4bde-a0f3-08240ea392d0} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4153 2025.03.20 17:06:32.756806 [ 256 ] {101f09e4-a9a5-4bde-a0f3-08240ea392d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
4154 2025.03.20 17:06:32.757249 [ 256 ] {101f09e4-a9a5-4bde-a0f3-08240ea392d0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4155 2025.03.20 17:06:32.757507 [ 256 ] {101f09e4-a9a5-4bde-a0f3-08240ea392d0} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4156 2025.03.20 17:06:32.757782 [ 256 ] {101f09e4-a9a5-4bde-a0f3-08240ea392d0} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002016 sec., 54563.49206349206 rows/sec., 4.59 MiB/sec.
4157 2025.03.20 17:06:32.757890 [ 256 ] {101f09e4-a9a5-4bde-a0f3-08240ea392d0} <Debug> TCPHandler: Processed in 0.002442496 sec.
4158 2025.03.20 17:06:32.758137 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4159 2025.03.20 17:06:32.758252 [ 256 ] {20d53e9d-dc49-491e-ac94-0412339d2718} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4160 2025.03.20 17:06:32.758303 [ 256 ] {20d53e9d-dc49-491e-ac94-0412339d2718} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4161 2025.03.20 17:06:32.758874 [ 256 ] {20d53e9d-dc49-491e-ac94-0412339d2718} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4162 2025.03.20 17:06:32.758915 [ 256 ] {20d53e9d-dc49-491e-ac94-0412339d2718} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
4163 2025.03.20 17:06:32.759266 [ 256 ] {20d53e9d-dc49-491e-ac94-0412339d2718} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4164 2025.03.20 17:06:32.759508 [ 256 ] {20d53e9d-dc49-491e-ac94-0412339d2718} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4165 2025.03.20 17:06:32.759737 [ 256 ] {20d53e9d-dc49-491e-ac94-0412339d2718} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001514 sec., 17833.553500660502 rows/sec., 1.31 MiB/sec.
4166 2025.03.20 17:06:32.759870 [ 256 ] {20d53e9d-dc49-491e-ac94-0412339d2718} <Debug> TCPHandler: Processed in 0.001812969 sec.
4167 2025.03.20 17:06:32.759984 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4168 2025.03.20 17:06:32.760088 [ 256 ] {de283ef1-13d1-4703-89d0-a44c1aa05683} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4169 2025.03.20 17:06:32.760135 [ 256 ] {de283ef1-13d1-4703-89d0-a44c1aa05683} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4170 2025.03.20 17:06:32.760680 [ 256 ] {de283ef1-13d1-4703-89d0-a44c1aa05683} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4171 2025.03.20 17:06:32.760718 [ 256 ] {de283ef1-13d1-4703-89d0-a44c1aa05683} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
4172 2025.03.20 17:06:32.761068 [ 256 ] {de283ef1-13d1-4703-89d0-a44c1aa05683} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4173 2025.03.20 17:06:32.761318 [ 256 ] {de283ef1-13d1-4703-89d0-a44c1aa05683} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4174 2025.03.20 17:06:32.761536 [ 256 ] {de283ef1-13d1-4703-89d0-a44c1aa05683} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001471 sec., 61862.678450033985 rows/sec., 4.83 MiB/sec.
4175 2025.03.20 17:06:32.761589 [ 256 ] {de283ef1-13d1-4703-89d0-a44c1aa05683} <Debug> TCPHandler: Processed in 0.001654698 sec.
4176 2025.03.20 17:06:32.761701 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4177 2025.03.20 17:06:32.761807 [ 256 ] {745eef73-72b2-464d-9144-09c7cea49f12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4178 2025.03.20 17:06:32.761857 [ 256 ] {745eef73-72b2-464d-9144-09c7cea49f12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4179 2025.03.20 17:06:32.762384 [ 256 ] {745eef73-72b2-464d-9144-09c7cea49f12} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4180 2025.03.20 17:06:32.762423 [ 256 ] {745eef73-72b2-464d-9144-09c7cea49f12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
4181 2025.03.20 17:06:32.762800 [ 256 ] {745eef73-72b2-464d-9144-09c7cea49f12} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4182 2025.03.20 17:06:32.763044 [ 256 ] {745eef73-72b2-464d-9144-09c7cea49f12} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4183 2025.03.20 17:06:32.763251 [ 256 ] {745eef73-72b2-464d-9144-09c7cea49f12} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001466 sec., 109140.51841746247 rows/sec., 7.60 MiB/sec.
4184 2025.03.20 17:06:32.763301 [ 256 ] {745eef73-72b2-464d-9144-09c7cea49f12} <Debug> TCPHandler: Processed in 0.001650267 sec.
4185 2025.03.20 17:06:32.763404 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4186 2025.03.20 17:06:32.763504 [ 256 ] {82f66840-c045-4c29-8c67-1603f18e378a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4187 2025.03.20 17:06:32.763568 [ 256 ] {82f66840-c045-4c29-8c67-1603f18e378a} <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
4188 2025.03.20 17:06:32.764651 [ 256 ] {82f66840-c045-4c29-8c67-1603f18e378a} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4189 2025.03.20 17:06:32.764690 [ 256 ] {82f66840-c045-4c29-8c67-1603f18e378a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
4190 2025.03.20 17:06:32.765310 [ 256 ] {82f66840-c045-4c29-8c67-1603f18e378a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4191 2025.03.20 17:06:32.765569 [ 256 ] {82f66840-c045-4c29-8c67-1603f18e378a} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4192 2025.03.20 17:06:32.765803 [ 256 ] {82f66840-c045-4c29-8c67-1603f18e378a} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00232 sec., 11637.931034482759 rows/sec., 20.85 MiB/sec.
4193 2025.03.20 17:06:32.765898 [ 256 ] {82f66840-c045-4c29-8c67-1603f18e378a} <Debug> TCPHandler: Processed in 0.002542147 sec.
4194 2025.03.20 17:06:32.766010 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4195 2025.03.20 17:06:32.766113 [ 256 ] {3c535886-8149-4893-8ba4-4a41ce561a3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4196 2025.03.20 17:06:32.766159 [ 256 ] {3c535886-8149-4893-8ba4-4a41ce561a3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4197 2025.03.20 17:06:32.766589 [ 256 ] {3c535886-8149-4893-8ba4-4a41ce561a3b} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4198 2025.03.20 17:06:32.766627 [ 256 ] {3c535886-8149-4893-8ba4-4a41ce561a3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
4199 2025.03.20 17:06:32.766979 [ 256 ] {3c535886-8149-4893-8ba4-4a41ce561a3b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4200 2025.03.20 17:06:32.767213 [ 256 ] {3c535886-8149-4893-8ba4-4a41ce561a3b} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4201 2025.03.20 17:06:32.767427 [ 256 ] {3c535886-8149-4893-8ba4-4a41ce561a3b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001337 sec., 44876.58937920718 rows/sec., 3.02 MiB/sec.
4202 2025.03.20 17:06:32.767479 [ 256 ] {3c535886-8149-4893-8ba4-4a41ce561a3b} <Debug> TCPHandler: Processed in 0.001518226 sec.
4203 2025.03.20 17:06:34.729647 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638
4204 2025.03.20 17:06:34.730365 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4205 2025.03.20 17:06:34.730415 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
4206 2025.03.20 17:06:34.730971 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4207 2025.03.20 17:06:34.731228 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4208 2025.03.20 17:06:34.731437 [ 83 ] {} <Debug> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4209 2025.03.20 17:06:34.731503 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638
4210 2025.03.20 17:06:34.731530 [ 83 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4211 2025.03.20 17:06:34.731565 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
4212 2025.03.20 17:06:34.731777 [ 191 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::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
4213 2025.03.20 17:06:34.732000 [ 191 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4214 2025.03.20 17:06:34.732044 [ 191 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::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
4215 2025.03.20 17:06:34.732123 [ 191 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 427 rows starting from the beginning of the part
4216 2025.03.20 17:06:34.732284 [ 191 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 488 rows starting from the beginning of the part
4217 2025.03.20 17:06:34.732460 [ 191 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 427 rows starting from the beginning of the part
4218 2025.03.20 17:06:34.732662 [ 191 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 488 rows starting from the beginning of the part
4219 2025.03.20 17:06:34.732805 [ 191 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 427 rows starting from the beginning of the part
4220 2025.03.20 17:06:34.735244 [ 189 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003608938 sec., 2670591.7364055575 rows/sec., 38.20 MiB/sec.
4221 2025.03.20 17:06:34.735624 [ 191 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4222 2025.03.20 17:06:34.735914 [ 191 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_21_4} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4223 2025.03.20 17:06:34.736000 [ 191 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_21_4} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4224 2025.03.20 17:06:34.736092 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
4225 2025.03.20 17:06:35.371981 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159
4226 2025.03.20 17:06:35.393580 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4227 2025.03.20 17:06:35.393630 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
4228 2025.03.20 17:06:35.401223 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4229 2025.03.20 17:06:35.402017 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4230 2025.03.20 17:06:35.402319 [ 79 ] {} <Debug> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4231 2025.03.20 17:06:35.402394 [ 79 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4232 2025.03.20 17:06:35.402441 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
4233 2025.03.20 17:06:35.402896 [ 201 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
4234 2025.03.20 17:06:35.416716 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159
4235 2025.03.20 17:06:35.418698 [ 201 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4236 2025.03.20 17:06:35.420499 [ 201 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
4237 2025.03.20 17:06:35.426822 [ 201 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
4238 2025.03.20 17:06:35.432679 [ 201 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
4239 2025.03.20 17:06:35.438399 [ 201 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
4240 2025.03.20 17:06:35.444310 [ 201 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
4241 2025.03.20 17:06:35.449226 [ 201 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
4242 2025.03.20 17:06:35.510678 [ 191 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.108093378 sec., 1470.9504221433435 rows/sec., 7.61 MiB/sec.
4243 2025.03.20 17:06:35.513241 [ 191 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4244 2025.03.20 17:06:35.516167 [ 191 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_21_4} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4245 2025.03.20 17:06:35.516279 [ 191 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_21_4} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4246 2025.03.20 17:06:35.518500 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
4247 2025.03.20 17:06:36.000189 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 183.98 MiB, peak 194.54 MiB, free memory in arenas 0.00 B, will set to 185.16 MiB (RSS), difference: 1.18 MiB
4248 2025.03.20 17:06:37.269181 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 582
4249 2025.03.20 17:06:37.271996 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4250 2025.03.20 17:06:37.272040 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
4251 2025.03.20 17:06:37.273456 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4252 2025.03.20 17:06:37.273769 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4253 2025.03.20 17:06:37.273925 [ 78 ] {} <Debug> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4254 2025.03.20 17:06:37.273989 [ 78 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4255 2025.03.20 17:06:37.274028 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
4256 2025.03.20 17:06:37.274424 [ 195 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::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
4257 2025.03.20 17:06:37.274986 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 582
4258 2025.03.20 17:06:37.275466 [ 195 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4259 2025.03.20 17:06:37.275647 [ 195 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 448 rows starting from the beginning of the part
4260 2025.03.20 17:06:37.276387 [ 195 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 20 rows starting from the beginning of the part
4261 2025.03.20 17:06:37.277069 [ 195 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 26 rows starting from the beginning of the part
4262 2025.03.20 17:06:37.277727 [ 195 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 44 rows starting from the beginning of the part
4263 2025.03.20 17:06:37.278428 [ 195 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 20 rows starting from the beginning of the part
4264 2025.03.20 17:06:37.279069 [ 195 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part
4265 2025.03.20 17:06:37.287502 [ 192 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 582 rows, containing 72 columns (72 merged, 0 gathered) in 0.01333565 sec., 43642.41713002366 rows/sec., 37.93 MiB/sec.
4266 2025.03.20 17:06:37.288651 [ 202 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4267 2025.03.20 17:06:37.289423 [ 202 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_16_3} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4268 2025.03.20 17:06:37.289501 [ 202 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_16_3} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4269 2025.03.20 17:06:37.289817 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.83 MiB.
4270 2025.03.20 17:06:37.754858 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4271 2025.03.20 17:06:37.755045 [ 256 ] {67b63b39-1428-4e4a-8c45-28ae5974a139} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4272 2025.03.20 17:06:37.755118 [ 256 ] {67b63b39-1428-4e4a-8c45-28ae5974a139} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4273 2025.03.20 17:06:37.755887 [ 256 ] {67b63b39-1428-4e4a-8c45-28ae5974a139} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4274 2025.03.20 17:06:37.756004 [ 256 ] {67b63b39-1428-4e4a-8c45-28ae5974a139} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
4275 2025.03.20 17:06:37.756461 [ 256 ] {67b63b39-1428-4e4a-8c45-28ae5974a139} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4276 2025.03.20 17:06:37.756714 [ 256 ] {67b63b39-1428-4e4a-8c45-28ae5974a139} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4277 2025.03.20 17:06:37.756923 [ 78 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4278 2025.03.20 17:06:37.756948 [ 256 ] {67b63b39-1428-4e4a-8c45-28ae5974a139} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.001952 sec., 40983.60655737705 rows/sec., 3.39 MiB/sec.
4279 2025.03.20 17:06:37.757001 [ 78 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4280 2025.03.20 17:06:37.757069 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
4281 2025.03.20 17:06:37.757094 [ 256 ] {67b63b39-1428-4e4a-8c45-28ae5974a139} <Debug> TCPHandler: Processed in 0.002367325 sec.
4282 2025.03.20 17:06:37.757286 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4283 2025.03.20 17:06:37.757294 [ 196 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::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
4284 2025.03.20 17:06:37.757482 [ 256 ] {381ba9cb-f454-40a5-aede-b145f0c11973} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4285 2025.03.20 17:06:37.757595 [ 256 ] {381ba9cb-f454-40a5-aede-b145f0c11973} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4286 2025.03.20 17:06:37.757609 [ 196 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4287 2025.03.20 17:06:37.757724 [ 196 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1404 rows starting from the beginning of the part
4288 2025.03.20 17:06:37.758010 [ 196 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 56 rows starting from the beginning of the part
4289 2025.03.20 17:06:37.758387 [ 196 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 110 rows starting from the beginning of the part
4290 2025.03.20 17:06:37.758703 [ 196 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 80 rows starting from the beginning of the part
4291 2025.03.20 17:06:37.758972 [ 196 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 110 rows starting from the beginning of the part
4292 2025.03.20 17:06:37.759272 [ 196 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 80 rows starting from the beginning of the part
4293 2025.03.20 17:06:37.760428 [ 256 ] {381ba9cb-f454-40a5-aede-b145f0c11973} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4294 2025.03.20 17:06:37.760500 [ 256 ] {381ba9cb-f454-40a5-aede-b145f0c11973} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4295 2025.03.20 17:06:37.761505 [ 256 ] {381ba9cb-f454-40a5-aede-b145f0c11973} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4296 2025.03.20 17:06:37.761929 [ 256 ] {381ba9cb-f454-40a5-aede-b145f0c11973} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4297 2025.03.20 17:06:37.762559 [ 256 ] {381ba9cb-f454-40a5-aede-b145f0c11973} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.005047 sec., 2377.6500891618784 rows/sec., 178.79 KiB/sec.
4298 2025.03.20 17:06:37.763145 [ 256 ] {381ba9cb-f454-40a5-aede-b145f0c11973} <Debug> TCPHandler: Processed in 0.005915882 sec.
4299 2025.03.20 17:06:37.763255 [ 196 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1840 rows, containing 5 columns (5 merged, 0 gathered) in 0.006050913 sec., 304086.34201152786 rows/sec., 26.58 MiB/sec.
4300 2025.03.20 17:06:37.763423 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4301 2025.03.20 17:06:37.763570 [ 196 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4302 2025.03.20 17:06:37.763580 [ 256 ] {3dcc6abf-3888-48bf-98ca-b76ee8ebc16f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4303 2025.03.20 17:06:37.763703 [ 256 ] {3dcc6abf-3888-48bf-98ca-b76ee8ebc16f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4304 2025.03.20 17:06:37.764200 [ 196 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_36_7} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4305 2025.03.20 17:06:37.764407 [ 196 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_36_7} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4306 2025.03.20 17:06:37.764536 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB.
4307 2025.03.20 17:06:37.764799 [ 256 ] {3dcc6abf-3888-48bf-98ca-b76ee8ebc16f} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4308 2025.03.20 17:06:37.764843 [ 256 ] {3dcc6abf-3888-48bf-98ca-b76ee8ebc16f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
4309 2025.03.20 17:06:37.765217 [ 256 ] {3dcc6abf-3888-48bf-98ca-b76ee8ebc16f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4310 2025.03.20 17:06:37.765461 [ 256 ] {3dcc6abf-3888-48bf-98ca-b76ee8ebc16f} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4311 2025.03.20 17:06:37.765637 [ 78 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4312 2025.03.20 17:06:37.765691 [ 78 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4313 2025.03.20 17:06:37.765706 [ 256 ] {3dcc6abf-3888-48bf-98ca-b76ee8ebc16f} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.002174 sec., 34958.60165593376 rows/sec., 2.73 MiB/sec.
4314 2025.03.20 17:06:37.765726 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
4315 2025.03.20 17:06:37.765899 [ 256 ] {3dcc6abf-3888-48bf-98ca-b76ee8ebc16f} <Debug> TCPHandler: Processed in 0.002557837 sec.
4316 2025.03.20 17:06:37.765989 [ 192 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::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
4317 2025.03.20 17:06:37.766091 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4318 2025.03.20 17:06:37.766166 [ 192 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4319 2025.03.20 17:06:37.766237 [ 192 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 631 rows starting from the beginning of the part
4320 2025.03.20 17:06:37.766324 [ 256 ] {6922fdd5-b1b8-4f28-82e1-911171752187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4321 2025.03.20 17:06:37.766487 [ 192 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 64 rows starting from the beginning of the part
4322 2025.03.20 17:06:37.766580 [ 256 ] {6922fdd5-b1b8-4f28-82e1-911171752187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4323 2025.03.20 17:06:37.766745 [ 192 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 91 rows starting from the beginning of the part
4324 2025.03.20 17:06:37.767103 [ 192 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 76 rows starting from the beginning of the part
4325 2025.03.20 17:06:37.767532 [ 192 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 91 rows starting from the beginning of the part
4326 2025.03.20 17:06:37.767904 [ 192 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 76 rows starting from the beginning of the part
4327 2025.03.20 17:06:37.769380 [ 256 ] {6922fdd5-b1b8-4f28-82e1-911171752187} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4328 2025.03.20 17:06:37.769456 [ 256 ] {6922fdd5-b1b8-4f28-82e1-911171752187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4329 2025.03.20 17:06:37.770424 [ 256 ] {6922fdd5-b1b8-4f28-82e1-911171752187} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4330 2025.03.20 17:06:37.770701 [ 196 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1029 rows, containing 5 columns (5 merged, 0 gathered) in 0.00484808 sec., 212248.97278922788 rows/sec., 17.03 MiB/sec.
4331 2025.03.20 17:06:37.770931 [ 256 ] {6922fdd5-b1b8-4f28-82e1-911171752187} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4332 2025.03.20 17:06:37.771007 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4333 2025.03.20 17:06:37.771171 [ 78 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4334 2025.03.20 17:06:37.771268 [ 78 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4335 2025.03.20 17:06:37.771358 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
4336 2025.03.20 17:06:37.771546 [ 256 ] {6922fdd5-b1b8-4f28-82e1-911171752187} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005242 sec., 30522.701259061425 rows/sec., 2.13 MiB/sec.
4337 2025.03.20 17:06:37.771707 [ 196 ] {9491680f-0456-456d-800a-d47875b75c20::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
4338 2025.03.20 17:06:37.771812 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_36_7} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4339 2025.03.20 17:06:37.771998 [ 256 ] {6922fdd5-b1b8-4f28-82e1-911171752187} <Debug> TCPHandler: Processed in 0.005962963 sec.
4340 2025.03.20 17:06:37.772134 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_36_7} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4341 2025.03.20 17:06:37.772185 [ 196 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4342 2025.03.20 17:06:37.772306 [ 196 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 8935 rows starting from the beginning of the part
4343 2025.03.20 17:06:37.772388 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
4344 2025.03.20 17:06:37.772391 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4345 2025.03.20 17:06:37.772628 [ 196 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 66 rows starting from the beginning of the part
4346 2025.03.20 17:06:37.772793 [ 256 ] {3c2066fb-2bfc-4614-aebb-1e0886a4276a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4347 2025.03.20 17:06:37.772870 [ 196 ] {9491680f-0456-456d-800a-d47875b75c20::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
4348 2025.03.20 17:06:37.773188 [ 196 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part
4349 2025.03.20 17:06:37.773315 [ 256 ] {3c2066fb-2bfc-4614-aebb-1e0886a4276a} <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
4350 2025.03.20 17:06:37.773619 [ 196 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part
4351 2025.03.20 17:06:37.773956 [ 196 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part
4352 2025.03.20 17:06:37.777909 [ 256 ] {3c2066fb-2bfc-4614-aebb-1e0886a4276a} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4353 2025.03.20 17:06:37.777957 [ 256 ] {3c2066fb-2bfc-4614-aebb-1e0886a4276a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4354 2025.03.20 17:06:37.779345 [ 256 ] {3c2066fb-2bfc-4614-aebb-1e0886a4276a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4355 2025.03.20 17:06:37.779677 [ 256 ] {3c2066fb-2bfc-4614-aebb-1e0886a4276a} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4356 2025.03.20 17:06:37.779966 [ 256 ] {3c2066fb-2bfc-4614-aebb-1e0886a4276a} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.007272 sec., 1650.1650165016501 rows/sec., 2.96 MiB/sec.
4357 2025.03.20 17:06:37.780074 [ 256 ] {3c2066fb-2bfc-4614-aebb-1e0886a4276a} <Debug> TCPHandler: Processed in 0.007839092 sec.
4358 2025.03.20 17:06:37.780294 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4359 2025.03.20 17:06:37.780570 [ 256 ] {8eb30980-3277-4e6d-a2b1-4358425b87bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4360 2025.03.20 17:06:37.780592 [ 196 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9641 rows, containing 5 columns (5 merged, 0 gathered) in 0.009107255 sec., 1058606.572452402 rows/sec., 72.57 MiB/sec.
4361 2025.03.20 17:06:37.780639 [ 256 ] {8eb30980-3277-4e6d-a2b1-4358425b87bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4362 2025.03.20 17:06:37.780993 [ 187 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4363 2025.03.20 17:06:37.781621 [ 256 ] {8eb30980-3277-4e6d-a2b1-4358425b87bc} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4364 2025.03.20 17:06:37.781679 [ 256 ] {8eb30980-3277-4e6d-a2b1-4358425b87bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
4365 2025.03.20 17:06:37.781778 [ 187 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4366 2025.03.20 17:06:37.781986 [ 187 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4367 2025.03.20 17:06:37.782184 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.90 MiB.
4368 2025.03.20 17:06:37.782364 [ 256 ] {8eb30980-3277-4e6d-a2b1-4358425b87bc} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4369 2025.03.20 17:06:37.782608 [ 256 ] {8eb30980-3277-4e6d-a2b1-4358425b87bc} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4370 2025.03.20 17:06:37.782783 [ 78 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4371 2025.03.20 17:06:37.782856 [ 78 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4372 2025.03.20 17:06:37.782863 [ 256 ] {8eb30980-3277-4e6d-a2b1-4358425b87bc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002353 sec., 25499.3625159371 rows/sec., 1.72 MiB/sec.
4373 2025.03.20 17:06:37.782889 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.62 GiB.
4374 2025.03.20 17:06:37.783051 [ 256 ] {8eb30980-3277-4e6d-a2b1-4358425b87bc} <Debug> TCPHandler: Processed in 0.002839669 sec.
4375 2025.03.20 17:06:37.783268 [ 186 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
4376 2025.03.20 17:06:37.783656 [ 186 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4377 2025.03.20 17:06:37.783715 [ 186 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1468 rows starting from the beginning of the part
4378 2025.03.20 17:06:37.783832 [ 186 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 26 rows starting from the beginning of the part
4379 2025.03.20 17:06:37.784019 [ 186 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
4380 2025.03.20 17:06:37.784122 [ 186 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part
4381 2025.03.20 17:06:37.784312 [ 186 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part
4382 2025.03.20 17:06:37.784397 [ 186 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part
4383 2025.03.20 17:06:37.785716 [ 190 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1734 rows, containing 4 columns (4 merged, 0 gathered) in 0.002687638 sec., 645176.1732792883 rows/sec., 43.41 MiB/sec.
4384 2025.03.20 17:06:37.785937 [ 190 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4385 2025.03.20 17:06:37.786280 [ 190 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_36_7} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4386 2025.03.20 17:06:37.786370 [ 190 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_36_7} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4387 2025.03.20 17:06:37.786442 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
4388 2025.03.20 17:06:42.125930 [ 29 ] {} <Debug> DNSResolver: Updating DNS cache
4389 2025.03.20 17:06:42.126002 [ 29 ] {} <Debug> DNSResolver: Updated DNS cache
4390 2025.03.20 17:06:42.231787 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126
4391 2025.03.20 17:06:42.232439 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4392 2025.03.20 17:06:42.232480 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4393 2025.03.20 17:06:42.233001 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4394 2025.03.20 17:06:42.233259 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4395 2025.03.20 17:06:42.233502 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126
4396 2025.03.20 17:06:42.755645 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4397 2025.03.20 17:06:42.755858 [ 256 ] {bd3e37b6-6f44-4a85-ab50-aab6803d67a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4398 2025.03.20 17:06:42.755941 [ 256 ] {bd3e37b6-6f44-4a85-ab50-aab6803d67a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4399 2025.03.20 17:06:42.756812 [ 256 ] {bd3e37b6-6f44-4a85-ab50-aab6803d67a1} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4400 2025.03.20 17:06:42.756858 [ 256 ] {bd3e37b6-6f44-4a85-ab50-aab6803d67a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4401 2025.03.20 17:06:42.757302 [ 256 ] {bd3e37b6-6f44-4a85-ab50-aab6803d67a1} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4402 2025.03.20 17:06:42.757557 [ 256 ] {bd3e37b6-6f44-4a85-ab50-aab6803d67a1} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4403 2025.03.20 17:06:42.757785 [ 256 ] {bd3e37b6-6f44-4a85-ab50-aab6803d67a1} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.00198 sec., 55555.555555555555 rows/sec., 4.67 MiB/sec.
4404 2025.03.20 17:06:42.757879 [ 256 ] {bd3e37b6-6f44-4a85-ab50-aab6803d67a1} <Debug> TCPHandler: Processed in 0.002380254 sec.
4405 2025.03.20 17:06:42.758137 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4406 2025.03.20 17:06:42.758261 [ 256 ] {64132139-9de9-4145-a86c-5160ba61ba4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4407 2025.03.20 17:06:42.758312 [ 256 ] {64132139-9de9-4145-a86c-5160ba61ba4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4408 2025.03.20 17:06:42.758875 [ 256 ] {64132139-9de9-4145-a86c-5160ba61ba4f} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4409 2025.03.20 17:06:42.758915 [ 256 ] {64132139-9de9-4145-a86c-5160ba61ba4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4410 2025.03.20 17:06:42.759268 [ 256 ] {64132139-9de9-4145-a86c-5160ba61ba4f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4411 2025.03.20 17:06:42.759508 [ 256 ] {64132139-9de9-4145-a86c-5160ba61ba4f} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4412 2025.03.20 17:06:42.759732 [ 256 ] {64132139-9de9-4145-a86c-5160ba61ba4f} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001492 sec., 18096.514745308312 rows/sec., 1.33 MiB/sec.
4413 2025.03.20 17:06:42.759910 [ 256 ] {64132139-9de9-4145-a86c-5160ba61ba4f} <Debug> TCPHandler: Processed in 0.00186302 sec.
4414 2025.03.20 17:06:42.760122 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4415 2025.03.20 17:06:42.760232 [ 256 ] {d236bdfb-c2a6-4e27-a4af-7b5531234870} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4416 2025.03.20 17:06:42.760280 [ 256 ] {d236bdfb-c2a6-4e27-a4af-7b5531234870} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4417 2025.03.20 17:06:42.760863 [ 256 ] {d236bdfb-c2a6-4e27-a4af-7b5531234870} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4418 2025.03.20 17:06:42.760902 [ 256 ] {d236bdfb-c2a6-4e27-a4af-7b5531234870} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4419 2025.03.20 17:06:42.761269 [ 256 ] {d236bdfb-c2a6-4e27-a4af-7b5531234870} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4420 2025.03.20 17:06:42.761506 [ 256 ] {d236bdfb-c2a6-4e27-a4af-7b5531234870} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4421 2025.03.20 17:06:42.761684 [ 256 ] {d236bdfb-c2a6-4e27-a4af-7b5531234870} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001476 sec., 61653.11653116531 rows/sec., 4.81 MiB/sec.
4422 2025.03.20 17:06:42.761734 [ 256 ] {d236bdfb-c2a6-4e27-a4af-7b5531234870} <Debug> TCPHandler: Processed in 0.001680988 sec.
4423 2025.03.20 17:06:42.761849 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4424 2025.03.20 17:06:42.761953 [ 256 ] {bd8df0d6-ae9e-40dd-8568-694b699f6aa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4425 2025.03.20 17:06:42.762002 [ 256 ] {bd8df0d6-ae9e-40dd-8568-694b699f6aa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4426 2025.03.20 17:06:42.762512 [ 256 ] {bd8df0d6-ae9e-40dd-8568-694b699f6aa6} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4427 2025.03.20 17:06:42.762550 [ 256 ] {bd8df0d6-ae9e-40dd-8568-694b699f6aa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4428 2025.03.20 17:06:42.762931 [ 256 ] {bd8df0d6-ae9e-40dd-8568-694b699f6aa6} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4429 2025.03.20 17:06:42.763171 [ 256 ] {bd8df0d6-ae9e-40dd-8568-694b699f6aa6} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4430 2025.03.20 17:06:42.763343 [ 256 ] {bd8df0d6-ae9e-40dd-8568-694b699f6aa6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001411 sec., 113394.75549255847 rows/sec., 7.90 MiB/sec.
4431 2025.03.20 17:06:42.763394 [ 256 ] {bd8df0d6-ae9e-40dd-8568-694b699f6aa6} <Debug> TCPHandler: Processed in 0.001595397 sec.
4432 2025.03.20 17:06:42.763499 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4433 2025.03.20 17:06:42.763598 [ 256 ] {fcfa7f0a-b361-4326-9e71-df77b383c41a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4434 2025.03.20 17:06:42.763662 [ 256 ] {fcfa7f0a-b361-4326-9e71-df77b383c41a} <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
4435 2025.03.20 17:06:42.764713 [ 256 ] {fcfa7f0a-b361-4326-9e71-df77b383c41a} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4436 2025.03.20 17:06:42.764750 [ 256 ] {fcfa7f0a-b361-4326-9e71-df77b383c41a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4437 2025.03.20 17:06:42.765371 [ 256 ] {fcfa7f0a-b361-4326-9e71-df77b383c41a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4438 2025.03.20 17:06:42.765624 [ 256 ] {fcfa7f0a-b361-4326-9e71-df77b383c41a} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4439 2025.03.20 17:06:42.765817 [ 256 ] {fcfa7f0a-b361-4326-9e71-df77b383c41a} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002239 sec., 12058.95489057615 rows/sec., 21.61 MiB/sec.
4440 2025.03.20 17:06:42.765907 [ 256 ] {fcfa7f0a-b361-4326-9e71-df77b383c41a} <Debug> TCPHandler: Processed in 0.002457945 sec.
4441 2025.03.20 17:06:42.766018 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4442 2025.03.20 17:06:42.766120 [ 256 ] {f0d3ff26-e11c-4de1-8ffe-d89054f87c98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4443 2025.03.20 17:06:42.766166 [ 256 ] {f0d3ff26-e11c-4de1-8ffe-d89054f87c98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4444 2025.03.20 17:06:42.766596 [ 256 ] {f0d3ff26-e11c-4de1-8ffe-d89054f87c98} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4445 2025.03.20 17:06:42.766633 [ 256 ] {f0d3ff26-e11c-4de1-8ffe-d89054f87c98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4446 2025.03.20 17:06:42.766980 [ 256 ] {f0d3ff26-e11c-4de1-8ffe-d89054f87c98} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4447 2025.03.20 17:06:42.767222 [ 256 ] {f0d3ff26-e11c-4de1-8ffe-d89054f87c98} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4448 2025.03.20 17:06:42.767429 [ 256 ] {f0d3ff26-e11c-4de1-8ffe-d89054f87c98} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001322 sec., 45385.7791225416 rows/sec., 3.06 MiB/sec.
4449 2025.03.20 17:06:42.767614 [ 256 ] {f0d3ff26-e11c-4de1-8ffe-d89054f87c98} <Debug> TCPHandler: Processed in 0.001643417 sec.
4450 2025.03.20 17:06:42.916967 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166
4451 2025.03.20 17:06:42.937720 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4452 2025.03.20 17:06:42.937791 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4453 2025.03.20 17:06:42.945761 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4454 2025.03.20 17:06:42.946599 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4455 2025.03.20 17:06:42.950184 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166
4456 2025.03.20 17:06:45.015737 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4457 2025.03.20 17:06:45.015970 [ 256 ] {5ee23d97-83f4-4069-87e4-38b75e59274b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4458 2025.03.20 17:06:45.016060 [ 256 ] {5ee23d97-83f4-4069-87e4-38b75e59274b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4459 2025.03.20 17:06:45.016931 [ 256 ] {5ee23d97-83f4-4069-87e4-38b75e59274b} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4460 2025.03.20 17:06:45.016975 [ 256 ] {5ee23d97-83f4-4069-87e4-38b75e59274b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4461 2025.03.20 17:06:45.017420 [ 256 ] {5ee23d97-83f4-4069-87e4-38b75e59274b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4462 2025.03.20 17:06:45.017691 [ 256 ] {5ee23d97-83f4-4069-87e4-38b75e59274b} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4463 2025.03.20 17:06:45.017835 [ 25 ] {} <Debug> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
4464 2025.03.20 17:06:45.017879 [ 25 ] {} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4465 2025.03.20 17:06:45.017904 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4466 2025.03.20 17:06:45.017909 [ 256 ] {5ee23d97-83f4-4069-87e4-38b75e59274b} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001999 sec., 12006.00300150075 rows/sec., 1020.04 KiB/sec.
4467 2025.03.20 17:06:45.018261 [ 256 ] {5ee23d97-83f4-4069-87e4-38b75e59274b} <Debug> TCPHandler: Processed in 0.002672918 sec.
4468 2025.03.20 17:06:45.018282 [ 186 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::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
4469 2025.03.20 17:06:45.018488 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4470 2025.03.20 17:06:45.018544 [ 186 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4471 2025.03.20 17:06:45.018614 [ 186 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part
4472 2025.03.20 17:06:45.018715 [ 256 ] {00c96625-7221-4195-8f4f-f198dc3c7eee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4473 2025.03.20 17:06:45.018821 [ 186 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part
4474 2025.03.20 17:06:45.018913 [ 256 ] {00c96625-7221-4195-8f4f-f198dc3c7eee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4475 2025.03.20 17:06:45.019112 [ 186 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part
4476 2025.03.20 17:06:45.019444 [ 186 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part
4477 2025.03.20 17:06:45.019839 [ 186 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part
4478 2025.03.20 17:06:45.022161 [ 190 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.004144403 sec., 28954.713139624695 rows/sec., 2.51 MiB/sec.
4479 2025.03.20 17:06:45.022336 [ 190 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
4480 2025.03.20 17:06:45.022529 [ 256 ] {00c96625-7221-4195-8f4f-f198dc3c7eee} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4481 2025.03.20 17:06:45.022607 [ 256 ] {00c96625-7221-4195-8f4f-f198dc3c7eee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4482 2025.03.20 17:06:45.022820 [ 190 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_5_1} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4483 2025.03.20 17:06:45.023017 [ 190 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_5_1} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
4484 2025.03.20 17:06:45.023168 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
4485 2025.03.20 17:06:45.023422 [ 256 ] {00c96625-7221-4195-8f4f-f198dc3c7eee} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4486 2025.03.20 17:06:45.023697 [ 256 ] {00c96625-7221-4195-8f4f-f198dc3c7eee} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4487 2025.03.20 17:06:45.023904 [ 256 ] {00c96625-7221-4195-8f4f-f198dc3c7eee} <Debug> executeQuery: Read 1340 rows, 114.80 KiB in 0.005266 sec., 254462.5902012913 rows/sec., 21.29 MiB/sec.
4488 2025.03.20 17:06:45.023976 [ 256 ] {00c96625-7221-4195-8f4f-f198dc3c7eee} <Debug> TCPHandler: Processed in 0.005555808 sec.
4489 2025.03.20 17:06:45.024104 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4490 2025.03.20 17:06:45.024221 [ 256 ] {bb24e43d-ad28-47d7-83f6-f4a715d85abf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4491 2025.03.20 17:06:45.024270 [ 256 ] {bb24e43d-ad28-47d7-83f6-f4a715d85abf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4492 2025.03.20 17:06:45.024838 [ 256 ] {bb24e43d-ad28-47d7-83f6-f4a715d85abf} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4493 2025.03.20 17:06:45.024876 [ 256 ] {bb24e43d-ad28-47d7-83f6-f4a715d85abf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4494 2025.03.20 17:06:45.025245 [ 256 ] {bb24e43d-ad28-47d7-83f6-f4a715d85abf} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4495 2025.03.20 17:06:45.025504 [ 256 ] {bb24e43d-ad28-47d7-83f6-f4a715d85abf} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4496 2025.03.20 17:06:45.025633 [ 25 ] {} <Debug> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4497 2025.03.20 17:06:45.025672 [ 25 ] {} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4498 2025.03.20 17:06:45.025694 [ 256 ] {bb24e43d-ad28-47d7-83f6-f4a715d85abf} <Debug> executeQuery: Read 24 rows, 1.86 KiB in 0.001496 sec., 16042.780748663103 rows/sec., 1.22 MiB/sec.
4499 2025.03.20 17:06:45.025698 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4500 2025.03.20 17:06:45.025779 [ 256 ] {bb24e43d-ad28-47d7-83f6-f4a715d85abf} <Debug> TCPHandler: Processed in 0.001729268 sec.
4501 2025.03.20 17:06:45.026020 [ 197 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::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
4502 2025.03.20 17:06:45.026069 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4503 2025.03.20 17:06:45.026438 [ 256 ] {7fa7ed28-8508-492c-8f51-6116652205bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4504 2025.03.20 17:06:45.026564 [ 197 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4505 2025.03.20 17:06:45.026571 [ 256 ] {7fa7ed28-8508-492c-8f51-6116652205bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4506 2025.03.20 17:06:45.026621 [ 197 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 69 rows starting from the beginning of the part
4507 2025.03.20 17:06:45.026783 [ 197 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 12 rows starting from the beginning of the part
4508 2025.03.20 17:06:45.027138 [ 197 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 27 rows starting from the beginning of the part
4509 2025.03.20 17:06:45.027498 [ 197 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 12 rows starting from the beginning of the part
4510 2025.03.20 17:06:45.027781 [ 197 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 27 rows starting from the beginning of the part
4511 2025.03.20 17:06:45.027981 [ 197 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 24 rows starting from the beginning of the part
4512 2025.03.20 17:06:45.028686 [ 256 ] {7fa7ed28-8508-492c-8f51-6116652205bb} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4513 2025.03.20 17:06:45.028730 [ 256 ] {7fa7ed28-8508-492c-8f51-6116652205bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4514 2025.03.20 17:06:45.029364 [ 256 ] {7fa7ed28-8508-492c-8f51-6116652205bb} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4515 2025.03.20 17:06:45.029398 [ 190 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 171 rows, containing 5 columns (5 merged, 0 gathered) in 0.003614418 sec., 47310.52136194541 rows/sec., 3.66 MiB/sec.
4516 2025.03.20 17:06:45.029628 [ 190 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4517 2025.03.20 17:06:45.029775 [ 256 ] {7fa7ed28-8508-492c-8f51-6116652205bb} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4518 2025.03.20 17:06:45.030460 [ 190 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_26_5} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4519 2025.03.20 17:06:45.030596 [ 256 ] {7fa7ed28-8508-492c-8f51-6116652205bb} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.004228 sec., 59602.649006622516 rows/sec., 4.12 MiB/sec.
4520 2025.03.20 17:06:45.030749 [ 190 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_26_5} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4521 2025.03.20 17:06:45.030785 [ 256 ] {7fa7ed28-8508-492c-8f51-6116652205bb} <Debug> TCPHandler: Processed in 0.00480508 sec.
4522 2025.03.20 17:06:45.030966 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
4523 2025.03.20 17:06:45.031024 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4524 2025.03.20 17:06:45.031133 [ 256 ] {3d9917e9-725a-4cf9-8510-e19e7b6e076b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4525 2025.03.20 17:06:45.031178 [ 256 ] {3d9917e9-725a-4cf9-8510-e19e7b6e076b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4526 2025.03.20 17:06:45.031729 [ 256 ] {3d9917e9-725a-4cf9-8510-e19e7b6e076b} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4527 2025.03.20 17:06:45.031768 [ 256 ] {3d9917e9-725a-4cf9-8510-e19e7b6e076b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4528 2025.03.20 17:06:45.032116 [ 256 ] {3d9917e9-725a-4cf9-8510-e19e7b6e076b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4529 2025.03.20 17:06:45.032360 [ 256 ] {3d9917e9-725a-4cf9-8510-e19e7b6e076b} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4530 2025.03.20 17:06:45.032537 [ 39 ] {} <Debug> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
4531 2025.03.20 17:06:45.032600 [ 256 ] {3d9917e9-725a-4cf9-8510-e19e7b6e076b} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001488 sec., 8064.5161290322585 rows/sec., 630.04 KiB/sec.
4532 2025.03.20 17:06:45.032628 [ 39 ] {} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4533 2025.03.20 17:06:45.032703 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4534 2025.03.20 17:06:45.032728 [ 256 ] {3d9917e9-725a-4cf9-8510-e19e7b6e076b} <Debug> TCPHandler: Processed in 0.001768598 sec.
4535 2025.03.20 17:06:45.032960 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4536 2025.03.20 17:06:45.032988 [ 196 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::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
4537 2025.03.20 17:06:45.033154 [ 256 ] {cbd68bcc-306f-4f78-b5d3-0dcf40e043ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4538 2025.03.20 17:06:45.033255 [ 256 ] {cbd68bcc-306f-4f78-b5d3-0dcf40e043ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4539 2025.03.20 17:06:45.033530 [ 196 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4540 2025.03.20 17:06:45.033649 [ 196 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::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
4541 2025.03.20 17:06:45.034072 [ 196 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part
4542 2025.03.20 17:06:45.034471 [ 196 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::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
4543 2025.03.20 17:06:45.034807 [ 196 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::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
4544 2025.03.20 17:06:45.034927 [ 196 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part
4545 2025.03.20 17:06:45.035947 [ 256 ] {cbd68bcc-306f-4f78-b5d3-0dcf40e043ea} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4546 2025.03.20 17:06:45.036011 [ 256 ] {cbd68bcc-306f-4f78-b5d3-0dcf40e043ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4547 2025.03.20 17:06:45.037037 [ 256 ] {cbd68bcc-306f-4f78-b5d3-0dcf40e043ea} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4548 2025.03.20 17:06:45.037206 [ 196 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.004362295 sec., 13754.227992375572 rows/sec., 1.10 MiB/sec.
4549 2025.03.20 17:06:45.037378 [ 196 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
4550 2025.03.20 17:06:45.037543 [ 256 ] {cbd68bcc-306f-4f78-b5d3-0dcf40e043ea} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4551 2025.03.20 17:06:45.038006 [ 256 ] {cbd68bcc-306f-4f78-b5d3-0dcf40e043ea} <Debug> executeQuery: Read 568 rows, 43.62 KiB in 0.004913 sec., 115611.6425809078 rows/sec., 8.67 MiB/sec.
4552 2025.03.20 17:06:45.038049 [ 196 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_5_1} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4553 2025.03.20 17:06:45.038180 [ 256 ] {cbd68bcc-306f-4f78-b5d3-0dcf40e043ea} <Debug> TCPHandler: Processed in 0.005295425 sec.
4554 2025.03.20 17:06:45.038270 [ 196 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_5_1} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
4555 2025.03.20 17:06:45.038373 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4556 2025.03.20 17:06:45.038404 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4557 2025.03.20 17:06:45.038502 [ 256 ] {8e66a905-02e9-4d1f-a286-845916635eb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4558 2025.03.20 17:06:45.038557 [ 256 ] {8e66a905-02e9-4d1f-a286-845916635eb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4559 2025.03.20 17:06:45.039380 [ 256 ] {8e66a905-02e9-4d1f-a286-845916635eb8} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4560 2025.03.20 17:06:45.039419 [ 256 ] {8e66a905-02e9-4d1f-a286-845916635eb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4561 2025.03.20 17:06:45.039873 [ 256 ] {8e66a905-02e9-4d1f-a286-845916635eb8} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4562 2025.03.20 17:06:45.040120 [ 256 ] {8e66a905-02e9-4d1f-a286-845916635eb8} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4563 2025.03.20 17:06:45.040377 [ 256 ] {8e66a905-02e9-4d1f-a286-845916635eb8} <Debug> executeQuery: Read 976 rows, 67.51 KiB in 0.001896 sec., 514767.9324894515 rows/sec., 34.77 MiB/sec.
4564 2025.03.20 17:06:45.040578 [ 256 ] {8e66a905-02e9-4d1f-a286-845916635eb8} <Debug> TCPHandler: Processed in 0.002285653 sec.
4565 2025.03.20 17:06:45.040815 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4566 2025.03.20 17:06:45.040922 [ 256 ] {4cf5385e-f2cf-450b-8fcc-956b21923e00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4567 2025.03.20 17:06:45.040998 [ 256 ] {4cf5385e-f2cf-450b-8fcc-956b21923e00} <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
4568 2025.03.20 17:06:45.042109 [ 256 ] {4cf5385e-f2cf-450b-8fcc-956b21923e00} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4569 2025.03.20 17:06:45.042149 [ 256 ] {4cf5385e-f2cf-450b-8fcc-956b21923e00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4570 2025.03.20 17:06:45.042757 [ 256 ] {4cf5385e-f2cf-450b-8fcc-956b21923e00} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4571 2025.03.20 17:06:45.043015 [ 256 ] {4cf5385e-f2cf-450b-8fcc-956b21923e00} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4572 2025.03.20 17:06:45.043273 [ 256 ] {4cf5385e-f2cf-450b-8fcc-956b21923e00} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002375 sec., 5052.631578947368 rows/sec., 9.05 MiB/sec.
4573 2025.03.20 17:06:45.043395 [ 256 ] {4cf5385e-f2cf-450b-8fcc-956b21923e00} <Debug> TCPHandler: Processed in 0.002664868 sec.
4574 2025.03.20 17:06:45.043510 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4575 2025.03.20 17:06:45.043635 [ 256 ] {7352732e-2d98-41e0-9723-176bd0ec5621} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4576 2025.03.20 17:06:45.043685 [ 256 ] {7352732e-2d98-41e0-9723-176bd0ec5621} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4577 2025.03.20 17:06:45.044135 [ 256 ] {7352732e-2d98-41e0-9723-176bd0ec5621} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4578 2025.03.20 17:06:45.044175 [ 256 ] {7352732e-2d98-41e0-9723-176bd0ec5621} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4579 2025.03.20 17:06:45.044527 [ 256 ] {7352732e-2d98-41e0-9723-176bd0ec5621} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4580 2025.03.20 17:06:45.044774 [ 256 ] {7352732e-2d98-41e0-9723-176bd0ec5621} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4581 2025.03.20 17:06:45.044989 [ 256 ] {7352732e-2d98-41e0-9723-176bd0ec5621} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.001376 sec., 24709.302325581393 rows/sec., 1.67 MiB/sec.
4582 2025.03.20 17:06:45.045040 [ 256 ] {7352732e-2d98-41e0-9723-176bd0ec5621} <Debug> TCPHandler: Processed in 0.001578036 sec.
4583 2025.03.20 17:06:47.275324 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 624
4584 2025.03.20 17:06:47.278600 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4585 2025.03.20 17:06:47.278650 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4586 2025.03.20 17:06:47.280116 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4587 2025.03.20 17:06:47.280429 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4588 2025.03.20 17:06:47.281460 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 624
4589 2025.03.20 17:06:47.749985 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4590 2025.03.20 17:06:47.750182 [ 256 ] {a768a59a-0c45-4555-b9df-9fb6ccb3dff7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4591 2025.03.20 17:06:47.750256 [ 256 ] {a768a59a-0c45-4555-b9df-9fb6ccb3dff7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4592 2025.03.20 17:06:47.751067 [ 256 ] {a768a59a-0c45-4555-b9df-9fb6ccb3dff7} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4593 2025.03.20 17:06:47.751118 [ 256 ] {a768a59a-0c45-4555-b9df-9fb6ccb3dff7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4594 2025.03.20 17:06:47.751551 [ 256 ] {a768a59a-0c45-4555-b9df-9fb6ccb3dff7} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
4595 2025.03.20 17:06:47.751807 [ 256 ] {a768a59a-0c45-4555-b9df-9fb6ccb3dff7} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4596 2025.03.20 17:06:47.752053 [ 256 ] {a768a59a-0c45-4555-b9df-9fb6ccb3dff7} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001925 sec., 29090.90909090909 rows/sec., 2.23 MiB/sec.
4597 2025.03.20 17:06:47.752144 [ 256 ] {a768a59a-0c45-4555-b9df-9fb6ccb3dff7} <Debug> TCPHandler: Processed in 0.002298444 sec.
4598 2025.03.20 17:06:47.752389 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4599 2025.03.20 17:06:47.752500 [ 256 ] {d5cfc451-9632-4ce9-804b-7062dd599b34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4600 2025.03.20 17:06:47.752545 [ 256 ] {d5cfc451-9632-4ce9-804b-7062dd599b34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4601 2025.03.20 17:06:47.753115 [ 256 ] {d5cfc451-9632-4ce9-804b-7062dd599b34} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4602 2025.03.20 17:06:47.753154 [ 256 ] {d5cfc451-9632-4ce9-804b-7062dd599b34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4603 2025.03.20 17:06:47.753509 [ 256 ] {d5cfc451-9632-4ce9-804b-7062dd599b34} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
4604 2025.03.20 17:06:47.753755 [ 256 ] {d5cfc451-9632-4ce9-804b-7062dd599b34} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4605 2025.03.20 17:06:47.754001 [ 256 ] {d5cfc451-9632-4ce9-804b-7062dd599b34} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001508 sec., 42440.31830238727 rows/sec., 3.31 MiB/sec.
4606 2025.03.20 17:06:47.754093 [ 256 ] {d5cfc451-9632-4ce9-804b-7062dd599b34} <Debug> TCPHandler: Processed in 0.001789219 sec.
4607 2025.03.20 17:06:47.754334 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4608 2025.03.20 17:06:47.754441 [ 256 ] {4e4b07fd-162c-4085-bb5b-035843d6e467} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4609 2025.03.20 17:06:47.754493 [ 256 ] {4e4b07fd-162c-4085-bb5b-035843d6e467} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4610 2025.03.20 17:06:47.754996 [ 256 ] {4e4b07fd-162c-4085-bb5b-035843d6e467} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4611 2025.03.20 17:06:47.755035 [ 256 ] {4e4b07fd-162c-4085-bb5b-035843d6e467} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4612 2025.03.20 17:06:47.755409 [ 256 ] {4e4b07fd-162c-4085-bb5b-035843d6e467} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
4613 2025.03.20 17:06:47.755651 [ 256 ] {4e4b07fd-162c-4085-bb5b-035843d6e467} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4614 2025.03.20 17:06:47.755861 [ 256 ] {4e4b07fd-162c-4085-bb5b-035843d6e467} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.001443 sec., 45738.04573804574 rows/sec., 3.19 MiB/sec.
4615 2025.03.20 17:06:47.755912 [ 256 ] {4e4b07fd-162c-4085-bb5b-035843d6e467} <Debug> TCPHandler: Processed in 0.001669047 sec.
4616 2025.03.20 17:06:47.756027 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4617 2025.03.20 17:06:47.756131 [ 256 ] {ded86136-91e8-43ab-885c-5264f5f1946d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4618 2025.03.20 17:06:47.756178 [ 256 ] {ded86136-91e8-43ab-885c-5264f5f1946d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4619 2025.03.20 17:06:47.756605 [ 256 ] {ded86136-91e8-43ab-885c-5264f5f1946d} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4620 2025.03.20 17:06:47.756649 [ 256 ] {ded86136-91e8-43ab-885c-5264f5f1946d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4621 2025.03.20 17:06:47.757013 [ 256 ] {ded86136-91e8-43ab-885c-5264f5f1946d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
4622 2025.03.20 17:06:47.757255 [ 256 ] {ded86136-91e8-43ab-885c-5264f5f1946d} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4623 2025.03.20 17:06:47.757507 [ 256 ] {ded86136-91e8-43ab-885c-5264f5f1946d} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001389 sec., 18718.502519798414 rows/sec., 1.25 MiB/sec.
4624 2025.03.20 17:06:47.757691 [ 256 ] {ded86136-91e8-43ab-885c-5264f5f1946d} <Debug> TCPHandler: Processed in 0.001709318 sec.
4625 2025.03.20 17:06:49.733746 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553
4626 2025.03.20 17:06:49.734473 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4627 2025.03.20 17:06:49.734529 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4628 2025.03.20 17:06:49.735063 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4629 2025.03.20 17:06:49.735323 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4630 2025.03.20 17:06:49.735555 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553
4631 2025.03.20 17:06:50.450359 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174
4632 2025.03.20 17:06:50.470311 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4633 2025.03.20 17:06:50.470360 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4634 2025.03.20 17:06:50.477958 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4635 2025.03.20 17:06:50.478741 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4636 2025.03.20 17:06:50.481382 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174
4637 2025.03.20 17:06:52.755233 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4638 2025.03.20 17:06:52.755423 [ 256 ] {25458901-bf3e-413c-bf9b-c0c75afed26d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4639 2025.03.20 17:06:52.755500 [ 256 ] {25458901-bf3e-413c-bf9b-c0c75afed26d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4640 2025.03.20 17:06:52.756354 [ 256 ] {25458901-bf3e-413c-bf9b-c0c75afed26d} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4641 2025.03.20 17:06:52.756408 [ 256 ] {25458901-bf3e-413c-bf9b-c0c75afed26d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4642 2025.03.20 17:06:52.756846 [ 256 ] {25458901-bf3e-413c-bf9b-c0c75afed26d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
4643 2025.03.20 17:06:52.757104 [ 256 ] {25458901-bf3e-413c-bf9b-c0c75afed26d} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4644 2025.03.20 17:06:52.757347 [ 256 ] {25458901-bf3e-413c-bf9b-c0c75afed26d} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.001977 sec., 55639.8583712696 rows/sec., 4.68 MiB/sec.
4645 2025.03.20 17:06:52.757423 [ 256 ] {25458901-bf3e-413c-bf9b-c0c75afed26d} <Debug> TCPHandler: Processed in 0.002330044 sec.
4646 2025.03.20 17:06:52.757556 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4647 2025.03.20 17:06:52.757674 [ 256 ] {bbb09ab5-1305-4248-aa8a-18c7656f70b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4648 2025.03.20 17:06:52.757724 [ 256 ] {bbb09ab5-1305-4248-aa8a-18c7656f70b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4649 2025.03.20 17:06:52.758288 [ 256 ] {bbb09ab5-1305-4248-aa8a-18c7656f70b6} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4650 2025.03.20 17:06:52.758333 [ 256 ] {bbb09ab5-1305-4248-aa8a-18c7656f70b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4651 2025.03.20 17:06:52.758696 [ 256 ] {bbb09ab5-1305-4248-aa8a-18c7656f70b6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4652 2025.03.20 17:06:52.758940 [ 256 ] {bbb09ab5-1305-4248-aa8a-18c7656f70b6} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4653 2025.03.20 17:06:52.759159 [ 256 ] {bbb09ab5-1305-4248-aa8a-18c7656f70b6} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001514 sec., 17833.553500660502 rows/sec., 1.31 MiB/sec.
4654 2025.03.20 17:06:52.759215 [ 256 ] {bbb09ab5-1305-4248-aa8a-18c7656f70b6} <Debug> TCPHandler: Processed in 0.001713178 sec.
4655 2025.03.20 17:06:52.759341 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4656 2025.03.20 17:06:52.759465 [ 256 ] {274b852f-9c8d-4dbc-9405-8f18ca77f03e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4657 2025.03.20 17:06:52.759514 [ 256 ] {274b852f-9c8d-4dbc-9405-8f18ca77f03e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4658 2025.03.20 17:06:52.760089 [ 256 ] {274b852f-9c8d-4dbc-9405-8f18ca77f03e} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4659 2025.03.20 17:06:52.760131 [ 256 ] {274b852f-9c8d-4dbc-9405-8f18ca77f03e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4660 2025.03.20 17:06:52.760506 [ 256 ] {274b852f-9c8d-4dbc-9405-8f18ca77f03e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
4661 2025.03.20 17:06:52.760749 [ 256 ] {274b852f-9c8d-4dbc-9405-8f18ca77f03e} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4662 2025.03.20 17:06:52.760961 [ 256 ] {274b852f-9c8d-4dbc-9405-8f18ca77f03e} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001523 sec., 59750.49244911359 rows/sec., 4.67 MiB/sec.
4663 2025.03.20 17:06:52.761014 [ 256 ] {274b852f-9c8d-4dbc-9405-8f18ca77f03e} <Debug> TCPHandler: Processed in 0.001729118 sec.
4664 2025.03.20 17:06:52.761133 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4665 2025.03.20 17:06:52.761243 [ 256 ] {ff7a4160-dc79-4c07-b489-c51163bb933e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4666 2025.03.20 17:06:52.761293 [ 256 ] {ff7a4160-dc79-4c07-b489-c51163bb933e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4667 2025.03.20 17:06:52.761819 [ 256 ] {ff7a4160-dc79-4c07-b489-c51163bb933e} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4668 2025.03.20 17:06:52.761858 [ 256 ] {ff7a4160-dc79-4c07-b489-c51163bb933e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4669 2025.03.20 17:06:52.762248 [ 256 ] {ff7a4160-dc79-4c07-b489-c51163bb933e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
4670 2025.03.20 17:06:52.762503 [ 256 ] {ff7a4160-dc79-4c07-b489-c51163bb933e} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4671 2025.03.20 17:06:52.762749 [ 256 ] {ff7a4160-dc79-4c07-b489-c51163bb933e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001525 sec., 104918.03278688523 rows/sec., 7.31 MiB/sec.
4672 2025.03.20 17:06:52.762827 [ 256 ] {ff7a4160-dc79-4c07-b489-c51163bb933e} <Debug> TCPHandler: Processed in 0.001747508 sec.
4673 2025.03.20 17:06:52.763074 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4674 2025.03.20 17:06:52.763202 [ 256 ] {5a17c3d6-8d9f-4928-8a16-4a9e2d4b927e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4675 2025.03.20 17:06:52.763277 [ 256 ] {5a17c3d6-8d9f-4928-8a16-4a9e2d4b927e} <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
4676 2025.03.20 17:06:52.764396 [ 256 ] {5a17c3d6-8d9f-4928-8a16-4a9e2d4b927e} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4677 2025.03.20 17:06:52.764436 [ 256 ] {5a17c3d6-8d9f-4928-8a16-4a9e2d4b927e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4678 2025.03.20 17:06:52.765081 [ 256 ] {5a17c3d6-8d9f-4928-8a16-4a9e2d4b927e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4679 2025.03.20 17:06:52.765339 [ 256 ] {5a17c3d6-8d9f-4928-8a16-4a9e2d4b927e} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4680 2025.03.20 17:06:52.765531 [ 75 ] {} <Debug> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4681 2025.03.20 17:06:52.765597 [ 256 ] {5a17c3d6-8d9f-4928-8a16-4a9e2d4b927e} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002415 sec., 11180.124223602485 rows/sec., 20.03 MiB/sec.
4682 2025.03.20 17:06:52.765614 [ 75 ] {} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4683 2025.03.20 17:06:52.765686 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4684 2025.03.20 17:06:52.765917 [ 256 ] {5a17c3d6-8d9f-4928-8a16-4a9e2d4b927e} <Debug> TCPHandler: Processed in 0.002935801 sec.
4685 2025.03.20 17:06:52.765934 [ 197 ] {6749d887-00ac-4b26-87ae-2852b00353b1::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
4686 2025.03.20 17:06:52.766074 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4687 2025.03.20 17:06:52.766220 [ 256 ] {19f18d9e-46b7-4740-9958-a71003df67da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4688 2025.03.20 17:06:52.766244 [ 197 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4689 2025.03.20 17:06:52.766289 [ 256 ] {19f18d9e-46b7-4740-9958-a71003df67da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4690 2025.03.20 17:06:52.766328 [ 197 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 347 rows starting from the beginning of the part
4691 2025.03.20 17:06:52.766960 [ 197 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 27 rows starting from the beginning of the part
4692 2025.03.20 17:06:52.767472 [ 197 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 12 rows starting from the beginning of the part
4693 2025.03.20 17:06:52.768021 [ 256 ] {19f18d9e-46b7-4740-9958-a71003df67da} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4694 2025.03.20 17:06:52.768057 [ 197 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 27 rows starting from the beginning of the part
4695 2025.03.20 17:06:52.768067 [ 256 ] {19f18d9e-46b7-4740-9958-a71003df67da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4696 2025.03.20 17:06:52.768593 [ 197 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 12 rows starting from the beginning of the part
4697 2025.03.20 17:06:52.769097 [ 197 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 27 rows starting from the beginning of the part
4698 2025.03.20 17:06:52.769120 [ 256 ] {19f18d9e-46b7-4740-9958-a71003df67da} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
4699 2025.03.20 17:06:52.769539 [ 256 ] {19f18d9e-46b7-4740-9958-a71003df67da} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4700 2025.03.20 17:06:52.769850 [ 256 ] {19f18d9e-46b7-4740-9958-a71003df67da} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003663 sec., 16380.01638001638 rows/sec., 1.10 MiB/sec.
4701 2025.03.20 17:06:52.769927 [ 256 ] {19f18d9e-46b7-4740-9958-a71003df67da} <Debug> TCPHandler: Processed in 0.003914641 sec.
4702 2025.03.20 17:06:52.772959 [ 199 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 452 rows, containing 19 columns (19 merged, 0 gathered) in 0.007134444 sec., 63354.62160751419 rows/sec., 113.53 MiB/sec.
4703 2025.03.20 17:06:52.773652 [ 194 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4704 2025.03.20 17:06:52.774160 [ 194 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4705 2025.03.20 17:06:52.774259 [ 194 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4706 2025.03.20 17:06:52.774449 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB.
4707 2025.03.20 17:06:57.126041 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache
4708 2025.03.20 17:06:57.126108 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache
4709 2025.03.20 17:06:57.235797 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041
4710 2025.03.20 17:06:57.236596 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4711 2025.03.20 17:06:57.236645 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4712 2025.03.20 17:06:57.237198 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4713 2025.03.20 17:06:57.237471 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4714 2025.03.20 17:06:57.237749 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041
4715 2025.03.20 17:06:57.281810 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 644
4716 2025.03.20 17:06:57.284622 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4717 2025.03.20 17:06:57.284673 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4718 2025.03.20 17:06:57.286126 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4719 2025.03.20 17:06:57.286453 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4720 2025.03.20 17:06:57.287024 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 644
4721 2025.03.20 17:06:57.755615 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4722 2025.03.20 17:06:57.755937 [ 256 ] {33788300-1dc5-4b72-bdbc-8d150ae5ea3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4723 2025.03.20 17:06:57.756062 [ 256 ] {33788300-1dc5-4b72-bdbc-8d150ae5ea3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4724 2025.03.20 17:06:57.756932 [ 256 ] {33788300-1dc5-4b72-bdbc-8d150ae5ea3f} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4725 2025.03.20 17:06:57.756991 [ 256 ] {33788300-1dc5-4b72-bdbc-8d150ae5ea3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4726 2025.03.20 17:06:57.757446 [ 256 ] {33788300-1dc5-4b72-bdbc-8d150ae5ea3f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
4727 2025.03.20 17:06:57.757705 [ 256 ] {33788300-1dc5-4b72-bdbc-8d150ae5ea3f} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4728 2025.03.20 17:06:57.757887 [ 70 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
4729 2025.03.20 17:06:57.757968 [ 70 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4730 2025.03.20 17:06:57.757988 [ 256 ] {33788300-1dc5-4b72-bdbc-8d150ae5ea3f} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.002128 sec., 37593.984962406015 rows/sec., 3.11 MiB/sec.
4731 2025.03.20 17:06:57.758005 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4732 2025.03.20 17:06:57.758155 [ 256 ] {33788300-1dc5-4b72-bdbc-8d150ae5ea3f} <Debug> TCPHandler: Processed in 0.002746749 sec.
4733 2025.03.20 17:06:57.758218 [ 189 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::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
4734 2025.03.20 17:06:57.758298 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4735 2025.03.20 17:06:57.758361 [ 189 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4736 2025.03.20 17:06:57.758406 [ 189 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1404 rows starting from the beginning of the part
4737 2025.03.20 17:06:57.758441 [ 256 ] {75e8f092-23db-4828-9fba-c8e382a142a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4738 2025.03.20 17:06:57.758518 [ 189 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 110 rows starting from the beginning of the part
4739 2025.03.20 17:06:57.758520 [ 256 ] {75e8f092-23db-4828-9fba-c8e382a142a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4740 2025.03.20 17:06:57.758995 [ 189 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1340 rows starting from the beginning of the part
4741 2025.03.20 17:06:57.759403 [ 189 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part
4742 2025.03.20 17:06:57.759801 [ 189 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 110 rows starting from the beginning of the part
4743 2025.03.20 17:06:57.760207 [ 189 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 80 rows starting from the beginning of the part
4744 2025.03.20 17:06:57.761196 [ 256 ] {75e8f092-23db-4828-9fba-c8e382a142a6} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4745 2025.03.20 17:06:57.761242 [ 256 ] {75e8f092-23db-4828-9fba-c8e382a142a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4746 2025.03.20 17:06:57.761777 [ 256 ] {75e8f092-23db-4828-9fba-c8e382a142a6} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4747 2025.03.20 17:06:57.762065 [ 256 ] {75e8f092-23db-4828-9fba-c8e382a142a6} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4748 2025.03.20 17:06:57.762329 [ 256 ] {75e8f092-23db-4828-9fba-c8e382a142a6} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.003915 sec., 3065.1340996168583 rows/sec., 230.48 KiB/sec.
4749 2025.03.20 17:06:57.762585 [ 256 ] {75e8f092-23db-4828-9fba-c8e382a142a6} <Debug> TCPHandler: Processed in 0.004341696 sec.
4750 2025.03.20 17:06:57.763047 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4751 2025.03.20 17:06:57.763404 [ 189 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3100 rows, containing 5 columns (5 merged, 0 gathered) in 0.005271245 sec., 588096.3605372165 rows/sec., 51.43 MiB/sec.
4752 2025.03.20 17:06:57.763443 [ 256 ] {46dda770-a93c-4ca3-a200-fd115b29d6eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4753 2025.03.20 17:06:57.763498 [ 256 ] {46dda770-a93c-4ca3-a200-fd115b29d6eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4754 2025.03.20 17:06:57.763740 [ 199 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
4755 2025.03.20 17:06:57.764422 [ 199 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_41_8} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4756 2025.03.20 17:06:57.764652 [ 199 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_41_8} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
4757 2025.03.20 17:06:57.764679 [ 256 ] {46dda770-a93c-4ca3-a200-fd115b29d6eb} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4758 2025.03.20 17:06:57.764740 [ 256 ] {46dda770-a93c-4ca3-a200-fd115b29d6eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4759 2025.03.20 17:06:57.764812 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
4760 2025.03.20 17:06:57.765187 [ 256 ] {46dda770-a93c-4ca3-a200-fd115b29d6eb} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
4761 2025.03.20 17:06:57.765431 [ 256 ] {46dda770-a93c-4ca3-a200-fd115b29d6eb} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4762 2025.03.20 17:06:57.765625 [ 71 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
4763 2025.03.20 17:06:57.765671 [ 71 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4764 2025.03.20 17:06:57.765711 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4765 2025.03.20 17:06:57.765705 [ 256 ] {46dda770-a93c-4ca3-a200-fd115b29d6eb} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.002357 sec., 32244.378447178613 rows/sec., 2.52 MiB/sec.
4766 2025.03.20 17:06:57.765942 [ 256 ] {46dda770-a93c-4ca3-a200-fd115b29d6eb} <Debug> TCPHandler: Processed in 0.003064782 sec.
4767 2025.03.20 17:06:57.765967 [ 191 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::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
4768 2025.03.20 17:06:57.766113 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4769 2025.03.20 17:06:57.766173 [ 191 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4770 2025.03.20 17:06:57.766239 [ 191 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 631 rows starting from the beginning of the part
4771 2025.03.20 17:06:57.766336 [ 256 ] {429a745e-f6f4-4a39-b51e-34765dd5ac1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4772 2025.03.20 17:06:57.766491 [ 191 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 91 rows starting from the beginning of the part
4773 2025.03.20 17:06:57.766576 [ 256 ] {429a745e-f6f4-4a39-b51e-34765dd5ac1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4774 2025.03.20 17:06:57.766868 [ 191 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 568 rows starting from the beginning of the part
4775 2025.03.20 17:06:57.767201 [ 191 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part
4776 2025.03.20 17:06:57.767569 [ 191 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 91 rows starting from the beginning of the part
4777 2025.03.20 17:06:57.767934 [ 191 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 76 rows starting from the beginning of the part
4778 2025.03.20 17:06:57.769172 [ 256 ] {429a745e-f6f4-4a39-b51e-34765dd5ac1d} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4779 2025.03.20 17:06:57.769251 [ 256 ] {429a745e-f6f4-4a39-b51e-34765dd5ac1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4780 2025.03.20 17:06:57.770405 [ 256 ] {429a745e-f6f4-4a39-b51e-34765dd5ac1d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
4781 2025.03.20 17:06:57.770914 [ 256 ] {429a745e-f6f4-4a39-b51e-34765dd5ac1d} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4782 2025.03.20 17:06:57.771072 [ 199 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1521 rows, containing 5 columns (5 merged, 0 gathered) in 0.005289645 sec., 287542.925848521 rows/sec., 22.89 MiB/sec.
4783 2025.03.20 17:06:57.771240 [ 71 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
4784 2025.03.20 17:06:57.771335 [ 71 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4785 2025.03.20 17:06:57.771404 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4786 2025.03.20 17:06:57.771426 [ 191 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
4787 2025.03.20 17:06:57.771484 [ 256 ] {429a745e-f6f4-4a39-b51e-34765dd5ac1d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005188 sec., 30840.400925212027 rows/sec., 2.15 MiB/sec.
4788 2025.03.20 17:06:57.771824 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::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
4789 2025.03.20 17:06:57.771847 [ 256 ] {429a745e-f6f4-4a39-b51e-34765dd5ac1d} <Debug> TCPHandler: Processed in 0.005813711 sec.
4790 2025.03.20 17:06:57.772169 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4791 2025.03.20 17:06:57.772175 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4792 2025.03.20 17:06:57.772259 [ 191 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_41_8} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4793 2025.03.20 17:06:57.772268 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 9641 rows starting from the beginning of the part
4794 2025.03.20 17:06:57.772634 [ 256 ] {693c21a0-afd3-4ccb-ae1f-093daa2d116c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4795 2025.03.20 17:06:57.772699 [ 191 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_41_8} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
4796 2025.03.20 17:06:57.772786 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::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
4797 2025.03.20 17:06:57.773090 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
4798 2025.03.20 17:06:57.773236 [ 256 ] {693c21a0-afd3-4ccb-ae1f-093daa2d116c} <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
4799 2025.03.20 17:06:57.773328 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 976 rows starting from the beginning of the part
4800 2025.03.20 17:06:57.773733 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 66 rows starting from the beginning of the part
4801 2025.03.20 17:06:57.774086 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::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
4802 2025.03.20 17:06:57.774476 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part
4803 2025.03.20 17:06:57.777022 [ 256 ] {693c21a0-afd3-4ccb-ae1f-093daa2d116c} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4804 2025.03.20 17:06:57.777078 [ 256 ] {693c21a0-afd3-4ccb-ae1f-093daa2d116c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4805 2025.03.20 17:06:57.778117 [ 256 ] {693c21a0-afd3-4ccb-ae1f-093daa2d116c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4806 2025.03.20 17:06:57.778679 [ 256 ] {693c21a0-afd3-4ccb-ae1f-093daa2d116c} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4807 2025.03.20 17:06:57.779188 [ 256 ] {693c21a0-afd3-4ccb-ae1f-093daa2d116c} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.00677 sec., 1772.5258493353028 rows/sec., 3.18 MiB/sec.
4808 2025.03.20 17:06:57.779748 [ 256 ] {693c21a0-afd3-4ccb-ae1f-093daa2d116c} <Debug> TCPHandler: Processed in 0.007733621 sec.
4809 2025.03.20 17:06:57.779900 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4810 2025.03.20 17:06:57.780074 [ 256 ] {dd10878e-2441-4cec-a305-7462f19a8ba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4811 2025.03.20 17:06:57.780153 [ 256 ] {dd10878e-2441-4cec-a305-7462f19a8ba5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4812 2025.03.20 17:06:57.780182 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11163 rows, containing 5 columns (5 merged, 0 gathered) in 0.008652131 sec., 1290202.3790439602 rows/sec., 88.41 MiB/sec.
4813 2025.03.20 17:06:57.780563 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
4814 2025.03.20 17:06:57.781146 [ 256 ] {dd10878e-2441-4cec-a305-7462f19a8ba5} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4815 2025.03.20 17:06:57.781217 [ 256 ] {dd10878e-2441-4cec-a305-7462f19a8ba5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4816 2025.03.20 17:06:57.781226 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4817 2025.03.20 17:06:57.781410 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
4818 2025.03.20 17:06:57.781550 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.13 MiB.
4819 2025.03.20 17:06:57.781833 [ 256 ] {dd10878e-2441-4cec-a305-7462f19a8ba5} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
4820 2025.03.20 17:06:57.782084 [ 256 ] {dd10878e-2441-4cec-a305-7462f19a8ba5} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4821 2025.03.20 17:06:57.782243 [ 71 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
4822 2025.03.20 17:06:57.782297 [ 71 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4823 2025.03.20 17:06:57.782338 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4824 2025.03.20 17:06:57.782337 [ 256 ] {dd10878e-2441-4cec-a305-7462f19a8ba5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002307 sec., 26007.802340702212 rows/sec., 1.75 MiB/sec.
4825 2025.03.20 17:06:57.782561 [ 256 ] {dd10878e-2441-4cec-a305-7462f19a8ba5} <Debug> TCPHandler: Processed in 0.002712338 sec.
4826 2025.03.20 17:06:57.782628 [ 202 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
4827 2025.03.20 17:06:57.782782 [ 202 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4828 2025.03.20 17:06:57.782818 [ 202 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1734 rows starting from the beginning of the part
4829 2025.03.20 17:06:57.782939 [ 202 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
4830 2025.03.20 17:06:57.783078 [ 202 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 34 rows starting from the beginning of the part
4831 2025.03.20 17:06:57.783294 [ 202 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 26 rows starting from the beginning of the part
4832 2025.03.20 17:06:57.783478 [ 202 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
4833 2025.03.20 17:06:57.783674 [ 202 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part
4834 2025.03.20 17:06:57.785177 [ 198 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1974 rows, containing 4 columns (4 merged, 0 gathered) in 0.002740849 sec., 720214.7947588502 rows/sec., 48.47 MiB/sec.
4835 2025.03.20 17:06:57.785416 [ 198 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
4836 2025.03.20 17:06:57.785745 [ 198 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_41_8} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4837 2025.03.20 17:06:57.785844 [ 198 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_41_8} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
4838 2025.03.20 17:06:57.785933 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
4839 2025.03.20 17:06:57.981558 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181
4840 2025.03.20 17:06:58.003954 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4841 2025.03.20 17:06:58.004000 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4842 2025.03.20 17:06:58.011492 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4843 2025.03.20 17:06:58.012248 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4844 2025.03.20 17:06:58.014952 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181
4845 2025.03.20 17:07:02.755863 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4846 2025.03.20 17:07:02.756072 [ 256 ] {f84e5325-1e8f-4b19-b9dc-31cec231f73c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4847 2025.03.20 17:07:02.756150 [ 256 ] {f84e5325-1e8f-4b19-b9dc-31cec231f73c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4848 2025.03.20 17:07:02.756920 [ 256 ] {f84e5325-1e8f-4b19-b9dc-31cec231f73c} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4849 2025.03.20 17:07:02.756972 [ 256 ] {f84e5325-1e8f-4b19-b9dc-31cec231f73c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4850 2025.03.20 17:07:02.757407 [ 256 ] {f84e5325-1e8f-4b19-b9dc-31cec231f73c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4851 2025.03.20 17:07:02.757676 [ 256 ] {f84e5325-1e8f-4b19-b9dc-31cec231f73c} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4852 2025.03.20 17:07:02.757954 [ 256 ] {f84e5325-1e8f-4b19-b9dc-31cec231f73c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001932 sec., 2070.393374741201 rows/sec., 168.83 KiB/sec.
4853 2025.03.20 17:07:02.758023 [ 256 ] {f84e5325-1e8f-4b19-b9dc-31cec231f73c} <Debug> TCPHandler: Processed in 0.002299375 sec.
4854 2025.03.20 17:07:02.758141 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4855 2025.03.20 17:07:02.758254 [ 256 ] {06ab3d49-bd75-40ee-877a-7b31c31d38d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4856 2025.03.20 17:07:02.758306 [ 256 ] {06ab3d49-bd75-40ee-877a-7b31c31d38d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4857 2025.03.20 17:07:02.758877 [ 256 ] {06ab3d49-bd75-40ee-877a-7b31c31d38d7} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4858 2025.03.20 17:07:02.758917 [ 256 ] {06ab3d49-bd75-40ee-877a-7b31c31d38d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4859 2025.03.20 17:07:02.759300 [ 256 ] {06ab3d49-bd75-40ee-877a-7b31c31d38d7} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
4860 2025.03.20 17:07:02.759560 [ 256 ] {06ab3d49-bd75-40ee-877a-7b31c31d38d7} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4861 2025.03.20 17:07:02.759776 [ 256 ] {06ab3d49-bd75-40ee-877a-7b31c31d38d7} <Debug> executeQuery: Read 112 rows, 9.61 KiB in 0.00155 sec., 72258.06451612903 rows/sec., 6.06 MiB/sec.
4862 2025.03.20 17:07:02.759829 [ 256 ] {06ab3d49-bd75-40ee-877a-7b31c31d38d7} <Debug> TCPHandler: Processed in 0.001741618 sec.
4863 2025.03.20 17:07:02.759953 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4864 2025.03.20 17:07:02.760060 [ 256 ] {a2abb4f3-933e-412c-8db0-29a2b8783c7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4865 2025.03.20 17:07:02.760105 [ 256 ] {a2abb4f3-933e-412c-8db0-29a2b8783c7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4866 2025.03.20 17:07:02.760642 [ 256 ] {a2abb4f3-933e-412c-8db0-29a2b8783c7e} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4867 2025.03.20 17:07:02.760681 [ 256 ] {a2abb4f3-933e-412c-8db0-29a2b8783c7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4868 2025.03.20 17:07:02.761032 [ 256 ] {a2abb4f3-933e-412c-8db0-29a2b8783c7e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4869 2025.03.20 17:07:02.761273 [ 256 ] {a2abb4f3-933e-412c-8db0-29a2b8783c7e} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4870 2025.03.20 17:07:02.761530 [ 256 ] {a2abb4f3-933e-412c-8db0-29a2b8783c7e} <Debug> executeQuery: Read 31 rows, 2.31 KiB in 0.001481 sec., 20931.802835921677 rows/sec., 1.52 MiB/sec.
4871 2025.03.20 17:07:02.761714 [ 256 ] {a2abb4f3-933e-412c-8db0-29a2b8783c7e} <Debug> TCPHandler: Processed in 0.001808879 sec.
4872 2025.03.20 17:07:02.761929 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4873 2025.03.20 17:07:02.762036 [ 256 ] {ad077198-489c-4a74-b76f-cd7b0aa0a415} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4874 2025.03.20 17:07:02.762083 [ 256 ] {ad077198-489c-4a74-b76f-cd7b0aa0a415} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4875 2025.03.20 17:07:02.762663 [ 256 ] {ad077198-489c-4a74-b76f-cd7b0aa0a415} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4876 2025.03.20 17:07:02.762703 [ 256 ] {ad077198-489c-4a74-b76f-cd7b0aa0a415} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4877 2025.03.20 17:07:02.763065 [ 256 ] {ad077198-489c-4a74-b76f-cd7b0aa0a415} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
4878 2025.03.20 17:07:02.763307 [ 256 ] {ad077198-489c-4a74-b76f-cd7b0aa0a415} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4879 2025.03.20 17:07:02.763521 [ 256 ] {ad077198-489c-4a74-b76f-cd7b0aa0a415} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001508 sec., 62997.3474801061 rows/sec., 4.92 MiB/sec.
4880 2025.03.20 17:07:02.763574 [ 256 ] {ad077198-489c-4a74-b76f-cd7b0aa0a415} <Debug> TCPHandler: Processed in 0.001709778 sec.
4881 2025.03.20 17:07:02.763692 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4882 2025.03.20 17:07:02.763800 [ 256 ] {3be738d8-8d68-471f-b6b7-e40cd8534ca1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4883 2025.03.20 17:07:02.763850 [ 256 ] {3be738d8-8d68-471f-b6b7-e40cd8534ca1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4884 2025.03.20 17:07:02.764366 [ 256 ] {3be738d8-8d68-471f-b6b7-e40cd8534ca1} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4885 2025.03.20 17:07:02.764405 [ 256 ] {3be738d8-8d68-471f-b6b7-e40cd8534ca1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4886 2025.03.20 17:07:02.764796 [ 256 ] {3be738d8-8d68-471f-b6b7-e40cd8534ca1} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
4887 2025.03.20 17:07:02.765066 [ 256 ] {3be738d8-8d68-471f-b6b7-e40cd8534ca1} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4888 2025.03.20 17:07:02.765275 [ 256 ] {3be738d8-8d68-471f-b6b7-e40cd8534ca1} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001498 sec., 108144.19225634179 rows/sec., 7.53 MiB/sec.
4889 2025.03.20 17:07:02.765326 [ 256 ] {3be738d8-8d68-471f-b6b7-e40cd8534ca1} <Debug> TCPHandler: Processed in 0.001686378 sec.
4890 2025.03.20 17:07:02.765433 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4891 2025.03.20 17:07:02.765534 [ 256 ] {9d5a5b8e-35f3-41d3-89f6-1ddb1219aaae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4892 2025.03.20 17:07:02.765600 [ 256 ] {9d5a5b8e-35f3-41d3-89f6-1ddb1219aaae} <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
4893 2025.03.20 17:07:02.766673 [ 256 ] {9d5a5b8e-35f3-41d3-89f6-1ddb1219aaae} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4894 2025.03.20 17:07:02.766712 [ 256 ] {9d5a5b8e-35f3-41d3-89f6-1ddb1219aaae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4895 2025.03.20 17:07:02.767352 [ 256 ] {9d5a5b8e-35f3-41d3-89f6-1ddb1219aaae} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4896 2025.03.20 17:07:02.767617 [ 256 ] {9d5a5b8e-35f3-41d3-89f6-1ddb1219aaae} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4897 2025.03.20 17:07:02.767896 [ 256 ] {9d5a5b8e-35f3-41d3-89f6-1ddb1219aaae} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002377 sec., 11358.855700462767 rows/sec., 20.35 MiB/sec.
4898 2025.03.20 17:07:02.768103 [ 256 ] {9d5a5b8e-35f3-41d3-89f6-1ddb1219aaae} <Debug> TCPHandler: Processed in 0.002721579 sec.
4899 2025.03.20 17:07:02.768217 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4900 2025.03.20 17:07:02.768322 [ 256 ] {eb20dc3a-1360-4d3d-85d5-ef2a6fc7a836} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4901 2025.03.20 17:07:02.768368 [ 256 ] {eb20dc3a-1360-4d3d-85d5-ef2a6fc7a836} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4902 2025.03.20 17:07:02.768794 [ 256 ] {eb20dc3a-1360-4d3d-85d5-ef2a6fc7a836} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4903 2025.03.20 17:07:02.768832 [ 256 ] {eb20dc3a-1360-4d3d-85d5-ef2a6fc7a836} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4904 2025.03.20 17:07:02.769193 [ 256 ] {eb20dc3a-1360-4d3d-85d5-ef2a6fc7a836} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
4905 2025.03.20 17:07:02.769445 [ 256 ] {eb20dc3a-1360-4d3d-85d5-ef2a6fc7a836} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4906 2025.03.20 17:07:02.769656 [ 256 ] {eb20dc3a-1360-4d3d-85d5-ef2a6fc7a836} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001356 sec., 44247.78761061947 rows/sec., 2.98 MiB/sec.
4907 2025.03.20 17:07:02.769706 [ 256 ] {eb20dc3a-1360-4d3d-85d5-ef2a6fc7a836} <Debug> TCPHandler: Processed in 0.001539396 sec.
4908 2025.03.20 17:07:04.737994 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468
4909 2025.03.20 17:07:04.738686 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4910 2025.03.20 17:07:04.738730 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4911 2025.03.20 17:07:04.739289 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4912 2025.03.20 17:07:04.739550 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4913 2025.03.20 17:07:04.739796 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468
4914 2025.03.20 17:07:05.515136 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189
4915 2025.03.20 17:07:05.537726 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4916 2025.03.20 17:07:05.537917 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4917 2025.03.20 17:07:05.546286 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4918 2025.03.20 17:07:05.547090 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4919 2025.03.20 17:07:05.550659 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189
4920 2025.03.20 17:07:07.287324 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 670
4921 2025.03.20 17:07:07.290831 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4922 2025.03.20 17:07:07.290879 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4923 2025.03.20 17:07:07.292380 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4924 2025.03.20 17:07:07.292710 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4925 2025.03.20 17:07:07.293892 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 670
4926 2025.03.20 17:07:07.755982 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4927 2025.03.20 17:07:07.756268 [ 256 ] {9f0292c9-d1ca-4a98-b0e2-2ee2ae1356b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4928 2025.03.20 17:07:07.756378 [ 256 ] {9f0292c9-d1ca-4a98-b0e2-2ee2ae1356b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4929 2025.03.20 17:07:07.757221 [ 256 ] {9f0292c9-d1ca-4a98-b0e2-2ee2ae1356b5} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4930 2025.03.20 17:07:07.757272 [ 256 ] {9f0292c9-d1ca-4a98-b0e2-2ee2ae1356b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4931 2025.03.20 17:07:07.757722 [ 256 ] {9f0292c9-d1ca-4a98-b0e2-2ee2ae1356b5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
4932 2025.03.20 17:07:07.757990 [ 256 ] {9f0292c9-d1ca-4a98-b0e2-2ee2ae1356b5} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4933 2025.03.20 17:07:07.758248 [ 256 ] {9f0292c9-d1ca-4a98-b0e2-2ee2ae1356b5} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.002064 sec., 38759.689922480626 rows/sec., 3.20 MiB/sec.
4934 2025.03.20 17:07:07.758319 [ 256 ] {9f0292c9-d1ca-4a98-b0e2-2ee2ae1356b5} <Debug> TCPHandler: Processed in 0.002518537 sec.
4935 2025.03.20 17:07:07.758465 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4936 2025.03.20 17:07:07.758589 [ 256 ] {5e52df6c-6809-4e5d-9651-7429656b83e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4937 2025.03.20 17:07:07.758639 [ 256 ] {5e52df6c-6809-4e5d-9651-7429656b83e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4938 2025.03.20 17:07:07.759196 [ 256 ] {5e52df6c-6809-4e5d-9651-7429656b83e4} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4939 2025.03.20 17:07:07.759239 [ 256 ] {5e52df6c-6809-4e5d-9651-7429656b83e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4940 2025.03.20 17:07:07.759624 [ 256 ] {5e52df6c-6809-4e5d-9651-7429656b83e4} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4941 2025.03.20 17:07:07.759878 [ 256 ] {5e52df6c-6809-4e5d-9651-7429656b83e4} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4942 2025.03.20 17:07:07.760096 [ 256 ] {5e52df6c-6809-4e5d-9651-7429656b83e4} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001537 sec., 7807.417046193885 rows/sec., 587.08 KiB/sec.
4943 2025.03.20 17:07:07.760150 [ 256 ] {5e52df6c-6809-4e5d-9651-7429656b83e4} <Debug> TCPHandler: Processed in 0.001753279 sec.
4944 2025.03.20 17:07:07.760254 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4945 2025.03.20 17:07:07.760358 [ 256 ] {a038e10a-7c35-411a-91e9-235465c97b74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4946 2025.03.20 17:07:07.760404 [ 256 ] {a038e10a-7c35-411a-91e9-235465c97b74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4947 2025.03.20 17:07:07.760949 [ 256 ] {a038e10a-7c35-411a-91e9-235465c97b74} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4948 2025.03.20 17:07:07.760989 [ 256 ] {a038e10a-7c35-411a-91e9-235465c97b74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4949 2025.03.20 17:07:07.761343 [ 256 ] {a038e10a-7c35-411a-91e9-235465c97b74} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
4950 2025.03.20 17:07:07.761591 [ 256 ] {a038e10a-7c35-411a-91e9-235465c97b74} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4951 2025.03.20 17:07:07.761807 [ 256 ] {a038e10a-7c35-411a-91e9-235465c97b74} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001472 sec., 51630.434782608696 rows/sec., 4.03 MiB/sec.
4952 2025.03.20 17:07:07.761858 [ 256 ] {a038e10a-7c35-411a-91e9-235465c97b74} <Debug> TCPHandler: Processed in 0.001653457 sec.
4953 2025.03.20 17:07:07.761973 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4954 2025.03.20 17:07:07.762079 [ 256 ] {4cc819bf-4c46-49e1-9da6-cf47644b9131} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4955 2025.03.20 17:07:07.762129 [ 256 ] {4cc819bf-4c46-49e1-9da6-cf47644b9131} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4956 2025.03.20 17:07:07.762655 [ 256 ] {4cc819bf-4c46-49e1-9da6-cf47644b9131} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4957 2025.03.20 17:07:07.762693 [ 256 ] {4cc819bf-4c46-49e1-9da6-cf47644b9131} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4958 2025.03.20 17:07:07.763076 [ 256 ] {4cc819bf-4c46-49e1-9da6-cf47644b9131} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
4959 2025.03.20 17:07:07.763324 [ 256 ] {4cc819bf-4c46-49e1-9da6-cf47644b9131} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4960 2025.03.20 17:07:07.763532 [ 256 ] {4cc819bf-4c46-49e1-9da6-cf47644b9131} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001476 sec., 108401.0840108401 rows/sec., 7.55 MiB/sec.
4961 2025.03.20 17:07:07.763584 [ 256 ] {4cc819bf-4c46-49e1-9da6-cf47644b9131} <Debug> TCPHandler: Processed in 0.001660717 sec.
4962 2025.03.20 17:07:07.763687 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4963 2025.03.20 17:07:07.763788 [ 256 ] {2f004d91-45d5-4757-b38d-bf2d7bd10792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4964 2025.03.20 17:07:07.763853 [ 256 ] {2f004d91-45d5-4757-b38d-bf2d7bd10792} <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
4965 2025.03.20 17:07:07.764892 [ 256 ] {2f004d91-45d5-4757-b38d-bf2d7bd10792} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4966 2025.03.20 17:07:07.764932 [ 256 ] {2f004d91-45d5-4757-b38d-bf2d7bd10792} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4967 2025.03.20 17:07:07.765540 [ 256 ] {2f004d91-45d5-4757-b38d-bf2d7bd10792} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4968 2025.03.20 17:07:07.765808 [ 256 ] {2f004d91-45d5-4757-b38d-bf2d7bd10792} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4969 2025.03.20 17:07:07.766059 [ 256 ] {2f004d91-45d5-4757-b38d-bf2d7bd10792} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002292 sec., 5235.602094240838 rows/sec., 9.38 MiB/sec.
4970 2025.03.20 17:07:07.766153 [ 256 ] {2f004d91-45d5-4757-b38d-bf2d7bd10792} <Debug> TCPHandler: Processed in 0.002514607 sec.
4971 2025.03.20 17:07:07.766264 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4972 2025.03.20 17:07:07.766366 [ 256 ] {bb552292-363d-429e-8058-b1b45c6db41a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4973 2025.03.20 17:07:07.766412 [ 256 ] {bb552292-363d-429e-8058-b1b45c6db41a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4974 2025.03.20 17:07:07.766842 [ 256 ] {bb552292-363d-429e-8058-b1b45c6db41a} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4975 2025.03.20 17:07:07.766882 [ 256 ] {bb552292-363d-429e-8058-b1b45c6db41a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4976 2025.03.20 17:07:07.767229 [ 256 ] {bb552292-363d-429e-8058-b1b45c6db41a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
4977 2025.03.20 17:07:07.767466 [ 256 ] {bb552292-363d-429e-8058-b1b45c6db41a} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4978 2025.03.20 17:07:07.767717 [ 256 ] {bb552292-363d-429e-8058-b1b45c6db41a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001363 sec., 44020.542920029344 rows/sec., 2.97 MiB/sec.
4979 2025.03.20 17:07:07.767826 [ 256 ] {bb552292-363d-429e-8058-b1b45c6db41a} <Debug> TCPHandler: Processed in 0.001608817 sec.
4980 2025.03.20 17:07:12.126354 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache
4981 2025.03.20 17:07:12.126428 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache
4982 2025.03.20 17:07:12.240031 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956
4983 2025.03.20 17:07:12.240720 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4984 2025.03.20 17:07:12.240769 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4985 2025.03.20 17:07:12.241325 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4986 2025.03.20 17:07:12.241582 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4987 2025.03.20 17:07:12.241796 [ 55 ] {} <Debug> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4988 2025.03.20 17:07:12.241879 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956
4989 2025.03.20 17:07:12.241897 [ 55 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4990 2025.03.20 17:07:12.241935 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
4991 2025.03.20 17:07:12.242080 [ 202 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::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
4992 2025.03.20 17:07:12.242233 [ 202 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4993 2025.03.20 17:07:12.242274 [ 202 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9638 rows starting from the beginning of the part
4994 2025.03.20 17:07:12.242351 [ 202 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 488 rows starting from the beginning of the part
4995 2025.03.20 17:07:12.242544 [ 202 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 427 rows starting from the beginning of the part
4996 2025.03.20 17:07:12.242814 [ 202 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 488 rows starting from the beginning of the part
4997 2025.03.20 17:07:12.243031 [ 202 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 427 rows starting from the beginning of the part
4998 2025.03.20 17:07:12.243292 [ 202 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 488 rows starting from the beginning of the part
4999 2025.03.20 17:07:12.248858 [ 187 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.006841072 sec., 1747679.3110787314 rows/sec., 25.00 MiB/sec.
5000 2025.03.20 17:07:12.249459 [ 187 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5001 2025.03.20 17:07:12.249873 [ 187 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_26_5} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5002 2025.03.20 17:07:12.249962 [ 187 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_26_5} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5003 2025.03.20 17:07:12.250075 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB.
5004 2025.03.20 17:07:12.757248 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5005 2025.03.20 17:07:12.757556 [ 256 ] {caac43f4-e4c7-49b8-9baa-fb94058f801b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5006 2025.03.20 17:07:12.757682 [ 256 ] {caac43f4-e4c7-49b8-9baa-fb94058f801b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5007 2025.03.20 17:07:12.758542 [ 256 ] {caac43f4-e4c7-49b8-9baa-fb94058f801b} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5008 2025.03.20 17:07:12.758596 [ 256 ] {caac43f4-e4c7-49b8-9baa-fb94058f801b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5009 2025.03.20 17:07:12.759074 [ 256 ] {caac43f4-e4c7-49b8-9baa-fb94058f801b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5010 2025.03.20 17:07:12.759343 [ 256 ] {caac43f4-e4c7-49b8-9baa-fb94058f801b} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5011 2025.03.20 17:07:12.759588 [ 256 ] {caac43f4-e4c7-49b8-9baa-fb94058f801b} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002119 sec., 51911.27890514394 rows/sec., 4.36 MiB/sec.
5012 2025.03.20 17:07:12.759657 [ 256 ] {caac43f4-e4c7-49b8-9baa-fb94058f801b} <Debug> TCPHandler: Processed in 0.002603147 sec.
5013 2025.03.20 17:07:12.759789 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5014 2025.03.20 17:07:12.759902 [ 256 ] {63b42cca-eb68-4995-a5f5-91fe2265e871} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5015 2025.03.20 17:07:12.759951 [ 256 ] {63b42cca-eb68-4995-a5f5-91fe2265e871} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5016 2025.03.20 17:07:12.760498 [ 256 ] {63b42cca-eb68-4995-a5f5-91fe2265e871} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5017 2025.03.20 17:07:12.760564 [ 256 ] {63b42cca-eb68-4995-a5f5-91fe2265e871} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5018 2025.03.20 17:07:12.760918 [ 256 ] {63b42cca-eb68-4995-a5f5-91fe2265e871} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5019 2025.03.20 17:07:12.761170 [ 256 ] {63b42cca-eb68-4995-a5f5-91fe2265e871} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5020 2025.03.20 17:07:12.761336 [ 54 ] {} <Debug> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5021 2025.03.20 17:07:12.761396 [ 256 ] {63b42cca-eb68-4995-a5f5-91fe2265e871} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001519 sec., 17774.851876234367 rows/sec., 1.31 MiB/sec.
5022 2025.03.20 17:07:12.761415 [ 54 ] {} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5023 2025.03.20 17:07:12.761479 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5024 2025.03.20 17:07:12.761536 [ 256 ] {63b42cca-eb68-4995-a5f5-91fe2265e871} <Debug> TCPHandler: Processed in 0.001797608 sec.
5025 2025.03.20 17:07:12.761883 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5026 2025.03.20 17:07:12.761881 [ 202 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::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
5027 2025.03.20 17:07:12.762187 [ 256 ] {ff3b0799-c4aa-4b0b-b6a1-0d53fa9305be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5028 2025.03.20 17:07:12.762335 [ 256 ] {ff3b0799-c4aa-4b0b-b6a1-0d53fa9305be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5029 2025.03.20 17:07:12.762393 [ 202 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5030 2025.03.20 17:07:12.762500 [ 202 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 69 rows starting from the beginning of the part
5031 2025.03.20 17:07:12.762795 [ 202 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 27 rows starting from the beginning of the part
5032 2025.03.20 17:07:12.763210 [ 202 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 12 rows starting from the beginning of the part
5033 2025.03.20 17:07:12.763706 [ 202 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 31 rows starting from the beginning of the part
5034 2025.03.20 17:07:12.764073 [ 202 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 12 rows starting from the beginning of the part
5035 2025.03.20 17:07:12.764344 [ 202 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 27 rows starting from the beginning of the part
5036 2025.03.20 17:07:12.765263 [ 256 ] {ff3b0799-c4aa-4b0b-b6a1-0d53fa9305be} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5037 2025.03.20 17:07:12.765323 [ 256 ] {ff3b0799-c4aa-4b0b-b6a1-0d53fa9305be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5038 2025.03.20 17:07:12.766335 [ 256 ] {ff3b0799-c4aa-4b0b-b6a1-0d53fa9305be} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5039 2025.03.20 17:07:12.766901 [ 256 ] {ff3b0799-c4aa-4b0b-b6a1-0d53fa9305be} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5040 2025.03.20 17:07:12.767316 [ 202 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 178 rows, containing 5 columns (5 merged, 0 gathered) in 0.005724979 sec., 31091.817105355323 rows/sec., 2.39 MiB/sec.
5041 2025.03.20 17:07:12.767413 [ 256 ] {ff3b0799-c4aa-4b0b-b6a1-0d53fa9305be} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.00533 sec., 17073.17073170732 rows/sec., 1.33 MiB/sec.
5042 2025.03.20 17:07:12.767500 [ 256 ] {ff3b0799-c4aa-4b0b-b6a1-0d53fa9305be} <Debug> TCPHandler: Processed in 0.005722459 sec.
5043 2025.03.20 17:07:12.767521 [ 201 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5044 2025.03.20 17:07:12.767659 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5045 2025.03.20 17:07:12.767790 [ 256 ] {1b47b5cb-6dde-43fe-b693-cc7086ab14e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5046 2025.03.20 17:07:12.767857 [ 256 ] {1b47b5cb-6dde-43fe-b693-cc7086ab14e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5047 2025.03.20 17:07:12.767879 [ 201 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_31_6} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5048 2025.03.20 17:07:12.768011 [ 201 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_31_6} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5049 2025.03.20 17:07:12.768133 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
5050 2025.03.20 17:07:12.768548 [ 256 ] {1b47b5cb-6dde-43fe-b693-cc7086ab14e4} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5051 2025.03.20 17:07:12.768587 [ 256 ] {1b47b5cb-6dde-43fe-b693-cc7086ab14e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5052 2025.03.20 17:07:12.769005 [ 256 ] {1b47b5cb-6dde-43fe-b693-cc7086ab14e4} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5053 2025.03.20 17:07:12.769255 [ 256 ] {1b47b5cb-6dde-43fe-b693-cc7086ab14e4} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5054 2025.03.20 17:07:12.769513 [ 256 ] {1b47b5cb-6dde-43fe-b693-cc7086ab14e4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001738 sec., 92059.83889528194 rows/sec., 6.41 MiB/sec.
5055 2025.03.20 17:07:12.769696 [ 256 ] {1b47b5cb-6dde-43fe-b693-cc7086ab14e4} <Debug> TCPHandler: Processed in 0.002104742 sec.
5056 2025.03.20 17:07:12.769944 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5057 2025.03.20 17:07:12.770052 [ 256 ] {3d3c1267-3b2e-4687-94c9-d53dc5b4862b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5058 2025.03.20 17:07:12.770130 [ 256 ] {3d3c1267-3b2e-4687-94c9-d53dc5b4862b} <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
5059 2025.03.20 17:07:12.771265 [ 256 ] {3d3c1267-3b2e-4687-94c9-d53dc5b4862b} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5060 2025.03.20 17:07:12.771304 [ 256 ] {3d3c1267-3b2e-4687-94c9-d53dc5b4862b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5061 2025.03.20 17:07:12.771945 [ 256 ] {3d3c1267-3b2e-4687-94c9-d53dc5b4862b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5062 2025.03.20 17:07:12.772207 [ 256 ] {3d3c1267-3b2e-4687-94c9-d53dc5b4862b} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5063 2025.03.20 17:07:12.772480 [ 256 ] {3d3c1267-3b2e-4687-94c9-d53dc5b4862b} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002444 sec., 11047.46317512275 rows/sec., 19.80 MiB/sec.
5064 2025.03.20 17:07:12.772714 [ 256 ] {3d3c1267-3b2e-4687-94c9-d53dc5b4862b} <Debug> TCPHandler: Processed in 0.0028569 sec.
5065 2025.03.20 17:07:12.772830 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5066 2025.03.20 17:07:12.772933 [ 256 ] {4e47f67d-0894-4b65-9034-40728d2f3997} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5067 2025.03.20 17:07:12.772981 [ 256 ] {4e47f67d-0894-4b65-9034-40728d2f3997} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5068 2025.03.20 17:07:12.773424 [ 256 ] {4e47f67d-0894-4b65-9034-40728d2f3997} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5069 2025.03.20 17:07:12.773462 [ 256 ] {4e47f67d-0894-4b65-9034-40728d2f3997} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5070 2025.03.20 17:07:12.773821 [ 256 ] {4e47f67d-0894-4b65-9034-40728d2f3997} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5071 2025.03.20 17:07:12.774062 [ 256 ] {4e47f67d-0894-4b65-9034-40728d2f3997} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5072 2025.03.20 17:07:12.774266 [ 256 ] {4e47f67d-0894-4b65-9034-40728d2f3997} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001354 sec., 44313.14623338257 rows/sec., 2.99 MiB/sec.
5073 2025.03.20 17:07:12.774316 [ 256 ] {4e47f67d-0894-4b65-9034-40728d2f3997} <Debug> TCPHandler: Processed in 0.001536786 sec.
5074 2025.03.20 17:07:13.050851 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196
5075 2025.03.20 17:07:13.073221 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5076 2025.03.20 17:07:13.073286 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5077 2025.03.20 17:07:13.081108 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5078 2025.03.20 17:07:13.081884 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5079 2025.03.20 17:07:13.082259 [ 54 ] {} <Debug> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5080 2025.03.20 17:07:13.082384 [ 54 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5081 2025.03.20 17:07:13.082458 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5082 2025.03.20 17:07:13.082884 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
5083 2025.03.20 17:07:13.091896 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196
5084 2025.03.20 17:07:13.093104 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5085 2025.03.20 17:07:13.094038 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
5086 2025.03.20 17:07:13.098679 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
5087 2025.03.20 17:07:13.103148 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
5088 2025.03.20 17:07:13.107969 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
5089 2025.03.20 17:07:13.113182 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
5090 2025.03.20 17:07:13.117872 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
5091 2025.03.20 17:07:13.175020 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.092442045 sec., 2120.2473398332977 rows/sec., 10.96 MiB/sec.
5092 2025.03.20 17:07:13.177839 [ 192 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5093 2025.03.20 17:07:13.180902 [ 192 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_26_5} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5094 2025.03.20 17:07:13.181042 [ 192 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_26_5} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5095 2025.03.20 17:07:13.183732 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
5096 2025.03.20 17:07:13.646874 [ 54 ] {} <Debug> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
5097 2025.03.20 17:07:13.646966 [ 54 ] {} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5098 2025.03.20 17:07:13.647011 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5099 2025.03.20 17:07:13.647315 [ 188 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::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
5100 2025.03.20 17:07:13.647474 [ 188 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5101 2025.03.20 17:07:13.647511 [ 188 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part
5102 2025.03.20 17:07:13.647634 [ 188 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part
5103 2025.03.20 17:07:13.647761 [ 188 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::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
5104 2025.03.20 17:07:13.647972 [ 188 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part
5105 2025.03.20 17:07:13.648091 [ 188 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part
5106 2025.03.20 17:07:13.649189 [ 186 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 5 columns (5 merged, 0 gathered) in 0.002044541 sec., 16629.649393188985 rows/sec., 1.39 MiB/sec.
5107 2025.03.20 17:07:13.649348 [ 196 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
5108 2025.03.20 17:07:13.649695 [ 196 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_5_1} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5109 2025.03.20 17:07:13.649775 [ 196 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_5_1} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
5110 2025.03.20 17:07:13.649858 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
5111 2025.03.20 17:07:14.000232 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 190.75 MiB, peak 201.27 MiB, free memory in arenas 0.00 B, will set to 192.45 MiB (RSS), difference: 1.70 MiB
5112 2025.03.20 17:07:15.017983 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5113 2025.03.20 17:07:15.018195 [ 256 ] {be07a063-3a96-4a0c-a015-f347fb2617c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5114 2025.03.20 17:07:15.018271 [ 256 ] {be07a063-3a96-4a0c-a015-f347fb2617c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5115 2025.03.20 17:07:15.019079 [ 256 ] {be07a063-3a96-4a0c-a015-f347fb2617c0} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5116 2025.03.20 17:07:15.019133 [ 256 ] {be07a063-3a96-4a0c-a015-f347fb2617c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5117 2025.03.20 17:07:15.019591 [ 256 ] {be07a063-3a96-4a0c-a015-f347fb2617c0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
5118 2025.03.20 17:07:15.019888 [ 256 ] {be07a063-3a96-4a0c-a015-f347fb2617c0} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5119 2025.03.20 17:07:15.020140 [ 256 ] {be07a063-3a96-4a0c-a015-f347fb2617c0} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001996 sec., 12024.048096192386 rows/sec., 1021.57 KiB/sec.
5120 2025.03.20 17:07:15.020327 [ 256 ] {be07a063-3a96-4a0c-a015-f347fb2617c0} <Debug> TCPHandler: Processed in 0.002482156 sec.
5121 2025.03.20 17:07:15.020464 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5122 2025.03.20 17:07:15.020570 [ 256 ] {1a7a5a07-fbc9-4539-9ba4-63f4adad1eac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5123 2025.03.20 17:07:15.020618 [ 256 ] {1a7a5a07-fbc9-4539-9ba4-63f4adad1eac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5124 2025.03.20 17:07:15.021187 [ 256 ] {1a7a5a07-fbc9-4539-9ba4-63f4adad1eac} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5125 2025.03.20 17:07:15.021228 [ 256 ] {1a7a5a07-fbc9-4539-9ba4-63f4adad1eac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5126 2025.03.20 17:07:15.021605 [ 256 ] {1a7a5a07-fbc9-4539-9ba4-63f4adad1eac} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
5127 2025.03.20 17:07:15.021864 [ 256 ] {1a7a5a07-fbc9-4539-9ba4-63f4adad1eac} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5128 2025.03.20 17:07:15.022084 [ 256 ] {1a7a5a07-fbc9-4539-9ba4-63f4adad1eac} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001536 sec., 9114.583333333334 rows/sec., 743.23 KiB/sec.
5129 2025.03.20 17:07:15.022138 [ 256 ] {1a7a5a07-fbc9-4539-9ba4-63f4adad1eac} <Debug> TCPHandler: Processed in 0.001725728 sec.
5130 2025.03.20 17:07:15.022246 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5131 2025.03.20 17:07:15.022350 [ 256 ] {d23de8f9-2b75-45ed-8099-68d1e54bc52a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5132 2025.03.20 17:07:15.022395 [ 256 ] {d23de8f9-2b75-45ed-8099-68d1e54bc52a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5133 2025.03.20 17:07:15.023612 [ 256 ] {d23de8f9-2b75-45ed-8099-68d1e54bc52a} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5134 2025.03.20 17:07:15.023654 [ 256 ] {d23de8f9-2b75-45ed-8099-68d1e54bc52a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5135 2025.03.20 17:07:15.024115 [ 256 ] {d23de8f9-2b75-45ed-8099-68d1e54bc52a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5136 2025.03.20 17:07:15.024363 [ 256 ] {d23de8f9-2b75-45ed-8099-68d1e54bc52a} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5137 2025.03.20 17:07:15.024627 [ 256 ] {d23de8f9-2b75-45ed-8099-68d1e54bc52a} <Debug> executeQuery: Read 1347 rows, 115.31 KiB in 0.002287 sec., 588981.1980760822 rows/sec., 49.24 MiB/sec.
5138 2025.03.20 17:07:15.024813 [ 256 ] {d23de8f9-2b75-45ed-8099-68d1e54bc52a} <Debug> TCPHandler: Processed in 0.002614277 sec.
5139 2025.03.20 17:07:15.025049 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5140 2025.03.20 17:07:15.025156 [ 256 ] {5845fbbc-7032-44d8-89c9-2cdf3a943239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5141 2025.03.20 17:07:15.025203 [ 256 ] {5845fbbc-7032-44d8-89c9-2cdf3a943239} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5142 2025.03.20 17:07:15.025787 [ 256 ] {5845fbbc-7032-44d8-89c9-2cdf3a943239} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5143 2025.03.20 17:07:15.025827 [ 256 ] {5845fbbc-7032-44d8-89c9-2cdf3a943239} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5144 2025.03.20 17:07:15.026181 [ 256 ] {5845fbbc-7032-44d8-89c9-2cdf3a943239} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5145 2025.03.20 17:07:15.026422 [ 256 ] {5845fbbc-7032-44d8-89c9-2cdf3a943239} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5146 2025.03.20 17:07:15.026680 [ 256 ] {5845fbbc-7032-44d8-89c9-2cdf3a943239} <Debug> executeQuery: Read 38 rows, 2.84 KiB in 0.001539 sec., 24691.35802469136 rows/sec., 1.80 MiB/sec.
5147 2025.03.20 17:07:15.026876 [ 256 ] {5845fbbc-7032-44d8-89c9-2cdf3a943239} <Debug> TCPHandler: Processed in 0.00189522 sec.
5148 2025.03.20 17:07:15.027074 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5149 2025.03.20 17:07:15.027179 [ 256 ] {f2b73976-e1f8-4539-8ed0-811dc4137554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5150 2025.03.20 17:07:15.027225 [ 256 ] {f2b73976-e1f8-4539-8ed0-811dc4137554} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5151 2025.03.20 17:07:15.027857 [ 256 ] {f2b73976-e1f8-4539-8ed0-811dc4137554} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5152 2025.03.20 17:07:15.027897 [ 256 ] {f2b73976-e1f8-4539-8ed0-811dc4137554} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5153 2025.03.20 17:07:15.028258 [ 256 ] {f2b73976-e1f8-4539-8ed0-811dc4137554} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
5154 2025.03.20 17:07:15.028506 [ 256 ] {f2b73976-e1f8-4539-8ed0-811dc4137554} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5155 2025.03.20 17:07:15.028804 [ 256 ] {f2b73976-e1f8-4539-8ed0-811dc4137554} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001622 sec., 155363.74845869298 rows/sec., 10.75 MiB/sec.
5156 2025.03.20 17:07:15.028943 [ 256 ] {f2b73976-e1f8-4539-8ed0-811dc4137554} <Debug> TCPHandler: Processed in 0.001929131 sec.
5157 2025.03.20 17:07:15.029075 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5158 2025.03.20 17:07:15.029182 [ 256 ] {8c3127b8-1358-4129-a19f-a3df6e95026f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5159 2025.03.20 17:07:15.029227 [ 256 ] {8c3127b8-1358-4129-a19f-a3df6e95026f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5160 2025.03.20 17:07:15.029778 [ 256 ] {8c3127b8-1358-4129-a19f-a3df6e95026f} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5161 2025.03.20 17:07:15.029819 [ 256 ] {8c3127b8-1358-4129-a19f-a3df6e95026f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5162 2025.03.20 17:07:15.030166 [ 256 ] {8c3127b8-1358-4129-a19f-a3df6e95026f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
5163 2025.03.20 17:07:15.030402 [ 256 ] {8c3127b8-1358-4129-a19f-a3df6e95026f} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5164 2025.03.20 17:07:15.030626 [ 256 ] {8c3127b8-1358-4129-a19f-a3df6e95026f} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001464 sec., 8196.72131147541 rows/sec., 640.37 KiB/sec.
5165 2025.03.20 17:07:15.030804 [ 256 ] {8c3127b8-1358-4129-a19f-a3df6e95026f} <Debug> TCPHandler: Processed in 0.001777749 sec.
5166 2025.03.20 17:07:15.030982 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5167 2025.03.20 17:07:15.031087 [ 256 ] {ac90afb4-00e2-4c18-b8c3-ca2a99d2d7a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5168 2025.03.20 17:07:15.031134 [ 256 ] {ac90afb4-00e2-4c18-b8c3-ca2a99d2d7a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5169 2025.03.20 17:07:15.031903 [ 256 ] {ac90afb4-00e2-4c18-b8c3-ca2a99d2d7a1} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5170 2025.03.20 17:07:15.031943 [ 256 ] {ac90afb4-00e2-4c18-b8c3-ca2a99d2d7a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5171 2025.03.20 17:07:15.032330 [ 256 ] {ac90afb4-00e2-4c18-b8c3-ca2a99d2d7a1} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5172 2025.03.20 17:07:15.032570 [ 256 ] {ac90afb4-00e2-4c18-b8c3-ca2a99d2d7a1} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5173 2025.03.20 17:07:15.032826 [ 256 ] {ac90afb4-00e2-4c18-b8c3-ca2a99d2d7a1} <Debug> executeQuery: Read 582 rows, 44.76 KiB in 0.001755 sec., 331623.9316239316 rows/sec., 24.91 MiB/sec.
5174 2025.03.20 17:07:15.033014 [ 256 ] {ac90afb4-00e2-4c18-b8c3-ca2a99d2d7a1} <Debug> TCPHandler: Processed in 0.002084071 sec.
5175 2025.03.20 17:07:15.033245 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5176 2025.03.20 17:07:15.033352 [ 256 ] {6332e0b9-8abf-4a46-8ff4-ce2d952bd7b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5177 2025.03.20 17:07:15.033404 [ 256 ] {6332e0b9-8abf-4a46-8ff4-ce2d952bd7b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5178 2025.03.20 17:07:15.034152 [ 256 ] {6332e0b9-8abf-4a46-8ff4-ce2d952bd7b4} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5179 2025.03.20 17:07:15.034192 [ 256 ] {6332e0b9-8abf-4a46-8ff4-ce2d952bd7b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5180 2025.03.20 17:07:15.034633 [ 256 ] {6332e0b9-8abf-4a46-8ff4-ce2d952bd7b4} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5181 2025.03.20 17:07:15.034881 [ 256 ] {6332e0b9-8abf-4a46-8ff4-ce2d952bd7b4} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5182 2025.03.20 17:07:15.035101 [ 256 ] {6332e0b9-8abf-4a46-8ff4-ce2d952bd7b4} <Debug> executeQuery: Read 983 rows, 68.01 KiB in 0.001771 sec., 555053.6420101637 rows/sec., 37.50 MiB/sec.
5183 2025.03.20 17:07:15.035153 [ 256 ] {6332e0b9-8abf-4a46-8ff4-ce2d952bd7b4} <Debug> TCPHandler: Processed in 0.001978431 sec.
5184 2025.03.20 17:07:15.035259 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5185 2025.03.20 17:07:15.035362 [ 256 ] {55135504-ffa8-4e64-82c6-43557835bbbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5186 2025.03.20 17:07:15.035427 [ 256 ] {55135504-ffa8-4e64-82c6-43557835bbbb} <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
5187 2025.03.20 17:07:15.036506 [ 256 ] {55135504-ffa8-4e64-82c6-43557835bbbb} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5188 2025.03.20 17:07:15.036546 [ 256 ] {55135504-ffa8-4e64-82c6-43557835bbbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5189 2025.03.20 17:07:15.037156 [ 256 ] {55135504-ffa8-4e64-82c6-43557835bbbb} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5190 2025.03.20 17:07:15.037417 [ 256 ] {55135504-ffa8-4e64-82c6-43557835bbbb} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5191 2025.03.20 17:07:15.037612 [ 50 ] {} <Debug> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5192 2025.03.20 17:07:15.037693 [ 50 ] {} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5193 2025.03.20 17:07:15.037699 [ 256 ] {55135504-ffa8-4e64-82c6-43557835bbbb} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002357 sec., 5091.217649554518 rows/sec., 9.12 MiB/sec.
5194 2025.03.20 17:07:15.037724 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5195 2025.03.20 17:07:15.038084 [ 256 ] {55135504-ffa8-4e64-82c6-43557835bbbb} <Debug> TCPHandler: Processed in 0.002903991 sec.
5196 2025.03.20 17:07:15.038106 [ 190 ] {6749d887-00ac-4b26-87ae-2852b00353b1::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
5197 2025.03.20 17:07:15.038288 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5198 2025.03.20 17:07:15.038513 [ 256 ] {c85ee72d-a4dd-43d2-939e-0ea87972e162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5199 2025.03.20 17:07:15.038699 [ 256 ] {c85ee72d-a4dd-43d2-939e-0ea87972e162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5200 2025.03.20 17:07:15.039134 [ 190 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5201 2025.03.20 17:07:15.039402 [ 190 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 452 rows starting from the beginning of the part
5202 2025.03.20 17:07:15.040074 [ 190 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 12 rows starting from the beginning of the part
5203 2025.03.20 17:07:15.040794 [ 190 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 27 rows starting from the beginning of the part
5204 2025.03.20 17:07:15.040867 [ 256 ] {c85ee72d-a4dd-43d2-939e-0ea87972e162} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5205 2025.03.20 17:07:15.040954 [ 256 ] {c85ee72d-a4dd-43d2-939e-0ea87972e162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5206 2025.03.20 17:07:15.041325 [ 190 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 12 rows starting from the beginning of the part
5207 2025.03.20 17:07:15.041908 [ 190 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 27 rows starting from the beginning of the part
5208 2025.03.20 17:07:15.042553 [ 190 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 12 rows starting from the beginning of the part
5209 2025.03.20 17:07:15.042605 [ 256 ] {c85ee72d-a4dd-43d2-939e-0ea87972e162} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5210 2025.03.20 17:07:15.043450 [ 256 ] {c85ee72d-a4dd-43d2-939e-0ea87972e162} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5211 2025.03.20 17:07:15.043893 [ 256 ] {c85ee72d-a4dd-43d2-939e-0ea87972e162} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.005398 sec., 6298.629121896999 rows/sec., 436.90 KiB/sec.
5212 2025.03.20 17:07:15.044019 [ 256 ] {c85ee72d-a4dd-43d2-939e-0ea87972e162} <Debug> TCPHandler: Processed in 0.00575664 sec.
5213 2025.03.20 17:07:15.053932 [ 196 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 542 rows, containing 19 columns (19 merged, 0 gathered) in 0.016052807 sec., 33763.565462414146 rows/sec., 60.50 MiB/sec.
5214 2025.03.20 17:07:15.054494 [ 186 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5215 2025.03.20 17:07:15.054908 [ 186 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5216 2025.03.20 17:07:15.054991 [ 186 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5217 2025.03.20 17:07:15.055098 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB.
5218 2025.03.20 17:07:17.294262 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 714
5219 2025.03.20 17:07:17.297603 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5220 2025.03.20 17:07:17.297657 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5221 2025.03.20 17:07:17.299119 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5222 2025.03.20 17:07:17.299435 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5223 2025.03.20 17:07:17.300476 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 714
5224 2025.03.20 17:07:17.750456 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5225 2025.03.20 17:07:17.750742 [ 256 ] {7337538b-c573-465a-9301-fc6f95e5be8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5226 2025.03.20 17:07:17.750858 [ 256 ] {7337538b-c573-465a-9301-fc6f95e5be8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5227 2025.03.20 17:07:17.751759 [ 256 ] {7337538b-c573-465a-9301-fc6f95e5be8e} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5228 2025.03.20 17:07:17.751809 [ 256 ] {7337538b-c573-465a-9301-fc6f95e5be8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5229 2025.03.20 17:07:17.752258 [ 256 ] {7337538b-c573-465a-9301-fc6f95e5be8e} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
5230 2025.03.20 17:07:17.752528 [ 256 ] {7337538b-c573-465a-9301-fc6f95e5be8e} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5231 2025.03.20 17:07:17.752753 [ 48 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
5232 2025.03.20 17:07:17.752826 [ 256 ] {7337538b-c573-465a-9301-fc6f95e5be8e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002155 sec., 25986.07888631091 rows/sec., 2.00 MiB/sec.
5233 2025.03.20 17:07:17.752881 [ 48 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5234 2025.03.20 17:07:17.752965 [ 256 ] {7337538b-c573-465a-9301-fc6f95e5be8e} <Debug> TCPHandler: Processed in 0.002691948 sec.
5235 2025.03.20 17:07:17.752974 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5236 2025.03.20 17:07:17.753206 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5237 2025.03.20 17:07:17.753303 [ 200 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::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
5238 2025.03.20 17:07:17.753377 [ 256 ] {3e68f117-5733-4da1-b65a-2b094757ce87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5239 2025.03.20 17:07:17.753492 [ 256 ] {3e68f117-5733-4da1-b65a-2b094757ce87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5240 2025.03.20 17:07:17.753818 [ 200 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5241 2025.03.20 17:07:17.753926 [ 200 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1404 rows starting from the beginning of the part
5242 2025.03.20 17:07:17.754321 [ 200 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 112 rows starting from the beginning of the part
5243 2025.03.20 17:07:17.754691 [ 200 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 80 rows starting from the beginning of the part
5244 2025.03.20 17:07:17.755118 [ 200 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 110 rows starting from the beginning of the part
5245 2025.03.20 17:07:17.755332 [ 200 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1347 rows starting from the beginning of the part
5246 2025.03.20 17:07:17.755623 [ 200 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 56 rows starting from the beginning of the part
5247 2025.03.20 17:07:17.756418 [ 256 ] {3e68f117-5733-4da1-b65a-2b094757ce87} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5248 2025.03.20 17:07:17.756501 [ 256 ] {3e68f117-5733-4da1-b65a-2b094757ce87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5249 2025.03.20 17:07:17.757432 [ 256 ] {3e68f117-5733-4da1-b65a-2b094757ce87} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
5250 2025.03.20 17:07:17.757983 [ 256 ] {3e68f117-5733-4da1-b65a-2b094757ce87} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5251 2025.03.20 17:07:17.758282 [ 48 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
5252 2025.03.20 17:07:17.758359 [ 48 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5253 2025.03.20 17:07:17.758406 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5254 2025.03.20 17:07:17.758472 [ 256 ] {3e68f117-5733-4da1-b65a-2b094757ce87} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005103 sec., 12541.642171271802 rows/sec., 1002.40 KiB/sec.
5255 2025.03.20 17:07:17.758683 [ 256 ] {3e68f117-5733-4da1-b65a-2b094757ce87} <Debug> TCPHandler: Processed in 0.005580398 sec.
5256 2025.03.20 17:07:17.758684 [ 196 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::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
5257 2025.03.20 17:07:17.759102 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5258 2025.03.20 17:07:17.759153 [ 196 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5259 2025.03.20 17:07:17.759262 [ 196 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 631 rows starting from the beginning of the part
5260 2025.03.20 17:07:17.759505 [ 200 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3109 rows, containing 5 columns (5 merged, 0 gathered) in 0.006355816 sec., 489158.2764510489 rows/sec., 42.76 MiB/sec.
5261 2025.03.20 17:07:17.759615 [ 256 ] {7a9bee78-4ee3-46a0-8a5b-e7746e5a7469} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5262 2025.03.20 17:07:17.759719 [ 196 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 95 rows starting from the beginning of the part
5263 2025.03.20 17:07:17.759880 [ 256 ] {7a9bee78-4ee3-46a0-8a5b-e7746e5a7469} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5264 2025.03.20 17:07:17.760016 [ 200 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
5265 2025.03.20 17:07:17.760230 [ 196 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::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
5266 2025.03.20 17:07:17.760751 [ 196 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 91 rows starting from the beginning of the part
5267 2025.03.20 17:07:17.761290 [ 196 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 582 rows starting from the beginning of the part
5268 2025.03.20 17:07:17.761459 [ 200 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_46_9} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5269 2025.03.20 17:07:17.761959 [ 196 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 64 rows starting from the beginning of the part
5270 2025.03.20 17:07:17.762031 [ 200 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_46_9} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
5271 2025.03.20 17:07:17.762387 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
5272 2025.03.20 17:07:17.763820 [ 256 ] {7a9bee78-4ee3-46a0-8a5b-e7746e5a7469} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5273 2025.03.20 17:07:17.763898 [ 256 ] {7a9bee78-4ee3-46a0-8a5b-e7746e5a7469} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5274 2025.03.20 17:07:17.764976 [ 256 ] {7a9bee78-4ee3-46a0-8a5b-e7746e5a7469} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
5275 2025.03.20 17:07:17.765493 [ 256 ] {7a9bee78-4ee3-46a0-8a5b-e7746e5a7469} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5276 2025.03.20 17:07:17.765496 [ 196 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1539 rows, containing 5 columns (5 merged, 0 gathered) in 0.006997503 sec., 219935.5970265393 rows/sec., 17.52 MiB/sec.
5277 2025.03.20 17:07:17.765759 [ 48 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
5278 2025.03.20 17:07:17.765847 [ 48 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5279 2025.03.20 17:07:17.765923 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5280 2025.03.20 17:07:17.765981 [ 256 ] {7a9bee78-4ee3-46a0-8a5b-e7746e5a7469} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.006563 sec., 10056.376657016608 rows/sec., 718.70 KiB/sec.
5281 2025.03.20 17:07:17.766080 [ 199 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
5282 2025.03.20 17:07:17.766352 [ 256 ] {7a9bee78-4ee3-46a0-8a5b-e7746e5a7469} <Debug> TCPHandler: Processed in 0.007438758 sec.
5283 2025.03.20 17:07:17.766392 [ 189 ] {9491680f-0456-456d-800a-d47875b75c20::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
5284 2025.03.20 17:07:17.766631 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5285 2025.03.20 17:07:17.766690 [ 189 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5286 2025.03.20 17:07:17.766779 [ 189 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 11163 rows starting from the beginning of the part
5287 2025.03.20 17:07:17.766856 [ 256 ] {b40f229e-c728-4189-a434-c47d1e350777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5288 2025.03.20 17:07:17.767114 [ 256 ] {b40f229e-c728-4189-a434-c47d1e350777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5289 2025.03.20 17:07:17.767183 [ 189 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 162 rows starting from the beginning of the part
5290 2025.03.20 17:07:17.767271 [ 191 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_46_9} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5291 2025.03.20 17:07:17.767765 [ 191 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_46_9} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
5292 2025.03.20 17:07:17.767771 [ 189 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part
5293 2025.03.20 17:07:17.768219 [ 189 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part
5294 2025.03.20 17:07:17.768567 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
5295 2025.03.20 17:07:17.768648 [ 189 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 983 rows starting from the beginning of the part
5296 2025.03.20 17:07:17.768993 [ 189 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 66 rows starting from the beginning of the part
5297 2025.03.20 17:07:17.769599 [ 256 ] {b40f229e-c728-4189-a434-c47d1e350777} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5298 2025.03.20 17:07:17.769643 [ 256 ] {b40f229e-c728-4189-a434-c47d1e350777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5299 2025.03.20 17:07:17.770095 [ 256 ] {b40f229e-c728-4189-a434-c47d1e350777} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
5300 2025.03.20 17:07:17.770381 [ 256 ] {b40f229e-c728-4189-a434-c47d1e350777} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5301 2025.03.20 17:07:17.770613 [ 48 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
5302 2025.03.20 17:07:17.770741 [ 48 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5303 2025.03.20 17:07:17.770815 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5304 2025.03.20 17:07:17.770827 [ 256 ] {b40f229e-c728-4189-a434-c47d1e350777} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.004036 sec., 6442.021803766105 rows/sec., 441.58 KiB/sec.
5305 2025.03.20 17:07:17.771221 [ 256 ] {b40f229e-c728-4189-a434-c47d1e350777} <Debug> TCPHandler: Processed in 0.004678009 sec.
5306 2025.03.20 17:07:17.771416 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
5307 2025.03.20 17:07:17.771768 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5308 2025.03.20 17:07:17.771828 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1974 rows starting from the beginning of the part
5309 2025.03.20 17:07:17.771978 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part
5310 2025.03.20 17:07:17.772131 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part
5311 2025.03.20 17:07:17.772362 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part
5312 2025.03.20 17:07:17.772489 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
5313 2025.03.20 17:07:17.772977 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 26 rows starting from the beginning of the part
5314 2025.03.20 17:07:17.774722 [ 198 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12694 rows, containing 5 columns (5 merged, 0 gathered) in 0.00865506 sec., 1466656.499203934 rows/sec., 100.46 MiB/sec.
5315 2025.03.20 17:07:17.775284 [ 198 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
5316 2025.03.20 17:07:17.775395 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2214 rows, containing 4 columns (4 merged, 0 gathered) in 0.004388506 sec., 504499.7090125888 rows/sec., 33.96 MiB/sec.
5317 2025.03.20 17:07:17.775747 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
5318 2025.03.20 17:07:17.775856 [ 198 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5319 2025.03.20 17:07:17.776045 [ 198 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
5320 2025.03.20 17:07:17.776231 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.38 MiB.
5321 2025.03.20 17:07:17.776308 [ 198 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_46_9} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5322 2025.03.20 17:07:17.776394 [ 198 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_46_9} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
5323 2025.03.20 17:07:17.776490 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB.
5324 2025.03.20 17:07:19.742146 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383
5325 2025.03.20 17:07:19.742871 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5326 2025.03.20 17:07:19.742926 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5327 2025.03.20 17:07:19.743413 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5328 2025.03.20 17:07:19.743720 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5329 2025.03.20 17:07:19.744004 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383
5330 2025.03.20 17:07:20.592101 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204
5331 2025.03.20 17:07:20.611278 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5332 2025.03.20 17:07:20.611343 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5333 2025.03.20 17:07:20.618333 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5334 2025.03.20 17:07:20.619084 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5335 2025.03.20 17:07:20.622046 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204
5336 2025.03.20 17:07:22.756057 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5337 2025.03.20 17:07:22.756256 [ 256 ] {562d4bf5-8455-44c5-9ab5-0f03b3f87476} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5338 2025.03.20 17:07:22.756330 [ 256 ] {562d4bf5-8455-44c5-9ab5-0f03b3f87476} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5339 2025.03.20 17:07:22.757198 [ 256 ] {562d4bf5-8455-44c5-9ab5-0f03b3f87476} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5340 2025.03.20 17:07:22.757245 [ 256 ] {562d4bf5-8455-44c5-9ab5-0f03b3f87476} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5341 2025.03.20 17:07:22.757709 [ 256 ] {562d4bf5-8455-44c5-9ab5-0f03b3f87476} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
5342 2025.03.20 17:07:22.757975 [ 256 ] {562d4bf5-8455-44c5-9ab5-0f03b3f87476} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5343 2025.03.20 17:07:22.758207 [ 256 ] {562d4bf5-8455-44c5-9ab5-0f03b3f87476} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002004 sec., 54890.21956087824 rows/sec., 4.61 MiB/sec.
5344 2025.03.20 17:07:22.758344 [ 256 ] {562d4bf5-8455-44c5-9ab5-0f03b3f87476} <Debug> TCPHandler: Processed in 0.002431975 sec.
5345 2025.03.20 17:07:22.758494 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5346 2025.03.20 17:07:22.758606 [ 256 ] {384056a7-9fcb-449a-8500-bbbcd486da0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5347 2025.03.20 17:07:22.758658 [ 256 ] {384056a7-9fcb-449a-8500-bbbcd486da0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5348 2025.03.20 17:07:22.759213 [ 256 ] {384056a7-9fcb-449a-8500-bbbcd486da0d} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5349 2025.03.20 17:07:22.759254 [ 256 ] {384056a7-9fcb-449a-8500-bbbcd486da0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5350 2025.03.20 17:07:22.759621 [ 256 ] {384056a7-9fcb-449a-8500-bbbcd486da0d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5351 2025.03.20 17:07:22.759866 [ 256 ] {384056a7-9fcb-449a-8500-bbbcd486da0d} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5352 2025.03.20 17:07:22.760092 [ 256 ] {384056a7-9fcb-449a-8500-bbbcd486da0d} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001504 sec., 17952.127659574468 rows/sec., 1.32 MiB/sec.
5353 2025.03.20 17:07:22.760269 [ 256 ] {384056a7-9fcb-449a-8500-bbbcd486da0d} <Debug> TCPHandler: Processed in 0.001831899 sec.
5354 2025.03.20 17:07:22.760487 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5355 2025.03.20 17:07:22.760600 [ 256 ] {410b65b7-74b1-4112-83b4-2a6c8cb251dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5356 2025.03.20 17:07:22.760650 [ 256 ] {410b65b7-74b1-4112-83b4-2a6c8cb251dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5357 2025.03.20 17:07:22.761239 [ 256 ] {410b65b7-74b1-4112-83b4-2a6c8cb251dc} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5358 2025.03.20 17:07:22.761278 [ 256 ] {410b65b7-74b1-4112-83b4-2a6c8cb251dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5359 2025.03.20 17:07:22.761645 [ 256 ] {410b65b7-74b1-4112-83b4-2a6c8cb251dc} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
5360 2025.03.20 17:07:22.761887 [ 256 ] {410b65b7-74b1-4112-83b4-2a6c8cb251dc} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5361 2025.03.20 17:07:22.762063 [ 256 ] {410b65b7-74b1-4112-83b4-2a6c8cb251dc} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001489 sec., 61114.84217595701 rows/sec., 4.77 MiB/sec.
5362 2025.03.20 17:07:22.762117 [ 256 ] {410b65b7-74b1-4112-83b4-2a6c8cb251dc} <Debug> TCPHandler: Processed in 0.001703417 sec.
5363 2025.03.20 17:07:22.762236 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5364 2025.03.20 17:07:22.762345 [ 256 ] {fb9eb5e5-16c6-49fe-bbd8-f4179f3ebf0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5365 2025.03.20 17:07:22.762398 [ 256 ] {fb9eb5e5-16c6-49fe-bbd8-f4179f3ebf0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5366 2025.03.20 17:07:22.762924 [ 256 ] {fb9eb5e5-16c6-49fe-bbd8-f4179f3ebf0b} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5367 2025.03.20 17:07:22.762961 [ 256 ] {fb9eb5e5-16c6-49fe-bbd8-f4179f3ebf0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5368 2025.03.20 17:07:22.763359 [ 256 ] {fb9eb5e5-16c6-49fe-bbd8-f4179f3ebf0b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
5369 2025.03.20 17:07:22.763597 [ 256 ] {fb9eb5e5-16c6-49fe-bbd8-f4179f3ebf0b} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5370 2025.03.20 17:07:22.763775 [ 256 ] {fb9eb5e5-16c6-49fe-bbd8-f4179f3ebf0b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001453 sec., 110116.99931176874 rows/sec., 7.67 MiB/sec.
5371 2025.03.20 17:07:22.763825 [ 256 ] {fb9eb5e5-16c6-49fe-bbd8-f4179f3ebf0b} <Debug> TCPHandler: Processed in 0.001642467 sec.
5372 2025.03.20 17:07:22.763933 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5373 2025.03.20 17:07:22.764035 [ 256 ] {994af333-9166-44c6-8b19-cff391e22a4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5374 2025.03.20 17:07:22.764099 [ 256 ] {994af333-9166-44c6-8b19-cff391e22a4f} <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
5375 2025.03.20 17:07:22.765542 [ 256 ] {994af333-9166-44c6-8b19-cff391e22a4f} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5376 2025.03.20 17:07:22.765580 [ 256 ] {994af333-9166-44c6-8b19-cff391e22a4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5377 2025.03.20 17:07:22.766213 [ 256 ] {994af333-9166-44c6-8b19-cff391e22a4f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5378 2025.03.20 17:07:22.766469 [ 256 ] {994af333-9166-44c6-8b19-cff391e22a4f} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5379 2025.03.20 17:07:22.766671 [ 256 ] {994af333-9166-44c6-8b19-cff391e22a4f} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002657 sec., 10161.836657884833 rows/sec., 18.21 MiB/sec.
5380 2025.03.20 17:07:22.766761 [ 256 ] {994af333-9166-44c6-8b19-cff391e22a4f} <Debug> TCPHandler: Processed in 0.00287973 sec.
5381 2025.03.20 17:07:22.766892 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5382 2025.03.20 17:07:22.766999 [ 256 ] {12289432-4dbe-4eb3-919c-8e0dc0ef1341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5383 2025.03.20 17:07:22.767045 [ 256 ] {12289432-4dbe-4eb3-919c-8e0dc0ef1341} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5384 2025.03.20 17:07:22.767483 [ 256 ] {12289432-4dbe-4eb3-919c-8e0dc0ef1341} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5385 2025.03.20 17:07:22.767519 [ 256 ] {12289432-4dbe-4eb3-919c-8e0dc0ef1341} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5386 2025.03.20 17:07:22.767868 [ 256 ] {12289432-4dbe-4eb3-919c-8e0dc0ef1341} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
5387 2025.03.20 17:07:22.768098 [ 256 ] {12289432-4dbe-4eb3-919c-8e0dc0ef1341} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5388 2025.03.20 17:07:22.768273 [ 256 ] {12289432-4dbe-4eb3-919c-8e0dc0ef1341} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001296 sec., 46296.29629629629 rows/sec., 3.12 MiB/sec.
5389 2025.03.20 17:07:22.768321 [ 256 ] {12289432-4dbe-4eb3-919c-8e0dc0ef1341} <Debug> TCPHandler: Processed in 0.001481195 sec.
5390 2025.03.20 17:07:27.126685 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache
5391 2025.03.20 17:07:27.126785 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache
5392 2025.03.20 17:07:27.244280 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871
5393 2025.03.20 17:07:27.245438 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5394 2025.03.20 17:07:27.245535 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5395 2025.03.20 17:07:27.246138 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5396 2025.03.20 17:07:27.246391 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5397 2025.03.20 17:07:27.246688 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871
5398 2025.03.20 17:07:27.300868 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 734
5399 2025.03.20 17:07:27.303639 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5400 2025.03.20 17:07:27.303684 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5401 2025.03.20 17:07:27.305096 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5402 2025.03.20 17:07:27.305402 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5403 2025.03.20 17:07:27.305663 [ 35 ] {} <Debug> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
5404 2025.03.20 17:07:27.305817 [ 35 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5405 2025.03.20 17:07:27.305929 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5406 2025.03.20 17:07:27.306447 [ 187 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::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
5407 2025.03.20 17:07:27.306850 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 734
5408 2025.03.20 17:07:27.307402 [ 187 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5409 2025.03.20 17:07:27.307589 [ 187 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 582 rows starting from the beginning of the part
5410 2025.03.20 17:07:27.308285 [ 187 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 42 rows starting from the beginning of the part
5411 2025.03.20 17:07:27.308952 [ 187 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 20 rows starting from the beginning of the part
5412 2025.03.20 17:07:27.309444 [ 187 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 26 rows starting from the beginning of the part
5413 2025.03.20 17:07:27.309922 [ 187 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 44 rows starting from the beginning of the part
5414 2025.03.20 17:07:27.310404 [ 187 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 20 rows starting from the beginning of the part
5415 2025.03.20 17:07:27.318428 [ 201 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 734 rows, containing 72 columns (72 merged, 0 gathered) in 0.012285498 sec., 59745.23784058245 rows/sec., 49.93 MiB/sec.
5416 2025.03.20 17:07:27.319981 [ 192 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5417 2025.03.20 17:07:27.320816 [ 192 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_21_4} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5418 2025.03.20 17:07:27.320910 [ 192 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_21_4} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5419 2025.03.20 17:07:27.321270 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.09 MiB.
5420 2025.03.20 17:07:27.756171 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5421 2025.03.20 17:07:27.756481 [ 256 ] {a33308ba-519f-41d9-a893-7abbaf7361a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5422 2025.03.20 17:07:27.756601 [ 256 ] {a33308ba-519f-41d9-a893-7abbaf7361a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5423 2025.03.20 17:07:27.757665 [ 256 ] {a33308ba-519f-41d9-a893-7abbaf7361a5} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5424 2025.03.20 17:07:27.757721 [ 256 ] {a33308ba-519f-41d9-a893-7abbaf7361a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5425 2025.03.20 17:07:27.758174 [ 256 ] {a33308ba-519f-41d9-a893-7abbaf7361a5} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
5426 2025.03.20 17:07:27.758446 [ 256 ] {a33308ba-519f-41d9-a893-7abbaf7361a5} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5427 2025.03.20 17:07:27.758705 [ 256 ] {a33308ba-519f-41d9-a893-7abbaf7361a5} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.002307 sec., 34677.069787602944 rows/sec., 2.87 MiB/sec.
5428 2025.03.20 17:07:27.758767 [ 256 ] {a33308ba-519f-41d9-a893-7abbaf7361a5} <Debug> TCPHandler: Processed in 0.002794769 sec.
5429 2025.03.20 17:07:27.758894 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5430 2025.03.20 17:07:27.759009 [ 256 ] {8ed91fc2-92dc-4a63-a370-c19b37691ab9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5431 2025.03.20 17:07:27.759059 [ 256 ] {8ed91fc2-92dc-4a63-a370-c19b37691ab9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5432 2025.03.20 17:07:27.759598 [ 256 ] {8ed91fc2-92dc-4a63-a370-c19b37691ab9} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5433 2025.03.20 17:07:27.759640 [ 256 ] {8ed91fc2-92dc-4a63-a370-c19b37691ab9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5434 2025.03.20 17:07:27.759992 [ 256 ] {8ed91fc2-92dc-4a63-a370-c19b37691ab9} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5435 2025.03.20 17:07:27.760237 [ 256 ] {8ed91fc2-92dc-4a63-a370-c19b37691ab9} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5436 2025.03.20 17:07:27.760458 [ 256 ] {8ed91fc2-92dc-4a63-a370-c19b37691ab9} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001476 sec., 8130.081300813007 rows/sec., 611.34 KiB/sec.
5437 2025.03.20 17:07:27.760511 [ 256 ] {8ed91fc2-92dc-4a63-a370-c19b37691ab9} <Debug> TCPHandler: Processed in 0.001671488 sec.
5438 2025.03.20 17:07:27.760627 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5439 2025.03.20 17:07:27.760735 [ 256 ] {88e61a67-a091-4f9f-8e53-f7103771ada1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5440 2025.03.20 17:07:27.760782 [ 256 ] {88e61a67-a091-4f9f-8e53-f7103771ada1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5441 2025.03.20 17:07:27.761327 [ 256 ] {88e61a67-a091-4f9f-8e53-f7103771ada1} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5442 2025.03.20 17:07:27.761368 [ 256 ] {88e61a67-a091-4f9f-8e53-f7103771ada1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5443 2025.03.20 17:07:27.761721 [ 256 ] {88e61a67-a091-4f9f-8e53-f7103771ada1} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
5444 2025.03.20 17:07:27.761957 [ 256 ] {88e61a67-a091-4f9f-8e53-f7103771ada1} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5445 2025.03.20 17:07:27.762189 [ 256 ] {88e61a67-a091-4f9f-8e53-f7103771ada1} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001468 sec., 51771.117166212534 rows/sec., 4.04 MiB/sec.
5446 2025.03.20 17:07:27.762299 [ 256 ] {88e61a67-a091-4f9f-8e53-f7103771ada1} <Debug> TCPHandler: Processed in 0.001722338 sec.
5447 2025.03.20 17:07:27.762481 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5448 2025.03.20 17:07:27.762781 [ 256 ] {1d7d1325-317e-4520-9a57-6581535944e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5449 2025.03.20 17:07:27.762875 [ 256 ] {1d7d1325-317e-4520-9a57-6581535944e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5450 2025.03.20 17:07:27.763410 [ 256 ] {1d7d1325-317e-4520-9a57-6581535944e1} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5451 2025.03.20 17:07:27.763448 [ 256 ] {1d7d1325-317e-4520-9a57-6581535944e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5452 2025.03.20 17:07:27.763832 [ 256 ] {1d7d1325-317e-4520-9a57-6581535944e1} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
5453 2025.03.20 17:07:27.764083 [ 256 ] {1d7d1325-317e-4520-9a57-6581535944e1} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5454 2025.03.20 17:07:27.764290 [ 256 ] {1d7d1325-317e-4520-9a57-6581535944e1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001615 sec., 99071.20743034057 rows/sec., 6.90 MiB/sec.
5455 2025.03.20 17:07:27.764341 [ 256 ] {1d7d1325-317e-4520-9a57-6581535944e1} <Debug> TCPHandler: Processed in 0.001973121 sec.
5456 2025.03.20 17:07:27.764476 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5457 2025.03.20 17:07:27.764614 [ 256 ] {256f7022-7719-4ae6-8d84-b105cc5d71f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5458 2025.03.20 17:07:27.764696 [ 256 ] {256f7022-7719-4ae6-8d84-b105cc5d71f4} <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
5459 2025.03.20 17:07:27.765863 [ 256 ] {256f7022-7719-4ae6-8d84-b105cc5d71f4} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5460 2025.03.20 17:07:27.765904 [ 256 ] {256f7022-7719-4ae6-8d84-b105cc5d71f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5461 2025.03.20 17:07:27.766532 [ 256 ] {256f7022-7719-4ae6-8d84-b105cc5d71f4} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5462 2025.03.20 17:07:27.766787 [ 256 ] {256f7022-7719-4ae6-8d84-b105cc5d71f4} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5463 2025.03.20 17:07:27.767039 [ 256 ] {256f7022-7719-4ae6-8d84-b105cc5d71f4} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002453 sec., 4891.9690175295555 rows/sec., 8.77 MiB/sec.
5464 2025.03.20 17:07:27.767140 [ 256 ] {256f7022-7719-4ae6-8d84-b105cc5d71f4} <Debug> TCPHandler: Processed in 0.002729479 sec.
5465 2025.03.20 17:07:27.767256 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5466 2025.03.20 17:07:27.767360 [ 256 ] {fa47be64-6e5c-4cdd-b53e-34710d72116e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5467 2025.03.20 17:07:27.767407 [ 256 ] {fa47be64-6e5c-4cdd-b53e-34710d72116e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5468 2025.03.20 17:07:27.767841 [ 256 ] {fa47be64-6e5c-4cdd-b53e-34710d72116e} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5469 2025.03.20 17:07:27.767882 [ 256 ] {fa47be64-6e5c-4cdd-b53e-34710d72116e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5470 2025.03.20 17:07:27.768234 [ 256 ] {fa47be64-6e5c-4cdd-b53e-34710d72116e} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
5471 2025.03.20 17:07:27.768468 [ 256 ] {fa47be64-6e5c-4cdd-b53e-34710d72116e} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5472 2025.03.20 17:07:27.768719 [ 256 ] {fa47be64-6e5c-4cdd-b53e-34710d72116e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001372 sec., 43731.778425655975 rows/sec., 2.95 MiB/sec.
5473 2025.03.20 17:07:27.768799 [ 256 ] {fa47be64-6e5c-4cdd-b53e-34710d72116e} <Debug> TCPHandler: Processed in 0.001591116 sec.
5474 2025.03.20 17:07:28.122241 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211
5475 2025.03.20 17:07:28.143639 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5476 2025.03.20 17:07:28.143693 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5477 2025.03.20 17:07:28.151522 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5478 2025.03.20 17:07:28.152311 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5479 2025.03.20 17:07:28.155364 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211
5480 2025.03.20 17:07:32.757264 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5481 2025.03.20 17:07:32.757471 [ 256 ] {c7cee503-765c-489e-a4a0-42c9c091cd20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5482 2025.03.20 17:07:32.757546 [ 256 ] {c7cee503-765c-489e-a4a0-42c9c091cd20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5483 2025.03.20 17:07:32.758322 [ 256 ] {c7cee503-765c-489e-a4a0-42c9c091cd20} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5484 2025.03.20 17:07:32.758373 [ 256 ] {c7cee503-765c-489e-a4a0-42c9c091cd20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5485 2025.03.20 17:07:32.758828 [ 256 ] {c7cee503-765c-489e-a4a0-42c9c091cd20} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
5486 2025.03.20 17:07:32.759085 [ 256 ] {c7cee503-765c-489e-a4a0-42c9c091cd20} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5487 2025.03.20 17:07:32.759302 [ 256 ] {c7cee503-765c-489e-a4a0-42c9c091cd20} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.001885 sec., 58355.4376657825 rows/sec., 4.90 MiB/sec.
5488 2025.03.20 17:07:32.759412 [ 256 ] {c7cee503-765c-489e-a4a0-42c9c091cd20} <Debug> TCPHandler: Processed in 0.002289063 sec.
5489 2025.03.20 17:07:32.759585 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5490 2025.03.20 17:07:32.759751 [ 256 ] {3fe26a51-bec4-4e78-9efc-261e764ac816} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5491 2025.03.20 17:07:32.759797 [ 256 ] {3fe26a51-bec4-4e78-9efc-261e764ac816} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5492 2025.03.20 17:07:32.760346 [ 256 ] {3fe26a51-bec4-4e78-9efc-261e764ac816} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5493 2025.03.20 17:07:32.760386 [ 256 ] {3fe26a51-bec4-4e78-9efc-261e764ac816} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5494 2025.03.20 17:07:32.760740 [ 256 ] {3fe26a51-bec4-4e78-9efc-261e764ac816} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5495 2025.03.20 17:07:32.760981 [ 256 ] {3fe26a51-bec4-4e78-9efc-261e764ac816} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5496 2025.03.20 17:07:32.761209 [ 256 ] {3fe26a51-bec4-4e78-9efc-261e764ac816} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001483 sec., 18206.33850303439 rows/sec., 1.34 MiB/sec.
5497 2025.03.20 17:07:32.761260 [ 256 ] {3fe26a51-bec4-4e78-9efc-261e764ac816} <Debug> TCPHandler: Processed in 0.001766738 sec.
5498 2025.03.20 17:07:32.761381 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5499 2025.03.20 17:07:32.761488 [ 256 ] {0e4e5aa1-ce40-4572-bd7f-9f827c8d57f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5500 2025.03.20 17:07:32.761532 [ 256 ] {0e4e5aa1-ce40-4572-bd7f-9f827c8d57f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5501 2025.03.20 17:07:32.762088 [ 256 ] {0e4e5aa1-ce40-4572-bd7f-9f827c8d57f5} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5502 2025.03.20 17:07:32.762128 [ 256 ] {0e4e5aa1-ce40-4572-bd7f-9f827c8d57f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5503 2025.03.20 17:07:32.762483 [ 256 ] {0e4e5aa1-ce40-4572-bd7f-9f827c8d57f5} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
5504 2025.03.20 17:07:32.762716 [ 256 ] {0e4e5aa1-ce40-4572-bd7f-9f827c8d57f5} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5505 2025.03.20 17:07:32.762960 [ 256 ] {0e4e5aa1-ce40-4572-bd7f-9f827c8d57f5} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001482 sec., 61403.508771929824 rows/sec., 4.80 MiB/sec.
5506 2025.03.20 17:07:32.763022 [ 256 ] {0e4e5aa1-ce40-4572-bd7f-9f827c8d57f5} <Debug> TCPHandler: Processed in 0.001692977 sec.
5507 2025.03.20 17:07:32.763247 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5508 2025.03.20 17:07:32.763368 [ 256 ] {2f735181-f152-40f4-bae1-97567a27e72a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5509 2025.03.20 17:07:32.763419 [ 256 ] {2f735181-f152-40f4-bae1-97567a27e72a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5510 2025.03.20 17:07:32.763949 [ 256 ] {2f735181-f152-40f4-bae1-97567a27e72a} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5511 2025.03.20 17:07:32.763989 [ 256 ] {2f735181-f152-40f4-bae1-97567a27e72a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5512 2025.03.20 17:07:32.764369 [ 256 ] {2f735181-f152-40f4-bae1-97567a27e72a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
5513 2025.03.20 17:07:32.764598 [ 256 ] {2f735181-f152-40f4-bae1-97567a27e72a} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5514 2025.03.20 17:07:32.764830 [ 256 ] {2f735181-f152-40f4-bae1-97567a27e72a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001483 sec., 107889.41335131491 rows/sec., 7.51 MiB/sec.
5515 2025.03.20 17:07:32.764895 [ 256 ] {2f735181-f152-40f4-bae1-97567a27e72a} <Debug> TCPHandler: Processed in 0.001743588 sec.
5516 2025.03.20 17:07:32.765131 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5517 2025.03.20 17:07:32.765244 [ 256 ] {fbf6dbd8-b15a-4744-8fb5-56bbe3c9c0a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5518 2025.03.20 17:07:32.765317 [ 256 ] {fbf6dbd8-b15a-4744-8fb5-56bbe3c9c0a3} <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
5519 2025.03.20 17:07:32.766480 [ 256 ] {fbf6dbd8-b15a-4744-8fb5-56bbe3c9c0a3} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5520 2025.03.20 17:07:32.766521 [ 256 ] {fbf6dbd8-b15a-4744-8fb5-56bbe3c9c0a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5521 2025.03.20 17:07:32.767190 [ 256 ] {fbf6dbd8-b15a-4744-8fb5-56bbe3c9c0a3} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5522 2025.03.20 17:07:32.767457 [ 256 ] {fbf6dbd8-b15a-4744-8fb5-56bbe3c9c0a3} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5523 2025.03.20 17:07:32.767781 [ 256 ] {fbf6dbd8-b15a-4744-8fb5-56bbe3c9c0a3} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002547 sec., 10600.706713780919 rows/sec., 19.00 MiB/sec.
5524 2025.03.20 17:07:32.768375 [ 256 ] {fbf6dbd8-b15a-4744-8fb5-56bbe3c9c0a3} <Debug> TCPHandler: Processed in 0.003321195 sec.
5525 2025.03.20 17:07:32.768518 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5526 2025.03.20 17:07:32.768623 [ 256 ] {842f37a2-9b61-4826-b4c1-ddf90496a77b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5527 2025.03.20 17:07:32.768671 [ 256 ] {842f37a2-9b61-4826-b4c1-ddf90496a77b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5528 2025.03.20 17:07:32.769152 [ 256 ] {842f37a2-9b61-4826-b4c1-ddf90496a77b} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5529 2025.03.20 17:07:32.769191 [ 256 ] {842f37a2-9b61-4826-b4c1-ddf90496a77b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.61 GiB.
5530 2025.03.20 17:07:32.769559 [ 256 ] {842f37a2-9b61-4826-b4c1-ddf90496a77b} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
5531 2025.03.20 17:07:32.769797 [ 256 ] {842f37a2-9b61-4826-b4c1-ddf90496a77b} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5532 2025.03.20 17:07:32.770007 [ 256 ] {842f37a2-9b61-4826-b4c1-ddf90496a77b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001405 sec., 42704.62633451957 rows/sec., 2.88 MiB/sec.
5533 2025.03.20 17:07:32.770073 [ 256 ] {842f37a2-9b61-4826-b4c1-ddf90496a77b} <Debug> TCPHandler: Processed in 0.001603957 sec.
5534 2025.03.20 17:07:34.746911 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298
5535 2025.03.20 17:07:34.747542 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5536 2025.03.20 17:07:34.747588 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5537 2025.03.20 17:07:34.748140 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5538 2025.03.20 17:07:34.748403 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5539 2025.03.20 17:07:34.748679 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298
5540 2025.03.20 17:07:35.655551 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219
5541 2025.03.20 17:07:35.676629 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5542 2025.03.20 17:07:35.676678 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5543 2025.03.20 17:07:35.684473 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5544 2025.03.20 17:07:35.685243 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5545 2025.03.20 17:07:35.688599 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219
5546 2025.03.20 17:07:37.307137 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 758
5547 2025.03.20 17:07:37.309925 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5548 2025.03.20 17:07:37.309966 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5549 2025.03.20 17:07:37.311426 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5550 2025.03.20 17:07:37.311747 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5551 2025.03.20 17:07:37.312801 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 758
5552 2025.03.20 17:07:37.756323 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5553 2025.03.20 17:07:37.756531 [ 256 ] {557a5379-7b2b-4f91-96b2-3a005553fba9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5554 2025.03.20 17:07:37.756611 [ 256 ] {557a5379-7b2b-4f91-96b2-3a005553fba9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5555 2025.03.20 17:07:37.757428 [ 256 ] {557a5379-7b2b-4f91-96b2-3a005553fba9} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5556 2025.03.20 17:07:37.757484 [ 256 ] {557a5379-7b2b-4f91-96b2-3a005553fba9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5557 2025.03.20 17:07:37.757945 [ 256 ] {557a5379-7b2b-4f91-96b2-3a005553fba9} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
5558 2025.03.20 17:07:37.758212 [ 256 ] {557a5379-7b2b-4f91-96b2-3a005553fba9} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5559 2025.03.20 17:07:37.758487 [ 256 ] {557a5379-7b2b-4f91-96b2-3a005553fba9} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.002003 sec., 39940.08986520219 rows/sec., 3.30 MiB/sec.
5560 2025.03.20 17:07:37.758635 [ 256 ] {557a5379-7b2b-4f91-96b2-3a005553fba9} <Debug> TCPHandler: Processed in 0.002453096 sec.
5561 2025.03.20 17:07:37.758882 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5562 2025.03.20 17:07:37.759018 [ 256 ] {320e4e48-cee7-449f-9c9b-4204dd515a98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5563 2025.03.20 17:07:37.759071 [ 256 ] {320e4e48-cee7-449f-9c9b-4204dd515a98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5564 2025.03.20 17:07:37.759643 [ 256 ] {320e4e48-cee7-449f-9c9b-4204dd515a98} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5565 2025.03.20 17:07:37.759687 [ 256 ] {320e4e48-cee7-449f-9c9b-4204dd515a98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5566 2025.03.20 17:07:37.760055 [ 256 ] {320e4e48-cee7-449f-9c9b-4204dd515a98} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5567 2025.03.20 17:07:37.760301 [ 256 ] {320e4e48-cee7-449f-9c9b-4204dd515a98} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5568 2025.03.20 17:07:37.760491 [ 47 ] {} <Debug> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5569 2025.03.20 17:07:37.760547 [ 256 ] {320e4e48-cee7-449f-9c9b-4204dd515a98} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001555 sec., 7717.041800643087 rows/sec., 580.29 KiB/sec.
5570 2025.03.20 17:07:37.760567 [ 47 ] {} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5571 2025.03.20 17:07:37.760640 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5572 2025.03.20 17:07:37.760688 [ 256 ] {320e4e48-cee7-449f-9c9b-4204dd515a98} <Debug> TCPHandler: Processed in 0.00190674 sec.
5573 2025.03.20 17:07:37.760876 [ 201 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::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
5574 2025.03.20 17:07:37.760906 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5575 2025.03.20 17:07:37.761183 [ 201 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5576 2025.03.20 17:07:37.761192 [ 256 ] {92b0e1f8-0848-429e-9130-538d20970070} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5577 2025.03.20 17:07:37.761241 [ 201 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 69 rows starting from the beginning of the part
5578 2025.03.20 17:07:37.761288 [ 256 ] {92b0e1f8-0848-429e-9130-538d20970070} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5579 2025.03.20 17:07:37.761454 [ 201 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 38 rows starting from the beginning of the part
5580 2025.03.20 17:07:37.761890 [ 201 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 27 rows starting from the beginning of the part
5581 2025.03.20 17:07:37.762186 [ 201 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 12 rows starting from the beginning of the part
5582 2025.03.20 17:07:37.762592 [ 201 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 27 rows starting from the beginning of the part
5583 2025.03.20 17:07:37.762967 [ 201 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 12 rows starting from the beginning of the part
5584 2025.03.20 17:07:37.763948 [ 256 ] {92b0e1f8-0848-429e-9130-538d20970070} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5585 2025.03.20 17:07:37.763997 [ 256 ] {92b0e1f8-0848-429e-9130-538d20970070} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5586 2025.03.20 17:07:37.764635 [ 256 ] {92b0e1f8-0848-429e-9130-538d20970070} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
5587 2025.03.20 17:07:37.764783 [ 202 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.004019772 sec., 46022.510729464266 rows/sec., 3.54 MiB/sec.
5588 2025.03.20 17:07:37.765083 [ 202 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5589 2025.03.20 17:07:37.765097 [ 256 ] {92b0e1f8-0848-429e-9130-538d20970070} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5590 2025.03.20 17:07:37.765689 [ 256 ] {92b0e1f8-0848-429e-9130-538d20970070} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.004571 sec., 16626.55873988186 rows/sec., 1.30 MiB/sec.
5591 2025.03.20 17:07:37.765923 [ 188 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_36_7} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5592 2025.03.20 17:07:37.766122 [ 256 ] {92b0e1f8-0848-429e-9130-538d20970070} <Debug> TCPHandler: Processed in 0.005283385 sec.
5593 2025.03.20 17:07:37.766362 [ 188 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_36_7} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5594 2025.03.20 17:07:37.766506 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5595 2025.03.20 17:07:37.766579 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
5596 2025.03.20 17:07:37.766679 [ 256 ] {47dc6ccc-6d49-44d0-b5ff-f7b8d257b7f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5597 2025.03.20 17:07:37.766735 [ 256 ] {47dc6ccc-6d49-44d0-b5ff-f7b8d257b7f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5598 2025.03.20 17:07:37.767305 [ 256 ] {47dc6ccc-6d49-44d0-b5ff-f7b8d257b7f3} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5599 2025.03.20 17:07:37.767345 [ 256 ] {47dc6ccc-6d49-44d0-b5ff-f7b8d257b7f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5600 2025.03.20 17:07:37.767754 [ 256 ] {47dc6ccc-6d49-44d0-b5ff-f7b8d257b7f3} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
5601 2025.03.20 17:07:37.768008 [ 256 ] {47dc6ccc-6d49-44d0-b5ff-f7b8d257b7f3} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5602 2025.03.20 17:07:37.768235 [ 256 ] {47dc6ccc-6d49-44d0-b5ff-f7b8d257b7f3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001579 sec., 101329.9556681444 rows/sec., 7.06 MiB/sec.
5603 2025.03.20 17:07:37.768289 [ 256 ] {47dc6ccc-6d49-44d0-b5ff-f7b8d257b7f3} <Debug> TCPHandler: Processed in 0.00191845 sec.
5604 2025.03.20 17:07:37.768396 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5605 2025.03.20 17:07:37.768498 [ 256 ] {914a755c-6fa6-4290-8074-316dbc6d56eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5606 2025.03.20 17:07:37.768564 [ 256 ] {914a755c-6fa6-4290-8074-316dbc6d56eb} <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
5607 2025.03.20 17:07:37.769598 [ 256 ] {914a755c-6fa6-4290-8074-316dbc6d56eb} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5608 2025.03.20 17:07:37.769637 [ 256 ] {914a755c-6fa6-4290-8074-316dbc6d56eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5609 2025.03.20 17:07:37.770275 [ 256 ] {914a755c-6fa6-4290-8074-316dbc6d56eb} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5610 2025.03.20 17:07:37.770545 [ 256 ] {914a755c-6fa6-4290-8074-316dbc6d56eb} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5611 2025.03.20 17:07:37.770833 [ 256 ] {914a755c-6fa6-4290-8074-316dbc6d56eb} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002352 sec., 5102.040816326531 rows/sec., 9.14 MiB/sec.
5612 2025.03.20 17:07:37.771109 [ 256 ] {914a755c-6fa6-4290-8074-316dbc6d56eb} <Debug> TCPHandler: Processed in 0.002763259 sec.
5613 2025.03.20 17:07:37.771225 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5614 2025.03.20 17:07:37.771328 [ 256 ] {bae4a7f0-7855-4c14-b9b6-dde540265201} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5615 2025.03.20 17:07:37.771376 [ 256 ] {bae4a7f0-7855-4c14-b9b6-dde540265201} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5616 2025.03.20 17:07:37.771814 [ 256 ] {bae4a7f0-7855-4c14-b9b6-dde540265201} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5617 2025.03.20 17:07:37.771853 [ 256 ] {bae4a7f0-7855-4c14-b9b6-dde540265201} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5618 2025.03.20 17:07:37.772201 [ 256 ] {bae4a7f0-7855-4c14-b9b6-dde540265201} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
5619 2025.03.20 17:07:37.772439 [ 256 ] {bae4a7f0-7855-4c14-b9b6-dde540265201} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5620 2025.03.20 17:07:37.772673 [ 256 ] {bae4a7f0-7855-4c14-b9b6-dde540265201} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001409 sec., 42583.392476933994 rows/sec., 2.87 MiB/sec.
5621 2025.03.20 17:07:37.772758 [ 256 ] {bae4a7f0-7855-4c14-b9b6-dde540265201} <Debug> TCPHandler: Processed in 0.001628667 sec.
5622 2025.03.20 17:07:42.126839 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache
5623 2025.03.20 17:07:42.126907 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache
5624 2025.03.20 17:07:42.248876 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786
5625 2025.03.20 17:07:42.249635 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5626 2025.03.20 17:07:42.249688 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5627 2025.03.20 17:07:42.250220 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5628 2025.03.20 17:07:42.250482 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5629 2025.03.20 17:07:42.250733 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786
5630 2025.03.20 17:07:42.756713 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5631 2025.03.20 17:07:42.756933 [ 256 ] {be34ff39-fc85-47f6-92e2-271ccdc66a21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5632 2025.03.20 17:07:42.757021 [ 256 ] {be34ff39-fc85-47f6-92e2-271ccdc66a21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5633 2025.03.20 17:07:42.757956 [ 256 ] {be34ff39-fc85-47f6-92e2-271ccdc66a21} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5634 2025.03.20 17:07:42.758014 [ 256 ] {be34ff39-fc85-47f6-92e2-271ccdc66a21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5635 2025.03.20 17:07:42.758476 [ 256 ] {be34ff39-fc85-47f6-92e2-271ccdc66a21} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
5636 2025.03.20 17:07:42.758740 [ 256 ] {be34ff39-fc85-47f6-92e2-271ccdc66a21} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5637 2025.03.20 17:07:42.758964 [ 104 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
5638 2025.03.20 17:07:42.758992 [ 256 ] {be34ff39-fc85-47f6-92e2-271ccdc66a21} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.00212 sec., 51886.79245283019 rows/sec., 4.36 MiB/sec.
5639 2025.03.20 17:07:42.759076 [ 104 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5640 2025.03.20 17:07:42.759159 [ 256 ] {be34ff39-fc85-47f6-92e2-271ccdc66a21} <Debug> TCPHandler: Processed in 0.002589157 sec.
5641 2025.03.20 17:07:42.759170 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5642 2025.03.20 17:07:42.759394 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5643 2025.03.20 17:07:42.759584 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::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
5644 2025.03.20 17:07:42.759711 [ 256 ] {8d8705f7-5268-4307-bb4e-861a429d5fad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5645 2025.03.20 17:07:42.760112 [ 256 ] {8d8705f7-5268-4307-bb4e-861a429d5fad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5646 2025.03.20 17:07:42.760139 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5647 2025.03.20 17:07:42.760278 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1404 rows starting from the beginning of the part
5648 2025.03.20 17:07:42.760651 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 110 rows starting from the beginning of the part
5649 2025.03.20 17:07:42.761065 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 80 rows starting from the beginning of the part
5650 2025.03.20 17:07:42.761428 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 110 rows starting from the beginning of the part
5651 2025.03.20 17:07:42.761856 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 80 rows starting from the beginning of the part
5652 2025.03.20 17:07:42.762301 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 110 rows starting from the beginning of the part
5653 2025.03.20 17:07:42.763688 [ 256 ] {8d8705f7-5268-4307-bb4e-861a429d5fad} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5654 2025.03.20 17:07:42.763752 [ 256 ] {8d8705f7-5268-4307-bb4e-861a429d5fad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5655 2025.03.20 17:07:42.764763 [ 256 ] {8d8705f7-5268-4307-bb4e-861a429d5fad} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5656 2025.03.20 17:07:42.765129 [ 256 ] {8d8705f7-5268-4307-bb4e-861a429d5fad} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5657 2025.03.20 17:07:42.765733 [ 256 ] {8d8705f7-5268-4307-bb4e-861a429d5fad} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.006128 sec., 4406.005221932115 rows/sec., 331.31 KiB/sec.
5658 2025.03.20 17:07:42.765767 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1894 rows, containing 5 columns (5 merged, 0 gathered) in 0.006447588 sec., 293753.26090935094 rows/sec., 25.74 MiB/sec.
5659 2025.03.20 17:07:42.765863 [ 256 ] {8d8705f7-5268-4307-bb4e-861a429d5fad} <Debug> TCPHandler: Processed in 0.006588539 sec.
5660 2025.03.20 17:07:42.766004 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5661 2025.03.20 17:07:42.766057 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
5662 2025.03.20 17:07:42.766241 [ 256 ] {976af0f8-c20c-4dd5-9a60-43e02b899370} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5663 2025.03.20 17:07:42.766317 [ 256 ] {976af0f8-c20c-4dd5-9a60-43e02b899370} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5664 2025.03.20 17:07:42.766678 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_51_10} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5665 2025.03.20 17:07:42.766935 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_51_10} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
5666 2025.03.20 17:07:42.767099 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
5667 2025.03.20 17:07:42.767414 [ 256 ] {976af0f8-c20c-4dd5-9a60-43e02b899370} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5668 2025.03.20 17:07:42.767458 [ 256 ] {976af0f8-c20c-4dd5-9a60-43e02b899370} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5669 2025.03.20 17:07:42.767822 [ 256 ] {976af0f8-c20c-4dd5-9a60-43e02b899370} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
5670 2025.03.20 17:07:42.768067 [ 256 ] {976af0f8-c20c-4dd5-9a60-43e02b899370} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5671 2025.03.20 17:07:42.768253 [ 104 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
5672 2025.03.20 17:07:42.768328 [ 256 ] {976af0f8-c20c-4dd5-9a60-43e02b899370} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.002172 sec., 41896.869244935544 rows/sec., 3.27 MiB/sec.
5673 2025.03.20 17:07:42.768349 [ 104 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5674 2025.03.20 17:07:42.768441 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5675 2025.03.20 17:07:42.768465 [ 256 ] {976af0f8-c20c-4dd5-9a60-43e02b899370} <Debug> TCPHandler: Processed in 0.002515007 sec.
5676 2025.03.20 17:07:42.768760 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5677 2025.03.20 17:07:42.768815 [ 195 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::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
5678 2025.03.20 17:07:42.769161 [ 256 ] {49696241-00a3-4816-b7f7-bb736907903e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5679 2025.03.20 17:07:42.769409 [ 256 ] {49696241-00a3-4816-b7f7-bb736907903e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5680 2025.03.20 17:07:42.769787 [ 195 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5681 2025.03.20 17:07:42.770011 [ 195 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 631 rows starting from the beginning of the part
5682 2025.03.20 17:07:42.770388 [ 195 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 91 rows starting from the beginning of the part
5683 2025.03.20 17:07:42.770767 [ 195 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 76 rows starting from the beginning of the part
5684 2025.03.20 17:07:42.771019 [ 195 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 91 rows starting from the beginning of the part
5685 2025.03.20 17:07:42.771304 [ 195 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 76 rows starting from the beginning of the part
5686 2025.03.20 17:07:42.771620 [ 195 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 91 rows starting from the beginning of the part
5687 2025.03.20 17:07:42.772377 [ 256 ] {49696241-00a3-4816-b7f7-bb736907903e} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5688 2025.03.20 17:07:42.772445 [ 256 ] {49696241-00a3-4816-b7f7-bb736907903e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5689 2025.03.20 17:07:42.773446 [ 256 ] {49696241-00a3-4816-b7f7-bb736907903e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
5690 2025.03.20 17:07:42.773947 [ 256 ] {49696241-00a3-4816-b7f7-bb736907903e} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5691 2025.03.20 17:07:42.774281 [ 104 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
5692 2025.03.20 17:07:42.774509 [ 256 ] {49696241-00a3-4816-b7f7-bb736907903e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00547 sec., 29250.457038391225 rows/sec., 2.04 MiB/sec.
5693 2025.03.20 17:07:42.774508 [ 104 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5694 2025.03.20 17:07:42.774924 [ 256 ] {49696241-00a3-4816-b7f7-bb736907903e} <Debug> TCPHandler: Processed in 0.006283435 sec.
5695 2025.03.20 17:07:42.774952 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5696 2025.03.20 17:07:42.775058 [ 195 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1056 rows, containing 5 columns (5 merged, 0 gathered) in 0.006441117 sec., 163946.71917929762 rows/sec., 13.16 MiB/sec.
5697 2025.03.20 17:07:42.775362 [ 190 ] {9491680f-0456-456d-800a-d47875b75c20::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
5698 2025.03.20 17:07:42.775392 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5699 2025.03.20 17:07:42.775647 [ 194 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
5700 2025.03.20 17:07:42.776061 [ 190 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5701 2025.03.20 17:07:42.776200 [ 190 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 12694 rows starting from the beginning of the part
5702 2025.03.20 17:07:42.776726 [ 190 ] {9491680f-0456-456d-800a-d47875b75c20::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
5703 2025.03.20 17:07:42.776928 [ 256 ] {9961f3e4-b988-48f5-b8a2-4069e28d7f53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5704 2025.03.20 17:07:42.777042 [ 194 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_51_10} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5705 2025.03.20 17:07:42.777202 [ 190 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part
5706 2025.03.20 17:07:42.777598 [ 194 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_51_10} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
5707 2025.03.20 17:07:42.777760 [ 190 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part
5708 2025.03.20 17:07:42.777796 [ 256 ] {9961f3e4-b988-48f5-b8a2-4069e28d7f53} <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
5709 2025.03.20 17:07:42.778109 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
5710 2025.03.20 17:07:42.778428 [ 190 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part
5711 2025.03.20 17:07:42.778822 [ 190 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part
5712 2025.03.20 17:07:42.782389 [ 256 ] {9961f3e4-b988-48f5-b8a2-4069e28d7f53} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5713 2025.03.20 17:07:42.782465 [ 256 ] {9961f3e4-b988-48f5-b8a2-4069e28d7f53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5714 2025.03.20 17:07:42.783991 [ 256 ] {9961f3e4-b988-48f5-b8a2-4069e28d7f53} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5715 2025.03.20 17:07:42.784640 [ 256 ] {9961f3e4-b988-48f5-b8a2-4069e28d7f53} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5716 2025.03.20 17:07:42.784837 [ 104 ] {} <Debug> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5717 2025.03.20 17:07:42.784918 [ 104 ] {} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5718 2025.03.20 17:07:42.784960 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5719 2025.03.20 17:07:42.785008 [ 256 ] {9961f3e4-b988-48f5-b8a2-4069e28d7f53} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.008817 sec., 3062.2660768969035 rows/sec., 5.49 MiB/sec.
5720 2025.03.20 17:07:42.785358 [ 191 ] {6749d887-00ac-4b26-87ae-2852b00353b1::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
5721 2025.03.20 17:07:42.785503 [ 256 ] {9961f3e4-b988-48f5-b8a2-4069e28d7f53} <Debug> TCPHandler: Processed in 0.010332658 sec.
5722 2025.03.20 17:07:42.785815 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5723 2025.03.20 17:07:42.786217 [ 256 ] {642a596a-8c4c-4b19-ab51-3b3a80858736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5724 2025.03.20 17:07:42.786532 [ 256 ] {642a596a-8c4c-4b19-ab51-3b3a80858736} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5725 2025.03.20 17:07:42.786686 [ 194 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13494 rows, containing 5 columns (5 merged, 0 gathered) in 0.011586011 sec., 1164680.4063969902 rows/sec., 79.86 MiB/sec.
5726 2025.03.20 17:07:42.786891 [ 191 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5727 2025.03.20 17:07:42.787202 [ 194 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
5728 2025.03.20 17:07:42.787239 [ 191 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 542 rows starting from the beginning of the part
5729 2025.03.20 17:07:42.788274 [ 194 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5730 2025.03.20 17:07:42.788593 [ 194 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
5731 2025.03.20 17:07:42.788628 [ 191 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 27 rows starting from the beginning of the part
5732 2025.03.20 17:07:42.788848 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.66 MiB.
5733 2025.03.20 17:07:42.789564 [ 191 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 12 rows starting from the beginning of the part
5734 2025.03.20 17:07:42.789631 [ 256 ] {642a596a-8c4c-4b19-ab51-3b3a80858736} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5735 2025.03.20 17:07:42.789709 [ 256 ] {642a596a-8c4c-4b19-ab51-3b3a80858736} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5736 2025.03.20 17:07:42.790235 [ 191 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 27 rows starting from the beginning of the part
5737 2025.03.20 17:07:42.790930 [ 191 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 12 rows starting from the beginning of the part
5738 2025.03.20 17:07:42.791402 [ 256 ] {642a596a-8c4c-4b19-ab51-3b3a80858736} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
5739 2025.03.20 17:07:42.791580 [ 191 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 27 rows starting from the beginning of the part
5740 2025.03.20 17:07:42.792236 [ 256 ] {642a596a-8c4c-4b19-ab51-3b3a80858736} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5741 2025.03.20 17:07:42.792618 [ 104 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
5742 2025.03.20 17:07:42.792720 [ 104 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5743 2025.03.20 17:07:42.792817 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5744 2025.03.20 17:07:42.793019 [ 256 ] {642a596a-8c4c-4b19-ab51-3b3a80858736} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00692 sec., 8670.520231213874 rows/sec., 598.36 KiB/sec.
5745 2025.03.20 17:07:42.793324 [ 256 ] {642a596a-8c4c-4b19-ab51-3b3a80858736} <Debug> TCPHandler: Processed in 0.007615259 sec.
5746 2025.03.20 17:07:42.793333 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
5747 2025.03.20 17:07:42.793626 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5748 2025.03.20 17:07:42.793684 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2214 rows starting from the beginning of the part
5749 2025.03.20 17:07:42.793929 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
5750 2025.03.20 17:07:42.794208 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part
5751 2025.03.20 17:07:42.794350 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part
5752 2025.03.20 17:07:42.794565 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part
5753 2025.03.20 17:07:42.794644 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part
5754 2025.03.20 17:07:42.796695 [ 194 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2514 rows, containing 4 columns (4 merged, 0 gathered) in 0.003681389 sec., 682894.4183839306 rows/sec., 45.97 MiB/sec.
5755 2025.03.20 17:07:42.797192 [ 196 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
5756 2025.03.20 17:07:42.797664 [ 196 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_51_10} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5757 2025.03.20 17:07:42.797762 [ 196 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_51_10} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
5758 2025.03.20 17:07:42.798342 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB.
5759 2025.03.20 17:07:42.802432 [ 200 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 647 rows, containing 19 columns (19 merged, 0 gathered) in 0.017380592 sec., 37225.42937547812 rows/sec., 66.71 MiB/sec.
5760 2025.03.20 17:07:42.803252 [ 197 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5761 2025.03.20 17:07:42.803693 [ 197 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5762 2025.03.20 17:07:42.803772 [ 197 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5763 2025.03.20 17:07:42.803926 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.48 MiB.
5764 2025.03.20 17:07:43.000242 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 195.38 MiB, peak 202.83 MiB, free memory in arenas 0.00 B, will set to 197.76 MiB (RSS), difference: 2.38 MiB
5765 2025.03.20 17:07:43.188743 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227
5766 2025.03.20 17:07:43.211522 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5767 2025.03.20 17:07:43.211575 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5768 2025.03.20 17:07:43.219012 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5769 2025.03.20 17:07:43.219794 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5770 2025.03.20 17:07:43.222638 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227
5771 2025.03.20 17:07:45.017571 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5772 2025.03.20 17:07:45.017782 [ 256 ] {0ddf0b32-9c47-4779-a210-9d417ca5e73e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5773 2025.03.20 17:07:45.017861 [ 256 ] {0ddf0b32-9c47-4779-a210-9d417ca5e73e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5774 2025.03.20 17:07:45.018647 [ 256 ] {0ddf0b32-9c47-4779-a210-9d417ca5e73e} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5775 2025.03.20 17:07:45.018699 [ 256 ] {0ddf0b32-9c47-4779-a210-9d417ca5e73e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5776 2025.03.20 17:07:45.019146 [ 256 ] {0ddf0b32-9c47-4779-a210-9d417ca5e73e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
5777 2025.03.20 17:07:45.019422 [ 256 ] {0ddf0b32-9c47-4779-a210-9d417ca5e73e} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5778 2025.03.20 17:07:45.019684 [ 256 ] {0ddf0b32-9c47-4779-a210-9d417ca5e73e} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001947 sec., 12326.656394453004 rows/sec., 1.02 MiB/sec.
5779 2025.03.20 17:07:45.019864 [ 256 ] {0ddf0b32-9c47-4779-a210-9d417ca5e73e} <Debug> TCPHandler: Processed in 0.002437285 sec.
5780 2025.03.20 17:07:45.020007 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5781 2025.03.20 17:07:45.020113 [ 256 ] {0d6b9653-ed88-4ae5-b83e-4fb48c5d3b74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5782 2025.03.20 17:07:45.020163 [ 256 ] {0d6b9653-ed88-4ae5-b83e-4fb48c5d3b74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5783 2025.03.20 17:07:45.021409 [ 256 ] {0d6b9653-ed88-4ae5-b83e-4fb48c5d3b74} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5784 2025.03.20 17:07:45.021450 [ 256 ] {0d6b9653-ed88-4ae5-b83e-4fb48c5d3b74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5785 2025.03.20 17:07:45.021919 [ 256 ] {0d6b9653-ed88-4ae5-b83e-4fb48c5d3b74} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
5786 2025.03.20 17:07:45.022181 [ 256 ] {0d6b9653-ed88-4ae5-b83e-4fb48c5d3b74} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5787 2025.03.20 17:07:45.022397 [ 256 ] {0d6b9653-ed88-4ae5-b83e-4fb48c5d3b74} <Debug> executeQuery: Read 1340 rows, 114.80 KiB in 0.002306 sec., 581092.8013876843 rows/sec., 48.61 MiB/sec.
5788 2025.03.20 17:07:45.022452 [ 256 ] {0d6b9653-ed88-4ae5-b83e-4fb48c5d3b74} <Debug> TCPHandler: Processed in 0.002496476 sec.
5789 2025.03.20 17:07:45.022573 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5790 2025.03.20 17:07:45.022680 [ 256 ] {59030b49-3861-47aa-99e7-7e7c3271152d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5791 2025.03.20 17:07:45.022725 [ 256 ] {59030b49-3861-47aa-99e7-7e7c3271152d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5792 2025.03.20 17:07:45.023259 [ 256 ] {59030b49-3861-47aa-99e7-7e7c3271152d} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5793 2025.03.20 17:07:45.023300 [ 256 ] {59030b49-3861-47aa-99e7-7e7c3271152d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5794 2025.03.20 17:07:45.023665 [ 256 ] {59030b49-3861-47aa-99e7-7e7c3271152d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5795 2025.03.20 17:07:45.023921 [ 256 ] {59030b49-3861-47aa-99e7-7e7c3271152d} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5796 2025.03.20 17:07:45.024154 [ 256 ] {59030b49-3861-47aa-99e7-7e7c3271152d} <Debug> executeQuery: Read 24 rows, 1.86 KiB in 0.001495 sec., 16053.511705685618 rows/sec., 1.22 MiB/sec.
5797 2025.03.20 17:07:45.024246 [ 256 ] {59030b49-3861-47aa-99e7-7e7c3271152d} <Debug> TCPHandler: Processed in 0.001723818 sec.
5798 2025.03.20 17:07:45.024397 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5799 2025.03.20 17:07:45.024499 [ 256 ] {da969926-4717-4883-a9f1-a87414288c85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5800 2025.03.20 17:07:45.024544 [ 256 ] {da969926-4717-4883-a9f1-a87414288c85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5801 2025.03.20 17:07:45.025138 [ 256 ] {da969926-4717-4883-a9f1-a87414288c85} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5802 2025.03.20 17:07:45.025179 [ 256 ] {da969926-4717-4883-a9f1-a87414288c85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5803 2025.03.20 17:07:45.025546 [ 256 ] {da969926-4717-4883-a9f1-a87414288c85} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
5804 2025.03.20 17:07:45.025791 [ 256 ] {da969926-4717-4883-a9f1-a87414288c85} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5805 2025.03.20 17:07:45.026059 [ 256 ] {da969926-4717-4883-a9f1-a87414288c85} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001574 sec., 160101.65184243963 rows/sec., 11.07 MiB/sec.
5806 2025.03.20 17:07:45.026180 [ 256 ] {da969926-4717-4883-a9f1-a87414288c85} <Debug> TCPHandler: Processed in 0.001847499 sec.
5807 2025.03.20 17:07:45.026290 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5808 2025.03.20 17:07:45.026388 [ 256 ] {9d19319c-59b5-424f-87db-97db7e3eae53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5809 2025.03.20 17:07:45.026431 [ 256 ] {9d19319c-59b5-424f-87db-97db7e3eae53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5810 2025.03.20 17:07:45.026928 [ 256 ] {9d19319c-59b5-424f-87db-97db7e3eae53} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5811 2025.03.20 17:07:45.026966 [ 256 ] {9d19319c-59b5-424f-87db-97db7e3eae53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5812 2025.03.20 17:07:45.027380 [ 256 ] {9d19319c-59b5-424f-87db-97db7e3eae53} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
5813 2025.03.20 17:07:45.027620 [ 256 ] {9d19319c-59b5-424f-87db-97db7e3eae53} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5814 2025.03.20 17:07:45.027852 [ 256 ] {9d19319c-59b5-424f-87db-97db7e3eae53} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001461 sec., 8213.552361396303 rows/sec., 641.68 KiB/sec.
5815 2025.03.20 17:07:45.027906 [ 256 ] {9d19319c-59b5-424f-87db-97db7e3eae53} <Debug> TCPHandler: Processed in 0.001654477 sec.
5816 2025.03.20 17:07:45.028040 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5817 2025.03.20 17:07:45.028176 [ 256 ] {7228025d-16b0-456f-b65f-2142797f6417} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5818 2025.03.20 17:07:45.028234 [ 256 ] {7228025d-16b0-456f-b65f-2142797f6417} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5819 2025.03.20 17:07:45.029068 [ 256 ] {7228025d-16b0-456f-b65f-2142797f6417} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5820 2025.03.20 17:07:45.029113 [ 256 ] {7228025d-16b0-456f-b65f-2142797f6417} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5821 2025.03.20 17:07:45.029508 [ 256 ] {7228025d-16b0-456f-b65f-2142797f6417} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
5822 2025.03.20 17:07:45.029758 [ 256 ] {7228025d-16b0-456f-b65f-2142797f6417} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5823 2025.03.20 17:07:45.029983 [ 256 ] {7228025d-16b0-456f-b65f-2142797f6417} <Debug> executeQuery: Read 568 rows, 43.62 KiB in 0.001832 sec., 310043.6681222707 rows/sec., 23.25 MiB/sec.
5824 2025.03.20 17:07:45.030058 [ 256 ] {7228025d-16b0-456f-b65f-2142797f6417} <Debug> TCPHandler: Processed in 0.002082041 sec.
5825 2025.03.20 17:07:45.030301 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5826 2025.03.20 17:07:45.030428 [ 256 ] {cfddffa0-1542-4ebc-85fc-74b640e804d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5827 2025.03.20 17:07:45.030480 [ 256 ] {cfddffa0-1542-4ebc-85fc-74b640e804d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5828 2025.03.20 17:07:45.031195 [ 256 ] {cfddffa0-1542-4ebc-85fc-74b640e804d6} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5829 2025.03.20 17:07:45.031235 [ 256 ] {cfddffa0-1542-4ebc-85fc-74b640e804d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5830 2025.03.20 17:07:45.031676 [ 256 ] {cfddffa0-1542-4ebc-85fc-74b640e804d6} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
5831 2025.03.20 17:07:45.031932 [ 256 ] {cfddffa0-1542-4ebc-85fc-74b640e804d6} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5832 2025.03.20 17:07:45.032153 [ 256 ] {cfddffa0-1542-4ebc-85fc-74b640e804d6} <Debug> executeQuery: Read 976 rows, 67.51 KiB in 0.001741 sec., 560597.3578403217 rows/sec., 37.87 MiB/sec.
5833 2025.03.20 17:07:45.032248 [ 256 ] {cfddffa0-1542-4ebc-85fc-74b640e804d6} <Debug> TCPHandler: Processed in 0.002040451 sec.
5834 2025.03.20 17:07:45.032433 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5835 2025.03.20 17:07:45.032576 [ 256 ] {fedca779-a9b1-433c-95eb-e056da25a622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5836 2025.03.20 17:07:45.032646 [ 256 ] {fedca779-a9b1-433c-95eb-e056da25a622} <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
5837 2025.03.20 17:07:45.033712 [ 256 ] {fedca779-a9b1-433c-95eb-e056da25a622} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5838 2025.03.20 17:07:45.033751 [ 256 ] {fedca779-a9b1-433c-95eb-e056da25a622} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5839 2025.03.20 17:07:45.034354 [ 256 ] {fedca779-a9b1-433c-95eb-e056da25a622} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5840 2025.03.20 17:07:45.034609 [ 256 ] {fedca779-a9b1-433c-95eb-e056da25a622} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5841 2025.03.20 17:07:45.034841 [ 256 ] {fedca779-a9b1-433c-95eb-e056da25a622} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002288 sec., 5244.755244755244 rows/sec., 9.40 MiB/sec.
5842 2025.03.20 17:07:45.034933 [ 256 ] {fedca779-a9b1-433c-95eb-e056da25a622} <Debug> TCPHandler: Processed in 0.002597657 sec.
5843 2025.03.20 17:07:45.035043 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5844 2025.03.20 17:07:45.035144 [ 256 ] {c1ec0209-632f-4446-822e-79d969100db5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5845 2025.03.20 17:07:45.035191 [ 256 ] {c1ec0209-632f-4446-822e-79d969100db5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5846 2025.03.20 17:07:45.035630 [ 256 ] {c1ec0209-632f-4446-822e-79d969100db5} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5847 2025.03.20 17:07:45.035669 [ 256 ] {c1ec0209-632f-4446-822e-79d969100db5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5848 2025.03.20 17:07:45.036018 [ 256 ] {c1ec0209-632f-4446-822e-79d969100db5} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
5849 2025.03.20 17:07:45.036255 [ 256 ] {c1ec0209-632f-4446-822e-79d969100db5} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5850 2025.03.20 17:07:45.036463 [ 256 ] {c1ec0209-632f-4446-822e-79d969100db5} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.00134 sec., 25373.134328358206 rows/sec., 1.72 MiB/sec.
5851 2025.03.20 17:07:45.036512 [ 256 ] {c1ec0209-632f-4446-822e-79d969100db5} <Debug> TCPHandler: Processed in 0.001517516 sec.
5852 2025.03.20 17:07:47.313103 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 800
5853 2025.03.20 17:07:47.316645 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5854 2025.03.20 17:07:47.316704 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5855 2025.03.20 17:07:47.318164 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5856 2025.03.20 17:07:47.318486 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5857 2025.03.20 17:07:47.319876 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 800
5858 2025.03.20 17:07:47.750716 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5859 2025.03.20 17:07:47.750931 [ 256 ] {7f7979fb-9882-475a-9b9f-2e6c55ace3ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5860 2025.03.20 17:07:47.751012 [ 256 ] {7f7979fb-9882-475a-9b9f-2e6c55ace3ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5861 2025.03.20 17:07:47.751856 [ 256 ] {7f7979fb-9882-475a-9b9f-2e6c55ace3ff} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5862 2025.03.20 17:07:47.751907 [ 256 ] {7f7979fb-9882-475a-9b9f-2e6c55ace3ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5863 2025.03.20 17:07:47.752348 [ 256 ] {7f7979fb-9882-475a-9b9f-2e6c55ace3ff} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
5864 2025.03.20 17:07:47.752616 [ 256 ] {7f7979fb-9882-475a-9b9f-2e6c55ace3ff} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5865 2025.03.20 17:07:47.752868 [ 256 ] {7f7979fb-9882-475a-9b9f-2e6c55ace3ff} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001998 sec., 28028.028028028024 rows/sec., 2.15 MiB/sec.
5866 2025.03.20 17:07:47.752935 [ 256 ] {7f7979fb-9882-475a-9b9f-2e6c55ace3ff} <Debug> TCPHandler: Processed in 0.002363405 sec.
5867 2025.03.20 17:07:47.753085 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5868 2025.03.20 17:07:47.753231 [ 256 ] {b4af9e41-5dd6-435a-bb92-a711fc640c91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5869 2025.03.20 17:07:47.753290 [ 256 ] {b4af9e41-5dd6-435a-bb92-a711fc640c91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5870 2025.03.20 17:07:47.753977 [ 256 ] {b4af9e41-5dd6-435a-bb92-a711fc640c91} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5871 2025.03.20 17:07:47.754019 [ 256 ] {b4af9e41-5dd6-435a-bb92-a711fc640c91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5872 2025.03.20 17:07:47.754391 [ 256 ] {b4af9e41-5dd6-435a-bb92-a711fc640c91} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
5873 2025.03.20 17:07:47.754637 [ 256 ] {b4af9e41-5dd6-435a-bb92-a711fc640c91} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5874 2025.03.20 17:07:47.754856 [ 256 ] {b4af9e41-5dd6-435a-bb92-a711fc640c91} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001659 sec., 38577.45629897528 rows/sec., 3.01 MiB/sec.
5875 2025.03.20 17:07:47.754910 [ 256 ] {b4af9e41-5dd6-435a-bb92-a711fc640c91} <Debug> TCPHandler: Processed in 0.00189479 sec.
5876 2025.03.20 17:07:47.755030 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5877 2025.03.20 17:07:47.755136 [ 256 ] {c77a5afa-0cd1-403e-b035-e764c90a060d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5878 2025.03.20 17:07:47.755188 [ 256 ] {c77a5afa-0cd1-403e-b035-e764c90a060d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5879 2025.03.20 17:07:47.755681 [ 256 ] {c77a5afa-0cd1-403e-b035-e764c90a060d} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5880 2025.03.20 17:07:47.755720 [ 256 ] {c77a5afa-0cd1-403e-b035-e764c90a060d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5881 2025.03.20 17:07:47.756099 [ 256 ] {c77a5afa-0cd1-403e-b035-e764c90a060d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
5882 2025.03.20 17:07:47.756351 [ 256 ] {c77a5afa-0cd1-403e-b035-e764c90a060d} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5883 2025.03.20 17:07:47.756590 [ 256 ] {c77a5afa-0cd1-403e-b035-e764c90a060d} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.001468 sec., 44959.128065395096 rows/sec., 3.14 MiB/sec.
5884 2025.03.20 17:07:47.756659 [ 256 ] {c77a5afa-0cd1-403e-b035-e764c90a060d} <Debug> TCPHandler: Processed in 0.001680668 sec.
5885 2025.03.20 17:07:47.756909 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5886 2025.03.20 17:07:47.757046 [ 256 ] {ed337527-43e8-4bc6-905b-7e566d72592d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5887 2025.03.20 17:07:47.757095 [ 256 ] {ed337527-43e8-4bc6-905b-7e566d72592d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5888 2025.03.20 17:07:47.757535 [ 256 ] {ed337527-43e8-4bc6-905b-7e566d72592d} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5889 2025.03.20 17:07:47.757574 [ 256 ] {ed337527-43e8-4bc6-905b-7e566d72592d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5890 2025.03.20 17:07:47.757928 [ 256 ] {ed337527-43e8-4bc6-905b-7e566d72592d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
5891 2025.03.20 17:07:47.758168 [ 256 ] {ed337527-43e8-4bc6-905b-7e566d72592d} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5892 2025.03.20 17:07:47.758379 [ 256 ] {ed337527-43e8-4bc6-905b-7e566d72592d} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001356 sec., 19174.041297935102 rows/sec., 1.28 MiB/sec.
5893 2025.03.20 17:07:47.758429 [ 256 ] {ed337527-43e8-4bc6-905b-7e566d72592d} <Debug> TCPHandler: Processed in 0.001617146 sec.
5894 2025.03.20 17:07:49.751003 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213
5895 2025.03.20 17:07:49.751922 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5896 2025.03.20 17:07:49.751980 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5897 2025.03.20 17:07:49.752533 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5898 2025.03.20 17:07:49.752800 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5899 2025.03.20 17:07:49.753056 [ 131 ] {} <Debug> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5900 2025.03.20 17:07:49.753085 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213
5901 2025.03.20 17:07:49.753188 [ 131 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5902 2025.03.20 17:07:49.753238 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5903 2025.03.20 17:07:49.753412 [ 198 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::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
5904 2025.03.20 17:07:49.753585 [ 198 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5905 2025.03.20 17:07:49.753632 [ 198 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::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
5906 2025.03.20 17:07:49.753718 [ 198 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 427 rows starting from the beginning of the part
5907 2025.03.20 17:07:49.753821 [ 198 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 488 rows starting from the beginning of the part
5908 2025.03.20 17:07:49.754137 [ 198 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 427 rows starting from the beginning of the part
5909 2025.03.20 17:07:49.754298 [ 198 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 488 rows starting from the beginning of the part
5910 2025.03.20 17:07:49.754500 [ 198 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 427 rows starting from the beginning of the part
5911 2025.03.20 17:07:49.756688 [ 192 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.003352575 sec., 4239427.902433204 rows/sec., 60.65 MiB/sec.
5912 2025.03.20 17:07:49.757117 [ 187 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5913 2025.03.20 17:07:49.757463 [ 187 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_31_6} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5914 2025.03.20 17:07:49.757556 [ 187 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_31_6} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5915 2025.03.20 17:07:49.757673 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB.
5916 2025.03.20 17:07:50.722828 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234
5917 2025.03.20 17:07:50.744669 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5918 2025.03.20 17:07:50.744727 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5919 2025.03.20 17:07:50.752562 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5920 2025.03.20 17:07:50.753344 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5921 2025.03.20 17:07:50.753814 [ 144 ] {} <Debug> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5922 2025.03.20 17:07:50.754015 [ 144 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5923 2025.03.20 17:07:50.754118 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5924 2025.03.20 17:07:50.754573 [ 198 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
5925 2025.03.20 17:07:50.768280 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234
5926 2025.03.20 17:07:50.770240 [ 198 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5927 2025.03.20 17:07:50.771775 [ 198 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
5928 2025.03.20 17:07:50.777332 [ 198 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
5929 2025.03.20 17:07:50.783255 [ 198 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
5930 2025.03.20 17:07:50.789165 [ 198 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
5931 2025.03.20 17:07:50.795277 [ 198 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
5932 2025.03.20 17:07:50.800057 [ 198 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
5933 2025.03.20 17:07:50.865407 [ 192 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.11113718 sec., 2105.50600618083 rows/sec., 10.89 MiB/sec.
5934 2025.03.20 17:07:50.868097 [ 192 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5935 2025.03.20 17:07:50.870991 [ 192 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_31_6} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5936 2025.03.20 17:07:50.871126 [ 192 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_31_6} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5937 2025.03.20 17:07:50.873364 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
5938 2025.03.20 17:07:52.756559 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5939 2025.03.20 17:07:52.756866 [ 256 ] {34e4a31e-142e-49de-8bdd-480618691f10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5940 2025.03.20 17:07:52.756984 [ 256 ] {34e4a31e-142e-49de-8bdd-480618691f10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5941 2025.03.20 17:07:52.757913 [ 256 ] {34e4a31e-142e-49de-8bdd-480618691f10} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5942 2025.03.20 17:07:52.757970 [ 256 ] {34e4a31e-142e-49de-8bdd-480618691f10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5943 2025.03.20 17:07:52.758424 [ 256 ] {34e4a31e-142e-49de-8bdd-480618691f10} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
5944 2025.03.20 17:07:52.758679 [ 256 ] {34e4a31e-142e-49de-8bdd-480618691f10} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5945 2025.03.20 17:07:52.758944 [ 256 ] {34e4a31e-142e-49de-8bdd-480618691f10} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002163 sec., 50855.29357374018 rows/sec., 4.27 MiB/sec.
5946 2025.03.20 17:07:52.759012 [ 256 ] {34e4a31e-142e-49de-8bdd-480618691f10} <Debug> TCPHandler: Processed in 0.002653148 sec.
5947 2025.03.20 17:07:52.759157 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5948 2025.03.20 17:07:52.759302 [ 256 ] {7fe38dd4-3c90-4d36-9420-c9f5b0b44998} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5949 2025.03.20 17:07:52.759361 [ 256 ] {7fe38dd4-3c90-4d36-9420-c9f5b0b44998} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5950 2025.03.20 17:07:52.760032 [ 256 ] {7fe38dd4-3c90-4d36-9420-c9f5b0b44998} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5951 2025.03.20 17:07:52.760082 [ 256 ] {7fe38dd4-3c90-4d36-9420-c9f5b0b44998} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5952 2025.03.20 17:07:52.760466 [ 256 ] {7fe38dd4-3c90-4d36-9420-c9f5b0b44998} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5953 2025.03.20 17:07:52.760715 [ 256 ] {7fe38dd4-3c90-4d36-9420-c9f5b0b44998} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5954 2025.03.20 17:07:52.760926 [ 256 ] {7fe38dd4-3c90-4d36-9420-c9f5b0b44998} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001659 sec., 16274.864376130197 rows/sec., 1.20 MiB/sec.
5955 2025.03.20 17:07:52.760978 [ 256 ] {7fe38dd4-3c90-4d36-9420-c9f5b0b44998} <Debug> TCPHandler: Processed in 0.0018895 sec.
5956 2025.03.20 17:07:52.761085 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5957 2025.03.20 17:07:52.761190 [ 256 ] {876fccad-5f23-439f-b4a7-7a535fb41138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5958 2025.03.20 17:07:52.761236 [ 256 ] {876fccad-5f23-439f-b4a7-7a535fb41138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5959 2025.03.20 17:07:52.761795 [ 256 ] {876fccad-5f23-439f-b4a7-7a535fb41138} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5960 2025.03.20 17:07:52.761835 [ 256 ] {876fccad-5f23-439f-b4a7-7a535fb41138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5961 2025.03.20 17:07:52.762194 [ 256 ] {876fccad-5f23-439f-b4a7-7a535fb41138} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
5962 2025.03.20 17:07:52.762443 [ 256 ] {876fccad-5f23-439f-b4a7-7a535fb41138} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5963 2025.03.20 17:07:52.762681 [ 256 ] {876fccad-5f23-439f-b4a7-7a535fb41138} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.00151 sec., 60264.90066225165 rows/sec., 4.71 MiB/sec.
5964 2025.03.20 17:07:52.762790 [ 256 ] {876fccad-5f23-439f-b4a7-7a535fb41138} <Debug> TCPHandler: Processed in 0.001754198 sec.
5965 2025.03.20 17:07:52.762933 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5966 2025.03.20 17:07:52.763239 [ 256 ] {4f366da6-68ef-45ec-a589-bbab51bf6bbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5967 2025.03.20 17:07:52.763371 [ 256 ] {4f366da6-68ef-45ec-a589-bbab51bf6bbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5968 2025.03.20 17:07:52.763926 [ 256 ] {4f366da6-68ef-45ec-a589-bbab51bf6bbd} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5969 2025.03.20 17:07:52.763964 [ 256 ] {4f366da6-68ef-45ec-a589-bbab51bf6bbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5970 2025.03.20 17:07:52.764353 [ 256 ] {4f366da6-68ef-45ec-a589-bbab51bf6bbd} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
5971 2025.03.20 17:07:52.764604 [ 256 ] {4f366da6-68ef-45ec-a589-bbab51bf6bbd} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5972 2025.03.20 17:07:52.764811 [ 256 ] {4f366da6-68ef-45ec-a589-bbab51bf6bbd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001698 sec., 94228.50412249705 rows/sec., 6.56 MiB/sec.
5973 2025.03.20 17:07:52.764863 [ 256 ] {4f366da6-68ef-45ec-a589-bbab51bf6bbd} <Debug> TCPHandler: Processed in 0.00201165 sec.
5974 2025.03.20 17:07:52.764968 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5975 2025.03.20 17:07:52.765070 [ 256 ] {3a74cff0-64a2-468d-a25b-08b9cb8688a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5976 2025.03.20 17:07:52.765135 [ 256 ] {3a74cff0-64a2-468d-a25b-08b9cb8688a8} <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
5977 2025.03.20 17:07:52.766282 [ 256 ] {3a74cff0-64a2-468d-a25b-08b9cb8688a8} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5978 2025.03.20 17:07:52.766321 [ 256 ] {3a74cff0-64a2-468d-a25b-08b9cb8688a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5979 2025.03.20 17:07:52.766960 [ 256 ] {3a74cff0-64a2-468d-a25b-08b9cb8688a8} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5980 2025.03.20 17:07:52.767216 [ 256 ] {3a74cff0-64a2-468d-a25b-08b9cb8688a8} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5981 2025.03.20 17:07:52.767514 [ 256 ] {3a74cff0-64a2-468d-a25b-08b9cb8688a8} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002483 sec., 10873.942811115587 rows/sec., 19.49 MiB/sec.
5982 2025.03.20 17:07:52.768004 [ 256 ] {3a74cff0-64a2-468d-a25b-08b9cb8688a8} <Debug> TCPHandler: Processed in 0.003134523 sec.
5983 2025.03.20 17:07:52.768269 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5984 2025.03.20 17:07:52.768375 [ 256 ] {ef09b682-06fa-457a-b0aa-90718233dbc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5985 2025.03.20 17:07:52.768424 [ 256 ] {ef09b682-06fa-457a-b0aa-90718233dbc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5986 2025.03.20 17:07:52.768905 [ 256 ] {ef09b682-06fa-457a-b0aa-90718233dbc6} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5987 2025.03.20 17:07:52.768944 [ 256 ] {ef09b682-06fa-457a-b0aa-90718233dbc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5988 2025.03.20 17:07:52.769304 [ 256 ] {ef09b682-06fa-457a-b0aa-90718233dbc6} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
5989 2025.03.20 17:07:52.769538 [ 256 ] {ef09b682-06fa-457a-b0aa-90718233dbc6} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5990 2025.03.20 17:07:52.769737 [ 256 ] {ef09b682-06fa-457a-b0aa-90718233dbc6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00138 sec., 43478.260869565216 rows/sec., 2.93 MiB/sec.
5991 2025.03.20 17:07:52.769827 [ 256 ] {ef09b682-06fa-457a-b0aa-90718233dbc6} <Debug> TCPHandler: Processed in 0.001606616 sec.
5992 2025.03.20 17:07:57.127167 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache
5993 2025.03.20 17:07:57.127277 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache
5994 2025.03.20 17:07:57.253395 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701
5995 2025.03.20 17:07:57.254558 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5996 2025.03.20 17:07:57.254647 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
5997 2025.03.20 17:07:57.255254 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5998 2025.03.20 17:07:57.255517 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5999 2025.03.20 17:07:57.255722 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701
6000 2025.03.20 17:07:57.320250 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 820
6001 2025.03.20 17:07:57.323099 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6002 2025.03.20 17:07:57.323155 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
6003 2025.03.20 17:07:57.324649 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6004 2025.03.20 17:07:57.324967 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6005 2025.03.20 17:07:57.325626 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 820
6006 2025.03.20 17:07:57.756159 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6007 2025.03.20 17:07:57.756381 [ 256 ] {e67dbea9-c04c-401f-94f5-70be0f6b5713} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6008 2025.03.20 17:07:57.756466 [ 256 ] {e67dbea9-c04c-401f-94f5-70be0f6b5713} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6009 2025.03.20 17:07:57.757493 [ 256 ] {e67dbea9-c04c-401f-94f5-70be0f6b5713} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6010 2025.03.20 17:07:57.757550 [ 256 ] {e67dbea9-c04c-401f-94f5-70be0f6b5713} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
6011 2025.03.20 17:07:57.758006 [ 256 ] {e67dbea9-c04c-401f-94f5-70be0f6b5713} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
6012 2025.03.20 17:07:57.758267 [ 256 ] {e67dbea9-c04c-401f-94f5-70be0f6b5713} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6013 2025.03.20 17:07:57.758511 [ 256 ] {e67dbea9-c04c-401f-94f5-70be0f6b5713} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.002193 sec., 36479.7081623347 rows/sec., 3.02 MiB/sec.
6014 2025.03.20 17:07:57.758575 [ 256 ] {e67dbea9-c04c-401f-94f5-70be0f6b5713} <Debug> TCPHandler: Processed in 0.002561777 sec.
6015 2025.03.20 17:07:57.758707 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6016 2025.03.20 17:07:57.758820 [ 256 ] {88195c29-cdb9-4a4b-b8e3-106941458474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6017 2025.03.20 17:07:57.758871 [ 256 ] {88195c29-cdb9-4a4b-b8e3-106941458474} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6018 2025.03.20 17:07:57.759402 [ 256 ] {88195c29-cdb9-4a4b-b8e3-106941458474} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6019 2025.03.20 17:07:57.759443 [ 256 ] {88195c29-cdb9-4a4b-b8e3-106941458474} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
6020 2025.03.20 17:07:57.759802 [ 256 ] {88195c29-cdb9-4a4b-b8e3-106941458474} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6021 2025.03.20 17:07:57.760041 [ 256 ] {88195c29-cdb9-4a4b-b8e3-106941458474} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6022 2025.03.20 17:07:57.760293 [ 256 ] {88195c29-cdb9-4a4b-b8e3-106941458474} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001491 sec., 8048.289738430584 rows/sec., 605.19 KiB/sec.
6023 2025.03.20 17:07:57.760358 [ 256 ] {88195c29-cdb9-4a4b-b8e3-106941458474} <Debug> TCPHandler: Processed in 0.001703488 sec.
6024 2025.03.20 17:07:57.760648 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6025 2025.03.20 17:07:57.760861 [ 256 ] {e636c952-245d-4663-acd8-b885081b7ffc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6026 2025.03.20 17:07:57.760909 [ 256 ] {e636c952-245d-4663-acd8-b885081b7ffc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6027 2025.03.20 17:07:57.761466 [ 256 ] {e636c952-245d-4663-acd8-b885081b7ffc} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6028 2025.03.20 17:07:57.761507 [ 256 ] {e636c952-245d-4663-acd8-b885081b7ffc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
6029 2025.03.20 17:07:57.761861 [ 256 ] {e636c952-245d-4663-acd8-b885081b7ffc} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
6030 2025.03.20 17:07:57.762107 [ 256 ] {e636c952-245d-4663-acd8-b885081b7ffc} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6031 2025.03.20 17:07:57.762325 [ 256 ] {e636c952-245d-4663-acd8-b885081b7ffc} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001517 sec., 50098.879367172056 rows/sec., 3.91 MiB/sec.
6032 2025.03.20 17:07:57.762377 [ 256 ] {e636c952-245d-4663-acd8-b885081b7ffc} <Debug> TCPHandler: Processed in 0.001838429 sec.
6033 2025.03.20 17:07:57.762479 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6034 2025.03.20 17:07:57.762580 [ 256 ] {7b033a84-cac6-48fe-a57b-64f717fc76ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6035 2025.03.20 17:07:57.762630 [ 256 ] {7b033a84-cac6-48fe-a57b-64f717fc76ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6036 2025.03.20 17:07:57.763154 [ 256 ] {7b033a84-cac6-48fe-a57b-64f717fc76ad} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6037 2025.03.20 17:07:57.763193 [ 256 ] {7b033a84-cac6-48fe-a57b-64f717fc76ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
6038 2025.03.20 17:07:57.763639 [ 256 ] {7b033a84-cac6-48fe-a57b-64f717fc76ad} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
6039 2025.03.20 17:07:57.763881 [ 256 ] {7b033a84-cac6-48fe-a57b-64f717fc76ad} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6040 2025.03.20 17:07:57.764092 [ 256 ] {7b033a84-cac6-48fe-a57b-64f717fc76ad} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001534 sec., 104302.47718383312 rows/sec., 7.26 MiB/sec.
6041 2025.03.20 17:07:57.764143 [ 256 ] {7b033a84-cac6-48fe-a57b-64f717fc76ad} <Debug> TCPHandler: Processed in 0.001713428 sec.
6042 2025.03.20 17:07:57.764249 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6043 2025.03.20 17:07:57.764356 [ 256 ] {fc59529c-4e81-4de6-8d8b-c27474f71d9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6044 2025.03.20 17:07:57.764423 [ 256 ] {fc59529c-4e81-4de6-8d8b-c27474f71d9d} <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
6045 2025.03.20 17:07:57.765480 [ 256 ] {fc59529c-4e81-4de6-8d8b-c27474f71d9d} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6046 2025.03.20 17:07:57.765519 [ 256 ] {fc59529c-4e81-4de6-8d8b-c27474f71d9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
6047 2025.03.20 17:07:57.766143 [ 256 ] {fc59529c-4e81-4de6-8d8b-c27474f71d9d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6048 2025.03.20 17:07:57.766405 [ 256 ] {fc59529c-4e81-4de6-8d8b-c27474f71d9d} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6049 2025.03.20 17:07:57.766663 [ 256 ] {fc59529c-4e81-4de6-8d8b-c27474f71d9d} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002329 sec., 5152.425933877201 rows/sec., 9.23 MiB/sec.
6050 2025.03.20 17:07:57.766757 [ 256 ] {fc59529c-4e81-4de6-8d8b-c27474f71d9d} <Debug> TCPHandler: Processed in 0.002557687 sec.
6051 2025.03.20 17:07:57.766891 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6052 2025.03.20 17:07:57.766997 [ 256 ] {afa687d3-f907-440a-8e12-6958ad2b99b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6053 2025.03.20 17:07:57.767043 [ 256 ] {afa687d3-f907-440a-8e12-6958ad2b99b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6054 2025.03.20 17:07:57.767483 [ 256 ] {afa687d3-f907-440a-8e12-6958ad2b99b7} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6055 2025.03.20 17:07:57.767522 [ 256 ] {afa687d3-f907-440a-8e12-6958ad2b99b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
6056 2025.03.20 17:07:57.767879 [ 256 ] {afa687d3-f907-440a-8e12-6958ad2b99b7} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
6057 2025.03.20 17:07:57.768128 [ 256 ] {afa687d3-f907-440a-8e12-6958ad2b99b7} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6058 2025.03.20 17:07:57.768338 [ 256 ] {afa687d3-f907-440a-8e12-6958ad2b99b7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001363 sec., 44020.542920029344 rows/sec., 2.97 MiB/sec.
6059 2025.03.20 17:07:57.768387 [ 256 ] {afa687d3-f907-440a-8e12-6958ad2b99b7} <Debug> TCPHandler: Processed in 0.001545696 sec.
6060 2025.03.20 17:07:58.001877 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001269073 sec.
6061 2025.03.20 17:07:58.268483 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242
6062 2025.03.20 17:07:58.288257 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6063 2025.03.20 17:07:58.288315 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
6064 2025.03.20 17:07:58.295405 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6065 2025.03.20 17:07:58.296175 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6066 2025.03.20 17:07:58.298810 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242
6067 2025.03.20 17:08:02.757097 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6068 2025.03.20 17:08:02.757330 [ 256 ] {56c7c161-ab80-498f-b39c-a4cefa2e0040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6069 2025.03.20 17:08:02.757418 [ 256 ] {56c7c161-ab80-498f-b39c-a4cefa2e0040} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6070 2025.03.20 17:08:02.758245 [ 256 ] {56c7c161-ab80-498f-b39c-a4cefa2e0040} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6071 2025.03.20 17:08:02.758300 [ 256 ] {56c7c161-ab80-498f-b39c-a4cefa2e0040} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
6072 2025.03.20 17:08:02.758750 [ 256 ] {56c7c161-ab80-498f-b39c-a4cefa2e0040} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
6073 2025.03.20 17:08:02.759023 [ 256 ] {56c7c161-ab80-498f-b39c-a4cefa2e0040} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6074 2025.03.20 17:08:02.759290 [ 256 ] {56c7c161-ab80-498f-b39c-a4cefa2e0040} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002013 sec., 1987.083954297069 rows/sec., 162.03 KiB/sec.
6075 2025.03.20 17:08:02.759482 [ 256 ] {56c7c161-ab80-498f-b39c-a4cefa2e0040} <Debug> TCPHandler: Processed in 0.002530067 sec.
6076 2025.03.20 17:08:02.759612 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6077 2025.03.20 17:08:02.759726 [ 256 ] {e1c5db2c-9024-4132-909d-aef59a5c34fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6078 2025.03.20 17:08:02.759776 [ 256 ] {e1c5db2c-9024-4132-909d-aef59a5c34fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6079 2025.03.20 17:08:02.760404 [ 256 ] {e1c5db2c-9024-4132-909d-aef59a5c34fd} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6080 2025.03.20 17:08:02.760448 [ 256 ] {e1c5db2c-9024-4132-909d-aef59a5c34fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
6081 2025.03.20 17:08:02.760855 [ 256 ] {e1c5db2c-9024-4132-909d-aef59a5c34fd} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
6082 2025.03.20 17:08:02.761119 [ 256 ] {e1c5db2c-9024-4132-909d-aef59a5c34fd} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6083 2025.03.20 17:08:02.761292 [ 142 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
6084 2025.03.20 17:08:02.761358 [ 256 ] {e1c5db2c-9024-4132-909d-aef59a5c34fd} <Debug> executeQuery: Read 112 rows, 9.61 KiB in 0.001656 sec., 67632.8502415459 rows/sec., 5.67 MiB/sec.
6085 2025.03.20 17:08:02.761370 [ 142 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6086 2025.03.20 17:08:02.761442 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
6087 2025.03.20 17:08:02.761501 [ 256 ] {e1c5db2c-9024-4132-909d-aef59a5c34fd} <Debug> TCPHandler: Processed in 0.00194001 sec.
6088 2025.03.20 17:08:02.761729 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6089 2025.03.20 17:08:02.761729 [ 188 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::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
6090 2025.03.20 17:08:02.761918 [ 256 ] {c19a4ff0-bd03-4087-9ea9-40dd8fef19f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6091 2025.03.20 17:08:02.762033 [ 256 ] {c19a4ff0-bd03-4087-9ea9-40dd8fef19f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6092 2025.03.20 17:08:02.762074 [ 188 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6093 2025.03.20 17:08:02.762181 [ 188 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1404 rows starting from the beginning of the part
6094 2025.03.20 17:08:02.762539 [ 188 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1340 rows starting from the beginning of the part
6095 2025.03.20 17:08:02.762973 [ 188 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 56 rows starting from the beginning of the part
6096 2025.03.20 17:08:02.763374 [ 188 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 110 rows starting from the beginning of the part
6097 2025.03.20 17:08:02.763707 [ 188 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 80 rows starting from the beginning of the part
6098 2025.03.20 17:08:02.763890 [ 188 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 112 rows starting from the beginning of the part
6099 2025.03.20 17:08:02.764718 [ 256 ] {c19a4ff0-bd03-4087-9ea9-40dd8fef19f4} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6100 2025.03.20 17:08:02.764794 [ 256 ] {c19a4ff0-bd03-4087-9ea9-40dd8fef19f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
6101 2025.03.20 17:08:02.765727 [ 256 ] {c19a4ff0-bd03-4087-9ea9-40dd8fef19f4} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6102 2025.03.20 17:08:02.766250 [ 256 ] {c19a4ff0-bd03-4087-9ea9-40dd8fef19f4} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6103 2025.03.20 17:08:02.766572 [ 142 ] {} <Debug> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6104 2025.03.20 17:08:02.766671 [ 142 ] {} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6105 2025.03.20 17:08:02.766728 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
6106 2025.03.20 17:08:02.766772 [ 256 ] {c19a4ff0-bd03-4087-9ea9-40dd8fef19f4} <Debug> executeQuery: Read 31 rows, 2.31 KiB in 0.004916 sec., 6305.93978844589 rows/sec., 469.81 KiB/sec.
6107 2025.03.20 17:08:02.767045 [ 256 ] {c19a4ff0-bd03-4087-9ea9-40dd8fef19f4} <Debug> TCPHandler: Processed in 0.005384676 sec.
6108 2025.03.20 17:08:02.767078 [ 186 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::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
6109 2025.03.20 17:08:02.767313 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6110 2025.03.20 17:08:02.767627 [ 186 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6111 2025.03.20 17:08:02.767797 [ 186 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 69 rows starting from the beginning of the part
6112 2025.03.20 17:08:02.767898 [ 256 ] {122d2863-fe82-4766-85f4-d4a3d0bf4806} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6113 2025.03.20 17:08:02.768022 [ 189 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3102 rows, containing 5 columns (5 merged, 0 gathered) in 0.006461778 sec., 480053.63229748845 rows/sec., 41.98 MiB/sec.
6114 2025.03.20 17:08:02.768109 [ 256 ] {122d2863-fe82-4766-85f4-d4a3d0bf4806} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6115 2025.03.20 17:08:02.768283 [ 186 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 27 rows starting from the beginning of the part
6116 2025.03.20 17:08:02.768627 [ 189 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
6117 2025.03.20 17:08:02.768918 [ 186 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 24 rows starting from the beginning of the part
6118 2025.03.20 17:08:02.769451 [ 186 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 27 rows starting from the beginning of the part
6119 2025.03.20 17:08:02.769986 [ 188 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_56_11} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6120 2025.03.20 17:08:02.770080 [ 186 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 12 rows starting from the beginning of the part
6121 2025.03.20 17:08:02.770504 [ 188 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_56_11} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
6122 2025.03.20 17:08:02.770552 [ 186 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 31 rows starting from the beginning of the part
6123 2025.03.20 17:08:02.770907 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
6124 2025.03.20 17:08:02.771869 [ 256 ] {122d2863-fe82-4766-85f4-d4a3d0bf4806} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6125 2025.03.20 17:08:02.771928 [ 256 ] {122d2863-fe82-4766-85f4-d4a3d0bf4806} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
6126 2025.03.20 17:08:02.772981 [ 256 ] {122d2863-fe82-4766-85f4-d4a3d0bf4806} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
6127 2025.03.20 17:08:02.773435 [ 189 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 190 rows, containing 5 columns (5 merged, 0 gathered) in 0.006611009 sec., 28739.939697556 rows/sec., 2.22 MiB/sec.
6128 2025.03.20 17:08:02.773496 [ 256 ] {122d2863-fe82-4766-85f4-d4a3d0bf4806} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6129 2025.03.20 17:08:02.773597 [ 189 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6130 2025.03.20 17:08:02.773717 [ 142 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
6131 2025.03.20 17:08:02.773843 [ 142 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6132 2025.03.20 17:08:02.773915 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
6133 2025.03.20 17:08:02.773975 [ 256 ] {122d2863-fe82-4766-85f4-d4a3d0bf4806} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.006291 sec., 15100.937847718964 rows/sec., 1.18 MiB/sec.
6134 2025.03.20 17:08:02.774347 [ 256 ] {122d2863-fe82-4766-85f4-d4a3d0bf4806} <Debug> TCPHandler: Processed in 0.007205205 sec.
6135 2025.03.20 17:08:02.774424 [ 194 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::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
6136 2025.03.20 17:08:02.774568 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6137 2025.03.20 17:08:02.774612 [ 189 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_41_8} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6138 2025.03.20 17:08:02.774853 [ 194 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6139 2025.03.20 17:08:02.774910 [ 189 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_41_8} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6140 2025.03.20 17:08:02.774913 [ 256 ] {11ff10e7-0191-4257-8749-9de379b2c4a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6141 2025.03.20 17:08:02.774985 [ 194 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 631 rows starting from the beginning of the part
6142 2025.03.20 17:08:02.775108 [ 256 ] {11ff10e7-0191-4257-8749-9de379b2c4a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6143 2025.03.20 17:08:02.775169 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
6144 2025.03.20 17:08:02.775479 [ 194 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 568 rows starting from the beginning of the part
6145 2025.03.20 17:08:02.775877 [ 194 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 64 rows starting from the beginning of the part
6146 2025.03.20 17:08:02.776231 [ 194 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 91 rows starting from the beginning of the part
6147 2025.03.20 17:08:02.776684 [ 194 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 76 rows starting from the beginning of the part
6148 2025.03.20 17:08:02.776953 [ 194 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 95 rows starting from the beginning of the part
6149 2025.03.20 17:08:02.777999 [ 256 ] {11ff10e7-0191-4257-8749-9de379b2c4a4} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6150 2025.03.20 17:08:02.778064 [ 256 ] {11ff10e7-0191-4257-8749-9de379b2c4a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
6151 2025.03.20 17:08:02.779224 [ 256 ] {11ff10e7-0191-4257-8749-9de379b2c4a4} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
6152 2025.03.20 17:08:02.779630 [ 256 ] {11ff10e7-0191-4257-8749-9de379b2c4a4} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6153 2025.03.20 17:08:02.780004 [ 142 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
6154 2025.03.20 17:08:02.780055 [ 197 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1525 rows, containing 5 columns (5 merged, 0 gathered) in 0.006008142 sec., 253822.22990069143 rows/sec., 20.21 MiB/sec.
6155 2025.03.20 17:08:02.780115 [ 142 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6156 2025.03.20 17:08:02.780181 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
6157 2025.03.20 17:08:02.780223 [ 256 ] {11ff10e7-0191-4257-8749-9de379b2c4a4} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.005386 sec., 30077.979948013366 rows/sec., 2.09 MiB/sec.
6158 2025.03.20 17:08:02.780396 [ 197 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
6159 2025.03.20 17:08:02.780902 [ 256 ] {11ff10e7-0191-4257-8749-9de379b2c4a4} <Debug> TCPHandler: Processed in 0.006404916 sec.
6160 2025.03.20 17:08:02.780964 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::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
6161 2025.03.20 17:08:02.781414 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6162 2025.03.20 17:08:02.781776 [ 197 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_56_11} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6163 2025.03.20 17:08:02.781948 [ 256 ] {0b533982-c9f9-4872-8b59-4b4af430caee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6164 2025.03.20 17:08:02.782235 [ 197 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_56_11} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
6165 2025.03.20 17:08:02.782427 [ 256 ] {0b533982-c9f9-4872-8b59-4b4af430caee} <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
6166 2025.03.20 17:08:02.782553 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
6167 2025.03.20 17:08:02.782669 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6168 2025.03.20 17:08:02.782828 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 13494 rows starting from the beginning of the part
6169 2025.03.20 17:08:02.783292 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 976 rows starting from the beginning of the part
6170 2025.03.20 17:08:02.783673 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 66 rows starting from the beginning of the part
6171 2025.03.20 17:08:02.784077 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::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
6172 2025.03.20 17:08:02.784424 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part
6173 2025.03.20 17:08:02.784785 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 162 rows starting from the beginning of the part
6174 2025.03.20 17:08:02.786942 [ 256 ] {0b533982-c9f9-4872-8b59-4b4af430caee} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6175 2025.03.20 17:08:02.787014 [ 256 ] {0b533982-c9f9-4872-8b59-4b4af430caee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
6176 2025.03.20 17:08:02.788999 [ 256 ] {0b533982-c9f9-4872-8b59-4b4af430caee} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6177 2025.03.20 17:08:02.789352 [ 256 ] {0b533982-c9f9-4872-8b59-4b4af430caee} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6178 2025.03.20 17:08:02.789883 [ 256 ] {0b533982-c9f9-4872-8b59-4b4af430caee} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.008096 sec., 3334.98023715415 rows/sec., 5.98 MiB/sec.
6179 2025.03.20 17:08:02.790086 [ 256 ] {0b533982-c9f9-4872-8b59-4b4af430caee} <Debug> TCPHandler: Processed in 0.008811852 sec.
6180 2025.03.20 17:08:02.790220 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6181 2025.03.20 17:08:02.790326 [ 256 ] {eaa6a89c-93a7-4912-82e1-4f786fc4e9b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6182 2025.03.20 17:08:02.790378 [ 256 ] {eaa6a89c-93a7-4912-82e1-4f786fc4e9b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6183 2025.03.20 17:08:02.790925 [ 256 ] {eaa6a89c-93a7-4912-82e1-4f786fc4e9b1} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6184 2025.03.20 17:08:02.790966 [ 256 ] {eaa6a89c-93a7-4912-82e1-4f786fc4e9b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
6185 2025.03.20 17:08:02.791694 [ 256 ] {eaa6a89c-93a7-4912-82e1-4f786fc4e9b1} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
6186 2025.03.20 17:08:02.792193 [ 256 ] {eaa6a89c-93a7-4912-82e1-4f786fc4e9b1} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6187 2025.03.20 17:08:02.792288 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15018 rows, containing 5 columns (5 merged, 0 gathered) in 0.011971265 sec., 1254504.0144044927 rows/sec., 85.98 MiB/sec.
6188 2025.03.20 17:08:02.792456 [ 142 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
6189 2025.03.20 17:08:02.792528 [ 142 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6190 2025.03.20 17:08:02.792572 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB.
6191 2025.03.20 17:08:02.792579 [ 256 ] {eaa6a89c-93a7-4912-82e1-4f786fc4e9b1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002267 sec., 26466.69607410675 rows/sec., 1.78 MiB/sec.
6192 2025.03.20 17:08:02.792856 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
6193 2025.03.20 17:08:02.792924 [ 256 ] {eaa6a89c-93a7-4912-82e1-4f786fc4e9b1} <Debug> TCPHandler: Processed in 0.002751339 sec.
6194 2025.03.20 17:08:02.792931 [ 196 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
6195 2025.03.20 17:08:02.793258 [ 196 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6196 2025.03.20 17:08:02.793309 [ 196 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2514 rows starting from the beginning of the part
6197 2025.03.20 17:08:02.793544 [ 196 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 34 rows starting from the beginning of the part
6198 2025.03.20 17:08:02.793799 [ 196 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 26 rows starting from the beginning of the part
6199 2025.03.20 17:08:02.793819 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6200 2025.03.20 17:08:02.794130 [ 196 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
6201 2025.03.20 17:08:02.794332 [ 196 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part
6202 2025.03.20 17:08:02.794196 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
6203 2025.03.20 17:08:02.794612 [ 196 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part
6204 2025.03.20 17:08:02.794807 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.80 MiB.
6205 2025.03.20 17:08:02.796241 [ 195 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2754 rows, containing 4 columns (4 merged, 0 gathered) in 0.003570448 sec., 771331.7768526527 rows/sec., 51.93 MiB/sec.
6206 2025.03.20 17:08:02.796535 [ 202 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
6207 2025.03.20 17:08:02.796871 [ 202 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_56_11} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6208 2025.03.20 17:08:02.796958 [ 202 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_56_11} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
6209 2025.03.20 17:08:02.797051 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB.
6210 2025.03.20 17:08:04.755944 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128
6211 2025.03.20 17:08:04.756617 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6212 2025.03.20 17:08:04.756674 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6213 2025.03.20 17:08:04.757488 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6214 2025.03.20 17:08:04.757753 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6215 2025.03.20 17:08:04.758036 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128
6216 2025.03.20 17:08:05.798980 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249
6217 2025.03.20 17:08:05.818884 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6218 2025.03.20 17:08:05.818940 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6219 2025.03.20 17:08:05.826477 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6220 2025.03.20 17:08:05.827269 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6221 2025.03.20 17:08:05.831183 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249
6222 2025.03.20 17:08:07.325936 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 846
6223 2025.03.20 17:08:07.328936 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6224 2025.03.20 17:08:07.329001 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6225 2025.03.20 17:08:07.330483 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
6226 2025.03.20 17:08:07.330809 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6227 2025.03.20 17:08:07.332682 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 846
6228 2025.03.20 17:08:07.755990 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6229 2025.03.20 17:08:07.756201 [ 256 ] {b50f6e69-8b67-4480-8576-02ed610c54ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6230 2025.03.20 17:08:07.756277 [ 256 ] {b50f6e69-8b67-4480-8576-02ed610c54ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6231 2025.03.20 17:08:07.757145 [ 256 ] {b50f6e69-8b67-4480-8576-02ed610c54ce} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6232 2025.03.20 17:08:07.757191 [ 256 ] {b50f6e69-8b67-4480-8576-02ed610c54ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6233 2025.03.20 17:08:07.757650 [ 256 ] {b50f6e69-8b67-4480-8576-02ed610c54ce} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
6234 2025.03.20 17:08:07.757912 [ 256 ] {b50f6e69-8b67-4480-8576-02ed610c54ce} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6235 2025.03.20 17:08:07.758147 [ 256 ] {b50f6e69-8b67-4480-8576-02ed610c54ce} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.00199 sec., 40201.005025125625 rows/sec., 3.32 MiB/sec.
6236 2025.03.20 17:08:07.758266 [ 256 ] {b50f6e69-8b67-4480-8576-02ed610c54ce} <Debug> TCPHandler: Processed in 0.002429515 sec.
6237 2025.03.20 17:08:07.758511 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6238 2025.03.20 17:08:07.758659 [ 256 ] {e5d9f2dc-b4b1-4031-b251-99cdba4fb786} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6239 2025.03.20 17:08:07.758711 [ 256 ] {e5d9f2dc-b4b1-4031-b251-99cdba4fb786} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6240 2025.03.20 17:08:07.759281 [ 256 ] {e5d9f2dc-b4b1-4031-b251-99cdba4fb786} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6241 2025.03.20 17:08:07.759321 [ 256 ] {e5d9f2dc-b4b1-4031-b251-99cdba4fb786} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6242 2025.03.20 17:08:07.759689 [ 256 ] {e5d9f2dc-b4b1-4031-b251-99cdba4fb786} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6243 2025.03.20 17:08:07.759934 [ 256 ] {e5d9f2dc-b4b1-4031-b251-99cdba4fb786} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6244 2025.03.20 17:08:07.760136 [ 256 ] {e5d9f2dc-b4b1-4031-b251-99cdba4fb786} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001503 sec., 7984.031936127744 rows/sec., 600.36 KiB/sec.
6245 2025.03.20 17:08:07.760204 [ 256 ] {e5d9f2dc-b4b1-4031-b251-99cdba4fb786} <Debug> TCPHandler: Processed in 0.001798059 sec.
6246 2025.03.20 17:08:07.760354 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6247 2025.03.20 17:08:07.760459 [ 256 ] {fae3e567-4641-4203-b9e9-2bc6c1f44127} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6248 2025.03.20 17:08:07.760504 [ 256 ] {fae3e567-4641-4203-b9e9-2bc6c1f44127} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6249 2025.03.20 17:08:07.761052 [ 256 ] {fae3e567-4641-4203-b9e9-2bc6c1f44127} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6250 2025.03.20 17:08:07.761090 [ 256 ] {fae3e567-4641-4203-b9e9-2bc6c1f44127} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6251 2025.03.20 17:08:07.761443 [ 256 ] {fae3e567-4641-4203-b9e9-2bc6c1f44127} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
6252 2025.03.20 17:08:07.761683 [ 256 ] {fae3e567-4641-4203-b9e9-2bc6c1f44127} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6253 2025.03.20 17:08:07.761904 [ 256 ] {fae3e567-4641-4203-b9e9-2bc6c1f44127} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001467 sec., 51806.40763462849 rows/sec., 4.04 MiB/sec.
6254 2025.03.20 17:08:07.761956 [ 256 ] {fae3e567-4641-4203-b9e9-2bc6c1f44127} <Debug> TCPHandler: Processed in 0.001663827 sec.
6255 2025.03.20 17:08:07.762070 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6256 2025.03.20 17:08:07.762176 [ 256 ] {bc2bce43-29f6-46de-acea-59e16a221e35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6257 2025.03.20 17:08:07.762224 [ 256 ] {bc2bce43-29f6-46de-acea-59e16a221e35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6258 2025.03.20 17:08:07.762756 [ 256 ] {bc2bce43-29f6-46de-acea-59e16a221e35} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6259 2025.03.20 17:08:07.762794 [ 256 ] {bc2bce43-29f6-46de-acea-59e16a221e35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6260 2025.03.20 17:08:07.763177 [ 256 ] {bc2bce43-29f6-46de-acea-59e16a221e35} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
6261 2025.03.20 17:08:07.763417 [ 256 ] {bc2bce43-29f6-46de-acea-59e16a221e35} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6262 2025.03.20 17:08:07.763624 [ 256 ] {bc2bce43-29f6-46de-acea-59e16a221e35} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00147 sec., 108843.53741496599 rows/sec., 7.58 MiB/sec.
6263 2025.03.20 17:08:07.763678 [ 256 ] {bc2bce43-29f6-46de-acea-59e16a221e35} <Debug> TCPHandler: Processed in 0.001657578 sec.
6264 2025.03.20 17:08:07.763782 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6265 2025.03.20 17:08:07.763884 [ 256 ] {e7141fa0-7af4-4d48-aba4-ac10e78e92b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6266 2025.03.20 17:08:07.763950 [ 256 ] {e7141fa0-7af4-4d48-aba4-ac10e78e92b3} <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
6267 2025.03.20 17:08:07.765030 [ 256 ] {e7141fa0-7af4-4d48-aba4-ac10e78e92b3} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6268 2025.03.20 17:08:07.765069 [ 256 ] {e7141fa0-7af4-4d48-aba4-ac10e78e92b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6269 2025.03.20 17:08:07.765694 [ 256 ] {e7141fa0-7af4-4d48-aba4-ac10e78e92b3} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6270 2025.03.20 17:08:07.765953 [ 256 ] {e7141fa0-7af4-4d48-aba4-ac10e78e92b3} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6271 2025.03.20 17:08:07.766151 [ 134 ] {} <Debug> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6272 2025.03.20 17:08:07.766240 [ 134 ] {} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6273 2025.03.20 17:08:07.766240 [ 256 ] {e7141fa0-7af4-4d48-aba4-ac10e78e92b3} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002365 sec., 5073.99577167019 rows/sec., 9.09 MiB/sec.
6274 2025.03.20 17:08:07.766284 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6275 2025.03.20 17:08:07.766657 [ 256 ] {e7141fa0-7af4-4d48-aba4-ac10e78e92b3} <Debug> TCPHandler: Processed in 0.002919651 sec.
6276 2025.03.20 17:08:07.766767 [ 196 ] {6749d887-00ac-4b26-87ae-2852b00353b1::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
6277 2025.03.20 17:08:07.766861 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6278 2025.03.20 17:08:07.767080 [ 256 ] {8f862660-7154-4904-899e-d69700c981f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6279 2025.03.20 17:08:07.767189 [ 256 ] {8f862660-7154-4904-899e-d69700c981f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6280 2025.03.20 17:08:07.767867 [ 196 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6281 2025.03.20 17:08:07.768049 [ 196 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 647 rows starting from the beginning of the part
6282 2025.03.20 17:08:07.768821 [ 196 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 12 rows starting from the beginning of the part
6283 2025.03.20 17:08:07.769220 [ 256 ] {8f862660-7154-4904-899e-d69700c981f5} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6284 2025.03.20 17:08:07.769404 [ 256 ] {8f862660-7154-4904-899e-d69700c981f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6285 2025.03.20 17:08:07.769603 [ 196 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 27 rows starting from the beginning of the part
6286 2025.03.20 17:08:07.770316 [ 196 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 12 rows starting from the beginning of the part
6287 2025.03.20 17:08:07.771062 [ 196 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 27 rows starting from the beginning of the part
6288 2025.03.20 17:08:07.771149 [ 256 ] {8f862660-7154-4904-899e-d69700c981f5} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
6289 2025.03.20 17:08:07.771642 [ 196 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 12 rows starting from the beginning of the part
6290 2025.03.20 17:08:07.772404 [ 256 ] {8f862660-7154-4904-899e-d69700c981f5} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6291 2025.03.20 17:08:07.772981 [ 256 ] {8f862660-7154-4904-899e-d69700c981f5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005979 sec., 10035.122930255895 rows/sec., 692.53 KiB/sec.
6292 2025.03.20 17:08:07.773084 [ 256 ] {8f862660-7154-4904-899e-d69700c981f5} <Debug> TCPHandler: Processed in 0.006288516 sec.
6293 2025.03.20 17:08:07.778109 [ 195 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 737 rows, containing 19 columns (19 merged, 0 gathered) in 0.011604821 sec., 63508.08857801426 rows/sec., 113.80 MiB/sec.
6294 2025.03.20 17:08:07.779220 [ 195 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6295 2025.03.20 17:08:07.779710 [ 195 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6296 2025.03.20 17:08:07.779809 [ 195 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6297 2025.03.20 17:08:07.779985 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.56 MiB.
6298 2025.03.20 17:08:08.000240 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.25 MiB, peak 209.76 MiB, free memory in arenas 0.00 B, will set to 203.54 MiB (RSS), difference: 1.30 MiB
6299 2025.03.20 17:08:12.127537 [ 130 ] {} <Debug> DNSResolver: Updating DNS cache
6300 2025.03.20 17:08:12.127603 [ 130 ] {} <Debug> DNSResolver: Updated DNS cache
6301 2025.03.20 17:08:12.258284 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616
6302 2025.03.20 17:08:12.259088 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6303 2025.03.20 17:08:12.259132 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6304 2025.03.20 17:08:12.259705 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6305 2025.03.20 17:08:12.259980 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6306 2025.03.20 17:08:12.260284 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616
6307 2025.03.20 17:08:12.757381 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6308 2025.03.20 17:08:12.757601 [ 256 ] {eecc95f4-d8bc-44ff-aaec-412bc964b257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6309 2025.03.20 17:08:12.757684 [ 256 ] {eecc95f4-d8bc-44ff-aaec-412bc964b257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6310 2025.03.20 17:08:12.758545 [ 256 ] {eecc95f4-d8bc-44ff-aaec-412bc964b257} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6311 2025.03.20 17:08:12.758594 [ 256 ] {eecc95f4-d8bc-44ff-aaec-412bc964b257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6312 2025.03.20 17:08:12.759050 [ 256 ] {eecc95f4-d8bc-44ff-aaec-412bc964b257} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
6313 2025.03.20 17:08:12.759324 [ 256 ] {eecc95f4-d8bc-44ff-aaec-412bc964b257} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6314 2025.03.20 17:08:12.759544 [ 256 ] {eecc95f4-d8bc-44ff-aaec-412bc964b257} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002005 sec., 54862.84289276809 rows/sec., 4.61 MiB/sec.
6315 2025.03.20 17:08:12.759620 [ 256 ] {eecc95f4-d8bc-44ff-aaec-412bc964b257} <Debug> TCPHandler: Processed in 0.002390156 sec.
6316 2025.03.20 17:08:12.759743 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6317 2025.03.20 17:08:12.759850 [ 256 ] {5d1ac212-5864-4a51-a686-8998f69bc4ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6318 2025.03.20 17:08:12.759898 [ 256 ] {5d1ac212-5864-4a51-a686-8998f69bc4ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6319 2025.03.20 17:08:12.760410 [ 256 ] {5d1ac212-5864-4a51-a686-8998f69bc4ca} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6320 2025.03.20 17:08:12.760449 [ 256 ] {5d1ac212-5864-4a51-a686-8998f69bc4ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6321 2025.03.20 17:08:12.760894 [ 256 ] {5d1ac212-5864-4a51-a686-8998f69bc4ca} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6322 2025.03.20 17:08:12.761155 [ 256 ] {5d1ac212-5864-4a51-a686-8998f69bc4ca} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6323 2025.03.20 17:08:12.761344 [ 256 ] {5d1ac212-5864-4a51-a686-8998f69bc4ca} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001499 sec., 18012.00800533689 rows/sec., 1.32 MiB/sec.
6324 2025.03.20 17:08:12.761452 [ 256 ] {5d1ac212-5864-4a51-a686-8998f69bc4ca} <Debug> TCPHandler: Processed in 0.001747198 sec.
6325 2025.03.20 17:08:12.761603 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6326 2025.03.20 17:08:12.761706 [ 256 ] {c9687bee-9eb5-4dd6-b25a-0408d1439270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6327 2025.03.20 17:08:12.761750 [ 256 ] {c9687bee-9eb5-4dd6-b25a-0408d1439270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6328 2025.03.20 17:08:12.762286 [ 256 ] {c9687bee-9eb5-4dd6-b25a-0408d1439270} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6329 2025.03.20 17:08:12.762322 [ 256 ] {c9687bee-9eb5-4dd6-b25a-0408d1439270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6330 2025.03.20 17:08:12.762681 [ 256 ] {c9687bee-9eb5-4dd6-b25a-0408d1439270} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
6331 2025.03.20 17:08:12.762916 [ 256 ] {c9687bee-9eb5-4dd6-b25a-0408d1439270} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6332 2025.03.20 17:08:12.763114 [ 256 ] {c9687bee-9eb5-4dd6-b25a-0408d1439270} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001429 sec., 63680.895731280616 rows/sec., 4.97 MiB/sec.
6333 2025.03.20 17:08:12.763194 [ 256 ] {c9687bee-9eb5-4dd6-b25a-0408d1439270} <Debug> TCPHandler: Processed in 0.001645228 sec.
6334 2025.03.20 17:08:12.763428 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6335 2025.03.20 17:08:12.763569 [ 256 ] {21d3c415-14b5-4ad0-b080-9059a388da3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6336 2025.03.20 17:08:12.763622 [ 256 ] {21d3c415-14b5-4ad0-b080-9059a388da3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6337 2025.03.20 17:08:12.764148 [ 256 ] {21d3c415-14b5-4ad0-b080-9059a388da3d} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6338 2025.03.20 17:08:12.764185 [ 256 ] {21d3c415-14b5-4ad0-b080-9059a388da3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6339 2025.03.20 17:08:12.764567 [ 256 ] {21d3c415-14b5-4ad0-b080-9059a388da3d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
6340 2025.03.20 17:08:12.764806 [ 256 ] {21d3c415-14b5-4ad0-b080-9059a388da3d} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6341 2025.03.20 17:08:12.765022 [ 256 ] {21d3c415-14b5-4ad0-b080-9059a388da3d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001465 sec., 109215.01706484643 rows/sec., 7.61 MiB/sec.
6342 2025.03.20 17:08:12.765087 [ 256 ] {21d3c415-14b5-4ad0-b080-9059a388da3d} <Debug> TCPHandler: Processed in 0.001758439 sec.
6343 2025.03.20 17:08:12.765347 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6344 2025.03.20 17:08:12.765463 [ 256 ] {942a3778-7f21-4815-bae5-6b62e9c55634} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6345 2025.03.20 17:08:12.765536 [ 256 ] {942a3778-7f21-4815-bae5-6b62e9c55634} <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
6346 2025.03.20 17:08:12.766621 [ 256 ] {942a3778-7f21-4815-bae5-6b62e9c55634} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6347 2025.03.20 17:08:12.766660 [ 256 ] {942a3778-7f21-4815-bae5-6b62e9c55634} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6348 2025.03.20 17:08:12.767295 [ 256 ] {942a3778-7f21-4815-bae5-6b62e9c55634} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6349 2025.03.20 17:08:12.767555 [ 256 ] {942a3778-7f21-4815-bae5-6b62e9c55634} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6350 2025.03.20 17:08:12.767804 [ 256 ] {942a3778-7f21-4815-bae5-6b62e9c55634} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002363 sec., 11426.153195090985 rows/sec., 20.48 MiB/sec.
6351 2025.03.20 17:08:12.768347 [ 256 ] {942a3778-7f21-4815-bae5-6b62e9c55634} <Debug> TCPHandler: Processed in 0.003098982 sec.
6352 2025.03.20 17:08:12.768550 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6353 2025.03.20 17:08:12.768655 [ 256 ] {b04ff449-53f9-4e49-80eb-1aa982a4583d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6354 2025.03.20 17:08:12.768701 [ 256 ] {b04ff449-53f9-4e49-80eb-1aa982a4583d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6355 2025.03.20 17:08:12.769192 [ 256 ] {b04ff449-53f9-4e49-80eb-1aa982a4583d} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6356 2025.03.20 17:08:12.769229 [ 256 ] {b04ff449-53f9-4e49-80eb-1aa982a4583d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6357 2025.03.20 17:08:12.769591 [ 256 ] {b04ff449-53f9-4e49-80eb-1aa982a4583d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
6358 2025.03.20 17:08:12.769829 [ 256 ] {b04ff449-53f9-4e49-80eb-1aa982a4583d} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6359 2025.03.20 17:08:12.770014 [ 256 ] {b04ff449-53f9-4e49-80eb-1aa982a4583d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001381 sec., 43446.77769732078 rows/sec., 2.93 MiB/sec.
6360 2025.03.20 17:08:12.770062 [ 256 ] {b04ff449-53f9-4e49-80eb-1aa982a4583d} <Debug> TCPHandler: Processed in 0.001563116 sec.
6361 2025.03.20 17:08:13.331375 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257
6362 2025.03.20 17:08:13.352701 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6363 2025.03.20 17:08:13.352756 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6364 2025.03.20 17:08:13.360200 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6365 2025.03.20 17:08:13.360985 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6366 2025.03.20 17:08:13.363713 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257
6367 2025.03.20 17:08:15.020271 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6368 2025.03.20 17:08:15.020479 [ 256 ] {e0c1a02e-6ff9-4506-8acf-5f11b1bb503f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6369 2025.03.20 17:08:15.020558 [ 256 ] {e0c1a02e-6ff9-4506-8acf-5f11b1bb503f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6370 2025.03.20 17:08:15.021381 [ 256 ] {e0c1a02e-6ff9-4506-8acf-5f11b1bb503f} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6371 2025.03.20 17:08:15.021439 [ 256 ] {e0c1a02e-6ff9-4506-8acf-5f11b1bb503f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6372 2025.03.20 17:08:15.021923 [ 256 ] {e0c1a02e-6ff9-4506-8acf-5f11b1bb503f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
6373 2025.03.20 17:08:15.022214 [ 256 ] {e0c1a02e-6ff9-4506-8acf-5f11b1bb503f} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6374 2025.03.20 17:08:15.022498 [ 256 ] {e0c1a02e-6ff9-4506-8acf-5f11b1bb503f} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002073 sec., 11577.424023154847 rows/sec., 983.63 KiB/sec.
6375 2025.03.20 17:08:15.022598 [ 256 ] {e0c1a02e-6ff9-4506-8acf-5f11b1bb503f} <Debug> TCPHandler: Processed in 0.002467616 sec.
6376 2025.03.20 17:08:15.022738 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6377 2025.03.20 17:08:15.022853 [ 256 ] {9e3c6122-91ed-4793-802e-9d012817518c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6378 2025.03.20 17:08:15.022903 [ 256 ] {9e3c6122-91ed-4793-802e-9d012817518c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6379 2025.03.20 17:08:15.023455 [ 256 ] {9e3c6122-91ed-4793-802e-9d012817518c} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6380 2025.03.20 17:08:15.023496 [ 256 ] {9e3c6122-91ed-4793-802e-9d012817518c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6381 2025.03.20 17:08:15.023851 [ 256 ] {9e3c6122-91ed-4793-802e-9d012817518c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
6382 2025.03.20 17:08:15.024103 [ 256 ] {9e3c6122-91ed-4793-802e-9d012817518c} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6383 2025.03.20 17:08:15.024366 [ 256 ] {9e3c6122-91ed-4793-802e-9d012817518c} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001534 sec., 9126.466753585397 rows/sec., 744.20 KiB/sec.
6384 2025.03.20 17:08:15.024587 [ 256 ] {9e3c6122-91ed-4793-802e-9d012817518c} <Debug> TCPHandler: Processed in 0.00189898 sec.
6385 2025.03.20 17:08:15.024715 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6386 2025.03.20 17:08:15.024819 [ 256 ] {e137ee72-4677-4c40-b6a7-3cf81cfda464} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6387 2025.03.20 17:08:15.024865 [ 256 ] {e137ee72-4677-4c40-b6a7-3cf81cfda464} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6388 2025.03.20 17:08:15.026119 [ 256 ] {e137ee72-4677-4c40-b6a7-3cf81cfda464} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6389 2025.03.20 17:08:15.026160 [ 256 ] {e137ee72-4677-4c40-b6a7-3cf81cfda464} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6390 2025.03.20 17:08:15.026605 [ 256 ] {e137ee72-4677-4c40-b6a7-3cf81cfda464} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
6391 2025.03.20 17:08:15.026848 [ 256 ] {e137ee72-4677-4c40-b6a7-3cf81cfda464} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6392 2025.03.20 17:08:15.027071 [ 256 ] {e137ee72-4677-4c40-b6a7-3cf81cfda464} <Debug> executeQuery: Read 1347 rows, 115.31 KiB in 0.002274 sec., 592348.2849604222 rows/sec., 49.52 MiB/sec.
6393 2025.03.20 17:08:15.027124 [ 256 ] {e137ee72-4677-4c40-b6a7-3cf81cfda464} <Debug> TCPHandler: Processed in 0.002461216 sec.
6394 2025.03.20 17:08:15.027239 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6395 2025.03.20 17:08:15.027344 [ 256 ] {faf78140-1e71-4a5a-8857-4060026fb5d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6396 2025.03.20 17:08:15.027391 [ 256 ] {faf78140-1e71-4a5a-8857-4060026fb5d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6397 2025.03.20 17:08:15.027930 [ 256 ] {faf78140-1e71-4a5a-8857-4060026fb5d3} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6398 2025.03.20 17:08:15.027970 [ 256 ] {faf78140-1e71-4a5a-8857-4060026fb5d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6399 2025.03.20 17:08:15.028319 [ 256 ] {faf78140-1e71-4a5a-8857-4060026fb5d3} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6400 2025.03.20 17:08:15.028570 [ 256 ] {faf78140-1e71-4a5a-8857-4060026fb5d3} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6401 2025.03.20 17:08:15.028800 [ 256 ] {faf78140-1e71-4a5a-8857-4060026fb5d3} <Debug> executeQuery: Read 38 rows, 2.84 KiB in 0.001474 sec., 25780.189959294436 rows/sec., 1.88 MiB/sec.
6402 2025.03.20 17:08:15.028918 [ 256 ] {faf78140-1e71-4a5a-8857-4060026fb5d3} <Debug> TCPHandler: Processed in 0.001729588 sec.
6403 2025.03.20 17:08:15.029073 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6404 2025.03.20 17:08:15.029175 [ 256 ] {14d1b890-ccc0-4652-b3ac-cbd0bb6f41f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6405 2025.03.20 17:08:15.029219 [ 256 ] {14d1b890-ccc0-4652-b3ac-cbd0bb6f41f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6406 2025.03.20 17:08:15.029826 [ 256 ] {14d1b890-ccc0-4652-b3ac-cbd0bb6f41f9} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6407 2025.03.20 17:08:15.029865 [ 256 ] {14d1b890-ccc0-4652-b3ac-cbd0bb6f41f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6408 2025.03.20 17:08:15.030220 [ 256 ] {14d1b890-ccc0-4652-b3ac-cbd0bb6f41f9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
6409 2025.03.20 17:08:15.030461 [ 256 ] {14d1b890-ccc0-4652-b3ac-cbd0bb6f41f9} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6410 2025.03.20 17:08:15.030740 [ 256 ] {14d1b890-ccc0-4652-b3ac-cbd0bb6f41f9} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001564 sec., 161125.3196930946 rows/sec., 11.14 MiB/sec.
6411 2025.03.20 17:08:15.030878 [ 256 ] {14d1b890-ccc0-4652-b3ac-cbd0bb6f41f9} <Debug> TCPHandler: Processed in 0.001865459 sec.
6412 2025.03.20 17:08:15.030993 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6413 2025.03.20 17:08:15.031099 [ 256 ] {bb165188-1833-4f38-85a9-a9afc70b70aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6414 2025.03.20 17:08:15.031143 [ 256 ] {bb165188-1833-4f38-85a9-a9afc70b70aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6415 2025.03.20 17:08:15.031680 [ 256 ] {bb165188-1833-4f38-85a9-a9afc70b70aa} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6416 2025.03.20 17:08:15.031717 [ 256 ] {bb165188-1833-4f38-85a9-a9afc70b70aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6417 2025.03.20 17:08:15.032046 [ 256 ] {bb165188-1833-4f38-85a9-a9afc70b70aa} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
6418 2025.03.20 17:08:15.032272 [ 256 ] {bb165188-1833-4f38-85a9-a9afc70b70aa} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6419 2025.03.20 17:08:15.032491 [ 256 ] {bb165188-1833-4f38-85a9-a9afc70b70aa} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001468 sec., 8174.386920980927 rows/sec., 638.62 KiB/sec.
6420 2025.03.20 17:08:15.032541 [ 256 ] {bb165188-1833-4f38-85a9-a9afc70b70aa} <Debug> TCPHandler: Processed in 0.001663397 sec.
6421 2025.03.20 17:08:15.032711 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6422 2025.03.20 17:08:15.032814 [ 256 ] {488512a2-0873-46db-8a37-250a302a6089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6423 2025.03.20 17:08:15.032857 [ 256 ] {488512a2-0873-46db-8a37-250a302a6089} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6424 2025.03.20 17:08:15.033606 [ 256 ] {488512a2-0873-46db-8a37-250a302a6089} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6425 2025.03.20 17:08:15.033644 [ 256 ] {488512a2-0873-46db-8a37-250a302a6089} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6426 2025.03.20 17:08:15.034025 [ 256 ] {488512a2-0873-46db-8a37-250a302a6089} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
6427 2025.03.20 17:08:15.034263 [ 256 ] {488512a2-0873-46db-8a37-250a302a6089} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6428 2025.03.20 17:08:15.034479 [ 256 ] {488512a2-0873-46db-8a37-250a302a6089} <Debug> executeQuery: Read 582 rows, 44.76 KiB in 0.001687 sec., 344991.10847658565 rows/sec., 25.91 MiB/sec.
6429 2025.03.20 17:08:15.034531 [ 256 ] {488512a2-0873-46db-8a37-250a302a6089} <Debug> TCPHandler: Processed in 0.00186964 sec.
6430 2025.03.20 17:08:15.034635 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6431 2025.03.20 17:08:15.034737 [ 256 ] {bc6f4858-8c6e-408e-a78e-1ccf19c56d6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6432 2025.03.20 17:08:15.034785 [ 256 ] {bc6f4858-8c6e-408e-a78e-1ccf19c56d6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6433 2025.03.20 17:08:15.035501 [ 256 ] {bc6f4858-8c6e-408e-a78e-1ccf19c56d6b} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6434 2025.03.20 17:08:15.035540 [ 256 ] {bc6f4858-8c6e-408e-a78e-1ccf19c56d6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6435 2025.03.20 17:08:15.035969 [ 256 ] {bc6f4858-8c6e-408e-a78e-1ccf19c56d6b} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
6436 2025.03.20 17:08:15.036215 [ 256 ] {bc6f4858-8c6e-408e-a78e-1ccf19c56d6b} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6437 2025.03.20 17:08:15.036429 [ 256 ] {bc6f4858-8c6e-408e-a78e-1ccf19c56d6b} <Debug> executeQuery: Read 983 rows, 68.01 KiB in 0.001713 sec., 573847.0519556334 rows/sec., 38.77 MiB/sec.
6438 2025.03.20 17:08:15.036480 [ 256 ] {bc6f4858-8c6e-408e-a78e-1ccf19c56d6b} <Debug> TCPHandler: Processed in 0.00189549 sec.
6439 2025.03.20 17:08:15.036595 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6440 2025.03.20 17:08:15.036706 [ 256 ] {6f887316-1bbf-45bc-ae21-c340df0505a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6441 2025.03.20 17:08:15.036771 [ 256 ] {6f887316-1bbf-45bc-ae21-c340df0505a7} <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
6442 2025.03.20 17:08:15.037829 [ 256 ] {6f887316-1bbf-45bc-ae21-c340df0505a7} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6443 2025.03.20 17:08:15.037869 [ 256 ] {6f887316-1bbf-45bc-ae21-c340df0505a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6444 2025.03.20 17:08:15.038476 [ 256 ] {6f887316-1bbf-45bc-ae21-c340df0505a7} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6445 2025.03.20 17:08:15.038738 [ 256 ] {6f887316-1bbf-45bc-ae21-c340df0505a7} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6446 2025.03.20 17:08:15.039046 [ 256 ] {6f887316-1bbf-45bc-ae21-c340df0505a7} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002357 sec., 5091.217649554518 rows/sec., 9.12 MiB/sec.
6447 2025.03.20 17:08:15.039579 [ 256 ] {6f887316-1bbf-45bc-ae21-c340df0505a7} <Debug> TCPHandler: Processed in 0.003032031 sec.
6448 2025.03.20 17:08:15.039806 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6449 2025.03.20 17:08:15.039913 [ 256 ] {e88dc732-78fd-47b8-973c-76815ca8502c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6450 2025.03.20 17:08:15.039961 [ 256 ] {e88dc732-78fd-47b8-973c-76815ca8502c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6451 2025.03.20 17:08:15.040443 [ 256 ] {e88dc732-78fd-47b8-973c-76815ca8502c} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6452 2025.03.20 17:08:15.040481 [ 256 ] {e88dc732-78fd-47b8-973c-76815ca8502c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6453 2025.03.20 17:08:15.040846 [ 256 ] {e88dc732-78fd-47b8-973c-76815ca8502c} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
6454 2025.03.20 17:08:15.041085 [ 256 ] {e88dc732-78fd-47b8-973c-76815ca8502c} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6455 2025.03.20 17:08:15.041297 [ 256 ] {e88dc732-78fd-47b8-973c-76815ca8502c} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.001407 sec., 24164.889836531627 rows/sec., 1.64 MiB/sec.
6456 2025.03.20 17:08:15.041345 [ 256 ] {e88dc732-78fd-47b8-973c-76815ca8502c} <Debug> TCPHandler: Processed in 0.001590177 sec.
6457 2025.03.20 17:08:17.333055 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 890
6458 2025.03.20 17:08:17.336625 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6459 2025.03.20 17:08:17.336685 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6460 2025.03.20 17:08:17.338142 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
6461 2025.03.20 17:08:17.338446 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6462 2025.03.20 17:08:17.338616 [ 122 ] {} <Debug> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
6463 2025.03.20 17:08:17.338691 [ 122 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6464 2025.03.20 17:08:17.338734 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6465 2025.03.20 17:08:17.339888 [ 191 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::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
6466 2025.03.20 17:08:17.340568 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 890
6467 2025.03.20 17:08:17.341111 [ 191 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6468 2025.03.20 17:08:17.341308 [ 191 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 734 rows starting from the beginning of the part
6469 2025.03.20 17:08:17.341846 [ 191 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part
6470 2025.03.20 17:08:17.342342 [ 191 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 42 rows starting from the beginning of the part
6471 2025.03.20 17:08:17.342841 [ 191 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 20 rows starting from the beginning of the part
6472 2025.03.20 17:08:17.343334 [ 191 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 26 rows starting from the beginning of the part
6473 2025.03.20 17:08:17.343796 [ 191 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 44 rows starting from the beginning of the part
6474 2025.03.20 17:08:17.351797 [ 190 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 890 rows, containing 72 columns (72 merged, 0 gathered) in 0.012865544 sec., 69177.0204198128 rows/sec., 56.25 MiB/sec.
6475 2025.03.20 17:08:17.353594 [ 200 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
6476 2025.03.20 17:08:17.354526 [ 200 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_26_5} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6477 2025.03.20 17:08:17.354622 [ 200 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_26_5} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
6478 2025.03.20 17:08:17.354981 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.14 MiB.
6479 2025.03.20 17:08:17.751698 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6480 2025.03.20 17:08:17.751921 [ 256 ] {837c533b-1c1e-472d-96a0-1e83376fc57e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6481 2025.03.20 17:08:17.752007 [ 256 ] {837c533b-1c1e-472d-96a0-1e83376fc57e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6482 2025.03.20 17:08:17.752861 [ 256 ] {837c533b-1c1e-472d-96a0-1e83376fc57e} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6483 2025.03.20 17:08:17.752919 [ 256 ] {837c533b-1c1e-472d-96a0-1e83376fc57e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6484 2025.03.20 17:08:17.753378 [ 256 ] {837c533b-1c1e-472d-96a0-1e83376fc57e} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
6485 2025.03.20 17:08:17.753644 [ 256 ] {837c533b-1c1e-472d-96a0-1e83376fc57e} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6486 2025.03.20 17:08:17.753904 [ 256 ] {837c533b-1c1e-472d-96a0-1e83376fc57e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002044 sec., 27397.260273972606 rows/sec., 2.10 MiB/sec.
6487 2025.03.20 17:08:17.753970 [ 256 ] {837c533b-1c1e-472d-96a0-1e83376fc57e} <Debug> TCPHandler: Processed in 0.002422935 sec.
6488 2025.03.20 17:08:17.754090 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6489 2025.03.20 17:08:17.754203 [ 256 ] {95488056-a495-4184-9b3d-f2ad568e54a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6490 2025.03.20 17:08:17.754254 [ 256 ] {95488056-a495-4184-9b3d-f2ad568e54a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6491 2025.03.20 17:08:17.754853 [ 256 ] {95488056-a495-4184-9b3d-f2ad568e54a1} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6492 2025.03.20 17:08:17.754897 [ 256 ] {95488056-a495-4184-9b3d-f2ad568e54a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6493 2025.03.20 17:08:17.755270 [ 256 ] {95488056-a495-4184-9b3d-f2ad568e54a1} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
6494 2025.03.20 17:08:17.755529 [ 256 ] {95488056-a495-4184-9b3d-f2ad568e54a1} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6495 2025.03.20 17:08:17.755754 [ 256 ] {95488056-a495-4184-9b3d-f2ad568e54a1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001577 sec., 40583.38617628408 rows/sec., 3.17 MiB/sec.
6496 2025.03.20 17:08:17.755817 [ 256 ] {95488056-a495-4184-9b3d-f2ad568e54a1} <Debug> TCPHandler: Processed in 0.001780718 sec.
6497 2025.03.20 17:08:17.755968 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6498 2025.03.20 17:08:17.756089 [ 256 ] {b0a1e5ef-82bd-418d-bf93-20c6d9adf598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6499 2025.03.20 17:08:17.756140 [ 256 ] {b0a1e5ef-82bd-418d-bf93-20c6d9adf598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6500 2025.03.20 17:08:17.756640 [ 256 ] {b0a1e5ef-82bd-418d-bf93-20c6d9adf598} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6501 2025.03.20 17:08:17.756679 [ 256 ] {b0a1e5ef-82bd-418d-bf93-20c6d9adf598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6502 2025.03.20 17:08:17.757058 [ 256 ] {b0a1e5ef-82bd-418d-bf93-20c6d9adf598} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
6503 2025.03.20 17:08:17.757304 [ 256 ] {b0a1e5ef-82bd-418d-bf93-20c6d9adf598} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6504 2025.03.20 17:08:17.757515 [ 256 ] {b0a1e5ef-82bd-418d-bf93-20c6d9adf598} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.00145 sec., 45517.24137931035 rows/sec., 3.18 MiB/sec.
6505 2025.03.20 17:08:17.757566 [ 256 ] {b0a1e5ef-82bd-418d-bf93-20c6d9adf598} <Debug> TCPHandler: Processed in 0.001662338 sec.
6506 2025.03.20 17:08:17.757698 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6507 2025.03.20 17:08:17.757825 [ 256 ] {3129619e-c071-496a-9257-d04099246206} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6508 2025.03.20 17:08:17.757879 [ 256 ] {3129619e-c071-496a-9257-d04099246206} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6509 2025.03.20 17:08:17.758326 [ 256 ] {3129619e-c071-496a-9257-d04099246206} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6510 2025.03.20 17:08:17.758363 [ 256 ] {3129619e-c071-496a-9257-d04099246206} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6511 2025.03.20 17:08:17.758770 [ 256 ] {3129619e-c071-496a-9257-d04099246206} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
6512 2025.03.20 17:08:17.759012 [ 256 ] {3129619e-c071-496a-9257-d04099246206} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6513 2025.03.20 17:08:17.759240 [ 256 ] {3129619e-c071-496a-9257-d04099246206} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001429 sec., 18194.541637508748 rows/sec., 1.22 MiB/sec.
6514 2025.03.20 17:08:17.759333 [ 256 ] {3129619e-c071-496a-9257-d04099246206} <Debug> TCPHandler: Processed in 0.001697108 sec.
6515 2025.03.20 17:08:19.760620 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043
6516 2025.03.20 17:08:19.761280 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6517 2025.03.20 17:08:19.761330 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6518 2025.03.20 17:08:19.761894 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6519 2025.03.20 17:08:19.762151 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6520 2025.03.20 17:08:19.762401 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043
6521 2025.03.20 17:08:20.863985 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264
6522 2025.03.20 17:08:20.886222 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6523 2025.03.20 17:08:20.886291 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6524 2025.03.20 17:08:20.893872 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6525 2025.03.20 17:08:20.894674 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6526 2025.03.20 17:08:20.898401 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264
6527 2025.03.20 17:08:22.757330 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6528 2025.03.20 17:08:22.757640 [ 256 ] {deccb71b-eaaa-4fa4-ab9f-34268301bfe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6529 2025.03.20 17:08:22.757758 [ 256 ] {deccb71b-eaaa-4fa4-ab9f-34268301bfe8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6530 2025.03.20 17:08:22.758880 [ 256 ] {deccb71b-eaaa-4fa4-ab9f-34268301bfe8} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6531 2025.03.20 17:08:22.758934 [ 256 ] {deccb71b-eaaa-4fa4-ab9f-34268301bfe8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6532 2025.03.20 17:08:22.759373 [ 256 ] {deccb71b-eaaa-4fa4-ab9f-34268301bfe8} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
6533 2025.03.20 17:08:22.759625 [ 256 ] {deccb71b-eaaa-4fa4-ab9f-34268301bfe8} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6534 2025.03.20 17:08:22.759835 [ 119 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
6535 2025.03.20 17:08:22.759864 [ 256 ] {deccb71b-eaaa-4fa4-ab9f-34268301bfe8} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002309 sec., 47639.6708531832 rows/sec., 4.00 MiB/sec.
6536 2025.03.20 17:08:22.759937 [ 119 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6537 2025.03.20 17:08:22.760002 [ 256 ] {deccb71b-eaaa-4fa4-ab9f-34268301bfe8} <Debug> TCPHandler: Processed in 0.00286522 sec.
6538 2025.03.20 17:08:22.760008 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6539 2025.03.20 17:08:22.760201 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6540 2025.03.20 17:08:22.760216 [ 187 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::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
6541 2025.03.20 17:08:22.760382 [ 256 ] {1cdb26b5-8073-4d9e-92b0-fa5eebee9535} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6542 2025.03.20 17:08:22.760478 [ 256 ] {1cdb26b5-8073-4d9e-92b0-fa5eebee9535} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6543 2025.03.20 17:08:22.760516 [ 187 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6544 2025.03.20 17:08:22.760631 [ 187 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1404 rows starting from the beginning of the part
6545 2025.03.20 17:08:22.760947 [ 187 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 80 rows starting from the beginning of the part
6546 2025.03.20 17:08:22.761273 [ 187 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 110 rows starting from the beginning of the part
6547 2025.03.20 17:08:22.761791 [ 187 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1347 rows starting from the beginning of the part
6548 2025.03.20 17:08:22.762130 [ 187 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 56 rows starting from the beginning of the part
6549 2025.03.20 17:08:22.762303 [ 187 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 110 rows starting from the beginning of the part
6550 2025.03.20 17:08:22.763151 [ 256 ] {1cdb26b5-8073-4d9e-92b0-fa5eebee9535} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6551 2025.03.20 17:08:22.763218 [ 256 ] {1cdb26b5-8073-4d9e-92b0-fa5eebee9535} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6552 2025.03.20 17:08:22.764101 [ 256 ] {1cdb26b5-8073-4d9e-92b0-fa5eebee9535} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6553 2025.03.20 17:08:22.764655 [ 256 ] {1cdb26b5-8073-4d9e-92b0-fa5eebee9535} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6554 2025.03.20 17:08:22.765119 [ 256 ] {1cdb26b5-8073-4d9e-92b0-fa5eebee9535} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.004781 sec., 5647.354110018825 rows/sec., 424.65 KiB/sec.
6555 2025.03.20 17:08:22.765243 [ 256 ] {1cdb26b5-8073-4d9e-92b0-fa5eebee9535} <Debug> TCPHandler: Processed in 0.005124414 sec.
6556 2025.03.20 17:08:22.765599 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6557 2025.03.20 17:08:22.766045 [ 256 ] {4258c0a6-2e52-41b9-a193-f7f68361c5b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6558 2025.03.20 17:08:22.766214 [ 256 ] {4258c0a6-2e52-41b9-a193-f7f68361c5b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6559 2025.03.20 17:08:22.766652 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3107 rows, containing 5 columns (5 merged, 0 gathered) in 0.006519528 sec., 476568.24236355757 rows/sec., 41.67 MiB/sec.
6560 2025.03.20 17:08:22.767113 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
6561 2025.03.20 17:08:22.767742 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_61_12} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6562 2025.03.20 17:08:22.767870 [ 256 ] {4258c0a6-2e52-41b9-a193-f7f68361c5b7} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6563 2025.03.20 17:08:22.767928 [ 256 ] {4258c0a6-2e52-41b9-a193-f7f68361c5b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6564 2025.03.20 17:08:22.767944 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_61_12} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
6565 2025.03.20 17:08:22.768131 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
6566 2025.03.20 17:08:22.768428 [ 256 ] {4258c0a6-2e52-41b9-a193-f7f68361c5b7} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
6567 2025.03.20 17:08:22.768673 [ 256 ] {4258c0a6-2e52-41b9-a193-f7f68361c5b7} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6568 2025.03.20 17:08:22.768859 [ 119 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
6569 2025.03.20 17:08:22.768913 [ 256 ] {4258c0a6-2e52-41b9-a193-f7f68361c5b7} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.003063 sec., 29709.435194253998 rows/sec., 2.32 MiB/sec.
6570 2025.03.20 17:08:22.768929 [ 119 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6571 2025.03.20 17:08:22.769007 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6572 2025.03.20 17:08:22.769054 [ 256 ] {4258c0a6-2e52-41b9-a193-f7f68361c5b7} <Debug> TCPHandler: Processed in 0.003604207 sec.
6573 2025.03.20 17:08:22.769270 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::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
6574 2025.03.20 17:08:22.769283 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6575 2025.03.20 17:08:22.769540 [ 256 ] {1ff32f20-a99d-4b4f-97e4-c48225c68274} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6576 2025.03.20 17:08:22.769557 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6577 2025.03.20 17:08:22.769643 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 631 rows starting from the beginning of the part
6578 2025.03.20 17:08:22.769654 [ 256 ] {1ff32f20-a99d-4b4f-97e4-c48225c68274} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6579 2025.03.20 17:08:22.769983 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::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
6580 2025.03.20 17:08:22.770409 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 91 rows starting from the beginning of the part
6581 2025.03.20 17:08:22.770812 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 582 rows starting from the beginning of the part
6582 2025.03.20 17:08:22.771186 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 64 rows starting from the beginning of the part
6583 2025.03.20 17:08:22.771423 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 91 rows starting from the beginning of the part
6584 2025.03.20 17:08:22.772406 [ 256 ] {1ff32f20-a99d-4b4f-97e4-c48225c68274} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6585 2025.03.20 17:08:22.772489 [ 256 ] {1ff32f20-a99d-4b4f-97e4-c48225c68274} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6586 2025.03.20 17:08:22.773565 [ 256 ] {1ff32f20-a99d-4b4f-97e4-c48225c68274} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
6587 2025.03.20 17:08:22.773944 [ 256 ] {1ff32f20-a99d-4b4f-97e4-c48225c68274} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6588 2025.03.20 17:08:22.774547 [ 119 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
6589 2025.03.20 17:08:22.774653 [ 256 ] {1ff32f20-a99d-4b4f-97e4-c48225c68274} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005165 sec., 30977.734753146175 rows/sec., 2.16 MiB/sec.
6590 2025.03.20 17:08:22.774713 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1535 rows, containing 5 columns (5 merged, 0 gathered) in 0.005587198 sec., 274735.20716466464 rows/sec., 21.88 MiB/sec.
6591 2025.03.20 17:08:22.774701 [ 119 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6592 2025.03.20 17:08:22.774876 [ 256 ] {1ff32f20-a99d-4b4f-97e4-c48225c68274} <Debug> TCPHandler: Processed in 0.005672779 sec.
6593 2025.03.20 17:08:22.774885 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6594 2025.03.20 17:08:22.775064 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
6595 2025.03.20 17:08:22.775264 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6596 2025.03.20 17:08:22.775451 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::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
6597 2025.03.20 17:08:22.775519 [ 256 ] {8d3bf7a9-d900-4e03-ae9f-828ee3e30af1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6598 2025.03.20 17:08:22.775783 [ 256 ] {8d3bf7a9-d900-4e03-ae9f-828ee3e30af1} <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
6599 2025.03.20 17:08:22.775809 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6600 2025.03.20 17:08:22.775902 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 15018 rows starting from the beginning of the part
6601 2025.03.20 17:08:22.776240 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_61_12} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6602 2025.03.20 17:08:22.776403 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part
6603 2025.03.20 17:08:22.776856 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_61_12} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
6604 2025.03.20 17:08:22.776940 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part
6605 2025.03.20 17:08:22.777263 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
6606 2025.03.20 17:08:22.777475 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 983 rows starting from the beginning of the part
6607 2025.03.20 17:08:22.777693 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 66 rows starting from the beginning of the part
6608 2025.03.20 17:08:22.777903 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::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
6609 2025.03.20 17:08:22.779444 [ 256 ] {8d3bf7a9-d900-4e03-ae9f-828ee3e30af1} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6610 2025.03.20 17:08:22.779486 [ 256 ] {8d3bf7a9-d900-4e03-ae9f-828ee3e30af1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6611 2025.03.20 17:08:22.780614 [ 256 ] {8d3bf7a9-d900-4e03-ae9f-828ee3e30af1} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6612 2025.03.20 17:08:22.780950 [ 256 ] {8d3bf7a9-d900-4e03-ae9f-828ee3e30af1} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6613 2025.03.20 17:08:22.781342 [ 256 ] {8d3bf7a9-d900-4e03-ae9f-828ee3e30af1} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.005863 sec., 4605.150946614361 rows/sec., 8.25 MiB/sec.
6614 2025.03.20 17:08:22.782024 [ 256 ] {8d3bf7a9-d900-4e03-ae9f-828ee3e30af1} <Debug> TCPHandler: Processed in 0.006908843 sec.
6615 2025.03.20 17:08:22.782272 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6616 2025.03.20 17:08:22.782387 [ 256 ] {918ab7e2-c195-45fd-bc54-06b4ce29c9fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6617 2025.03.20 17:08:22.782435 [ 256 ] {918ab7e2-c195-45fd-bc54-06b4ce29c9fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6618 2025.03.20 17:08:22.783058 [ 256 ] {918ab7e2-c195-45fd-bc54-06b4ce29c9fe} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6619 2025.03.20 17:08:22.783097 [ 256 ] {918ab7e2-c195-45fd-bc54-06b4ce29c9fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6620 2025.03.20 17:08:22.783420 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16547 rows, containing 5 columns (5 merged, 0 gathered) in 0.008331247 sec., 1986137.2493217401 rows/sec., 136.09 MiB/sec.
6621 2025.03.20 17:08:22.783558 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
6622 2025.03.20 17:08:22.783614 [ 256 ] {918ab7e2-c195-45fd-bc54-06b4ce29c9fe} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
6623 2025.03.20 17:08:22.783870 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6624 2025.03.20 17:08:22.783911 [ 256 ] {918ab7e2-c195-45fd-bc54-06b4ce29c9fe} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6625 2025.03.20 17:08:22.783980 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
6626 2025.03.20 17:08:22.784165 [ 119 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
6627 2025.03.20 17:08:22.784180 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.43 MiB.
6628 2025.03.20 17:08:22.784280 [ 119 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6629 2025.03.20 17:08:22.784336 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6630 2025.03.20 17:08:22.784348 [ 256 ] {918ab7e2-c195-45fd-bc54-06b4ce29c9fe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001977 sec., 30349.013657056144 rows/sec., 2.05 MiB/sec.
6631 2025.03.20 17:08:22.784544 [ 256 ] {918ab7e2-c195-45fd-bc54-06b4ce29c9fe} <Debug> TCPHandler: Processed in 0.002335294 sec.
6632 2025.03.20 17:08:22.784579 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
6633 2025.03.20 17:08:22.784691 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6634 2025.03.20 17:08:22.784719 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2754 rows starting from the beginning of the part
6635 2025.03.20 17:08:22.784780 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part
6636 2025.03.20 17:08:22.785031 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part
6637 2025.03.20 17:08:22.785294 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 34 rows starting from the beginning of the part
6638 2025.03.20 17:08:22.785368 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 26 rows starting from the beginning of the part
6639 2025.03.20 17:08:22.785489 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
6640 2025.03.20 17:08:22.786762 [ 194 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2994 rows, containing 4 columns (4 merged, 0 gathered) in 0.002289274 sec., 1307838.2054747487 rows/sec., 88.06 MiB/sec.
6641 2025.03.20 17:08:22.787113 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
6642 2025.03.20 17:08:22.787462 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_61_12} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6643 2025.03.20 17:08:22.787551 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_61_12} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
6644 2025.03.20 17:08:22.787645 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB.
6645 2025.03.20 17:08:27.127664 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache
6646 2025.03.20 17:08:27.127777 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache
6647 2025.03.20 17:08:27.262643 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531
6648 2025.03.20 17:08:27.263311 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6649 2025.03.20 17:08:27.263362 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6650 2025.03.20 17:08:27.263898 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6651 2025.03.20 17:08:27.264157 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6652 2025.03.20 17:08:27.264433 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531
6653 2025.03.20 17:08:27.264430 [ 115 ] {} <Debug> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6654 2025.03.20 17:08:27.264542 [ 115 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6655 2025.03.20 17:08:27.264585 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6656 2025.03.20 17:08:27.264800 [ 198 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::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
6657 2025.03.20 17:08:27.265037 [ 198 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6658 2025.03.20 17:08:27.265103 [ 198 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14213 rows starting from the beginning of the part
6659 2025.03.20 17:08:27.265221 [ 198 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 488 rows starting from the beginning of the part
6660 2025.03.20 17:08:27.265538 [ 198 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 427 rows starting from the beginning of the part
6661 2025.03.20 17:08:27.265750 [ 198 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 488 rows starting from the beginning of the part
6662 2025.03.20 17:08:27.265882 [ 198 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 427 rows starting from the beginning of the part
6663 2025.03.20 17:08:27.266065 [ 198 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 488 rows starting from the beginning of the part
6664 2025.03.20 17:08:27.268408 [ 186 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003714479 sec., 4450422.253026602 rows/sec., 63.66 MiB/sec.
6665 2025.03.20 17:08:27.268513 [ 186 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6666 2025.03.20 17:08:27.268793 [ 186 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_36_7} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6667 2025.03.20 17:08:27.268879 [ 186 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_36_7} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6668 2025.03.20 17:08:27.268970 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB.
6669 2025.03.20 17:08:27.341007 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 910
6670 2025.03.20 17:08:27.343625 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6671 2025.03.20 17:08:27.343670 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6672 2025.03.20 17:08:27.345127 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
6673 2025.03.20 17:08:27.345430 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6674 2025.03.20 17:08:27.346806 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 910
6675 2025.03.20 17:08:27.426204 [ 115 ] {} <Debug> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
6676 2025.03.20 17:08:27.426259 [ 115 ] {} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6677 2025.03.20 17:08:27.426285 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6678 2025.03.20 17:08:27.426413 [ 198 ] {fd481411-b68c-44af-8dc7-12d8536bb892::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
6679 2025.03.20 17:08:27.426548 [ 198 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6680 2025.03.20 17:08:27.426582 [ 198 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 253 rows starting from the beginning of the part
6681 2025.03.20 17:08:27.426666 [ 198 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 252 rows starting from the beginning of the part
6682 2025.03.20 17:08:27.426863 [ 198 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 252 rows starting from the beginning of the part
6683 2025.03.20 17:08:27.426963 [ 198 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 252 rows starting from the beginning of the part
6684 2025.03.20 17:08:27.427030 [ 198 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 252 rows starting from the beginning of the part
6685 2025.03.20 17:08:27.428281 [ 198 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1261 rows, containing 5 columns (5 merged, 0 gathered) in 0.00192827 sec., 653954.0624497607 rows/sec., 47.72 MiB/sec.
6686 2025.03.20 17:08:27.428484 [ 195 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
6687 2025.03.20 17:08:27.428828 [ 195 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_9_2} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6688 2025.03.20 17:08:27.428918 [ 195 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_9_2} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
6689 2025.03.20 17:08:27.429020 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
6690 2025.03.20 17:08:27.757308 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6691 2025.03.20 17:08:27.757608 [ 256 ] {5bc3292a-e47b-4da3-adc7-5fbb746df1c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6692 2025.03.20 17:08:27.757683 [ 256 ] {5bc3292a-e47b-4da3-adc7-5fbb746df1c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6693 2025.03.20 17:08:27.758538 [ 256 ] {5bc3292a-e47b-4da3-adc7-5fbb746df1c1} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6694 2025.03.20 17:08:27.758589 [ 256 ] {5bc3292a-e47b-4da3-adc7-5fbb746df1c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6695 2025.03.20 17:08:27.759042 [ 256 ] {5bc3292a-e47b-4da3-adc7-5fbb746df1c1} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
6696 2025.03.20 17:08:27.759298 [ 256 ] {5bc3292a-e47b-4da3-adc7-5fbb746df1c1} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6697 2025.03.20 17:08:27.759547 [ 256 ] {5bc3292a-e47b-4da3-adc7-5fbb746df1c1} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.002018 sec., 39643.21110009911 rows/sec., 3.28 MiB/sec.
6698 2025.03.20 17:08:27.759616 [ 256 ] {5bc3292a-e47b-4da3-adc7-5fbb746df1c1} <Debug> TCPHandler: Processed in 0.002502946 sec.
6699 2025.03.20 17:08:27.759764 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6700 2025.03.20 17:08:27.759913 [ 256 ] {93390ac1-cd1b-4bd1-b4f4-c369d135d6a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6701 2025.03.20 17:08:27.759972 [ 256 ] {93390ac1-cd1b-4bd1-b4f4-c369d135d6a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6702 2025.03.20 17:08:27.760618 [ 256 ] {93390ac1-cd1b-4bd1-b4f4-c369d135d6a6} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6703 2025.03.20 17:08:27.760660 [ 256 ] {93390ac1-cd1b-4bd1-b4f4-c369d135d6a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6704 2025.03.20 17:08:27.761025 [ 256 ] {93390ac1-cd1b-4bd1-b4f4-c369d135d6a6} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6705 2025.03.20 17:08:27.761273 [ 256 ] {93390ac1-cd1b-4bd1-b4f4-c369d135d6a6} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6706 2025.03.20 17:08:27.761451 [ 114 ] {} <Debug> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6707 2025.03.20 17:08:27.761518 [ 256 ] {93390ac1-cd1b-4bd1-b4f4-c369d135d6a6} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001634 sec., 7343.941248470012 rows/sec., 552.23 KiB/sec.
6708 2025.03.20 17:08:27.761524 [ 114 ] {} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6709 2025.03.20 17:08:27.761605 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6710 2025.03.20 17:08:27.761657 [ 256 ] {93390ac1-cd1b-4bd1-b4f4-c369d135d6a6} <Debug> TCPHandler: Processed in 0.00196078 sec.
6711 2025.03.20 17:08:27.761858 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6712 2025.03.20 17:08:27.761860 [ 196 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::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
6713 2025.03.20 17:08:27.762043 [ 256 ] {b94edeb1-2aa9-4733-a891-cc820ddec905} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6714 2025.03.20 17:08:27.762150 [ 256 ] {b94edeb1-2aa9-4733-a891-cc820ddec905} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6715 2025.03.20 17:08:27.762193 [ 196 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6716 2025.03.20 17:08:27.762289 [ 196 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 69 rows starting from the beginning of the part
6717 2025.03.20 17:08:27.762629 [ 196 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 12 rows starting from the beginning of the part
6718 2025.03.20 17:08:27.763056 [ 196 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 27 rows starting from the beginning of the part
6719 2025.03.20 17:08:27.763491 [ 196 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 38 rows starting from the beginning of the part
6720 2025.03.20 17:08:27.763872 [ 196 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 27 rows starting from the beginning of the part
6721 2025.03.20 17:08:27.764113 [ 196 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 12 rows starting from the beginning of the part
6722 2025.03.20 17:08:27.765028 [ 256 ] {b94edeb1-2aa9-4733-a891-cc820ddec905} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6723 2025.03.20 17:08:27.765099 [ 256 ] {b94edeb1-2aa9-4733-a891-cc820ddec905} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
6724 2025.03.20 17:08:27.766126 [ 256 ] {b94edeb1-2aa9-4733-a891-cc820ddec905} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
6725 2025.03.20 17:08:27.766673 [ 256 ] {b94edeb1-2aa9-4733-a891-cc820ddec905} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6726 2025.03.20 17:08:27.767065 [ 195 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.005336636 sec., 34666.033059028196 rows/sec., 2.67 MiB/sec.
6727 2025.03.20 17:08:27.767131 [ 256 ] {b94edeb1-2aa9-4733-a891-cc820ddec905} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.005154 sec., 14745.82848273186 rows/sec., 1.15 MiB/sec.
6728 2025.03.20 17:08:27.767265 [ 256 ] {b94edeb1-2aa9-4733-a891-cc820ddec905} <Debug> TCPHandler: Processed in 0.005508408 sec.
6729 2025.03.20 17:08:27.767369 [ 198 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6730 2025.03.20 17:08:27.767397 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6731 2025.03.20 17:08:27.767548 [ 256 ] {9128a88e-e98a-44e6-a4dd-750db0c7938b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6732 2025.03.20 17:08:27.767636 [ 256 ] {9128a88e-e98a-44e6-a4dd-750db0c7938b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6733 2025.03.20 17:08:27.768005 [ 198 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_46_9} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6734 2025.03.20 17:08:27.768225 [ 198 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_46_9} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6735 2025.03.20 17:08:27.768357 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
6736 2025.03.20 17:08:27.768654 [ 256 ] {9128a88e-e98a-44e6-a4dd-750db0c7938b} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6737 2025.03.20 17:08:27.768698 [ 256 ] {9128a88e-e98a-44e6-a4dd-750db0c7938b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6738 2025.03.20 17:08:27.769105 [ 256 ] {9128a88e-e98a-44e6-a4dd-750db0c7938b} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
6739 2025.03.20 17:08:27.769347 [ 256 ] {9128a88e-e98a-44e6-a4dd-750db0c7938b} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6740 2025.03.20 17:08:27.769551 [ 256 ] {9128a88e-e98a-44e6-a4dd-750db0c7938b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001997 sec., 80120.1802704056 rows/sec., 5.58 MiB/sec.
6741 2025.03.20 17:08:27.769606 [ 256 ] {9128a88e-e98a-44e6-a4dd-750db0c7938b} <Debug> TCPHandler: Processed in 0.002238103 sec.
6742 2025.03.20 17:08:27.769726 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6743 2025.03.20 17:08:27.769832 [ 256 ] {627f4e8e-b22f-4dc6-82eb-d73ebe8040d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6744 2025.03.20 17:08:27.769901 [ 256 ] {627f4e8e-b22f-4dc6-82eb-d73ebe8040d5} <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
6745 2025.03.20 17:08:27.770988 [ 256 ] {627f4e8e-b22f-4dc6-82eb-d73ebe8040d5} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6746 2025.03.20 17:08:27.771027 [ 256 ] {627f4e8e-b22f-4dc6-82eb-d73ebe8040d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6747 2025.03.20 17:08:27.771663 [ 256 ] {627f4e8e-b22f-4dc6-82eb-d73ebe8040d5} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6748 2025.03.20 17:08:27.771920 [ 256 ] {627f4e8e-b22f-4dc6-82eb-d73ebe8040d5} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6749 2025.03.20 17:08:27.772173 [ 256 ] {627f4e8e-b22f-4dc6-82eb-d73ebe8040d5} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002361 sec., 5082.592121982211 rows/sec., 9.11 MiB/sec.
6750 2025.03.20 17:08:27.772268 [ 256 ] {627f4e8e-b22f-4dc6-82eb-d73ebe8040d5} <Debug> TCPHandler: Processed in 0.002603877 sec.
6751 2025.03.20 17:08:27.772381 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6752 2025.03.20 17:08:27.772484 [ 256 ] {ea21748f-037b-4074-b8cc-a900a244576b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6753 2025.03.20 17:08:27.772532 [ 256 ] {ea21748f-037b-4074-b8cc-a900a244576b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6754 2025.03.20 17:08:27.772966 [ 256 ] {ea21748f-037b-4074-b8cc-a900a244576b} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6755 2025.03.20 17:08:27.773005 [ 256 ] {ea21748f-037b-4074-b8cc-a900a244576b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6756 2025.03.20 17:08:27.773499 [ 256 ] {ea21748f-037b-4074-b8cc-a900a244576b} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
6757 2025.03.20 17:08:27.773740 [ 256 ] {ea21748f-037b-4074-b8cc-a900a244576b} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6758 2025.03.20 17:08:27.773943 [ 256 ] {ea21748f-037b-4074-b8cc-a900a244576b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001481 sec., 40513.166779203246 rows/sec., 2.73 MiB/sec.
6759 2025.03.20 17:08:27.773993 [ 256 ] {ea21748f-037b-4074-b8cc-a900a244576b} <Debug> TCPHandler: Processed in 0.001664257 sec.
6760 2025.03.20 17:08:28.398605 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272
6761 2025.03.20 17:08:28.421844 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6762 2025.03.20 17:08:28.421913 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6763 2025.03.20 17:08:28.429540 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6764 2025.03.20 17:08:28.430370 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6765 2025.03.20 17:08:28.430812 [ 114 ] {} <Debug> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6766 2025.03.20 17:08:28.430970 [ 114 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6767 2025.03.20 17:08:28.431080 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.59 GiB.
6768 2025.03.20 17:08:28.431673 [ 202 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
6769 2025.03.20 17:08:28.445924 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272
6770 2025.03.20 17:08:28.447802 [ 202 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6771 2025.03.20 17:08:28.449506 [ 202 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
6772 2025.03.20 17:08:28.455795 [ 202 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
6773 2025.03.20 17:08:28.462897 [ 202 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
6774 2025.03.20 17:08:28.468737 [ 202 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
6775 2025.03.20 17:08:28.474569 [ 202 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
6776 2025.03.20 17:08:28.479289 [ 202 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
6777 2025.03.20 17:08:28.541604 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.110328742 sec., 2465.359389305826 rows/sec., 12.75 MiB/sec.
6778 2025.03.20 17:08:28.544444 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6779 2025.03.20 17:08:28.547306 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_36_7} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6780 2025.03.20 17:08:28.547436 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_36_7} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6781 2025.03.20 17:08:28.549846 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB.
6782 2025.03.20 17:08:29.000191 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.54 MiB, peak 217.41 MiB, free memory in arenas 0.00 B, will set to 207.60 MiB (RSS), difference: 2.06 MiB
6783 2025.03.20 17:08:32.757475 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6784 2025.03.20 17:08:32.757683 [ 256 ] {03f56813-86b6-413f-8aa0-671e08c07738} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6785 2025.03.20 17:08:32.757757 [ 256 ] {03f56813-86b6-413f-8aa0-671e08c07738} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6786 2025.03.20 17:08:32.758599 [ 256 ] {03f56813-86b6-413f-8aa0-671e08c07738} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6787 2025.03.20 17:08:32.758644 [ 256 ] {03f56813-86b6-413f-8aa0-671e08c07738} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
6788 2025.03.20 17:08:32.759096 [ 256 ] {03f56813-86b6-413f-8aa0-671e08c07738} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
6789 2025.03.20 17:08:32.759356 [ 256 ] {03f56813-86b6-413f-8aa0-671e08c07738} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6790 2025.03.20 17:08:32.759563 [ 256 ] {03f56813-86b6-413f-8aa0-671e08c07738} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.001935 sec., 56847.54521963824 rows/sec., 4.78 MiB/sec.
6791 2025.03.20 17:08:32.759632 [ 256 ] {03f56813-86b6-413f-8aa0-671e08c07738} <Debug> TCPHandler: Processed in 0.002295584 sec.
6792 2025.03.20 17:08:32.759757 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6793 2025.03.20 17:08:32.759874 [ 256 ] {d1429146-6e1e-44fa-b6d4-84b786ef4967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6794 2025.03.20 17:08:32.759923 [ 256 ] {d1429146-6e1e-44fa-b6d4-84b786ef4967} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6795 2025.03.20 17:08:32.760467 [ 256 ] {d1429146-6e1e-44fa-b6d4-84b786ef4967} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6796 2025.03.20 17:08:32.760506 [ 256 ] {d1429146-6e1e-44fa-b6d4-84b786ef4967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
6797 2025.03.20 17:08:32.760871 [ 256 ] {d1429146-6e1e-44fa-b6d4-84b786ef4967} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6798 2025.03.20 17:08:32.761111 [ 256 ] {d1429146-6e1e-44fa-b6d4-84b786ef4967} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6799 2025.03.20 17:08:32.761287 [ 256 ] {d1429146-6e1e-44fa-b6d4-84b786ef4967} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001441 sec., 18736.988202637058 rows/sec., 1.38 MiB/sec.
6800 2025.03.20 17:08:32.761341 [ 256 ] {d1429146-6e1e-44fa-b6d4-84b786ef4967} <Debug> TCPHandler: Processed in 0.001637948 sec.
6801 2025.03.20 17:08:32.761446 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6802 2025.03.20 17:08:32.761551 [ 256 ] {fd14ade6-af7e-4dca-ab50-58566fbc34a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6803 2025.03.20 17:08:32.761596 [ 256 ] {fd14ade6-af7e-4dca-ab50-58566fbc34a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6804 2025.03.20 17:08:32.762142 [ 256 ] {fd14ade6-af7e-4dca-ab50-58566fbc34a9} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6805 2025.03.20 17:08:32.762180 [ 256 ] {fd14ade6-af7e-4dca-ab50-58566fbc34a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
6806 2025.03.20 17:08:32.762533 [ 256 ] {fd14ade6-af7e-4dca-ab50-58566fbc34a9} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
6807 2025.03.20 17:08:32.762773 [ 256 ] {fd14ade6-af7e-4dca-ab50-58566fbc34a9} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6808 2025.03.20 17:08:32.762974 [ 256 ] {fd14ade6-af7e-4dca-ab50-58566fbc34a9} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001447 sec., 62888.73531444368 rows/sec., 4.91 MiB/sec.
6809 2025.03.20 17:08:32.763049 [ 256 ] {fd14ade6-af7e-4dca-ab50-58566fbc34a9} <Debug> TCPHandler: Processed in 0.001654727 sec.
6810 2025.03.20 17:08:32.763301 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6811 2025.03.20 17:08:32.763439 [ 256 ] {5009fe3b-cb98-4c55-b74c-26b1ffb5be5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6812 2025.03.20 17:08:32.763492 [ 256 ] {5009fe3b-cb98-4c55-b74c-26b1ffb5be5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6813 2025.03.20 17:08:32.764017 [ 256 ] {5009fe3b-cb98-4c55-b74c-26b1ffb5be5f} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6814 2025.03.20 17:08:32.764056 [ 256 ] {5009fe3b-cb98-4c55-b74c-26b1ffb5be5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
6815 2025.03.20 17:08:32.764440 [ 256 ] {5009fe3b-cb98-4c55-b74c-26b1ffb5be5f} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
6816 2025.03.20 17:08:32.764679 [ 256 ] {5009fe3b-cb98-4c55-b74c-26b1ffb5be5f} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6817 2025.03.20 17:08:32.764853 [ 256 ] {5009fe3b-cb98-4c55-b74c-26b1ffb5be5f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001439 sec., 111188.3252258513 rows/sec., 7.74 MiB/sec.
6818 2025.03.20 17:08:32.764905 [ 256 ] {5009fe3b-cb98-4c55-b74c-26b1ffb5be5f} <Debug> TCPHandler: Processed in 0.001719278 sec.
6819 2025.03.20 17:08:32.765012 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6820 2025.03.20 17:08:32.765114 [ 256 ] {97264592-ed3a-4657-895f-e57c26226d90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6821 2025.03.20 17:08:32.765179 [ 256 ] {97264592-ed3a-4657-895f-e57c26226d90} <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
6822 2025.03.20 17:08:32.766276 [ 256 ] {97264592-ed3a-4657-895f-e57c26226d90} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6823 2025.03.20 17:08:32.766313 [ 256 ] {97264592-ed3a-4657-895f-e57c26226d90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
6824 2025.03.20 17:08:32.766945 [ 256 ] {97264592-ed3a-4657-895f-e57c26226d90} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6825 2025.03.20 17:08:32.767216 [ 256 ] {97264592-ed3a-4657-895f-e57c26226d90} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6826 2025.03.20 17:08:32.767353 [ 109 ] {} <Debug> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6827 2025.03.20 17:08:32.767404 [ 109 ] {} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6828 2025.03.20 17:08:32.767419 [ 256 ] {97264592-ed3a-4657-895f-e57c26226d90} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002326 sec., 11607.910576096303 rows/sec., 20.80 MiB/sec.
6829 2025.03.20 17:08:32.767431 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
6830 2025.03.20 17:08:32.767964 [ 191 ] {6749d887-00ac-4b26-87ae-2852b00353b1::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
6831 2025.03.20 17:08:32.768033 [ 256 ] {97264592-ed3a-4657-895f-e57c26226d90} <Debug> TCPHandler: Processed in 0.003064652 sec.
6832 2025.03.20 17:08:32.768657 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6833 2025.03.20 17:08:32.768945 [ 256 ] {5fa1da5e-e1ce-47d6-a6ff-acc084eb8c5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6834 2025.03.20 17:08:32.769028 [ 191 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6835 2025.03.20 17:08:32.769049 [ 256 ] {5fa1da5e-e1ce-47d6-a6ff-acc084eb8c5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6836 2025.03.20 17:08:32.769262 [ 191 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 737 rows starting from the beginning of the part
6837 2025.03.20 17:08:32.770127 [ 191 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 27 rows starting from the beginning of the part
6838 2025.03.20 17:08:32.770963 [ 191 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 12 rows starting from the beginning of the part
6839 2025.03.20 17:08:32.771318 [ 256 ] {5fa1da5e-e1ce-47d6-a6ff-acc084eb8c5a} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6840 2025.03.20 17:08:32.771446 [ 256 ] {5fa1da5e-e1ce-47d6-a6ff-acc084eb8c5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
6841 2025.03.20 17:08:32.771720 [ 191 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 27 rows starting from the beginning of the part
6842 2025.03.20 17:08:32.772339 [ 191 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 12 rows starting from the beginning of the part
6843 2025.03.20 17:08:32.773003 [ 191 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 27 rows starting from the beginning of the part
6844 2025.03.20 17:08:32.773053 [ 256 ] {5fa1da5e-e1ce-47d6-a6ff-acc084eb8c5a} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
6845 2025.03.20 17:08:32.773930 [ 256 ] {5fa1da5e-e1ce-47d6-a6ff-acc084eb8c5a} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6846 2025.03.20 17:08:32.774506 [ 256 ] {5fa1da5e-e1ce-47d6-a6ff-acc084eb8c5a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005615 sec., 10685.66340160285 rows/sec., 737.42 KiB/sec.
6847 2025.03.20 17:08:32.774954 [ 256 ] {5fa1da5e-e1ce-47d6-a6ff-acc084eb8c5a} <Debug> TCPHandler: Processed in 0.006421827 sec.
6848 2025.03.20 17:08:32.785322 [ 191 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 842 rows, containing 19 columns (19 merged, 0 gathered) in 0.017743215 sec., 47454.759467210424 rows/sec., 85.04 MiB/sec.
6849 2025.03.20 17:08:32.786374 [ 190 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6850 2025.03.20 17:08:32.786877 [ 190 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6851 2025.03.20 17:08:32.786979 [ 190 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6852 2025.03.20 17:08:32.787153 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.64 MiB.
6853 2025.03.20 17:08:33.000230 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 208.10 MiB, peak 217.41 MiB, free memory in arenas 0.00 B, will set to 209.52 MiB (RSS), difference: 1.42 MiB
6854 2025.03.20 17:08:34.764690 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958
6855 2025.03.20 17:08:34.765416 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6856 2025.03.20 17:08:34.765470 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
6857 2025.03.20 17:08:34.766033 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6858 2025.03.20 17:08:34.766291 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6859 2025.03.20 17:08:34.766544 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958
6860 2025.03.20 17:08:35.946133 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279
6861 2025.03.20 17:08:35.964694 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6862 2025.03.20 17:08:35.964745 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
6863 2025.03.20 17:08:35.971674 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6864 2025.03.20 17:08:35.972438 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6865 2025.03.20 17:08:35.975876 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279
6866 2025.03.20 17:08:37.347123 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 934
6867 2025.03.20 17:08:37.350043 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6868 2025.03.20 17:08:37.350117 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
6869 2025.03.20 17:08:37.351604 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6870 2025.03.20 17:08:37.351927 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6871 2025.03.20 17:08:37.353226 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 934
6872 2025.03.20 17:08:37.757713 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6873 2025.03.20 17:08:37.758039 [ 256 ] {d1c8e75c-5bf3-435f-a74e-923ff17fe808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6874 2025.03.20 17:08:37.758117 [ 256 ] {d1c8e75c-5bf3-435f-a74e-923ff17fe808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6875 2025.03.20 17:08:37.758947 [ 256 ] {d1c8e75c-5bf3-435f-a74e-923ff17fe808} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6876 2025.03.20 17:08:37.758992 [ 256 ] {d1c8e75c-5bf3-435f-a74e-923ff17fe808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
6877 2025.03.20 17:08:37.759454 [ 256 ] {d1c8e75c-5bf3-435f-a74e-923ff17fe808} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
6878 2025.03.20 17:08:37.759722 [ 256 ] {d1c8e75c-5bf3-435f-a74e-923ff17fe808} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6879 2025.03.20 17:08:37.759937 [ 256 ] {d1c8e75c-5bf3-435f-a74e-923ff17fe808} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.001986 sec., 40281.97381671702 rows/sec., 3.33 MiB/sec.
6880 2025.03.20 17:08:37.760003 [ 256 ] {d1c8e75c-5bf3-435f-a74e-923ff17fe808} <Debug> TCPHandler: Processed in 0.002487926 sec.
6881 2025.03.20 17:08:37.760135 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6882 2025.03.20 17:08:37.760252 [ 256 ] {6e576dbc-7fba-4e5d-a581-b07916614e4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6883 2025.03.20 17:08:37.760302 [ 256 ] {6e576dbc-7fba-4e5d-a581-b07916614e4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6884 2025.03.20 17:08:37.760826 [ 256 ] {6e576dbc-7fba-4e5d-a581-b07916614e4b} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6885 2025.03.20 17:08:37.760865 [ 256 ] {6e576dbc-7fba-4e5d-a581-b07916614e4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
6886 2025.03.20 17:08:37.761244 [ 256 ] {6e576dbc-7fba-4e5d-a581-b07916614e4b} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6887 2025.03.20 17:08:37.761499 [ 256 ] {6e576dbc-7fba-4e5d-a581-b07916614e4b} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6888 2025.03.20 17:08:37.761703 [ 256 ] {6e576dbc-7fba-4e5d-a581-b07916614e4b} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001474 sec., 8141.112618724559 rows/sec., 612.17 KiB/sec.
6889 2025.03.20 17:08:37.761773 [ 256 ] {6e576dbc-7fba-4e5d-a581-b07916614e4b} <Debug> TCPHandler: Processed in 0.001694797 sec.
6890 2025.03.20 17:08:37.762012 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6891 2025.03.20 17:08:37.762135 [ 256 ] {ee52c9ab-ca92-43d6-b893-00cd6a36d16c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6892 2025.03.20 17:08:37.762182 [ 256 ] {ee52c9ab-ca92-43d6-b893-00cd6a36d16c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6893 2025.03.20 17:08:37.762728 [ 256 ] {ee52c9ab-ca92-43d6-b893-00cd6a36d16c} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6894 2025.03.20 17:08:37.762766 [ 256 ] {ee52c9ab-ca92-43d6-b893-00cd6a36d16c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
6895 2025.03.20 17:08:37.763125 [ 256 ] {ee52c9ab-ca92-43d6-b893-00cd6a36d16c} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
6896 2025.03.20 17:08:37.763368 [ 256 ] {ee52c9ab-ca92-43d6-b893-00cd6a36d16c} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6897 2025.03.20 17:08:37.763540 [ 256 ] {ee52c9ab-ca92-43d6-b893-00cd6a36d16c} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001429 sec., 53184.04478656403 rows/sec., 4.15 MiB/sec.
6898 2025.03.20 17:08:37.763590 [ 256 ] {ee52c9ab-ca92-43d6-b893-00cd6a36d16c} <Debug> TCPHandler: Processed in 0.001675467 sec.
6899 2025.03.20 17:08:37.763693 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6900 2025.03.20 17:08:37.763796 [ 256 ] {4e9196af-94c7-4cec-9505-0f2c1c925b36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6901 2025.03.20 17:08:37.763845 [ 256 ] {4e9196af-94c7-4cec-9505-0f2c1c925b36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6902 2025.03.20 17:08:37.764360 [ 256 ] {4e9196af-94c7-4cec-9505-0f2c1c925b36} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6903 2025.03.20 17:08:37.764397 [ 256 ] {4e9196af-94c7-4cec-9505-0f2c1c925b36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
6904 2025.03.20 17:08:37.764784 [ 256 ] {4e9196af-94c7-4cec-9505-0f2c1c925b36} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
6905 2025.03.20 17:08:37.765028 [ 256 ] {4e9196af-94c7-4cec-9505-0f2c1c925b36} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6906 2025.03.20 17:08:37.765201 [ 256 ] {4e9196af-94c7-4cec-9505-0f2c1c925b36} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001425 sec., 112280.70175438595 rows/sec., 7.82 MiB/sec.
6907 2025.03.20 17:08:37.765264 [ 256 ] {4e9196af-94c7-4cec-9505-0f2c1c925b36} <Debug> TCPHandler: Processed in 0.001622927 sec.
6908 2025.03.20 17:08:37.765393 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6909 2025.03.20 17:08:37.765502 [ 256 ] {d78aabe2-5242-4fa1-8508-176a3c3549d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6910 2025.03.20 17:08:37.765567 [ 256 ] {d78aabe2-5242-4fa1-8508-176a3c3549d1} <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
6911 2025.03.20 17:08:37.766683 [ 256 ] {d78aabe2-5242-4fa1-8508-176a3c3549d1} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6912 2025.03.20 17:08:37.766720 [ 256 ] {d78aabe2-5242-4fa1-8508-176a3c3549d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
6913 2025.03.20 17:08:37.767344 [ 256 ] {d78aabe2-5242-4fa1-8508-176a3c3549d1} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6914 2025.03.20 17:08:37.767611 [ 256 ] {d78aabe2-5242-4fa1-8508-176a3c3549d1} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6915 2025.03.20 17:08:37.767818 [ 256 ] {d78aabe2-5242-4fa1-8508-176a3c3549d1} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002339 sec., 5130.397605814451 rows/sec., 9.19 MiB/sec.
6916 2025.03.20 17:08:37.768139 [ 256 ] {d78aabe2-5242-4fa1-8508-176a3c3549d1} <Debug> TCPHandler: Processed in 0.00279681 sec.
6917 2025.03.20 17:08:37.768284 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6918 2025.03.20 17:08:37.768387 [ 256 ] {f45a5b21-3ce8-4269-8b7e-8c3495718347} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6919 2025.03.20 17:08:37.768434 [ 256 ] {f45a5b21-3ce8-4269-8b7e-8c3495718347} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6920 2025.03.20 17:08:37.768860 [ 256 ] {f45a5b21-3ce8-4269-8b7e-8c3495718347} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6921 2025.03.20 17:08:37.768898 [ 256 ] {f45a5b21-3ce8-4269-8b7e-8c3495718347} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
6922 2025.03.20 17:08:37.769259 [ 256 ] {f45a5b21-3ce8-4269-8b7e-8c3495718347} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
6923 2025.03.20 17:08:37.769496 [ 256 ] {f45a5b21-3ce8-4269-8b7e-8c3495718347} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6924 2025.03.20 17:08:37.769665 [ 256 ] {f45a5b21-3ce8-4269-8b7e-8c3495718347} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001301 sec., 46118.370484242885 rows/sec., 3.11 MiB/sec.
6925 2025.03.20 17:08:37.769713 [ 256 ] {f45a5b21-3ce8-4269-8b7e-8c3495718347} <Debug> TCPHandler: Processed in 0.001481265 sec.
6926 2025.03.20 17:08:42.127834 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache
6927 2025.03.20 17:08:42.127941 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache
6928 2025.03.20 17:08:42.266822 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446
6929 2025.03.20 17:08:42.267805 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6930 2025.03.20 17:08:42.267860 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
6931 2025.03.20 17:08:42.268393 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6932 2025.03.20 17:08:42.268662 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6933 2025.03.20 17:08:42.268961 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446
6934 2025.03.20 17:08:42.757611 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6935 2025.03.20 17:08:42.757834 [ 256 ] {81118df5-abf8-40b9-a38e-af8cd9ae0b43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6936 2025.03.20 17:08:42.757920 [ 256 ] {81118df5-abf8-40b9-a38e-af8cd9ae0b43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6937 2025.03.20 17:08:42.758796 [ 256 ] {81118df5-abf8-40b9-a38e-af8cd9ae0b43} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6938 2025.03.20 17:08:42.758850 [ 256 ] {81118df5-abf8-40b9-a38e-af8cd9ae0b43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
6939 2025.03.20 17:08:42.759307 [ 256 ] {81118df5-abf8-40b9-a38e-af8cd9ae0b43} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
6940 2025.03.20 17:08:42.759572 [ 256 ] {81118df5-abf8-40b9-a38e-af8cd9ae0b43} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6941 2025.03.20 17:08:42.759871 [ 256 ] {81118df5-abf8-40b9-a38e-af8cd9ae0b43} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002096 sec., 52480.91603053435 rows/sec., 4.41 MiB/sec.
6942 2025.03.20 17:08:42.759986 [ 256 ] {81118df5-abf8-40b9-a38e-af8cd9ae0b43} <Debug> TCPHandler: Processed in 0.002528087 sec.
6943 2025.03.20 17:08:42.760214 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6944 2025.03.20 17:08:42.760395 [ 256 ] {05a7f782-be37-4469-bd96-5329187fb48b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6945 2025.03.20 17:08:42.760447 [ 256 ] {05a7f782-be37-4469-bd96-5329187fb48b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6946 2025.03.20 17:08:42.761016 [ 256 ] {05a7f782-be37-4469-bd96-5329187fb48b} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6947 2025.03.20 17:08:42.761059 [ 256 ] {05a7f782-be37-4469-bd96-5329187fb48b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
6948 2025.03.20 17:08:42.761436 [ 256 ] {05a7f782-be37-4469-bd96-5329187fb48b} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6949 2025.03.20 17:08:42.761679 [ 256 ] {05a7f782-be37-4469-bd96-5329187fb48b} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6950 2025.03.20 17:08:42.761907 [ 256 ] {05a7f782-be37-4469-bd96-5329187fb48b} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001548 sec., 17441.86046511628 rows/sec., 1.28 MiB/sec.
6951 2025.03.20 17:08:42.761987 [ 256 ] {05a7f782-be37-4469-bd96-5329187fb48b} <Debug> TCPHandler: Processed in 0.00186937 sec.
6952 2025.03.20 17:08:42.762142 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6953 2025.03.20 17:08:42.762247 [ 256 ] {71a5103f-68b7-4f90-9df6-b5a2ec706308} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6954 2025.03.20 17:08:42.762292 [ 256 ] {71a5103f-68b7-4f90-9df6-b5a2ec706308} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6955 2025.03.20 17:08:42.762841 [ 256 ] {71a5103f-68b7-4f90-9df6-b5a2ec706308} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6956 2025.03.20 17:08:42.762879 [ 256 ] {71a5103f-68b7-4f90-9df6-b5a2ec706308} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
6957 2025.03.20 17:08:42.763241 [ 256 ] {71a5103f-68b7-4f90-9df6-b5a2ec706308} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
6958 2025.03.20 17:08:42.763477 [ 256 ] {71a5103f-68b7-4f90-9df6-b5a2ec706308} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6959 2025.03.20 17:08:42.763709 [ 256 ] {71a5103f-68b7-4f90-9df6-b5a2ec706308} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001483 sec., 61362.103843560355 rows/sec., 4.79 MiB/sec.
6960 2025.03.20 17:08:42.763789 [ 256 ] {71a5103f-68b7-4f90-9df6-b5a2ec706308} <Debug> TCPHandler: Processed in 0.001708417 sec.
6961 2025.03.20 17:08:42.764034 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6962 2025.03.20 17:08:42.764172 [ 256 ] {8475895a-ff98-47f2-844f-8e6e4682bc19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6963 2025.03.20 17:08:42.764224 [ 256 ] {8475895a-ff98-47f2-844f-8e6e4682bc19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6964 2025.03.20 17:08:42.764766 [ 256 ] {8475895a-ff98-47f2-844f-8e6e4682bc19} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6965 2025.03.20 17:08:42.764804 [ 256 ] {8475895a-ff98-47f2-844f-8e6e4682bc19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
6966 2025.03.20 17:08:42.765191 [ 256 ] {8475895a-ff98-47f2-844f-8e6e4682bc19} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
6967 2025.03.20 17:08:42.765433 [ 256 ] {8475895a-ff98-47f2-844f-8e6e4682bc19} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6968 2025.03.20 17:08:42.765662 [ 256 ] {8475895a-ff98-47f2-844f-8e6e4682bc19} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001514 sec., 105680.31704095112 rows/sec., 7.36 MiB/sec.
6969 2025.03.20 17:08:42.765712 [ 256 ] {8475895a-ff98-47f2-844f-8e6e4682bc19} <Debug> TCPHandler: Processed in 0.001785789 sec.
6970 2025.03.20 17:08:42.765819 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6971 2025.03.20 17:08:42.765923 [ 256 ] {3de590cd-ed7f-4750-9dc5-1153d679bf94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6972 2025.03.20 17:08:42.765988 [ 256 ] {3de590cd-ed7f-4750-9dc5-1153d679bf94} <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
6973 2025.03.20 17:08:42.767091 [ 256 ] {3de590cd-ed7f-4750-9dc5-1153d679bf94} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6974 2025.03.20 17:08:42.767139 [ 256 ] {3de590cd-ed7f-4750-9dc5-1153d679bf94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
6975 2025.03.20 17:08:42.767767 [ 256 ] {3de590cd-ed7f-4750-9dc5-1153d679bf94} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6976 2025.03.20 17:08:42.768024 [ 256 ] {3de590cd-ed7f-4750-9dc5-1153d679bf94} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6977 2025.03.20 17:08:42.768266 [ 256 ] {3de590cd-ed7f-4750-9dc5-1153d679bf94} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002364 sec., 11421.319796954314 rows/sec., 20.47 MiB/sec.
6978 2025.03.20 17:08:42.768359 [ 256 ] {3de590cd-ed7f-4750-9dc5-1153d679bf94} <Debug> TCPHandler: Processed in 0.002591277 sec.
6979 2025.03.20 17:08:42.768486 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6980 2025.03.20 17:08:42.768593 [ 256 ] {60a6671d-c196-4aa7-8b93-fd72283b4bac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6981 2025.03.20 17:08:42.768640 [ 256 ] {60a6671d-c196-4aa7-8b93-fd72283b4bac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6982 2025.03.20 17:08:42.769085 [ 256 ] {60a6671d-c196-4aa7-8b93-fd72283b4bac} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6983 2025.03.20 17:08:42.769123 [ 256 ] {60a6671d-c196-4aa7-8b93-fd72283b4bac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
6984 2025.03.20 17:08:42.769493 [ 256 ] {60a6671d-c196-4aa7-8b93-fd72283b4bac} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
6985 2025.03.20 17:08:42.769730 [ 256 ] {60a6671d-c196-4aa7-8b93-fd72283b4bac} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6986 2025.03.20 17:08:42.769946 [ 256 ] {60a6671d-c196-4aa7-8b93-fd72283b4bac} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001375 sec., 43636.36363636364 rows/sec., 2.94 MiB/sec.
6987 2025.03.20 17:08:42.769995 [ 256 ] {60a6671d-c196-4aa7-8b93-fd72283b4bac} <Debug> TCPHandler: Processed in 0.001561416 sec.
6988 2025.03.20 17:08:43.476056 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287
6989 2025.03.20 17:08:43.496454 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6990 2025.03.20 17:08:43.496509 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
6991 2025.03.20 17:08:43.505024 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6992 2025.03.20 17:08:43.505809 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6993 2025.03.20 17:08:43.509418 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287
6994 2025.03.20 17:08:45.016693 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6995 2025.03.20 17:08:45.016902 [ 256 ] {7caf970b-5ab2-4a1b-be11-ef05ea9940ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6996 2025.03.20 17:08:45.016975 [ 256 ] {7caf970b-5ab2-4a1b-be11-ef05ea9940ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6997 2025.03.20 17:08:45.017737 [ 256 ] {7caf970b-5ab2-4a1b-be11-ef05ea9940ef} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6998 2025.03.20 17:08:45.017782 [ 256 ] {7caf970b-5ab2-4a1b-be11-ef05ea9940ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
6999 2025.03.20 17:08:45.018245 [ 256 ] {7caf970b-5ab2-4a1b-be11-ef05ea9940ef} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
7000 2025.03.20 17:08:45.018512 [ 256 ] {7caf970b-5ab2-4a1b-be11-ef05ea9940ef} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7001 2025.03.20 17:08:45.018657 [ 81 ] {} <Debug> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
7002 2025.03.20 17:08:45.018699 [ 81 ] {} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7003 2025.03.20 17:08:45.018720 [ 256 ] {7caf970b-5ab2-4a1b-be11-ef05ea9940ef} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00187 sec., 12834.224598930481 rows/sec., 1.06 MiB/sec.
7004 2025.03.20 17:08:45.018725 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7005 2025.03.20 17:08:45.018799 [ 256 ] {7caf970b-5ab2-4a1b-be11-ef05ea9940ef} <Debug> TCPHandler: Processed in 0.002239853 sec.
7006 2025.03.20 17:08:45.018853 [ 201 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::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
7007 2025.03.20 17:08:45.018923 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7008 2025.03.20 17:08:45.018964 [ 201 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7009 2025.03.20 17:08:45.019001 [ 201 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 24 rows starting from the beginning of the part
7010 2025.03.20 17:08:45.019047 [ 256 ] {5d52004b-3085-4538-a897-e1b5d60bb86e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7011 2025.03.20 17:08:45.019092 [ 201 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part
7012 2025.03.20 17:08:45.019124 [ 256 ] {5d52004b-3085-4538-a897-e1b5d60bb86e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7013 2025.03.20 17:08:45.019432 [ 201 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part
7014 2025.03.20 17:08:45.019976 [ 201 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part
7015 2025.03.20 17:08:45.020334 [ 201 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part
7016 2025.03.20 17:08:45.021924 [ 194 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.003116423 sec., 38505.684241195755 rows/sec., 3.34 MiB/sec.
7017 2025.03.20 17:08:45.022009 [ 256 ] {5d52004b-3085-4538-a897-e1b5d60bb86e} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7018 2025.03.20 17:08:45.022076 [ 256 ] {5d52004b-3085-4538-a897-e1b5d60bb86e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7019 2025.03.20 17:08:45.022186 [ 194 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
7020 2025.03.20 17:08:45.022837 [ 194 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_9_2} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7021 2025.03.20 17:08:45.022937 [ 256 ] {5d52004b-3085-4538-a897-e1b5d60bb86e} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
7022 2025.03.20 17:08:45.023010 [ 194 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_9_2} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
7023 2025.03.20 17:08:45.023175 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7024 2025.03.20 17:08:45.023332 [ 256 ] {5d52004b-3085-4538-a897-e1b5d60bb86e} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7025 2025.03.20 17:08:45.023472 [ 81 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
7026 2025.03.20 17:08:45.023506 [ 81 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7027 2025.03.20 17:08:45.023529 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7028 2025.03.20 17:08:45.023535 [ 256 ] {5d52004b-3085-4538-a897-e1b5d60bb86e} <Debug> executeQuery: Read 1340 rows, 114.80 KiB in 0.004516 sec., 296722.76350752875 rows/sec., 24.82 MiB/sec.
7029 2025.03.20 17:08:45.023742 [ 256 ] {5d52004b-3085-4538-a897-e1b5d60bb86e} <Debug> TCPHandler: Processed in 0.004870091 sec.
7030 2025.03.20 17:08:45.023808 [ 190 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::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
7031 2025.03.20 17:08:45.023917 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7032 2025.03.20 17:08:45.023995 [ 190 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7033 2025.03.20 17:08:45.024074 [ 190 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1404 rows starting from the beginning of the part
7034 2025.03.20 17:08:45.024117 [ 256 ] {0bf396f1-3e62-494d-adea-f7dc484c76f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7035 2025.03.20 17:08:45.024250 [ 256 ] {0bf396f1-3e62-494d-adea-f7dc484c76f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7036 2025.03.20 17:08:45.024384 [ 190 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 80 rows starting from the beginning of the part
7037 2025.03.20 17:08:45.024746 [ 190 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 110 rows starting from the beginning of the part
7038 2025.03.20 17:08:45.025091 [ 190 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 80 rows starting from the beginning of the part
7039 2025.03.20 17:08:45.025469 [ 190 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 110 rows starting from the beginning of the part
7040 2025.03.20 17:08:45.025826 [ 190 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1340 rows starting from the beginning of the part
7041 2025.03.20 17:08:45.027037 [ 256 ] {0bf396f1-3e62-494d-adea-f7dc484c76f7} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7042 2025.03.20 17:08:45.027106 [ 256 ] {0bf396f1-3e62-494d-adea-f7dc484c76f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7043 2025.03.20 17:08:45.027954 [ 256 ] {0bf396f1-3e62-494d-adea-f7dc484c76f7} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7044 2025.03.20 17:08:45.028414 [ 256 ] {0bf396f1-3e62-494d-adea-f7dc484c76f7} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7045 2025.03.20 17:08:45.028666 [ 256 ] {0bf396f1-3e62-494d-adea-f7dc484c76f7} <Debug> executeQuery: Read 24 rows, 1.86 KiB in 0.004615 sec., 5200.4333694474535 rows/sec., 403.74 KiB/sec.
7046 2025.03.20 17:08:45.028746 [ 256 ] {0bf396f1-3e62-494d-adea-f7dc484c76f7} <Debug> TCPHandler: Processed in 0.004898801 sec.
7047 2025.03.20 17:08:45.028890 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7048 2025.03.20 17:08:45.029186 [ 256 ] {495361f2-a5ce-4fb6-bdfa-618d0978241b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7049 2025.03.20 17:08:45.029297 [ 256 ] {495361f2-a5ce-4fb6-bdfa-618d0978241b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7050 2025.03.20 17:08:45.029318 [ 190 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3124 rows, containing 5 columns (5 merged, 0 gathered) in 0.00570835 sec., 547268.4751285397 rows/sec., 47.92 MiB/sec.
7051 2025.03.20 17:08:45.029621 [ 190 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
7052 2025.03.20 17:08:45.030229 [ 190 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_66_13} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7053 2025.03.20 17:08:45.030462 [ 190 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_66_13} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
7054 2025.03.20 17:08:45.030603 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
7055 2025.03.20 17:08:45.030659 [ 256 ] {495361f2-a5ce-4fb6-bdfa-618d0978241b} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7056 2025.03.20 17:08:45.030702 [ 256 ] {495361f2-a5ce-4fb6-bdfa-618d0978241b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7057 2025.03.20 17:08:45.031071 [ 256 ] {495361f2-a5ce-4fb6-bdfa-618d0978241b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
7058 2025.03.20 17:08:45.031316 [ 256 ] {495361f2-a5ce-4fb6-bdfa-618d0978241b} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7059 2025.03.20 17:08:45.031540 [ 256 ] {495361f2-a5ce-4fb6-bdfa-618d0978241b} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.002465 sec., 102231.23732251521 rows/sec., 7.07 MiB/sec.
7060 2025.03.20 17:08:45.031745 [ 256 ] {495361f2-a5ce-4fb6-bdfa-618d0978241b} <Debug> TCPHandler: Processed in 0.00292885 sec.
7061 2025.03.20 17:08:45.031859 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7062 2025.03.20 17:08:45.031961 [ 256 ] {2ad1d2c6-7d29-4a54-a50b-7db2896ba92f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7063 2025.03.20 17:08:45.032004 [ 256 ] {2ad1d2c6-7d29-4a54-a50b-7db2896ba92f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7064 2025.03.20 17:08:45.032545 [ 256 ] {2ad1d2c6-7d29-4a54-a50b-7db2896ba92f} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7065 2025.03.20 17:08:45.032583 [ 256 ] {2ad1d2c6-7d29-4a54-a50b-7db2896ba92f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7066 2025.03.20 17:08:45.032928 [ 256 ] {2ad1d2c6-7d29-4a54-a50b-7db2896ba92f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
7067 2025.03.20 17:08:45.033163 [ 256 ] {2ad1d2c6-7d29-4a54-a50b-7db2896ba92f} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7068 2025.03.20 17:08:45.033282 [ 81 ] {} <Debug> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
7069 2025.03.20 17:08:45.033322 [ 81 ] {} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7070 2025.03.20 17:08:45.033348 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7071 2025.03.20 17:08:45.033356 [ 256 ] {2ad1d2c6-7d29-4a54-a50b-7db2896ba92f} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001413 sec., 8492.569002123142 rows/sec., 663.48 KiB/sec.
7072 2025.03.20 17:08:45.033615 [ 256 ] {2ad1d2c6-7d29-4a54-a50b-7db2896ba92f} <Debug> TCPHandler: Processed in 0.001801969 sec.
7073 2025.03.20 17:08:45.033672 [ 201 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::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
7074 2025.03.20 17:08:45.033862 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7075 2025.03.20 17:08:45.034188 [ 256 ] {7e33acb3-b68e-49c1-b0e7-1d4531fa1c07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7076 2025.03.20 17:08:45.034209 [ 201 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7077 2025.03.20 17:08:45.034275 [ 201 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 12 rows starting from the beginning of the part
7078 2025.03.20 17:08:45.034278 [ 256 ] {7e33acb3-b68e-49c1-b0e7-1d4531fa1c07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7079 2025.03.20 17:08:45.034466 [ 201 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part
7080 2025.03.20 17:08:45.034624 [ 201 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part
7081 2025.03.20 17:08:45.034902 [ 201 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part
7082 2025.03.20 17:08:45.035325 [ 201 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part
7083 2025.03.20 17:08:45.036595 [ 256 ] {7e33acb3-b68e-49c1-b0e7-1d4531fa1c07} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7084 2025.03.20 17:08:45.036640 [ 256 ] {7e33acb3-b68e-49c1-b0e7-1d4531fa1c07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7085 2025.03.20 17:08:45.036865 [ 197 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.003457446 sec., 17353.850211977282 rows/sec., 1.39 MiB/sec.
7086 2025.03.20 17:08:45.037015 [ 197 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
7087 2025.03.20 17:08:45.037191 [ 256 ] {7e33acb3-b68e-49c1-b0e7-1d4531fa1c07} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
7088 2025.03.20 17:08:45.037365 [ 197 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_9_2} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7089 2025.03.20 17:08:45.037459 [ 197 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_9_2} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
7090 2025.03.20 17:08:45.037488 [ 256 ] {7e33acb3-b68e-49c1-b0e7-1d4531fa1c07} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7091 2025.03.20 17:08:45.037548 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7092 2025.03.20 17:08:45.037646 [ 81 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
7093 2025.03.20 17:08:45.037680 [ 81 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7094 2025.03.20 17:08:45.037701 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7095 2025.03.20 17:08:45.037705 [ 256 ] {7e33acb3-b68e-49c1-b0e7-1d4531fa1c07} <Debug> executeQuery: Read 568 rows, 43.62 KiB in 0.003621 sec., 156862.74509803922 rows/sec., 11.76 MiB/sec.
7096 2025.03.20 17:08:45.037881 [ 256 ] {7e33acb3-b68e-49c1-b0e7-1d4531fa1c07} <Debug> TCPHandler: Processed in 0.004134863 sec.
7097 2025.03.20 17:08:45.038107 [ 192 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::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
7098 2025.03.20 17:08:45.038129 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7099 2025.03.20 17:08:45.038427 [ 256 ] {207eea6c-9d21-4980-9ab0-8ae7db3ab62d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7100 2025.03.20 17:08:45.038438 [ 192 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7101 2025.03.20 17:08:45.038523 [ 256 ] {207eea6c-9d21-4980-9ab0-8ae7db3ab62d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7102 2025.03.20 17:08:45.038528 [ 192 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 631 rows starting from the beginning of the part
7103 2025.03.20 17:08:45.038872 [ 192 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 76 rows starting from the beginning of the part
7104 2025.03.20 17:08:45.039296 [ 192 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 91 rows starting from the beginning of the part
7105 2025.03.20 17:08:45.039681 [ 192 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 76 rows starting from the beginning of the part
7106 2025.03.20 17:08:45.040038 [ 192 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 91 rows starting from the beginning of the part
7107 2025.03.20 17:08:45.040338 [ 192 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 568 rows starting from the beginning of the part
7108 2025.03.20 17:08:45.041372 [ 256 ] {207eea6c-9d21-4980-9ab0-8ae7db3ab62d} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7109 2025.03.20 17:08:45.041419 [ 256 ] {207eea6c-9d21-4980-9ab0-8ae7db3ab62d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7110 2025.03.20 17:08:45.042540 [ 256 ] {207eea6c-9d21-4980-9ab0-8ae7db3ab62d} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
7111 2025.03.20 17:08:45.042873 [ 256 ] {207eea6c-9d21-4980-9ab0-8ae7db3ab62d} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7112 2025.03.20 17:08:45.043219 [ 81 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
7113 2025.03.20 17:08:45.043332 [ 81 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7114 2025.03.20 17:08:45.043428 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7115 2025.03.20 17:08:45.043608 [ 256 ] {207eea6c-9d21-4980-9ab0-8ae7db3ab62d} <Debug> executeQuery: Read 976 rows, 67.51 KiB in 0.005245 sec., 186081.98284080077 rows/sec., 12.57 MiB/sec.
7116 2025.03.20 17:08:45.043792 [ 192 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1533 rows, containing 5 columns (5 merged, 0 gathered) in 0.005938982 sec., 258125.0456728106 rows/sec., 20.56 MiB/sec.
7117 2025.03.20 17:08:45.043889 [ 256 ] {207eea6c-9d21-4980-9ab0-8ae7db3ab62d} <Debug> TCPHandler: Processed in 0.005830711 sec.
7118 2025.03.20 17:08:45.043893 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::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
7119 2025.03.20 17:08:45.044137 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7120 2025.03.20 17:08:45.044202 [ 192 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
7121 2025.03.20 17:08:45.044206 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7122 2025.03.20 17:08:45.044340 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 16547 rows starting from the beginning of the part
7123 2025.03.20 17:08:45.044458 [ 256 ] {d361c3a8-d265-42a5-b4f9-d3161c627fb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7124 2025.03.20 17:08:45.044784 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part
7125 2025.03.20 17:08:45.044969 [ 256 ] {d361c3a8-d265-42a5-b4f9-d3161c627fb0} <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
7126 2025.03.20 17:08:45.045230 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part
7127 2025.03.20 17:08:45.045573 [ 188 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_66_13} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7128 2025.03.20 17:08:45.046098 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part
7129 2025.03.20 17:08:45.046241 [ 188 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_66_13} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
7130 2025.03.20 17:08:45.046674 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
7131 2025.03.20 17:08:45.046687 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part
7132 2025.03.20 17:08:45.046963 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 976 rows starting from the beginning of the part
7133 2025.03.20 17:08:45.048659 [ 256 ] {d361c3a8-d265-42a5-b4f9-d3161c627fb0} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7134 2025.03.20 17:08:45.048698 [ 256 ] {d361c3a8-d265-42a5-b4f9-d3161c627fb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7135 2025.03.20 17:08:45.049817 [ 256 ] {d361c3a8-d265-42a5-b4f9-d3161c627fb0} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
7136 2025.03.20 17:08:45.050223 [ 256 ] {d361c3a8-d265-42a5-b4f9-d3161c627fb0} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7137 2025.03.20 17:08:45.050422 [ 256 ] {d361c3a8-d265-42a5-b4f9-d3161c627fb0} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.006079 sec., 1974.0088830399736 rows/sec., 3.54 MiB/sec.
7138 2025.03.20 17:08:45.050517 [ 256 ] {d361c3a8-d265-42a5-b4f9-d3161c627fb0} <Debug> TCPHandler: Processed in 0.006470707 sec.
7139 2025.03.20 17:08:45.050767 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7140 2025.03.20 17:08:45.050887 [ 256 ] {4560697c-b873-4cf7-ba88-2db56aeaccfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7141 2025.03.20 17:08:45.050939 [ 256 ] {4560697c-b873-4cf7-ba88-2db56aeaccfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7142 2025.03.20 17:08:45.051382 [ 256 ] {4560697c-b873-4cf7-ba88-2db56aeaccfc} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7143 2025.03.20 17:08:45.051419 [ 256 ] {4560697c-b873-4cf7-ba88-2db56aeaccfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7144 2025.03.20 17:08:45.051816 [ 256 ] {4560697c-b873-4cf7-ba88-2db56aeaccfc} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
7145 2025.03.20 17:08:45.052262 [ 256 ] {4560697c-b873-4cf7-ba88-2db56aeaccfc} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7146 2025.03.20 17:08:45.052453 [ 98 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
7147 2025.03.20 17:08:45.052575 [ 256 ] {4560697c-b873-4cf7-ba88-2db56aeaccfc} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.001617 sec., 21026.592455163885 rows/sec., 1.42 MiB/sec.
7148 2025.03.20 17:08:45.052613 [ 98 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7149 2025.03.20 17:08:45.052681 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7150 2025.03.20 17:08:45.052769 [ 256 ] {4560697c-b873-4cf7-ba88-2db56aeaccfc} <Debug> TCPHandler: Processed in 0.002044752 sec.
7151 2025.03.20 17:08:45.053065 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
7152 2025.03.20 17:08:45.053309 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7153 2025.03.20 17:08:45.053378 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2994 rows starting from the beginning of the part
7154 2025.03.20 17:08:45.053745 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part
7155 2025.03.20 17:08:45.054118 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part
7156 2025.03.20 17:08:45.054421 [ 188 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18163 rows, containing 5 columns (5 merged, 0 gathered) in 0.010821483 sec., 1678420.6009472085 rows/sec., 114.98 MiB/sec.
7157 2025.03.20 17:08:45.054463 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part
7158 2025.03.20 17:08:45.054602 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part
7159 2025.03.20 17:08:45.054865 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 34 rows starting from the beginning of the part
7160 2025.03.20 17:08:45.054890 [ 188 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
7161 2025.03.20 17:08:45.055750 [ 188 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7162 2025.03.20 17:08:45.055986 [ 188 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
7163 2025.03.20 17:08:45.056127 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.18 MiB.
7164 2025.03.20 17:08:45.057141 [ 198 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3268 rows, containing 4 columns (4 merged, 0 gathered) in 0.004301985 sec., 759649.3246722152 rows/sec., 51.16 MiB/sec.
7165 2025.03.20 17:08:45.057544 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
7166 2025.03.20 17:08:45.057841 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_66_13} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7167 2025.03.20 17:08:45.057926 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_66_13} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
7168 2025.03.20 17:08:45.058016 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB.
7169 2025.03.20 17:08:47.353546 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 976
7170 2025.03.20 17:08:47.356792 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7171 2025.03.20 17:08:47.356838 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7172 2025.03.20 17:08:47.358382 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
7173 2025.03.20 17:08:47.358694 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7174 2025.03.20 17:08:47.359995 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 976
7175 2025.03.20 17:08:47.751668 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7176 2025.03.20 17:08:47.751981 [ 256 ] {b6b530d4-41a0-4a41-a3b6-6cf5183103ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7177 2025.03.20 17:08:47.752100 [ 256 ] {b6b530d4-41a0-4a41-a3b6-6cf5183103ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7178 2025.03.20 17:08:47.752978 [ 256 ] {b6b530d4-41a0-4a41-a3b6-6cf5183103ee} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7179 2025.03.20 17:08:47.753031 [ 256 ] {b6b530d4-41a0-4a41-a3b6-6cf5183103ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7180 2025.03.20 17:08:47.753482 [ 256 ] {b6b530d4-41a0-4a41-a3b6-6cf5183103ee} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
7181 2025.03.20 17:08:47.753743 [ 256 ] {b6b530d4-41a0-4a41-a3b6-6cf5183103ee} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7182 2025.03.20 17:08:47.753991 [ 256 ] {b6b530d4-41a0-4a41-a3b6-6cf5183103ee} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002097 sec., 26704.81640438722 rows/sec., 2.05 MiB/sec.
7183 2025.03.20 17:08:47.754059 [ 256 ] {b6b530d4-41a0-4a41-a3b6-6cf5183103ee} <Debug> TCPHandler: Processed in 0.002588977 sec.
7184 2025.03.20 17:08:47.754175 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7185 2025.03.20 17:08:47.754287 [ 256 ] {553db6ae-b417-4b36-af5a-1842d5f0baca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7186 2025.03.20 17:08:47.754337 [ 256 ] {553db6ae-b417-4b36-af5a-1842d5f0baca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7187 2025.03.20 17:08:47.754888 [ 256 ] {553db6ae-b417-4b36-af5a-1842d5f0baca} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7188 2025.03.20 17:08:47.754930 [ 256 ] {553db6ae-b417-4b36-af5a-1842d5f0baca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7189 2025.03.20 17:08:47.755285 [ 256 ] {553db6ae-b417-4b36-af5a-1842d5f0baca} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
7190 2025.03.20 17:08:47.755520 [ 256 ] {553db6ae-b417-4b36-af5a-1842d5f0baca} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7191 2025.03.20 17:08:47.755725 [ 256 ] {553db6ae-b417-4b36-af5a-1842d5f0baca} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001466 sec., 43656.20736698499 rows/sec., 3.41 MiB/sec.
7192 2025.03.20 17:08:47.755777 [ 256 ] {553db6ae-b417-4b36-af5a-1842d5f0baca} <Debug> TCPHandler: Processed in 0.001655517 sec.
7193 2025.03.20 17:08:47.755893 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7194 2025.03.20 17:08:47.755998 [ 256 ] {10ef8fa9-7f7c-4c2e-9faa-016acca4fb6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7195 2025.03.20 17:08:47.756048 [ 256 ] {10ef8fa9-7f7c-4c2e-9faa-016acca4fb6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7196 2025.03.20 17:08:47.756534 [ 256 ] {10ef8fa9-7f7c-4c2e-9faa-016acca4fb6d} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7197 2025.03.20 17:08:47.756572 [ 256 ] {10ef8fa9-7f7c-4c2e-9faa-016acca4fb6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7198 2025.03.20 17:08:47.756946 [ 256 ] {10ef8fa9-7f7c-4c2e-9faa-016acca4fb6d} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
7199 2025.03.20 17:08:47.757179 [ 256 ] {10ef8fa9-7f7c-4c2e-9faa-016acca4fb6d} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7200 2025.03.20 17:08:47.757387 [ 256 ] {10ef8fa9-7f7c-4c2e-9faa-016acca4fb6d} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.001409 sec., 46841.73172462739 rows/sec., 3.27 MiB/sec.
7201 2025.03.20 17:08:47.757437 [ 256 ] {10ef8fa9-7f7c-4c2e-9faa-016acca4fb6d} <Debug> TCPHandler: Processed in 0.001597056 sec.
7202 2025.03.20 17:08:47.757552 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7203 2025.03.20 17:08:47.757656 [ 256 ] {1c4e088d-f24b-4b5b-8d15-82a713eee188} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7204 2025.03.20 17:08:47.757702 [ 256 ] {1c4e088d-f24b-4b5b-8d15-82a713eee188} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7205 2025.03.20 17:08:47.758128 [ 256 ] {1c4e088d-f24b-4b5b-8d15-82a713eee188} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7206 2025.03.20 17:08:47.758167 [ 256 ] {1c4e088d-f24b-4b5b-8d15-82a713eee188} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7207 2025.03.20 17:08:47.758523 [ 256 ] {1c4e088d-f24b-4b5b-8d15-82a713eee188} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
7208 2025.03.20 17:08:47.758753 [ 256 ] {1c4e088d-f24b-4b5b-8d15-82a713eee188} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7209 2025.03.20 17:08:47.758976 [ 256 ] {1c4e088d-f24b-4b5b-8d15-82a713eee188} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001339 sec., 19417.47572815534 rows/sec., 1.30 MiB/sec.
7210 2025.03.20 17:08:47.759068 [ 256 ] {1c4e088d-f24b-4b5b-8d15-82a713eee188} <Debug> TCPHandler: Processed in 0.001566076 sec.
7211 2025.03.20 17:08:49.769209 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873
7212 2025.03.20 17:08:49.769864 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7213 2025.03.20 17:08:49.769915 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7214 2025.03.20 17:08:49.770528 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7215 2025.03.20 17:08:49.770823 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7216 2025.03.20 17:08:49.771077 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873
7217 2025.03.20 17:08:51.009602 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294
7218 2025.03.20 17:08:51.031008 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7219 2025.03.20 17:08:51.031069 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7220 2025.03.20 17:08:51.038534 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7221 2025.03.20 17:08:51.039310 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7222 2025.03.20 17:08:51.042088 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294
7223 2025.03.20 17:08:52.758512 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7224 2025.03.20 17:08:52.758729 [ 256 ] {7bbf6ad6-c559-4b64-b066-25a037209109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7225 2025.03.20 17:08:52.758813 [ 256 ] {7bbf6ad6-c559-4b64-b066-25a037209109} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7226 2025.03.20 17:08:52.759693 [ 256 ] {7bbf6ad6-c559-4b64-b066-25a037209109} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7227 2025.03.20 17:08:52.759750 [ 256 ] {7bbf6ad6-c559-4b64-b066-25a037209109} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7228 2025.03.20 17:08:52.760198 [ 256 ] {7bbf6ad6-c559-4b64-b066-25a037209109} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
7229 2025.03.20 17:08:52.760470 [ 256 ] {7bbf6ad6-c559-4b64-b066-25a037209109} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7230 2025.03.20 17:08:52.760705 [ 256 ] {7bbf6ad6-c559-4b64-b066-25a037209109} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002034 sec., 54080.62930186825 rows/sec., 4.55 MiB/sec.
7231 2025.03.20 17:08:52.760773 [ 256 ] {7bbf6ad6-c559-4b64-b066-25a037209109} <Debug> TCPHandler: Processed in 0.002411045 sec.
7232 2025.03.20 17:08:52.760904 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7233 2025.03.20 17:08:52.761017 [ 256 ] {0713067e-0305-46a8-847a-2700e015a96e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7234 2025.03.20 17:08:52.761066 [ 256 ] {0713067e-0305-46a8-847a-2700e015a96e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7235 2025.03.20 17:08:52.761605 [ 256 ] {0713067e-0305-46a8-847a-2700e015a96e} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7236 2025.03.20 17:08:52.761646 [ 256 ] {0713067e-0305-46a8-847a-2700e015a96e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7237 2025.03.20 17:08:52.762003 [ 256 ] {0713067e-0305-46a8-847a-2700e015a96e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7238 2025.03.20 17:08:52.762242 [ 256 ] {0713067e-0305-46a8-847a-2700e015a96e} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7239 2025.03.20 17:08:52.762424 [ 92 ] {} <Debug> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7240 2025.03.20 17:08:52.762488 [ 256 ] {0713067e-0305-46a8-847a-2700e015a96e} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001488 sec., 18145.16129032258 rows/sec., 1.33 MiB/sec.
7241 2025.03.20 17:08:52.762556 [ 92 ] {} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7242 2025.03.20 17:08:52.762615 [ 256 ] {0713067e-0305-46a8-847a-2700e015a96e} <Debug> TCPHandler: Processed in 0.001763238 sec.
7243 2025.03.20 17:08:52.762640 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7244 2025.03.20 17:08:52.762808 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7245 2025.03.20 17:08:52.762914 [ 199 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::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
7246 2025.03.20 17:08:52.762980 [ 256 ] {98767147-4469-45f1-b0a7-ff775cbc810b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7247 2025.03.20 17:08:52.763062 [ 256 ] {98767147-4469-45f1-b0a7-ff775cbc810b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7248 2025.03.20 17:08:52.763314 [ 199 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7249 2025.03.20 17:08:52.763408 [ 199 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 69 rows starting from the beginning of the part
7250 2025.03.20 17:08:52.763861 [ 199 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 27 rows starting from the beginning of the part
7251 2025.03.20 17:08:52.764237 [ 199 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 12 rows starting from the beginning of the part
7252 2025.03.20 17:08:52.764496 [ 199 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 27 rows starting from the beginning of the part
7253 2025.03.20 17:08:52.764900 [ 199 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 24 rows starting from the beginning of the part
7254 2025.03.20 17:08:52.765239 [ 199 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 27 rows starting from the beginning of the part
7255 2025.03.20 17:08:52.765844 [ 256 ] {98767147-4469-45f1-b0a7-ff775cbc810b} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7256 2025.03.20 17:08:52.765901 [ 256 ] {98767147-4469-45f1-b0a7-ff775cbc810b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7257 2025.03.20 17:08:52.766770 [ 256 ] {98767147-4469-45f1-b0a7-ff775cbc810b} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
7258 2025.03.20 17:08:52.767338 [ 256 ] {98767147-4469-45f1-b0a7-ff775cbc810b} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7259 2025.03.20 17:08:52.768024 [ 256 ] {98767147-4469-45f1-b0a7-ff775cbc810b} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.005054 sec., 18005.540166204984 rows/sec., 1.41 MiB/sec.
7260 2025.03.20 17:08:52.768269 [ 199 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 5 columns (5 merged, 0 gathered) in 0.005477757 sec., 33955.5040502892 rows/sec., 2.63 MiB/sec.
7261 2025.03.20 17:08:52.768364 [ 256 ] {98767147-4469-45f1-b0a7-ff775cbc810b} <Debug> TCPHandler: Processed in 0.005642508 sec.
7262 2025.03.20 17:08:52.768652 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7263 2025.03.20 17:08:52.768677 [ 199 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7264 2025.03.20 17:08:52.769018 [ 256 ] {0abeb1d6-7436-4d6a-8a1d-247515263e77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7265 2025.03.20 17:08:52.769128 [ 256 ] {0abeb1d6-7436-4d6a-8a1d-247515263e77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7266 2025.03.20 17:08:52.769524 [ 199 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_51_10} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7267 2025.03.20 17:08:52.769712 [ 199 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_51_10} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7268 2025.03.20 17:08:52.769853 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
7269 2025.03.20 17:08:52.770113 [ 256 ] {0abeb1d6-7436-4d6a-8a1d-247515263e77} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7270 2025.03.20 17:08:52.770158 [ 256 ] {0abeb1d6-7436-4d6a-8a1d-247515263e77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7271 2025.03.20 17:08:52.770552 [ 256 ] {0abeb1d6-7436-4d6a-8a1d-247515263e77} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
7272 2025.03.20 17:08:52.770794 [ 256 ] {0abeb1d6-7436-4d6a-8a1d-247515263e77} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7273 2025.03.20 17:08:52.771009 [ 256 ] {0abeb1d6-7436-4d6a-8a1d-247515263e77} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002125 sec., 75294.11764705883 rows/sec., 5.24 MiB/sec.
7274 2025.03.20 17:08:52.771066 [ 256 ] {0abeb1d6-7436-4d6a-8a1d-247515263e77} <Debug> TCPHandler: Processed in 0.002499967 sec.
7275 2025.03.20 17:08:52.771173 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7276 2025.03.20 17:08:52.771276 [ 256 ] {1c91fc35-1db7-4707-9194-9d1c5298ceac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7277 2025.03.20 17:08:52.771364 [ 256 ] {1c91fc35-1db7-4707-9194-9d1c5298ceac} <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
7278 2025.03.20 17:08:52.772480 [ 256 ] {1c91fc35-1db7-4707-9194-9d1c5298ceac} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7279 2025.03.20 17:08:52.772523 [ 256 ] {1c91fc35-1db7-4707-9194-9d1c5298ceac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7280 2025.03.20 17:08:52.773166 [ 256 ] {1c91fc35-1db7-4707-9194-9d1c5298ceac} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7281 2025.03.20 17:08:52.773429 [ 256 ] {1c91fc35-1db7-4707-9194-9d1c5298ceac} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7282 2025.03.20 17:08:52.773716 [ 256 ] {1c91fc35-1db7-4707-9194-9d1c5298ceac} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002454 sec., 11002.444987775061 rows/sec., 19.72 MiB/sec.
7283 2025.03.20 17:08:52.774061 [ 256 ] {1c91fc35-1db7-4707-9194-9d1c5298ceac} <Debug> TCPHandler: Processed in 0.002931471 sec.
7284 2025.03.20 17:08:52.774353 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7285 2025.03.20 17:08:52.774462 [ 256 ] {7b1660db-f156-4d09-8446-a139368a5563} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7286 2025.03.20 17:08:52.774511 [ 256 ] {7b1660db-f156-4d09-8446-a139368a5563} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7287 2025.03.20 17:08:52.774989 [ 256 ] {7b1660db-f156-4d09-8446-a139368a5563} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7288 2025.03.20 17:08:52.775029 [ 256 ] {7b1660db-f156-4d09-8446-a139368a5563} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7289 2025.03.20 17:08:52.775385 [ 256 ] {7b1660db-f156-4d09-8446-a139368a5563} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
7290 2025.03.20 17:08:52.775617 [ 256 ] {7b1660db-f156-4d09-8446-a139368a5563} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7291 2025.03.20 17:08:52.775823 [ 256 ] {7b1660db-f156-4d09-8446-a139368a5563} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001385 sec., 43321.29963898917 rows/sec., 2.92 MiB/sec.
7292 2025.03.20 17:08:52.775874 [ 256 ] {7b1660db-f156-4d09-8446-a139368a5563} <Debug> TCPHandler: Processed in 0.001590377 sec.
7293 2025.03.20 17:08:57.128010 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache
7294 2025.03.20 17:08:57.128077 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache
7295 2025.03.20 17:08:57.271315 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361
7296 2025.03.20 17:08:57.271965 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7297 2025.03.20 17:08:57.272005 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7298 2025.03.20 17:08:57.272525 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
7299 2025.03.20 17:08:57.272792 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7300 2025.03.20 17:08:57.272994 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361
7301 2025.03.20 17:08:57.360389 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 996
7302 2025.03.20 17:08:57.363223 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7303 2025.03.20 17:08:57.363271 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7304 2025.03.20 17:08:57.364722 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
7305 2025.03.20 17:08:57.365059 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7306 2025.03.20 17:08:57.366308 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 996
7307 2025.03.20 17:08:57.756901 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7308 2025.03.20 17:08:57.757122 [ 256 ] {0edee844-4a83-4b04-8f7c-79616f0a3f84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7309 2025.03.20 17:08:57.757208 [ 256 ] {0edee844-4a83-4b04-8f7c-79616f0a3f84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7310 2025.03.20 17:08:57.758055 [ 256 ] {0edee844-4a83-4b04-8f7c-79616f0a3f84} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7311 2025.03.20 17:08:57.758112 [ 256 ] {0edee844-4a83-4b04-8f7c-79616f0a3f84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7312 2025.03.20 17:08:57.758581 [ 256 ] {0edee844-4a83-4b04-8f7c-79616f0a3f84} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
7313 2025.03.20 17:08:57.758847 [ 256 ] {0edee844-4a83-4b04-8f7c-79616f0a3f84} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7314 2025.03.20 17:08:57.759103 [ 256 ] {0edee844-4a83-4b04-8f7c-79616f0a3f84} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.002041 sec., 39196.472317491425 rows/sec., 3.24 MiB/sec.
7315 2025.03.20 17:08:57.759175 [ 256 ] {0edee844-4a83-4b04-8f7c-79616f0a3f84} <Debug> TCPHandler: Processed in 0.002428415 sec.
7316 2025.03.20 17:08:57.759311 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7317 2025.03.20 17:08:57.759425 [ 256 ] {bf58c649-fc0f-4aba-b6d4-49a620f0cea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7318 2025.03.20 17:08:57.759477 [ 256 ] {bf58c649-fc0f-4aba-b6d4-49a620f0cea0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7319 2025.03.20 17:08:57.760028 [ 256 ] {bf58c649-fc0f-4aba-b6d4-49a620f0cea0} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7320 2025.03.20 17:08:57.760070 [ 256 ] {bf58c649-fc0f-4aba-b6d4-49a620f0cea0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7321 2025.03.20 17:08:57.760437 [ 256 ] {bf58c649-fc0f-4aba-b6d4-49a620f0cea0} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7322 2025.03.20 17:08:57.760681 [ 256 ] {bf58c649-fc0f-4aba-b6d4-49a620f0cea0} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7323 2025.03.20 17:08:57.760901 [ 256 ] {bf58c649-fc0f-4aba-b6d4-49a620f0cea0} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001501 sec., 7994.670219853431 rows/sec., 601.16 KiB/sec.
7324 2025.03.20 17:08:57.760955 [ 256 ] {bf58c649-fc0f-4aba-b6d4-49a620f0cea0} <Debug> TCPHandler: Processed in 0.001699708 sec.
7325 2025.03.20 17:08:57.761061 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7326 2025.03.20 17:08:57.761164 [ 256 ] {45a38c72-e860-4329-9c46-9d5cf1316ead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7327 2025.03.20 17:08:57.761209 [ 256 ] {45a38c72-e860-4329-9c46-9d5cf1316ead} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7328 2025.03.20 17:08:57.761757 [ 256 ] {45a38c72-e860-4329-9c46-9d5cf1316ead} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7329 2025.03.20 17:08:57.761797 [ 256 ] {45a38c72-e860-4329-9c46-9d5cf1316ead} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7330 2025.03.20 17:08:57.762162 [ 256 ] {45a38c72-e860-4329-9c46-9d5cf1316ead} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
7331 2025.03.20 17:08:57.762407 [ 256 ] {45a38c72-e860-4329-9c46-9d5cf1316ead} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7332 2025.03.20 17:08:57.762639 [ 256 ] {45a38c72-e860-4329-9c46-9d5cf1316ead} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001494 sec., 50870.14725568942 rows/sec., 3.97 MiB/sec.
7333 2025.03.20 17:08:57.762703 [ 256 ] {45a38c72-e860-4329-9c46-9d5cf1316ead} <Debug> TCPHandler: Processed in 0.001693717 sec.
7334 2025.03.20 17:08:57.762848 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7335 2025.03.20 17:08:57.762963 [ 256 ] {bde59b7d-3c7c-4896-a42a-da47671772f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7336 2025.03.20 17:08:57.763014 [ 256 ] {bde59b7d-3c7c-4896-a42a-da47671772f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7337 2025.03.20 17:08:57.763535 [ 256 ] {bde59b7d-3c7c-4896-a42a-da47671772f3} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7338 2025.03.20 17:08:57.763573 [ 256 ] {bde59b7d-3c7c-4896-a42a-da47671772f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7339 2025.03.20 17:08:57.763981 [ 256 ] {bde59b7d-3c7c-4896-a42a-da47671772f3} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
7340 2025.03.20 17:08:57.764222 [ 256 ] {bde59b7d-3c7c-4896-a42a-da47671772f3} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7341 2025.03.20 17:08:57.764456 [ 256 ] {bde59b7d-3c7c-4896-a42a-da47671772f3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001511 sec., 105890.13898080742 rows/sec., 7.38 MiB/sec.
7342 2025.03.20 17:08:57.764551 [ 256 ] {bde59b7d-3c7c-4896-a42a-da47671772f3} <Debug> TCPHandler: Processed in 0.001767319 sec.
7343 2025.03.20 17:08:57.764721 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7344 2025.03.20 17:08:57.764894 [ 256 ] {757f9f33-554a-4b73-9126-6e153b163b62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7345 2025.03.20 17:08:57.764962 [ 256 ] {757f9f33-554a-4b73-9126-6e153b163b62} <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
7346 2025.03.20 17:08:57.766068 [ 256 ] {757f9f33-554a-4b73-9126-6e153b163b62} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7347 2025.03.20 17:08:57.766108 [ 256 ] {757f9f33-554a-4b73-9126-6e153b163b62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7348 2025.03.20 17:08:57.766735 [ 256 ] {757f9f33-554a-4b73-9126-6e153b163b62} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7349 2025.03.20 17:08:57.766996 [ 256 ] {757f9f33-554a-4b73-9126-6e153b163b62} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7350 2025.03.20 17:08:57.767193 [ 87 ] {} <Debug> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7351 2025.03.20 17:08:57.767274 [ 256 ] {757f9f33-554a-4b73-9126-6e153b163b62} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002408 sec., 4983.388704318937 rows/sec., 8.93 MiB/sec.
7352 2025.03.20 17:08:57.767284 [ 87 ] {} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7353 2025.03.20 17:08:57.767357 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7354 2025.03.20 17:08:57.767857 [ 256 ] {757f9f33-554a-4b73-9126-6e153b163b62} <Debug> TCPHandler: Processed in 0.003224594 sec.
7355 2025.03.20 17:08:57.767918 [ 198 ] {6749d887-00ac-4b26-87ae-2852b00353b1::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
7356 2025.03.20 17:08:57.768278 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7357 2025.03.20 17:08:57.768607 [ 256 ] {9087b6b9-a000-45e2-b34d-15ddc17edc17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7358 2025.03.20 17:08:57.768741 [ 256 ] {9087b6b9-a000-45e2-b34d-15ddc17edc17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7359 2025.03.20 17:08:57.769297 [ 198 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7360 2025.03.20 17:08:57.769534 [ 198 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 842 rows starting from the beginning of the part
7361 2025.03.20 17:08:57.770201 [ 198 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 12 rows starting from the beginning of the part
7362 2025.03.20 17:08:57.770877 [ 198 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 27 rows starting from the beginning of the part
7363 2025.03.20 17:08:57.771066 [ 256 ] {9087b6b9-a000-45e2-b34d-15ddc17edc17} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7364 2025.03.20 17:08:57.771247 [ 256 ] {9087b6b9-a000-45e2-b34d-15ddc17edc17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7365 2025.03.20 17:08:57.771508 [ 198 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 12 rows starting from the beginning of the part
7366 2025.03.20 17:08:57.772087 [ 198 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 27 rows starting from the beginning of the part
7367 2025.03.20 17:08:57.772647 [ 198 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 12 rows starting from the beginning of the part
7368 2025.03.20 17:08:57.773263 [ 256 ] {9087b6b9-a000-45e2-b34d-15ddc17edc17} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
7369 2025.03.20 17:08:57.773942 [ 256 ] {9087b6b9-a000-45e2-b34d-15ddc17edc17} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7370 2025.03.20 17:08:57.774474 [ 256 ] {9087b6b9-a000-45e2-b34d-15ddc17edc17} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005954 sec., 10077.258985555929 rows/sec., 695.44 KiB/sec.
7371 2025.03.20 17:08:57.774878 [ 256 ] {9087b6b9-a000-45e2-b34d-15ddc17edc17} <Debug> TCPHandler: Processed in 0.00669926 sec.
7372 2025.03.20 17:08:57.780562 [ 196 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 932 rows, containing 19 columns (19 merged, 0 gathered) in 0.013049476 sec., 71420.49228643357 rows/sec., 127.98 MiB/sec.
7373 2025.03.20 17:08:57.781553 [ 196 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7374 2025.03.20 17:08:57.782018 [ 196 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7375 2025.03.20 17:08:57.782118 [ 196 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7376 2025.03.20 17:08:57.782282 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.08 MiB.
7377 2025.03.20 17:08:58.000221 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 211.89 MiB, peak 219.91 MiB, free memory in arenas 0.00 B, will set to 213.05 MiB (RSS), difference: 1.16 MiB
7378 2025.03.20 17:08:58.542288 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302
7379 2025.03.20 17:08:58.563651 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7380 2025.03.20 17:08:58.563703 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7381 2025.03.20 17:08:58.571283 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
7382 2025.03.20 17:08:58.572103 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7383 2025.03.20 17:08:58.574808 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302
7384 2025.03.20 17:09:02.758197 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7385 2025.03.20 17:09:02.758415 [ 256 ] {cea9c3c0-34fb-433f-a421-3ad40e6f4af1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7386 2025.03.20 17:09:02.758493 [ 256 ] {cea9c3c0-34fb-433f-a421-3ad40e6f4af1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7387 2025.03.20 17:09:02.759273 [ 256 ] {cea9c3c0-34fb-433f-a421-3ad40e6f4af1} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7388 2025.03.20 17:09:02.759328 [ 256 ] {cea9c3c0-34fb-433f-a421-3ad40e6f4af1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7389 2025.03.20 17:09:02.759768 [ 256 ] {cea9c3c0-34fb-433f-a421-3ad40e6f4af1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
7390 2025.03.20 17:09:02.760071 [ 256 ] {cea9c3c0-34fb-433f-a421-3ad40e6f4af1} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7391 2025.03.20 17:09:02.760346 [ 256 ] {cea9c3c0-34fb-433f-a421-3ad40e6f4af1} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001978 sec., 2022.2446916076844 rows/sec., 164.90 KiB/sec.
7392 2025.03.20 17:09:02.760556 [ 256 ] {cea9c3c0-34fb-433f-a421-3ad40e6f4af1} <Debug> TCPHandler: Processed in 0.002491076 sec.
7393 2025.03.20 17:09:02.760748 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7394 2025.03.20 17:09:02.760862 [ 256 ] {f24f94ba-79e3-4bf1-a968-d228f734dfde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7395 2025.03.20 17:09:02.760912 [ 256 ] {f24f94ba-79e3-4bf1-a968-d228f734dfde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7396 2025.03.20 17:09:02.761547 [ 256 ] {f24f94ba-79e3-4bf1-a968-d228f734dfde} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7397 2025.03.20 17:09:02.761591 [ 256 ] {f24f94ba-79e3-4bf1-a968-d228f734dfde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7398 2025.03.20 17:09:02.761971 [ 256 ] {f24f94ba-79e3-4bf1-a968-d228f734dfde} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
7399 2025.03.20 17:09:02.762220 [ 256 ] {f24f94ba-79e3-4bf1-a968-d228f734dfde} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7400 2025.03.20 17:09:02.762466 [ 256 ] {f24f94ba-79e3-4bf1-a968-d228f734dfde} <Debug> executeQuery: Read 112 rows, 9.61 KiB in 0.00163 sec., 68711.65644171779 rows/sec., 5.76 MiB/sec.
7401 2025.03.20 17:09:02.762574 [ 256 ] {f24f94ba-79e3-4bf1-a968-d228f734dfde} <Debug> TCPHandler: Processed in 0.00190007 sec.
7402 2025.03.20 17:09:02.762780 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7403 2025.03.20 17:09:02.762951 [ 256 ] {00b4a812-4bc6-4748-b46e-2d76aa2d3c78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7404 2025.03.20 17:09:02.762999 [ 256 ] {00b4a812-4bc6-4748-b46e-2d76aa2d3c78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7405 2025.03.20 17:09:02.763563 [ 256 ] {00b4a812-4bc6-4748-b46e-2d76aa2d3c78} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7406 2025.03.20 17:09:02.763603 [ 256 ] {00b4a812-4bc6-4748-b46e-2d76aa2d3c78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7407 2025.03.20 17:09:02.763961 [ 256 ] {00b4a812-4bc6-4748-b46e-2d76aa2d3c78} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7408 2025.03.20 17:09:02.764197 [ 256 ] {00b4a812-4bc6-4748-b46e-2d76aa2d3c78} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7409 2025.03.20 17:09:02.764426 [ 256 ] {00b4a812-4bc6-4748-b46e-2d76aa2d3c78} <Debug> executeQuery: Read 31 rows, 2.31 KiB in 0.0015 sec., 20666.666666666668 rows/sec., 1.50 MiB/sec.
7410 2025.03.20 17:09:02.764493 [ 256 ] {00b4a812-4bc6-4748-b46e-2d76aa2d3c78} <Debug> TCPHandler: Processed in 0.001813979 sec.
7411 2025.03.20 17:09:02.764733 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7412 2025.03.20 17:09:02.764851 [ 256 ] {8df98854-8b13-4eae-86b8-8ffe0e09073a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7413 2025.03.20 17:09:02.764898 [ 256 ] {8df98854-8b13-4eae-86b8-8ffe0e09073a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7414 2025.03.20 17:09:02.765468 [ 256 ] {8df98854-8b13-4eae-86b8-8ffe0e09073a} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7415 2025.03.20 17:09:02.765508 [ 256 ] {8df98854-8b13-4eae-86b8-8ffe0e09073a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7416 2025.03.20 17:09:02.765868 [ 256 ] {8df98854-8b13-4eae-86b8-8ffe0e09073a} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
7417 2025.03.20 17:09:02.766106 [ 256 ] {8df98854-8b13-4eae-86b8-8ffe0e09073a} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7418 2025.03.20 17:09:02.766329 [ 256 ] {8df98854-8b13-4eae-86b8-8ffe0e09073a} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.0015 sec., 63333.33333333333 rows/sec., 4.95 MiB/sec.
7419 2025.03.20 17:09:02.766381 [ 256 ] {8df98854-8b13-4eae-86b8-8ffe0e09073a} <Debug> TCPHandler: Processed in 0.001736728 sec.
7420 2025.03.20 17:09:02.766498 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7421 2025.03.20 17:09:02.766607 [ 256 ] {9576c15f-6ec4-4e0c-99d7-63329f91ef19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7422 2025.03.20 17:09:02.766656 [ 256 ] {9576c15f-6ec4-4e0c-99d7-63329f91ef19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7423 2025.03.20 17:09:02.767188 [ 256 ] {9576c15f-6ec4-4e0c-99d7-63329f91ef19} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7424 2025.03.20 17:09:02.767226 [ 256 ] {9576c15f-6ec4-4e0c-99d7-63329f91ef19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7425 2025.03.20 17:09:02.767619 [ 256 ] {9576c15f-6ec4-4e0c-99d7-63329f91ef19} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
7426 2025.03.20 17:09:02.767860 [ 256 ] {9576c15f-6ec4-4e0c-99d7-63329f91ef19} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7427 2025.03.20 17:09:02.768080 [ 256 ] {9576c15f-6ec4-4e0c-99d7-63329f91ef19} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001495 sec., 108361.20401337792 rows/sec., 7.55 MiB/sec.
7428 2025.03.20 17:09:02.768132 [ 256 ] {9576c15f-6ec4-4e0c-99d7-63329f91ef19} <Debug> TCPHandler: Processed in 0.001684377 sec.
7429 2025.03.20 17:09:02.768238 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7430 2025.03.20 17:09:02.768340 [ 256 ] {6b8004f6-87a0-439f-8dd3-412e5cd0d893} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7431 2025.03.20 17:09:02.768405 [ 256 ] {6b8004f6-87a0-439f-8dd3-412e5cd0d893} <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
7432 2025.03.20 17:09:02.769520 [ 256 ] {6b8004f6-87a0-439f-8dd3-412e5cd0d893} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7433 2025.03.20 17:09:02.769559 [ 256 ] {6b8004f6-87a0-439f-8dd3-412e5cd0d893} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7434 2025.03.20 17:09:02.770190 [ 256 ] {6b8004f6-87a0-439f-8dd3-412e5cd0d893} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7435 2025.03.20 17:09:02.770449 [ 256 ] {6b8004f6-87a0-439f-8dd3-412e5cd0d893} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7436 2025.03.20 17:09:02.770729 [ 256 ] {6b8004f6-87a0-439f-8dd3-412e5cd0d893} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002405 sec., 11226.611226611227 rows/sec., 20.12 MiB/sec.
7437 2025.03.20 17:09:02.771250 [ 256 ] {6b8004f6-87a0-439f-8dd3-412e5cd0d893} <Debug> TCPHandler: Processed in 0.003058552 sec.
7438 2025.03.20 17:09:02.771466 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7439 2025.03.20 17:09:02.771572 [ 256 ] {fd513189-6f94-4bb4-b5b1-68fa935bae52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7440 2025.03.20 17:09:02.771620 [ 256 ] {fd513189-6f94-4bb4-b5b1-68fa935bae52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7441 2025.03.20 17:09:02.772097 [ 256 ] {fd513189-6f94-4bb4-b5b1-68fa935bae52} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7442 2025.03.20 17:09:02.772135 [ 256 ] {fd513189-6f94-4bb4-b5b1-68fa935bae52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7443 2025.03.20 17:09:02.772496 [ 256 ] {fd513189-6f94-4bb4-b5b1-68fa935bae52} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
7444 2025.03.20 17:09:02.772740 [ 256 ] {fd513189-6f94-4bb4-b5b1-68fa935bae52} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7445 2025.03.20 17:09:02.772991 [ 256 ] {fd513189-6f94-4bb4-b5b1-68fa935bae52} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001435 sec., 41811.846689895465 rows/sec., 2.82 MiB/sec.
7446 2025.03.20 17:09:02.773053 [ 256 ] {fd513189-6f94-4bb4-b5b1-68fa935bae52} <Debug> TCPHandler: Processed in 0.001638647 sec.
7447 2025.03.20 17:09:04.773246 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788
7448 2025.03.20 17:09:04.773989 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7449 2025.03.20 17:09:04.774042 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7450 2025.03.20 17:09:04.774562 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7451 2025.03.20 17:09:04.774818 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7452 2025.03.20 17:09:04.775034 [ 83 ] {} <Debug> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7453 2025.03.20 17:09:04.775079 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788
7454 2025.03.20 17:09:04.775127 [ 83 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7455 2025.03.20 17:09:04.775156 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7456 2025.03.20 17:09:04.775351 [ 195 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::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
7457 2025.03.20 17:09:04.775595 [ 195 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7458 2025.03.20 17:09:04.775640 [ 195 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::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
7459 2025.03.20 17:09:04.775716 [ 195 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 427 rows starting from the beginning of the part
7460 2025.03.20 17:09:04.775828 [ 195 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 488 rows starting from the beginning of the part
7461 2025.03.20 17:09:04.776081 [ 195 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 427 rows starting from the beginning of the part
7462 2025.03.20 17:09:04.776194 [ 195 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 488 rows starting from the beginning of the part
7463 2025.03.20 17:09:04.776497 [ 195 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 427 rows starting from the beginning of the part
7464 2025.03.20 17:09:04.778969 [ 196 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.0037499 sec., 5010266.940451745 rows/sec., 71.67 MiB/sec.
7465 2025.03.20 17:09:04.779338 [ 189 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7466 2025.03.20 17:09:04.779707 [ 189 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_41_8} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7467 2025.03.20 17:09:04.779805 [ 189 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_41_8} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7468 2025.03.20 17:09:04.779929 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.59 MiB.
7469 2025.03.20 17:09:06.075006 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309
7470 2025.03.20 17:09:06.096895 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7471 2025.03.20 17:09:06.096950 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7472 2025.03.20 17:09:06.104361 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7473 2025.03.20 17:09:06.105226 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7474 2025.03.20 17:09:06.105554 [ 79 ] {} <Debug> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7475 2025.03.20 17:09:06.105624 [ 79 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7476 2025.03.20 17:09:06.105668 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7477 2025.03.20 17:09:06.106028 [ 191 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
7478 2025.03.20 17:09:06.115476 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309
7479 2025.03.20 17:09:06.116649 [ 191 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7480 2025.03.20 17:09:06.117573 [ 191 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
7481 2025.03.20 17:09:06.122447 [ 191 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
7482 2025.03.20 17:09:06.127206 [ 191 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
7483 2025.03.20 17:09:06.132371 [ 191 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
7484 2025.03.20 17:09:06.138375 [ 191 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
7485 2025.03.20 17:09:06.143126 [ 191 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
7486 2025.03.20 17:09:06.205288 [ 189 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.099528999 sec., 3104.6228044552117 rows/sec., 16.05 MiB/sec.
7487 2025.03.20 17:09:06.208516 [ 194 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7488 2025.03.20 17:09:06.211577 [ 194 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_41_8} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7489 2025.03.20 17:09:06.211722 [ 194 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_41_8} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7490 2025.03.20 17:09:06.214336 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
7491 2025.03.20 17:09:07.000208 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.23 MiB, peak 227.66 MiB, free memory in arenas 0.00 B, will set to 215.68 MiB (RSS), difference: 1.45 MiB
7492 2025.03.20 17:09:07.366624 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1022
7493 2025.03.20 17:09:07.369852 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7494 2025.03.20 17:09:07.369902 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7495 2025.03.20 17:09:07.371365 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
7496 2025.03.20 17:09:07.371689 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7497 2025.03.20 17:09:07.371915 [ 77 ] {} <Debug> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
7498 2025.03.20 17:09:07.372056 [ 77 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7499 2025.03.20 17:09:07.372136 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7500 2025.03.20 17:09:07.372782 [ 201 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::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
7501 2025.03.20 17:09:07.374920 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1022
7502 2025.03.20 17:09:07.375260 [ 201 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7503 2025.03.20 17:09:07.375451 [ 201 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 890 rows starting from the beginning of the part
7504 2025.03.20 17:09:07.375972 [ 201 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 20 rows starting from the beginning of the part
7505 2025.03.20 17:09:07.376470 [ 201 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 24 rows starting from the beginning of the part
7506 2025.03.20 17:09:07.376944 [ 201 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 42 rows starting from the beginning of the part
7507 2025.03.20 17:09:07.377616 [ 201 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 20 rows starting from the beginning of the part
7508 2025.03.20 17:09:07.378244 [ 201 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 26 rows starting from the beginning of the part
7509 2025.03.20 17:09:07.386810 [ 186 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1022 rows, containing 72 columns (72 merged, 0 gathered) in 0.014525282 sec., 70360.07975611076 rows/sec., 56.26 MiB/sec.
7510 2025.03.20 17:09:07.388512 [ 187 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
7511 2025.03.20 17:09:07.389402 [ 187 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_31_6} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7512 2025.03.20 17:09:07.389516 [ 187 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_31_6} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
7513 2025.03.20 17:09:07.389890 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.37 MiB.
7514 2025.03.20 17:09:07.757589 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7515 2025.03.20 17:09:07.757801 [ 256 ] {c3a63656-0796-4901-a67e-94ca6650dc41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7516 2025.03.20 17:09:07.757883 [ 256 ] {c3a63656-0796-4901-a67e-94ca6650dc41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7517 2025.03.20 17:09:07.758708 [ 256 ] {c3a63656-0796-4901-a67e-94ca6650dc41} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7518 2025.03.20 17:09:07.758752 [ 256 ] {c3a63656-0796-4901-a67e-94ca6650dc41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7519 2025.03.20 17:09:07.759180 [ 256 ] {c3a63656-0796-4901-a67e-94ca6650dc41} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
7520 2025.03.20 17:09:07.759434 [ 256 ] {c3a63656-0796-4901-a67e-94ca6650dc41} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7521 2025.03.20 17:09:07.759704 [ 78 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
7522 2025.03.20 17:09:07.759765 [ 256 ] {c3a63656-0796-4901-a67e-94ca6650dc41} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.00202 sec., 39603.960396039605 rows/sec., 3.27 MiB/sec.
7523 2025.03.20 17:09:07.759774 [ 78 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7524 2025.03.20 17:09:07.759848 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7525 2025.03.20 17:09:07.759914 [ 256 ] {c3a63656-0796-4901-a67e-94ca6650dc41} <Debug> TCPHandler: Processed in 0.002456025 sec.
7526 2025.03.20 17:09:07.760137 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::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
7527 2025.03.20 17:09:07.760152 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7528 2025.03.20 17:09:07.760419 [ 256 ] {7c49cd4f-0560-4dc6-98a9-598520df995a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7529 2025.03.20 17:09:07.760452 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7530 2025.03.20 17:09:07.760510 [ 256 ] {7c49cd4f-0560-4dc6-98a9-598520df995a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7531 2025.03.20 17:09:07.760530 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1404 rows starting from the beginning of the part
7532 2025.03.20 17:09:07.760836 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 56 rows starting from the beginning of the part
7533 2025.03.20 17:09:07.761133 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 110 rows starting from the beginning of the part
7534 2025.03.20 17:09:07.761417 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 80 rows starting from the beginning of the part
7535 2025.03.20 17:09:07.761866 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 112 rows starting from the beginning of the part
7536 2025.03.20 17:09:07.762308 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 80 rows starting from the beginning of the part
7537 2025.03.20 17:09:07.763642 [ 256 ] {7c49cd4f-0560-4dc6-98a9-598520df995a} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7538 2025.03.20 17:09:07.763698 [ 256 ] {7c49cd4f-0560-4dc6-98a9-598520df995a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7539 2025.03.20 17:09:07.764661 [ 256 ] {7c49cd4f-0560-4dc6-98a9-598520df995a} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7540 2025.03.20 17:09:07.765092 [ 256 ] {7c49cd4f-0560-4dc6-98a9-598520df995a} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7541 2025.03.20 17:09:07.765611 [ 256 ] {7c49cd4f-0560-4dc6-98a9-598520df995a} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.00526 sec., 2281.368821292776 rows/sec., 171.55 KiB/sec.
7542 2025.03.20 17:09:07.765982 [ 256 ] {7c49cd4f-0560-4dc6-98a9-598520df995a} <Debug> TCPHandler: Processed in 0.005900802 sec.
7543 2025.03.20 17:09:07.766324 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7544 2025.03.20 17:09:07.766325 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1842 rows, containing 5 columns (5 merged, 0 gathered) in 0.006355036 sec., 289848.86946352466 rows/sec., 25.33 MiB/sec.
7545 2025.03.20 17:09:07.766486 [ 256 ] {ada7066a-694b-4412-8803-97404e0d1124} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7546 2025.03.20 17:09:07.766554 [ 256 ] {ada7066a-694b-4412-8803-97404e0d1124} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7547 2025.03.20 17:09:07.766665 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
7548 2025.03.20 17:09:07.767261 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_71_14} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7549 2025.03.20 17:09:07.767415 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_71_14} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
7550 2025.03.20 17:09:07.767608 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB.
7551 2025.03.20 17:09:07.767757 [ 256 ] {ada7066a-694b-4412-8803-97404e0d1124} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7552 2025.03.20 17:09:07.767802 [ 256 ] {ada7066a-694b-4412-8803-97404e0d1124} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7553 2025.03.20 17:09:07.768176 [ 256 ] {ada7066a-694b-4412-8803-97404e0d1124} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
7554 2025.03.20 17:09:07.768427 [ 256 ] {ada7066a-694b-4412-8803-97404e0d1124} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7555 2025.03.20 17:09:07.768597 [ 78 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
7556 2025.03.20 17:09:07.768658 [ 78 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7557 2025.03.20 17:09:07.768697 [ 256 ] {ada7066a-694b-4412-8803-97404e0d1124} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.002223 sec., 34188.03418803419 rows/sec., 2.67 MiB/sec.
7558 2025.03.20 17:09:07.768705 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7559 2025.03.20 17:09:07.768886 [ 256 ] {ada7066a-694b-4412-8803-97404e0d1124} <Debug> TCPHandler: Processed in 0.002653618 sec.
7560 2025.03.20 17:09:07.768966 [ 186 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::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
7561 2025.03.20 17:09:07.769068 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7562 2025.03.20 17:09:07.769173 [ 186 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7563 2025.03.20 17:09:07.769269 [ 186 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 631 rows starting from the beginning of the part
7564 2025.03.20 17:09:07.769278 [ 256 ] {a1596490-cebb-40b8-a0c7-34f74cd79171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7565 2025.03.20 17:09:07.769474 [ 256 ] {a1596490-cebb-40b8-a0c7-34f74cd79171} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7566 2025.03.20 17:09:07.769640 [ 186 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 64 rows starting from the beginning of the part
7567 2025.03.20 17:09:07.770026 [ 186 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 91 rows starting from the beginning of the part
7568 2025.03.20 17:09:07.770339 [ 186 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 76 rows starting from the beginning of the part
7569 2025.03.20 17:09:07.770652 [ 186 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 95 rows starting from the beginning of the part
7570 2025.03.20 17:09:07.770938 [ 186 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::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
7571 2025.03.20 17:09:07.772017 [ 256 ] {a1596490-cebb-40b8-a0c7-34f74cd79171} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7572 2025.03.20 17:09:07.772074 [ 256 ] {a1596490-cebb-40b8-a0c7-34f74cd79171} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7573 2025.03.20 17:09:07.773224 [ 256 ] {a1596490-cebb-40b8-a0c7-34f74cd79171} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
7574 2025.03.20 17:09:07.773806 [ 256 ] {a1596490-cebb-40b8-a0c7-34f74cd79171} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7575 2025.03.20 17:09:07.773844 [ 186 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1033 rows, containing 5 columns (5 merged, 0 gathered) in 0.005010423 sec., 206170.21756446513 rows/sec., 16.54 MiB/sec.
7576 2025.03.20 17:09:07.774039 [ 78 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
7577 2025.03.20 17:09:07.774123 [ 186 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
7578 2025.03.20 17:09:07.774129 [ 78 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7579 2025.03.20 17:09:07.774211 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7580 2025.03.20 17:09:07.774398 [ 256 ] {a1596490-cebb-40b8-a0c7-34f74cd79171} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005153 sec., 31049.873859887448 rows/sec., 2.16 MiB/sec.
7581 2025.03.20 17:09:07.774684 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::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
7582 2025.03.20 17:09:07.774715 [ 256 ] {a1596490-cebb-40b8-a0c7-34f74cd79171} <Debug> TCPHandler: Processed in 0.00572054 sec.
7583 2025.03.20 17:09:07.774984 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7584 2025.03.20 17:09:07.775051 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7585 2025.03.20 17:09:07.775063 [ 186 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_71_14} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7586 2025.03.20 17:09:07.775133 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 18163 rows starting from the beginning of the part
7587 2025.03.20 17:09:07.775259 [ 256 ] {545ea5d2-854e-409e-8f73-64a4d2d5fac6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7588 2025.03.20 17:09:07.775409 [ 186 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_71_14} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
7589 2025.03.20 17:09:07.775551 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 66 rows starting from the beginning of the part
7590 2025.03.20 17:09:07.775746 [ 256 ] {545ea5d2-854e-409e-8f73-64a4d2d5fac6} <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
7591 2025.03.20 17:09:07.775870 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
7592 2025.03.20 17:09:07.776120 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::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
7593 2025.03.20 17:09:07.776590 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part
7594 2025.03.20 17:09:07.776980 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 162 rows starting from the beginning of the part
7595 2025.03.20 17:09:07.777341 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 160 rows starting from the beginning of the part
7596 2025.03.20 17:09:07.779118 [ 256 ] {545ea5d2-854e-409e-8f73-64a4d2d5fac6} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7597 2025.03.20 17:09:07.779158 [ 256 ] {545ea5d2-854e-409e-8f73-64a4d2d5fac6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7598 2025.03.20 17:09:07.780255 [ 256 ] {545ea5d2-854e-409e-8f73-64a4d2d5fac6} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7599 2025.03.20 17:09:07.780553 [ 256 ] {545ea5d2-854e-409e-8f73-64a4d2d5fac6} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7600 2025.03.20 17:09:07.781191 [ 256 ] {545ea5d2-854e-409e-8f73-64a4d2d5fac6} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.006045 sec., 1985.1116625310174 rows/sec., 3.56 MiB/sec.
7601 2025.03.20 17:09:07.781312 [ 256 ] {545ea5d2-854e-409e-8f73-64a4d2d5fac6} <Debug> TCPHandler: Processed in 0.006425777 sec.
7602 2025.03.20 17:09:07.781459 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7603 2025.03.20 17:09:07.781565 [ 256 ] {17cb0c77-b7ef-4c84-b935-4f7c889b2d90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7604 2025.03.20 17:09:07.781611 [ 256 ] {17cb0c77-b7ef-4c84-b935-4f7c889b2d90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7605 2025.03.20 17:09:07.782093 [ 256 ] {17cb0c77-b7ef-4c84-b935-4f7c889b2d90} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7606 2025.03.20 17:09:07.782132 [ 256 ] {17cb0c77-b7ef-4c84-b935-4f7c889b2d90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7607 2025.03.20 17:09:07.782555 [ 256 ] {17cb0c77-b7ef-4c84-b935-4f7c889b2d90} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
7608 2025.03.20 17:09:07.782989 [ 256 ] {17cb0c77-b7ef-4c84-b935-4f7c889b2d90} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7609 2025.03.20 17:09:07.783172 [ 78 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
7610 2025.03.20 17:09:07.783280 [ 78 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7611 2025.03.20 17:09:07.783324 [ 256 ] {17cb0c77-b7ef-4c84-b935-4f7c889b2d90} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001763 sec., 34032.89846851957 rows/sec., 2.29 MiB/sec.
7612 2025.03.20 17:09:07.783343 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.58 GiB.
7613 2025.03.20 17:09:07.783586 [ 256 ] {17cb0c77-b7ef-4c84-b935-4f7c889b2d90} <Debug> TCPHandler: Processed in 0.002174872 sec.
7614 2025.03.20 17:09:07.783683 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
7615 2025.03.20 17:09:07.783883 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7616 2025.03.20 17:09:07.783914 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3268 rows starting from the beginning of the part
7617 2025.03.20 17:09:07.784202 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 26 rows starting from the beginning of the part
7618 2025.03.20 17:09:07.784488 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
7619 2025.03.20 17:09:07.784909 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part
7620 2025.03.20 17:09:07.785241 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18871 rows, containing 5 columns (5 merged, 0 gathered) in 0.010849143 sec., 1739400.0613689024 rows/sec., 119.24 MiB/sec.
7621 2025.03.20 17:09:07.785274 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part
7622 2025.03.20 17:09:07.785475 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part
7623 2025.03.20 17:09:07.785826 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
7624 2025.03.20 17:09:07.786486 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7625 2025.03.20 17:09:07.786620 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
7626 2025.03.20 17:09:07.786800 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB.
7627 2025.03.20 17:09:07.787773 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3534 rows, containing 4 columns (4 merged, 0 gathered) in 0.004261404 sec., 829304.1448311402 rows/sec., 55.85 MiB/sec.
7628 2025.03.20 17:09:07.788156 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
7629 2025.03.20 17:09:07.788462 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_71_14} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7630 2025.03.20 17:09:07.788551 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_71_14} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
7631 2025.03.20 17:09:07.788643 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB.
7632 2025.03.20 17:09:12.128335 [ 12 ] {} <Debug> DNSResolver: Updating DNS cache
7633 2025.03.20 17:09:12.128399 [ 12 ] {} <Debug> DNSResolver: Updated DNS cache
7634 2025.03.20 17:09:12.275334 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276
7635 2025.03.20 17:09:12.276094 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7636 2025.03.20 17:09:12.276142 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7637 2025.03.20 17:09:12.276684 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7638 2025.03.20 17:09:12.276941 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7639 2025.03.20 17:09:12.277186 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276
7640 2025.03.20 17:09:12.758540 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7641 2025.03.20 17:09:12.758742 [ 256 ] {16825a68-4380-457d-82c2-652d135dca7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7642 2025.03.20 17:09:12.758816 [ 256 ] {16825a68-4380-457d-82c2-652d135dca7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7643 2025.03.20 17:09:12.759655 [ 256 ] {16825a68-4380-457d-82c2-652d135dca7b} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7644 2025.03.20 17:09:12.759701 [ 256 ] {16825a68-4380-457d-82c2-652d135dca7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7645 2025.03.20 17:09:12.760154 [ 256 ] {16825a68-4380-457d-82c2-652d135dca7b} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
7646 2025.03.20 17:09:12.760418 [ 256 ] {16825a68-4380-457d-82c2-652d135dca7b} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7647 2025.03.20 17:09:12.760630 [ 256 ] {16825a68-4380-457d-82c2-652d135dca7b} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.001947 sec., 56497.17514124294 rows/sec., 4.75 MiB/sec.
7648 2025.03.20 17:09:12.760704 [ 256 ] {16825a68-4380-457d-82c2-652d135dca7b} <Debug> TCPHandler: Processed in 0.002297404 sec.
7649 2025.03.20 17:09:12.760831 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7650 2025.03.20 17:09:12.760949 [ 256 ] {e2606e5a-9f0e-4427-957a-0e9b8d9c496d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7651 2025.03.20 17:09:12.761000 [ 256 ] {e2606e5a-9f0e-4427-957a-0e9b8d9c496d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7652 2025.03.20 17:09:12.761549 [ 256 ] {e2606e5a-9f0e-4427-957a-0e9b8d9c496d} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7653 2025.03.20 17:09:12.761587 [ 256 ] {e2606e5a-9f0e-4427-957a-0e9b8d9c496d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7654 2025.03.20 17:09:12.761952 [ 256 ] {e2606e5a-9f0e-4427-957a-0e9b8d9c496d} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7655 2025.03.20 17:09:12.762192 [ 256 ] {e2606e5a-9f0e-4427-957a-0e9b8d9c496d} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7656 2025.03.20 17:09:12.762376 [ 256 ] {e2606e5a-9f0e-4427-957a-0e9b8d9c496d} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001456 sec., 18543.956043956045 rows/sec., 1.36 MiB/sec.
7657 2025.03.20 17:09:12.762426 [ 256 ] {e2606e5a-9f0e-4427-957a-0e9b8d9c496d} <Debug> TCPHandler: Processed in 0.001648798 sec.
7658 2025.03.20 17:09:12.762532 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7659 2025.03.20 17:09:12.762637 [ 256 ] {98974da7-fb8a-4b71-926f-e64066690c9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7660 2025.03.20 17:09:12.762682 [ 256 ] {98974da7-fb8a-4b71-926f-e64066690c9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7661 2025.03.20 17:09:12.763230 [ 256 ] {98974da7-fb8a-4b71-926f-e64066690c9d} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7662 2025.03.20 17:09:12.763268 [ 256 ] {98974da7-fb8a-4b71-926f-e64066690c9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7663 2025.03.20 17:09:12.763641 [ 256 ] {98974da7-fb8a-4b71-926f-e64066690c9d} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
7664 2025.03.20 17:09:12.763878 [ 256 ] {98974da7-fb8a-4b71-926f-e64066690c9d} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7665 2025.03.20 17:09:12.764053 [ 256 ] {98974da7-fb8a-4b71-926f-e64066690c9d} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.00144 sec., 63194.44444444444 rows/sec., 4.94 MiB/sec.
7666 2025.03.20 17:09:12.764102 [ 256 ] {98974da7-fb8a-4b71-926f-e64066690c9d} <Debug> TCPHandler: Processed in 0.001621627 sec.
7667 2025.03.20 17:09:12.764224 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7668 2025.03.20 17:09:12.764333 [ 256 ] {15dcf363-4f76-4e8d-9de2-2243d694e2e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7669 2025.03.20 17:09:12.764382 [ 256 ] {15dcf363-4f76-4e8d-9de2-2243d694e2e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7670 2025.03.20 17:09:12.764905 [ 256 ] {15dcf363-4f76-4e8d-9de2-2243d694e2e2} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7671 2025.03.20 17:09:12.764940 [ 256 ] {15dcf363-4f76-4e8d-9de2-2243d694e2e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7672 2025.03.20 17:09:12.765326 [ 256 ] {15dcf363-4f76-4e8d-9de2-2243d694e2e2} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
7673 2025.03.20 17:09:12.765567 [ 256 ] {15dcf363-4f76-4e8d-9de2-2243d694e2e2} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7674 2025.03.20 17:09:12.765757 [ 256 ] {15dcf363-4f76-4e8d-9de2-2243d694e2e2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001442 sec., 110957.00416088766 rows/sec., 7.73 MiB/sec.
7675 2025.03.20 17:09:12.765865 [ 256 ] {15dcf363-4f76-4e8d-9de2-2243d694e2e2} <Debug> TCPHandler: Processed in 0.001689357 sec.
7676 2025.03.20 17:09:12.766049 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7677 2025.03.20 17:09:12.766235 [ 256 ] {91552a85-10c3-4af6-bf83-c84e5b171f0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7678 2025.03.20 17:09:12.766306 [ 256 ] {91552a85-10c3-4af6-bf83-c84e5b171f0b} <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
7679 2025.03.20 17:09:12.767449 [ 256 ] {91552a85-10c3-4af6-bf83-c84e5b171f0b} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7680 2025.03.20 17:09:12.767487 [ 256 ] {91552a85-10c3-4af6-bf83-c84e5b171f0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7681 2025.03.20 17:09:12.768131 [ 256 ] {91552a85-10c3-4af6-bf83-c84e5b171f0b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7682 2025.03.20 17:09:12.768390 [ 256 ] {91552a85-10c3-4af6-bf83-c84e5b171f0b} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7683 2025.03.20 17:09:12.768589 [ 256 ] {91552a85-10c3-4af6-bf83-c84e5b171f0b} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002387 sec., 11311.269375785505 rows/sec., 20.27 MiB/sec.
7684 2025.03.20 17:09:12.768697 [ 256 ] {91552a85-10c3-4af6-bf83-c84e5b171f0b} <Debug> TCPHandler: Processed in 0.002757349 sec.
7685 2025.03.20 17:09:12.768843 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7686 2025.03.20 17:09:12.768959 [ 256 ] {90e417ab-01ff-46d2-b297-d23b218ee89a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7687 2025.03.20 17:09:12.769008 [ 256 ] {90e417ab-01ff-46d2-b297-d23b218ee89a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7688 2025.03.20 17:09:12.769459 [ 256 ] {90e417ab-01ff-46d2-b297-d23b218ee89a} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7689 2025.03.20 17:09:12.769498 [ 256 ] {90e417ab-01ff-46d2-b297-d23b218ee89a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7690 2025.03.20 17:09:12.769869 [ 256 ] {90e417ab-01ff-46d2-b297-d23b218ee89a} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
7691 2025.03.20 17:09:12.770110 [ 256 ] {90e417ab-01ff-46d2-b297-d23b218ee89a} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7692 2025.03.20 17:09:12.770319 [ 256 ] {90e417ab-01ff-46d2-b297-d23b218ee89a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001381 sec., 43446.77769732078 rows/sec., 2.93 MiB/sec.
7693 2025.03.20 17:09:12.770399 [ 256 ] {90e417ab-01ff-46d2-b297-d23b218ee89a} <Debug> TCPHandler: Processed in 0.001609767 sec.
7694 2025.03.20 17:09:13.615680 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317
7695 2025.03.20 17:09:13.635230 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7696 2025.03.20 17:09:13.635304 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7697 2025.03.20 17:09:13.642470 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7698 2025.03.20 17:09:13.643227 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7699 2025.03.20 17:09:13.646363 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317
7700 2025.03.20 17:09:14.362074 [ 8 ] {} <Debug> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
7701 2025.03.20 17:09:14.362142 [ 8 ] {} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7702 2025.03.20 17:09:14.362168 [ 8 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7703 2025.03.20 17:09:14.362363 [ 200 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::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
7704 2025.03.20 17:09:14.362618 [ 200 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7705 2025.03.20 17:09:14.362656 [ 200 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part
7706 2025.03.20 17:09:14.362742 [ 200 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part
7707 2025.03.20 17:09:14.362939 [ 200 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part
7708 2025.03.20 17:09:14.363188 [ 200 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part
7709 2025.03.20 17:09:14.363449 [ 200 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part
7710 2025.03.20 17:09:14.364702 [ 199 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002464266 sec., 21913.21878401114 rows/sec., 1.83 MiB/sec.
7711 2025.03.20 17:09:14.364975 [ 200 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
7712 2025.03.20 17:09:14.365304 [ 200 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_9_2} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7713 2025.03.20 17:09:14.365392 [ 200 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_9_2} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
7714 2025.03.20 17:09:14.365469 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
7715 2025.03.20 17:09:15.021141 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7716 2025.03.20 17:09:15.021339 [ 256 ] {884eedfe-56ba-4c7c-ac71-f90e0ada2eb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7717 2025.03.20 17:09:15.021417 [ 256 ] {884eedfe-56ba-4c7c-ac71-f90e0ada2eb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7718 2025.03.20 17:09:15.022194 [ 256 ] {884eedfe-56ba-4c7c-ac71-f90e0ada2eb2} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7719 2025.03.20 17:09:15.022241 [ 256 ] {884eedfe-56ba-4c7c-ac71-f90e0ada2eb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7720 2025.03.20 17:09:15.022671 [ 256 ] {884eedfe-56ba-4c7c-ac71-f90e0ada2eb2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
7721 2025.03.20 17:09:15.023026 [ 256 ] {884eedfe-56ba-4c7c-ac71-f90e0ada2eb2} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7722 2025.03.20 17:09:15.023286 [ 256 ] {884eedfe-56ba-4c7c-ac71-f90e0ada2eb2} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001992 sec., 12048.192771084337 rows/sec., 1023.63 KiB/sec.
7723 2025.03.20 17:09:15.023476 [ 256 ] {884eedfe-56ba-4c7c-ac71-f90e0ada2eb2} <Debug> TCPHandler: Processed in 0.002474495 sec.
7724 2025.03.20 17:09:15.023638 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7725 2025.03.20 17:09:15.023752 [ 256 ] {db2f92b1-080b-43e4-9b25-1a33a86c9eff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7726 2025.03.20 17:09:15.023803 [ 256 ] {db2f92b1-080b-43e4-9b25-1a33a86c9eff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7727 2025.03.20 17:09:15.024378 [ 256 ] {db2f92b1-080b-43e4-9b25-1a33a86c9eff} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7728 2025.03.20 17:09:15.024417 [ 256 ] {db2f92b1-080b-43e4-9b25-1a33a86c9eff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7729 2025.03.20 17:09:15.024779 [ 256 ] {db2f92b1-080b-43e4-9b25-1a33a86c9eff} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
7730 2025.03.20 17:09:15.025054 [ 256 ] {db2f92b1-080b-43e4-9b25-1a33a86c9eff} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7731 2025.03.20 17:09:15.025234 [ 256 ] {db2f92b1-080b-43e4-9b25-1a33a86c9eff} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.00151 sec., 9271.523178807947 rows/sec., 756.03 KiB/sec.
7732 2025.03.20 17:09:15.025290 [ 256 ] {db2f92b1-080b-43e4-9b25-1a33a86c9eff} <Debug> TCPHandler: Processed in 0.001707647 sec.
7733 2025.03.20 17:09:15.025399 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7734 2025.03.20 17:09:15.025504 [ 256 ] {8b231458-71b5-4cda-af88-46cf6dd3eeaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7735 2025.03.20 17:09:15.025550 [ 256 ] {8b231458-71b5-4cda-af88-46cf6dd3eeaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7736 2025.03.20 17:09:15.026799 [ 256 ] {8b231458-71b5-4cda-af88-46cf6dd3eeaf} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7737 2025.03.20 17:09:15.026838 [ 256 ] {8b231458-71b5-4cda-af88-46cf6dd3eeaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7738 2025.03.20 17:09:15.027283 [ 256 ] {8b231458-71b5-4cda-af88-46cf6dd3eeaf} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
7739 2025.03.20 17:09:15.027525 [ 256 ] {8b231458-71b5-4cda-af88-46cf6dd3eeaf} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7740 2025.03.20 17:09:15.027721 [ 256 ] {8b231458-71b5-4cda-af88-46cf6dd3eeaf} <Debug> executeQuery: Read 1347 rows, 115.31 KiB in 0.002239 sec., 601607.8606520768 rows/sec., 50.29 MiB/sec.
7741 2025.03.20 17:09:15.027822 [ 256 ] {8b231458-71b5-4cda-af88-46cf6dd3eeaf} <Debug> TCPHandler: Processed in 0.002473806 sec.
7742 2025.03.20 17:09:15.028015 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7743 2025.03.20 17:09:15.028182 [ 256 ] {225651bd-2442-4384-a4e2-a9159ce251fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7744 2025.03.20 17:09:15.028229 [ 256 ] {225651bd-2442-4384-a4e2-a9159ce251fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7745 2025.03.20 17:09:15.028812 [ 256 ] {225651bd-2442-4384-a4e2-a9159ce251fc} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7746 2025.03.20 17:09:15.028850 [ 256 ] {225651bd-2442-4384-a4e2-a9159ce251fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7747 2025.03.20 17:09:15.029200 [ 256 ] {225651bd-2442-4384-a4e2-a9159ce251fc} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7748 2025.03.20 17:09:15.029449 [ 256 ] {225651bd-2442-4384-a4e2-a9159ce251fc} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7749 2025.03.20 17:09:15.029570 [ 25 ] {} <Debug> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7750 2025.03.20 17:09:15.029614 [ 25 ] {} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7751 2025.03.20 17:09:15.029642 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7752 2025.03.20 17:09:15.029643 [ 256 ] {225651bd-2442-4384-a4e2-a9159ce251fc} <Debug> executeQuery: Read 38 rows, 2.84 KiB in 0.001487 sec., 25554.80833893746 rows/sec., 1.87 MiB/sec.
7753 2025.03.20 17:09:15.029772 [ 256 ] {225651bd-2442-4384-a4e2-a9159ce251fc} <Debug> TCPHandler: Processed in 0.001856039 sec.
7754 2025.03.20 17:09:15.029898 [ 202 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::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
7755 2025.03.20 17:09:15.029943 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7756 2025.03.20 17:09:15.030173 [ 256 ] {8d9aba8a-9392-4885-8b6a-d6cc2631afe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7757 2025.03.20 17:09:15.030196 [ 202 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7758 2025.03.20 17:09:15.030260 [ 256 ] {8d9aba8a-9392-4885-8b6a-d6cc2631afe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7759 2025.03.20 17:09:15.030277 [ 202 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 69 rows starting from the beginning of the part
7760 2025.03.20 17:09:15.030597 [ 202 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 12 rows starting from the beginning of the part
7761 2025.03.20 17:09:15.030941 [ 202 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 31 rows starting from the beginning of the part
7762 2025.03.20 17:09:15.031379 [ 202 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 12 rows starting from the beginning of the part
7763 2025.03.20 17:09:15.031778 [ 202 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 27 rows starting from the beginning of the part
7764 2025.03.20 17:09:15.032101 [ 202 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 38 rows starting from the beginning of the part
7765 2025.03.20 17:09:15.032965 [ 256 ] {8d9aba8a-9392-4885-8b6a-d6cc2631afe3} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7766 2025.03.20 17:09:15.033030 [ 256 ] {8d9aba8a-9392-4885-8b6a-d6cc2631afe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7767 2025.03.20 17:09:15.033967 [ 256 ] {8d9aba8a-9392-4885-8b6a-d6cc2631afe3} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
7768 2025.03.20 17:09:15.034587 [ 256 ] {8d9aba8a-9392-4885-8b6a-d6cc2631afe3} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7769 2025.03.20 17:09:15.034777 [ 202 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 189 rows, containing 5 columns (5 merged, 0 gathered) in 0.005029022 sec., 37581.85985267116 rows/sec., 2.89 MiB/sec.
7770 2025.03.20 17:09:15.035014 [ 256 ] {8d9aba8a-9392-4885-8b6a-d6cc2631afe3} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.004918 sec., 51240.34160227735 rows/sec., 3.54 MiB/sec.
7771 2025.03.20 17:09:15.035044 [ 202 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7772 2025.03.20 17:09:15.035209 [ 256 ] {8d9aba8a-9392-4885-8b6a-d6cc2631afe3} <Debug> TCPHandler: Processed in 0.005322846 sec.
7773 2025.03.20 17:09:15.035379 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7774 2025.03.20 17:09:15.035533 [ 256 ] {d28db2be-0847-4998-a3bf-7d3820292f93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7775 2025.03.20 17:09:15.035580 [ 202 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_56_11} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7776 2025.03.20 17:09:15.035628 [ 256 ] {d28db2be-0847-4998-a3bf-7d3820292f93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7777 2025.03.20 17:09:15.035804 [ 202 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_56_11} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7778 2025.03.20 17:09:15.035974 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
7779 2025.03.20 17:09:15.036459 [ 256 ] {d28db2be-0847-4998-a3bf-7d3820292f93} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7780 2025.03.20 17:09:15.036503 [ 256 ] {d28db2be-0847-4998-a3bf-7d3820292f93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7781 2025.03.20 17:09:15.036868 [ 256 ] {d28db2be-0847-4998-a3bf-7d3820292f93} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
7782 2025.03.20 17:09:15.037112 [ 256 ] {d28db2be-0847-4998-a3bf-7d3820292f93} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7783 2025.03.20 17:09:15.037339 [ 256 ] {d28db2be-0847-4998-a3bf-7d3820292f93} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001862 sec., 6444.68313641246 rows/sec., 503.49 KiB/sec.
7784 2025.03.20 17:09:15.037537 [ 256 ] {d28db2be-0847-4998-a3bf-7d3820292f93} <Debug> TCPHandler: Processed in 0.002234403 sec.
7785 2025.03.20 17:09:15.037654 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7786 2025.03.20 17:09:15.037759 [ 256 ] {7dde3be9-716f-444c-8b84-9d7cb286eaab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7787 2025.03.20 17:09:15.037803 [ 256 ] {7dde3be9-716f-444c-8b84-9d7cb286eaab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7788 2025.03.20 17:09:15.038600 [ 256 ] {7dde3be9-716f-444c-8b84-9d7cb286eaab} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7789 2025.03.20 17:09:15.038638 [ 256 ] {7dde3be9-716f-444c-8b84-9d7cb286eaab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7790 2025.03.20 17:09:15.039017 [ 256 ] {7dde3be9-716f-444c-8b84-9d7cb286eaab} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
7791 2025.03.20 17:09:15.039264 [ 256 ] {7dde3be9-716f-444c-8b84-9d7cb286eaab} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7792 2025.03.20 17:09:15.039440 [ 256 ] {7dde3be9-716f-444c-8b84-9d7cb286eaab} <Debug> executeQuery: Read 582 rows, 44.76 KiB in 0.001704 sec., 341549.2957746479 rows/sec., 25.65 MiB/sec.
7793 2025.03.20 17:09:15.039490 [ 256 ] {7dde3be9-716f-444c-8b84-9d7cb286eaab} <Debug> TCPHandler: Processed in 0.001886799 sec.
7794 2025.03.20 17:09:15.039606 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7795 2025.03.20 17:09:15.039714 [ 256 ] {03dd8f35-52b0-4677-bc03-dd9ef665016c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7796 2025.03.20 17:09:15.039763 [ 256 ] {03dd8f35-52b0-4677-bc03-dd9ef665016c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7797 2025.03.20 17:09:15.040492 [ 256 ] {03dd8f35-52b0-4677-bc03-dd9ef665016c} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7798 2025.03.20 17:09:15.040529 [ 256 ] {03dd8f35-52b0-4677-bc03-dd9ef665016c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7799 2025.03.20 17:09:15.040963 [ 256 ] {03dd8f35-52b0-4677-bc03-dd9ef665016c} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
7800 2025.03.20 17:09:15.041202 [ 256 ] {03dd8f35-52b0-4677-bc03-dd9ef665016c} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7801 2025.03.20 17:09:15.041375 [ 256 ] {03dd8f35-52b0-4677-bc03-dd9ef665016c} <Debug> executeQuery: Read 983 rows, 68.01 KiB in 0.001683 sec., 584076.0546642899 rows/sec., 39.46 MiB/sec.
7802 2025.03.20 17:09:15.041425 [ 256 ] {03dd8f35-52b0-4677-bc03-dd9ef665016c} <Debug> TCPHandler: Processed in 0.00187 sec.
7803 2025.03.20 17:09:15.041542 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7804 2025.03.20 17:09:15.041650 [ 256 ] {4f0ca459-3206-468d-bc05-e2c9a2648568} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7805 2025.03.20 17:09:15.041715 [ 256 ] {4f0ca459-3206-468d-bc05-e2c9a2648568} <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
7806 2025.03.20 17:09:15.042775 [ 256 ] {4f0ca459-3206-468d-bc05-e2c9a2648568} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7807 2025.03.20 17:09:15.042811 [ 256 ] {4f0ca459-3206-468d-bc05-e2c9a2648568} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7808 2025.03.20 17:09:15.043410 [ 256 ] {4f0ca459-3206-468d-bc05-e2c9a2648568} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7809 2025.03.20 17:09:15.043668 [ 256 ] {4f0ca459-3206-468d-bc05-e2c9a2648568} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7810 2025.03.20 17:09:15.043900 [ 256 ] {4f0ca459-3206-468d-bc05-e2c9a2648568} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002269 sec., 5288.673424416042 rows/sec., 9.48 MiB/sec.
7811 2025.03.20 17:09:15.044255 [ 256 ] {4f0ca459-3206-468d-bc05-e2c9a2648568} <Debug> TCPHandler: Processed in 0.002760459 sec.
7812 2025.03.20 17:09:15.044565 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7813 2025.03.20 17:09:15.044674 [ 256 ] {8a68c8da-578d-493d-837a-17c523a0db13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7814 2025.03.20 17:09:15.044723 [ 256 ] {8a68c8da-578d-493d-837a-17c523a0db13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7815 2025.03.20 17:09:15.045254 [ 256 ] {8a68c8da-578d-493d-837a-17c523a0db13} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7816 2025.03.20 17:09:15.045292 [ 256 ] {8a68c8da-578d-493d-837a-17c523a0db13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7817 2025.03.20 17:09:15.045661 [ 256 ] {8a68c8da-578d-493d-837a-17c523a0db13} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
7818 2025.03.20 17:09:15.045908 [ 256 ] {8a68c8da-578d-493d-837a-17c523a0db13} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7819 2025.03.20 17:09:15.046082 [ 256 ] {8a68c8da-578d-493d-837a-17c523a0db13} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.001434 sec., 23709.90237099024 rows/sec., 1.61 MiB/sec.
7820 2025.03.20 17:09:15.046130 [ 256 ] {8a68c8da-578d-493d-837a-17c523a0db13} <Debug> TCPHandler: Processed in 0.001650847 sec.
7821 2025.03.20 17:09:17.375269 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1066
7822 2025.03.20 17:09:17.378639 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7823 2025.03.20 17:09:17.378698 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7824 2025.03.20 17:09:17.380193 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
7825 2025.03.20 17:09:17.380514 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7826 2025.03.20 17:09:17.381144 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1066
7827 2025.03.20 17:09:17.752036 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7828 2025.03.20 17:09:17.752260 [ 256 ] {b1d4da43-c831-418d-9cf2-593d4bf1a3d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7829 2025.03.20 17:09:17.752349 [ 256 ] {b1d4da43-c831-418d-9cf2-593d4bf1a3d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7830 2025.03.20 17:09:17.753203 [ 256 ] {b1d4da43-c831-418d-9cf2-593d4bf1a3d7} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7831 2025.03.20 17:09:17.753257 [ 256 ] {b1d4da43-c831-418d-9cf2-593d4bf1a3d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7832 2025.03.20 17:09:17.753732 [ 256 ] {b1d4da43-c831-418d-9cf2-593d4bf1a3d7} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
7833 2025.03.20 17:09:17.754000 [ 256 ] {b1d4da43-c831-418d-9cf2-593d4bf1a3d7} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7834 2025.03.20 17:09:17.754258 [ 256 ] {b1d4da43-c831-418d-9cf2-593d4bf1a3d7} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00205 sec., 27317.073170731706 rows/sec., 2.10 MiB/sec.
7835 2025.03.20 17:09:17.754383 [ 256 ] {b1d4da43-c831-418d-9cf2-593d4bf1a3d7} <Debug> TCPHandler: Processed in 0.002496386 sec.
7836 2025.03.20 17:09:17.754573 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7837 2025.03.20 17:09:17.754908 [ 256 ] {ddb0466c-9a79-4f08-a146-87a8a9e17ffa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7838 2025.03.20 17:09:17.755053 [ 256 ] {ddb0466c-9a79-4f08-a146-87a8a9e17ffa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7839 2025.03.20 17:09:17.755830 [ 256 ] {ddb0466c-9a79-4f08-a146-87a8a9e17ffa} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7840 2025.03.20 17:09:17.755873 [ 256 ] {ddb0466c-9a79-4f08-a146-87a8a9e17ffa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7841 2025.03.20 17:09:17.756249 [ 256 ] {ddb0466c-9a79-4f08-a146-87a8a9e17ffa} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
7842 2025.03.20 17:09:17.756505 [ 256 ] {ddb0466c-9a79-4f08-a146-87a8a9e17ffa} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7843 2025.03.20 17:09:17.756737 [ 256 ] {ddb0466c-9a79-4f08-a146-87a8a9e17ffa} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001956 sec., 32719.836400818 rows/sec., 2.55 MiB/sec.
7844 2025.03.20 17:09:17.756798 [ 256 ] {ddb0466c-9a79-4f08-a146-87a8a9e17ffa} <Debug> TCPHandler: Processed in 0.002329084 sec.
7845 2025.03.20 17:09:17.756951 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7846 2025.03.20 17:09:17.757066 [ 256 ] {7bc0e491-7eca-44f9-9c35-24d01582d028} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7847 2025.03.20 17:09:17.757115 [ 256 ] {7bc0e491-7eca-44f9-9c35-24d01582d028} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7848 2025.03.20 17:09:17.757615 [ 256 ] {7bc0e491-7eca-44f9-9c35-24d01582d028} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7849 2025.03.20 17:09:17.757653 [ 256 ] {7bc0e491-7eca-44f9-9c35-24d01582d028} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7850 2025.03.20 17:09:17.758043 [ 256 ] {7bc0e491-7eca-44f9-9c35-24d01582d028} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
7851 2025.03.20 17:09:17.758289 [ 256 ] {7bc0e491-7eca-44f9-9c35-24d01582d028} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7852 2025.03.20 17:09:17.758505 [ 256 ] {7bc0e491-7eca-44f9-9c35-24d01582d028} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.001462 sec., 45143.63885088919 rows/sec., 3.15 MiB/sec.
7853 2025.03.20 17:09:17.758557 [ 256 ] {7bc0e491-7eca-44f9-9c35-24d01582d028} <Debug> TCPHandler: Processed in 0.001671217 sec.
7854 2025.03.20 17:09:17.758735 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7855 2025.03.20 17:09:17.758843 [ 256 ] {8d62172c-a220-4bf4-b639-2790da2fcaee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7856 2025.03.20 17:09:17.758891 [ 256 ] {8d62172c-a220-4bf4-b639-2790da2fcaee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7857 2025.03.20 17:09:17.759326 [ 256 ] {8d62172c-a220-4bf4-b639-2790da2fcaee} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7858 2025.03.20 17:09:17.759365 [ 256 ] {8d62172c-a220-4bf4-b639-2790da2fcaee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7859 2025.03.20 17:09:17.759737 [ 256 ] {8d62172c-a220-4bf4-b639-2790da2fcaee} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
7860 2025.03.20 17:09:17.759981 [ 256 ] {8d62172c-a220-4bf4-b639-2790da2fcaee} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7861 2025.03.20 17:09:17.760186 [ 256 ] {8d62172c-a220-4bf4-b639-2790da2fcaee} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001365 sec., 19047.61904761905 rows/sec., 1.28 MiB/sec.
7862 2025.03.20 17:09:17.760236 [ 256 ] {8d62172c-a220-4bf4-b639-2790da2fcaee} <Debug> TCPHandler: Processed in 0.001552876 sec.
7863 2025.03.20 17:09:19.777440 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703
7864 2025.03.20 17:09:19.778107 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7865 2025.03.20 17:09:19.778162 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7866 2025.03.20 17:09:19.778729 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7867 2025.03.20 17:09:19.778987 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7868 2025.03.20 17:09:19.779275 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703
7869 2025.03.20 17:09:21.146545 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324
7870 2025.03.20 17:09:21.166578 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7871 2025.03.20 17:09:21.166626 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7872 2025.03.20 17:09:21.174052 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7873 2025.03.20 17:09:21.174866 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7874 2025.03.20 17:09:21.177988 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 324
7875 2025.03.20 17:09:22.757671 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7876 2025.03.20 17:09:22.757867 [ 256 ] {d63d2425-e47d-4fb3-8fc4-3295325badb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7877 2025.03.20 17:09:22.757951 [ 256 ] {d63d2425-e47d-4fb3-8fc4-3295325badb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7878 2025.03.20 17:09:22.758826 [ 256 ] {d63d2425-e47d-4fb3-8fc4-3295325badb5} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7879 2025.03.20 17:09:22.758876 [ 256 ] {d63d2425-e47d-4fb3-8fc4-3295325badb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7880 2025.03.20 17:09:22.759337 [ 256 ] {d63d2425-e47d-4fb3-8fc4-3295325badb5} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
7881 2025.03.20 17:09:22.759590 [ 256 ] {d63d2425-e47d-4fb3-8fc4-3295325badb5} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7882 2025.03.20 17:09:22.759849 [ 256 ] {d63d2425-e47d-4fb3-8fc4-3295325badb5} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002037 sec., 54000.98183603338 rows/sec., 4.54 MiB/sec.
7883 2025.03.20 17:09:22.759918 [ 256 ] {d63d2425-e47d-4fb3-8fc4-3295325badb5} <Debug> TCPHandler: Processed in 0.002386225 sec.
7884 2025.03.20 17:09:22.760054 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7885 2025.03.20 17:09:22.760172 [ 256 ] {62d372d1-1611-4438-ab43-fec96738576f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7886 2025.03.20 17:09:22.760221 [ 256 ] {62d372d1-1611-4438-ab43-fec96738576f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7887 2025.03.20 17:09:22.760776 [ 256 ] {62d372d1-1611-4438-ab43-fec96738576f} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7888 2025.03.20 17:09:22.760817 [ 256 ] {62d372d1-1611-4438-ab43-fec96738576f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7889 2025.03.20 17:09:22.761184 [ 256 ] {62d372d1-1611-4438-ab43-fec96738576f} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7890 2025.03.20 17:09:22.761432 [ 256 ] {62d372d1-1611-4438-ab43-fec96738576f} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7891 2025.03.20 17:09:22.761643 [ 256 ] {62d372d1-1611-4438-ab43-fec96738576f} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001499 sec., 18012.00800533689 rows/sec., 1.32 MiB/sec.
7892 2025.03.20 17:09:22.761697 [ 256 ] {62d372d1-1611-4438-ab43-fec96738576f} <Debug> TCPHandler: Processed in 0.001699267 sec.
7893 2025.03.20 17:09:22.761820 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7894 2025.03.20 17:09:22.761932 [ 256 ] {20da48dc-0f03-4ce5-9f11-0daaa2ba3324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7895 2025.03.20 17:09:22.761979 [ 256 ] {20da48dc-0f03-4ce5-9f11-0daaa2ba3324} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7896 2025.03.20 17:09:22.762547 [ 256 ] {20da48dc-0f03-4ce5-9f11-0daaa2ba3324} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7897 2025.03.20 17:09:22.762587 [ 256 ] {20da48dc-0f03-4ce5-9f11-0daaa2ba3324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7898 2025.03.20 17:09:22.762955 [ 256 ] {20da48dc-0f03-4ce5-9f11-0daaa2ba3324} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
7899 2025.03.20 17:09:22.763205 [ 256 ] {20da48dc-0f03-4ce5-9f11-0daaa2ba3324} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7900 2025.03.20 17:09:22.763455 [ 256 ] {20da48dc-0f03-4ce5-9f11-0daaa2ba3324} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001542 sec., 59014.267185473414 rows/sec., 4.61 MiB/sec.
7901 2025.03.20 17:09:22.763559 [ 256 ] {20da48dc-0f03-4ce5-9f11-0daaa2ba3324} <Debug> TCPHandler: Processed in 0.001788449 sec.
7902 2025.03.20 17:09:22.763703 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7903 2025.03.20 17:09:22.763998 [ 256 ] {29ca980d-7cb3-434b-8827-b51e3dd15844} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7904 2025.03.20 17:09:22.764183 [ 256 ] {29ca980d-7cb3-434b-8827-b51e3dd15844} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7905 2025.03.20 17:09:22.764840 [ 256 ] {29ca980d-7cb3-434b-8827-b51e3dd15844} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7906 2025.03.20 17:09:22.764879 [ 256 ] {29ca980d-7cb3-434b-8827-b51e3dd15844} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7907 2025.03.20 17:09:22.765269 [ 256 ] {29ca980d-7cb3-434b-8827-b51e3dd15844} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
7908 2025.03.20 17:09:22.765512 [ 256 ] {29ca980d-7cb3-434b-8827-b51e3dd15844} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7909 2025.03.20 17:09:22.765736 [ 256 ] {29ca980d-7cb3-434b-8827-b51e3dd15844} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001857 sec., 86160.47388260635 rows/sec., 6.00 MiB/sec.
7910 2025.03.20 17:09:22.765787 [ 256 ] {29ca980d-7cb3-434b-8827-b51e3dd15844} <Debug> TCPHandler: Processed in 0.002161773 sec.
7911 2025.03.20 17:09:22.765906 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7912 2025.03.20 17:09:22.766012 [ 256 ] {6814fae1-032a-47c4-a928-c1e17e127ad7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7913 2025.03.20 17:09:22.766079 [ 256 ] {6814fae1-032a-47c4-a928-c1e17e127ad7} <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
7914 2025.03.20 17:09:22.767209 [ 256 ] {6814fae1-032a-47c4-a928-c1e17e127ad7} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7915 2025.03.20 17:09:22.767247 [ 256 ] {6814fae1-032a-47c4-a928-c1e17e127ad7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7916 2025.03.20 17:09:22.767887 [ 256 ] {6814fae1-032a-47c4-a928-c1e17e127ad7} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7917 2025.03.20 17:09:22.768143 [ 256 ] {6814fae1-032a-47c4-a928-c1e17e127ad7} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7918 2025.03.20 17:09:22.768343 [ 75 ] {} <Debug> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7919 2025.03.20 17:09:22.768411 [ 256 ] {6814fae1-032a-47c4-a928-c1e17e127ad7} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002419 sec., 11161.637040099215 rows/sec., 20.00 MiB/sec.
7920 2025.03.20 17:09:22.768432 [ 75 ] {} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7921 2025.03.20 17:09:22.768501 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7922 2025.03.20 17:09:22.768786 [ 256 ] {6814fae1-032a-47c4-a928-c1e17e127ad7} <Debug> TCPHandler: Processed in 0.00292847 sec.
7923 2025.03.20 17:09:22.768853 [ 196 ] {6749d887-00ac-4b26-87ae-2852b00353b1::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
7924 2025.03.20 17:09:22.768962 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7925 2025.03.20 17:09:22.769210 [ 256 ] {154e7a03-c628-46f2-a041-ff452bbc89ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7926 2025.03.20 17:09:22.769333 [ 256 ] {154e7a03-c628-46f2-a041-ff452bbc89ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7927 2025.03.20 17:09:22.769854 [ 196 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7928 2025.03.20 17:09:22.770098 [ 196 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 932 rows starting from the beginning of the part
7929 2025.03.20 17:09:22.770770 [ 196 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 27 rows starting from the beginning of the part
7930 2025.03.20 17:09:22.771478 [ 256 ] {154e7a03-c628-46f2-a041-ff452bbc89ad} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7931 2025.03.20 17:09:22.771552 [ 196 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 12 rows starting from the beginning of the part
7932 2025.03.20 17:09:22.771563 [ 256 ] {154e7a03-c628-46f2-a041-ff452bbc89ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7933 2025.03.20 17:09:22.772226 [ 196 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 27 rows starting from the beginning of the part
7934 2025.03.20 17:09:22.772806 [ 196 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 12 rows starting from the beginning of the part
7935 2025.03.20 17:09:22.773333 [ 256 ] {154e7a03-c628-46f2-a041-ff452bbc89ad} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
7936 2025.03.20 17:09:22.773397 [ 196 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 27 rows starting from the beginning of the part
7937 2025.03.20 17:09:22.774341 [ 256 ] {154e7a03-c628-46f2-a041-ff452bbc89ad} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7938 2025.03.20 17:09:22.774844 [ 256 ] {154e7a03-c628-46f2-a041-ff452bbc89ad} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005709 sec., 10509.721492380453 rows/sec., 725.28 KiB/sec.
7939 2025.03.20 17:09:22.775042 [ 256 ] {154e7a03-c628-46f2-a041-ff452bbc89ad} <Debug> TCPHandler: Processed in 0.006137913 sec.
7940 2025.03.20 17:09:22.781784 [ 189 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1037 rows, containing 19 columns (19 merged, 0 gathered) in 0.013137597 sec., 78933.7654367081 rows/sec., 141.45 MiB/sec.
7941 2025.03.20 17:09:22.782828 [ 194 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7942 2025.03.20 17:09:22.783318 [ 194 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7943 2025.03.20 17:09:22.783412 [ 194 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7944 2025.03.20 17:09:22.783580 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.33 MiB.
7945 2025.03.20 17:09:23.000235 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 217.18 MiB, peak 227.66 MiB, free memory in arenas 0.00 B, will set to 220.02 MiB (RSS), difference: 2.84 MiB
7946 2025.03.20 17:09:27.128443 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache
7947 2025.03.20 17:09:27.128541 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache
7948 2025.03.20 17:09:27.279526 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191
7949 2025.03.20 17:09:27.280240 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7950 2025.03.20 17:09:27.280287 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7951 2025.03.20 17:09:27.280809 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
7952 2025.03.20 17:09:27.281077 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7953 2025.03.20 17:09:27.281331 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191
7954 2025.03.20 17:09:27.381523 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1086
7955 2025.03.20 17:09:27.384342 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7956 2025.03.20 17:09:27.384392 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7957 2025.03.20 17:09:27.385860 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7958 2025.03.20 17:09:27.386198 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7959 2025.03.20 17:09:27.387387 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1086
7960 2025.03.20 17:09:27.758189 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7961 2025.03.20 17:09:27.758388 [ 256 ] {bda50ed8-e487-4196-a48f-79e466c5e93b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7962 2025.03.20 17:09:27.758464 [ 256 ] {bda50ed8-e487-4196-a48f-79e466c5e93b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7963 2025.03.20 17:09:27.759285 [ 256 ] {bda50ed8-e487-4196-a48f-79e466c5e93b} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7964 2025.03.20 17:09:27.759341 [ 256 ] {bda50ed8-e487-4196-a48f-79e466c5e93b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7965 2025.03.20 17:09:27.759789 [ 256 ] {bda50ed8-e487-4196-a48f-79e466c5e93b} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
7966 2025.03.20 17:09:27.760064 [ 256 ] {bda50ed8-e487-4196-a48f-79e466c5e93b} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7967 2025.03.20 17:09:27.760288 [ 70 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
7968 2025.03.20 17:09:27.760316 [ 256 ] {bda50ed8-e487-4196-a48f-79e466c5e93b} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.001981 sec., 40383.64462392731 rows/sec., 3.34 MiB/sec.
7969 2025.03.20 17:09:27.760382 [ 70 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7970 2025.03.20 17:09:27.760453 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7971 2025.03.20 17:09:27.760467 [ 256 ] {bda50ed8-e487-4196-a48f-79e466c5e93b} <Debug> TCPHandler: Processed in 0.002417436 sec.
7972 2025.03.20 17:09:27.760706 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7973 2025.03.20 17:09:27.760717 [ 191 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::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
7974 2025.03.20 17:09:27.760887 [ 256 ] {85371351-de32-498e-93c6-d160587d163d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7975 2025.03.20 17:09:27.761000 [ 256 ] {85371351-de32-498e-93c6-d160587d163d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7976 2025.03.20 17:09:27.761027 [ 191 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7977 2025.03.20 17:09:27.761142 [ 191 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1404 rows starting from the beginning of the part
7978 2025.03.20 17:09:27.761430 [ 191 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 110 rows starting from the beginning of the part
7979 2025.03.20 17:09:27.761855 [ 191 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 1347 rows starting from the beginning of the part
7980 2025.03.20 17:09:27.762259 [ 191 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 56 rows starting from the beginning of the part
7981 2025.03.20 17:09:27.762694 [ 191 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 110 rows starting from the beginning of the part
7982 2025.03.20 17:09:27.762891 [ 191 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 80 rows starting from the beginning of the part
7983 2025.03.20 17:09:27.763715 [ 256 ] {85371351-de32-498e-93c6-d160587d163d} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7984 2025.03.20 17:09:27.763784 [ 256 ] {85371351-de32-498e-93c6-d160587d163d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7985 2025.03.20 17:09:27.764636 [ 256 ] {85371351-de32-498e-93c6-d160587d163d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7986 2025.03.20 17:09:27.765193 [ 256 ] {85371351-de32-498e-93c6-d160587d163d} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7987 2025.03.20 17:09:27.765607 [ 256 ] {85371351-de32-498e-93c6-d160587d163d} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.004786 sec., 2507.3129962390303 rows/sec., 188.54 KiB/sec.
7988 2025.03.20 17:09:27.765707 [ 256 ] {85371351-de32-498e-93c6-d160587d163d} <Debug> TCPHandler: Processed in 0.005082513 sec.
7989 2025.03.20 17:09:27.765836 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7990 2025.03.20 17:09:27.766087 [ 256 ] {3477562f-d198-4eee-984a-209caf395321} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7991 2025.03.20 17:09:27.766241 [ 256 ] {3477562f-d198-4eee-984a-209caf395321} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7992 2025.03.20 17:09:27.766409 [ 191 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3107 rows, containing 5 columns (5 merged, 0 gathered) in 0.00581918 sec., 533924.0236596909 rows/sec., 46.68 MiB/sec.
7993 2025.03.20 17:09:27.766719 [ 189 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
7994 2025.03.20 17:09:27.767100 [ 256 ] {3477562f-d198-4eee-984a-209caf395321} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7995 2025.03.20 17:09:27.767105 [ 189 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_76_15} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7996 2025.03.20 17:09:27.767143 [ 256 ] {3477562f-d198-4eee-984a-209caf395321} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
7997 2025.03.20 17:09:27.767216 [ 189 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_76_15} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
7998 2025.03.20 17:09:27.767331 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
7999 2025.03.20 17:09:27.767585 [ 256 ] {3477562f-d198-4eee-984a-209caf395321} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
8000 2025.03.20 17:09:27.767836 [ 256 ] {3477562f-d198-4eee-984a-209caf395321} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8001 2025.03.20 17:09:27.768013 [ 70 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
8002 2025.03.20 17:09:27.768079 [ 70 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8003 2025.03.20 17:09:27.768094 [ 256 ] {3477562f-d198-4eee-984a-209caf395321} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.002088 sec., 36398.467432950194 rows/sec., 2.84 MiB/sec.
8004 2025.03.20 17:09:27.768118 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
8005 2025.03.20 17:09:27.768286 [ 256 ] {3477562f-d198-4eee-984a-209caf395321} <Debug> TCPHandler: Processed in 0.002501976 sec.
8006 2025.03.20 17:09:27.768459 [ 187 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::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
8007 2025.03.20 17:09:27.768561 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8008 2025.03.20 17:09:27.768928 [ 256 ] {3c43cc98-ea6e-4988-967d-296af77f5aed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8009 2025.03.20 17:09:27.769015 [ 187 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8010 2025.03.20 17:09:27.769102 [ 256 ] {3c43cc98-ea6e-4988-967d-296af77f5aed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8011 2025.03.20 17:09:27.769199 [ 187 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 631 rows starting from the beginning of the part
8012 2025.03.20 17:09:27.770088 [ 187 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 91 rows starting from the beginning of the part
8013 2025.03.20 17:09:27.770481 [ 187 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 582 rows starting from the beginning of the part
8014 2025.03.20 17:09:27.770821 [ 187 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 64 rows starting from the beginning of the part
8015 2025.03.20 17:09:27.770967 [ 187 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 91 rows starting from the beginning of the part
8016 2025.03.20 17:09:27.771280 [ 187 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 76 rows starting from the beginning of the part
8017 2025.03.20 17:09:27.772146 [ 256 ] {3c43cc98-ea6e-4988-967d-296af77f5aed} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8018 2025.03.20 17:09:27.772215 [ 256 ] {3c43cc98-ea6e-4988-967d-296af77f5aed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
8019 2025.03.20 17:09:27.773270 [ 256 ] {3c43cc98-ea6e-4988-967d-296af77f5aed} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
8020 2025.03.20 17:09:27.773718 [ 256 ] {3c43cc98-ea6e-4988-967d-296af77f5aed} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8021 2025.03.20 17:09:27.773940 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
8022 2025.03.20 17:09:27.774033 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8023 2025.03.20 17:09:27.774100 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
8024 2025.03.20 17:09:27.774231 [ 256 ] {3c43cc98-ea6e-4988-967d-296af77f5aed} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00539 sec., 29684.601113172543 rows/sec., 2.07 MiB/sec.
8025 2025.03.20 17:09:27.774576 [ 191 ] {9491680f-0456-456d-800a-d47875b75c20::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
8026 2025.03.20 17:09:27.774690 [ 256 ] {3c43cc98-ea6e-4988-967d-296af77f5aed} <Debug> TCPHandler: Processed in 0.006194945 sec.
8027 2025.03.20 17:09:27.774953 [ 187 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1535 rows, containing 5 columns (5 merged, 0 gathered) in 0.00668379 sec., 229660.1179869505 rows/sec., 18.29 MiB/sec.
8028 2025.03.20 17:09:27.775023 [ 191 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8029 2025.03.20 17:09:27.775052 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8030 2025.03.20 17:09:27.775085 [ 191 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 18871 rows starting from the beginning of the part
8031 2025.03.20 17:09:27.775239 [ 187 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
8032 2025.03.20 17:09:27.775537 [ 191 ] {9491680f-0456-456d-800a-d47875b75c20::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
8033 2025.03.20 17:09:27.775613 [ 256 ] {3e6069e6-37df-4f00-9ba9-6b8987114b93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8034 2025.03.20 17:09:27.775934 [ 191 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 983 rows starting from the beginning of the part
8035 2025.03.20 17:09:27.776126 [ 256 ] {3e6069e6-37df-4f00-9ba9-6b8987114b93} <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
8036 2025.03.20 17:09:27.776462 [ 191 ] {9491680f-0456-456d-800a-d47875b75c20::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
8037 2025.03.20 17:09:27.776589 [ 187 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_76_15} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8038 2025.03.20 17:09:27.777049 [ 191 ] {9491680f-0456-456d-800a-d47875b75c20::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
8039 2025.03.20 17:09:27.777150 [ 187 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_76_15} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
8040 2025.03.20 17:09:27.777587 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
8041 2025.03.20 17:09:27.777603 [ 191 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part
8042 2025.03.20 17:09:27.780649 [ 256 ] {3e6069e6-37df-4f00-9ba9-6b8987114b93} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8043 2025.03.20 17:09:27.780718 [ 256 ] {3e6069e6-37df-4f00-9ba9-6b8987114b93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
8044 2025.03.20 17:09:27.782309 [ 256 ] {3e6069e6-37df-4f00-9ba9-6b8987114b93} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
8045 2025.03.20 17:09:27.782868 [ 256 ] {3e6069e6-37df-4f00-9ba9-6b8987114b93} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8046 2025.03.20 17:09:27.783118 [ 256 ] {3e6069e6-37df-4f00-9ba9-6b8987114b93} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.007802 sec., 1538.0671622660857 rows/sec., 2.76 MiB/sec.
8047 2025.03.20 17:09:27.783219 [ 256 ] {3e6069e6-37df-4f00-9ba9-6b8987114b93} <Debug> TCPHandler: Processed in 0.008255896 sec.
8048 2025.03.20 17:09:27.783358 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8049 2025.03.20 17:09:27.783464 [ 256 ] {849b800c-eaeb-4f69-a095-63b90e786d5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8050 2025.03.20 17:09:27.783512 [ 256 ] {849b800c-eaeb-4f69-a095-63b90e786d5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8051 2025.03.20 17:09:27.783952 [ 256 ] {849b800c-eaeb-4f69-a095-63b90e786d5b} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8052 2025.03.20 17:09:27.783992 [ 256 ] {849b800c-eaeb-4f69-a095-63b90e786d5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
8053 2025.03.20 17:09:27.784369 [ 256 ] {849b800c-eaeb-4f69-a095-63b90e786d5b} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
8054 2025.03.20 17:09:27.784611 [ 256 ] {849b800c-eaeb-4f69-a095-63b90e786d5b} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8055 2025.03.20 17:09:27.784779 [ 70 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
8056 2025.03.20 17:09:27.784842 [ 70 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8057 2025.03.20 17:09:27.784855 [ 256 ] {849b800c-eaeb-4f69-a095-63b90e786d5b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001402 sec., 42796.00570613409 rows/sec., 2.88 MiB/sec.
8058 2025.03.20 17:09:27.784887 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
8059 2025.03.20 17:09:27.784982 [ 256 ] {849b800c-eaeb-4f69-a095-63b90e786d5b} <Debug> TCPHandler: Processed in 0.001673727 sec.
8060 2025.03.20 17:09:27.785164 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
8061 2025.03.20 17:09:27.785490 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8062 2025.03.20 17:09:27.785583 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 3534 rows starting from the beginning of the part
8063 2025.03.20 17:09:27.786025 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
8064 2025.03.20 17:09:27.786377 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 34 rows starting from the beginning of the part
8065 2025.03.20 17:09:27.786668 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 26 rows starting from the beginning of the part
8066 2025.03.20 17:09:27.787017 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
8067 2025.03.20 17:09:27.787102 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part
8068 2025.03.20 17:09:27.789575 [ 201 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3774 rows, containing 4 columns (4 merged, 0 gathered) in 0.004562048 sec., 827260.0375971494 rows/sec., 55.71 MiB/sec.
8069 2025.03.20 17:09:27.789795 [ 192 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20400 rows, containing 5 columns (5 merged, 0 gathered) in 0.015568673 sec., 1310323.6223151453 rows/sec., 89.80 MiB/sec.
8070 2025.03.20 17:09:27.790112 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
8071 2025.03.20 17:09:27.790287 [ 198 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
8072 2025.03.20 17:09:27.790624 [ 201 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_76_15} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8073 2025.03.20 17:09:27.790777 [ 201 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_76_15} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
8074 2025.03.20 17:09:27.790882 [ 198 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8075 2025.03.20 17:09:27.790926 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB.
8076 2025.03.20 17:09:27.791040 [ 198 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
8077 2025.03.20 17:09:27.791152 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB.
8078 2025.03.20 17:09:28.678177 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332
8079 2025.03.20 17:09:28.699838 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8080 2025.03.20 17:09:28.699892 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
8081 2025.03.20 17:09:28.707260 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8082 2025.03.20 17:09:28.708073 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8083 2025.03.20 17:09:28.710799 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332
8084 2025.03.20 17:09:32.758591 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8085 2025.03.20 17:09:32.758822 [ 256 ] {5e02e369-7ecd-46e5-85e8-9a4899392d08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8086 2025.03.20 17:09:32.758905 [ 256 ] {5e02e369-7ecd-46e5-85e8-9a4899392d08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8087 2025.03.20 17:09:32.759748 [ 256 ] {5e02e369-7ecd-46e5-85e8-9a4899392d08} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8088 2025.03.20 17:09:32.759800 [ 256 ] {5e02e369-7ecd-46e5-85e8-9a4899392d08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
8089 2025.03.20 17:09:32.760260 [ 256 ] {5e02e369-7ecd-46e5-85e8-9a4899392d08} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
8090 2025.03.20 17:09:32.760521 [ 256 ] {5e02e369-7ecd-46e5-85e8-9a4899392d08} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8091 2025.03.20 17:09:32.760765 [ 256 ] {5e02e369-7ecd-46e5-85e8-9a4899392d08} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002004 sec., 54890.21956087824 rows/sec., 4.61 MiB/sec.
8092 2025.03.20 17:09:32.760847 [ 256 ] {5e02e369-7ecd-46e5-85e8-9a4899392d08} <Debug> TCPHandler: Processed in 0.002401554 sec.
8093 2025.03.20 17:09:32.761000 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8094 2025.03.20 17:09:32.761123 [ 256 ] {1ec3666f-7533-4ba7-a3ea-2aefdb0262fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8095 2025.03.20 17:09:32.761173 [ 256 ] {1ec3666f-7533-4ba7-a3ea-2aefdb0262fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8096 2025.03.20 17:09:32.761720 [ 256 ] {1ec3666f-7533-4ba7-a3ea-2aefdb0262fb} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8097 2025.03.20 17:09:32.761761 [ 256 ] {1ec3666f-7533-4ba7-a3ea-2aefdb0262fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
8098 2025.03.20 17:09:32.762123 [ 256 ] {1ec3666f-7533-4ba7-a3ea-2aefdb0262fb} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
8099 2025.03.20 17:09:32.762370 [ 256 ] {1ec3666f-7533-4ba7-a3ea-2aefdb0262fb} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8100 2025.03.20 17:09:32.762586 [ 256 ] {1ec3666f-7533-4ba7-a3ea-2aefdb0262fb} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001489 sec., 18132.975151108127 rows/sec., 1.33 MiB/sec.
8101 2025.03.20 17:09:32.762640 [ 256 ] {1ec3666f-7533-4ba7-a3ea-2aefdb0262fb} <Debug> TCPHandler: Processed in 0.001703467 sec.
8102 2025.03.20 17:09:32.762780 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8103 2025.03.20 17:09:32.762919 [ 256 ] {0696ffba-9a52-4c56-9194-7676880a3b0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8104 2025.03.20 17:09:32.762976 [ 256 ] {0696ffba-9a52-4c56-9194-7676880a3b0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8105 2025.03.20 17:09:32.763563 [ 256 ] {0696ffba-9a52-4c56-9194-7676880a3b0b} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8106 2025.03.20 17:09:32.763603 [ 256 ] {0696ffba-9a52-4c56-9194-7676880a3b0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
8107 2025.03.20 17:09:32.763979 [ 256 ] {0696ffba-9a52-4c56-9194-7676880a3b0b} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
8108 2025.03.20 17:09:32.764235 [ 256 ] {0696ffba-9a52-4c56-9194-7676880a3b0b} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8109 2025.03.20 17:09:32.764456 [ 256 ] {0696ffba-9a52-4c56-9194-7676880a3b0b} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001567 sec., 58072.75047862157 rows/sec., 4.54 MiB/sec.
8110 2025.03.20 17:09:32.764510 [ 256 ] {0696ffba-9a52-4c56-9194-7676880a3b0b} <Debug> TCPHandler: Processed in 0.001796049 sec.
8111 2025.03.20 17:09:32.764631 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8112 2025.03.20 17:09:32.764739 [ 256 ] {204db224-8e7f-4cd8-8a17-b6086b1ffd0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8113 2025.03.20 17:09:32.764789 [ 256 ] {204db224-8e7f-4cd8-8a17-b6086b1ffd0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8114 2025.03.20 17:09:32.765342 [ 256 ] {204db224-8e7f-4cd8-8a17-b6086b1ffd0a} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8115 2025.03.20 17:09:32.765381 [ 256 ] {204db224-8e7f-4cd8-8a17-b6086b1ffd0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
8116 2025.03.20 17:09:32.765780 [ 256 ] {204db224-8e7f-4cd8-8a17-b6086b1ffd0a} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
8117 2025.03.20 17:09:32.766027 [ 256 ] {204db224-8e7f-4cd8-8a17-b6086b1ffd0a} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8118 2025.03.20 17:09:32.766260 [ 256 ] {204db224-8e7f-4cd8-8a17-b6086b1ffd0a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001544 sec., 103626.94300518134 rows/sec., 7.22 MiB/sec.
8119 2025.03.20 17:09:32.766359 [ 256 ] {204db224-8e7f-4cd8-8a17-b6086b1ffd0a} <Debug> TCPHandler: Processed in 0.001780119 sec.
8120 2025.03.20 17:09:32.766578 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8121 2025.03.20 17:09:32.766798 [ 256 ] {1f33f1d7-1a0d-473d-a3e1-ca2a51194b5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8122 2025.03.20 17:09:32.766873 [ 256 ] {1f33f1d7-1a0d-473d-a3e1-ca2a51194b5e} <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
8123 2025.03.20 17:09:32.768032 [ 256 ] {1f33f1d7-1a0d-473d-a3e1-ca2a51194b5e} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8124 2025.03.20 17:09:32.768073 [ 256 ] {1f33f1d7-1a0d-473d-a3e1-ca2a51194b5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
8125 2025.03.20 17:09:32.768718 [ 256 ] {1f33f1d7-1a0d-473d-a3e1-ca2a51194b5e} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8126 2025.03.20 17:09:32.768995 [ 256 ] {1f33f1d7-1a0d-473d-a3e1-ca2a51194b5e} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8127 2025.03.20 17:09:32.769248 [ 256 ] {1f33f1d7-1a0d-473d-a3e1-ca2a51194b5e} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002506 sec., 10774.14205905826 rows/sec., 19.31 MiB/sec.
8128 2025.03.20 17:09:32.769361 [ 256 ] {1f33f1d7-1a0d-473d-a3e1-ca2a51194b5e} <Debug> TCPHandler: Processed in 0.00287959 sec.
8129 2025.03.20 17:09:32.769504 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8130 2025.03.20 17:09:32.769612 [ 256 ] {c0fc13e3-3563-4cb9-a9d0-5ebaadbf5700} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8131 2025.03.20 17:09:32.769661 [ 256 ] {c0fc13e3-3563-4cb9-a9d0-5ebaadbf5700} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8132 2025.03.20 17:09:32.770114 [ 256 ] {c0fc13e3-3563-4cb9-a9d0-5ebaadbf5700} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8133 2025.03.20 17:09:32.770153 [ 256 ] {c0fc13e3-3563-4cb9-a9d0-5ebaadbf5700} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
8134 2025.03.20 17:09:32.770511 [ 256 ] {c0fc13e3-3563-4cb9-a9d0-5ebaadbf5700} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
8135 2025.03.20 17:09:32.770752 [ 256 ] {c0fc13e3-3563-4cb9-a9d0-5ebaadbf5700} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8136 2025.03.20 17:09:32.770965 [ 256 ] {c0fc13e3-3563-4cb9-a9d0-5ebaadbf5700} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001375 sec., 43636.36363636364 rows/sec., 2.94 MiB/sec.
8137 2025.03.20 17:09:32.771016 [ 256 ] {c0fc13e3-3563-4cb9-a9d0-5ebaadbf5700} <Debug> TCPHandler: Processed in 0.001563717 sec.
8138 2025.03.20 17:09:34.781578 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20618
8139 2025.03.20 17:09:34.782286 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8140 2025.03.20 17:09:34.782333 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
8141 2025.03.20 17:09:34.782838 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8142 2025.03.20 17:09:34.783099 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8143 2025.03.20 17:09:34.783386 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20618
8144 2025.03.20 17:09:36.211003 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340
8145 2025.03.20 17:09:36.232850 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8146 2025.03.20 17:09:36.232911 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
8147 2025.03.20 17:09:36.240205 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8148 2025.03.20 17:09:36.240980 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8149 2025.03.20 17:09:36.244256 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340
8150 2025.03.20 17:09:37.387693 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1110
8151 2025.03.20 17:09:37.390625 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8152 2025.03.20 17:09:37.390685 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
8153 2025.03.20 17:09:37.392189 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
8154 2025.03.20 17:09:37.392508 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8155 2025.03.20 17:09:37.393107 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1110
8156 2025.03.20 17:09:37.758192 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8157 2025.03.20 17:09:37.758395 [ 256 ] {e8d9e630-1363-43d8-a528-d46a3a2b62e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8158 2025.03.20 17:09:37.758473 [ 256 ] {e8d9e630-1363-43d8-a528-d46a3a2b62e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8159 2025.03.20 17:09:37.759316 [ 256 ] {e8d9e630-1363-43d8-a528-d46a3a2b62e2} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8160 2025.03.20 17:09:37.759369 [ 256 ] {e8d9e630-1363-43d8-a528-d46a3a2b62e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
8161 2025.03.20 17:09:37.759838 [ 256 ] {e8d9e630-1363-43d8-a528-d46a3a2b62e2} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
8162 2025.03.20 17:09:37.760105 [ 256 ] {e8d9e630-1363-43d8-a528-d46a3a2b62e2} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8163 2025.03.20 17:09:37.760377 [ 256 ] {e8d9e630-1363-43d8-a528-d46a3a2b62e2} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.002026 sec., 39486.673247778876 rows/sec., 3.26 MiB/sec.
8164 2025.03.20 17:09:37.760502 [ 256 ] {e8d9e630-1363-43d8-a528-d46a3a2b62e2} <Debug> TCPHandler: Processed in 0.002458326 sec.
8165 2025.03.20 17:09:37.760743 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8166 2025.03.20 17:09:37.760910 [ 256 ] {8f7027e7-10eb-4903-b6d0-b3fcb1f9d7c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8167 2025.03.20 17:09:37.760972 [ 256 ] {8f7027e7-10eb-4903-b6d0-b3fcb1f9d7c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8168 2025.03.20 17:09:37.761581 [ 256 ] {8f7027e7-10eb-4903-b6d0-b3fcb1f9d7c9} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8169 2025.03.20 17:09:37.761624 [ 256 ] {8f7027e7-10eb-4903-b6d0-b3fcb1f9d7c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
8170 2025.03.20 17:09:37.761993 [ 256 ] {8f7027e7-10eb-4903-b6d0-b3fcb1f9d7c9} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
8171 2025.03.20 17:09:37.762241 [ 256 ] {8f7027e7-10eb-4903-b6d0-b3fcb1f9d7c9} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8172 2025.03.20 17:09:37.762488 [ 256 ] {8f7027e7-10eb-4903-b6d0-b3fcb1f9d7c9} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001607 sec., 7467.3304293715 rows/sec., 561.51 KiB/sec.
8173 2025.03.20 17:09:37.762589 [ 256 ] {8f7027e7-10eb-4903-b6d0-b3fcb1f9d7c9} <Debug> TCPHandler: Processed in 0.001960201 sec.
8174 2025.03.20 17:09:37.762761 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8175 2025.03.20 17:09:37.762948 [ 256 ] {e8e12294-d806-4782-9d89-5d2d452402b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8176 2025.03.20 17:09:37.762996 [ 256 ] {e8e12294-d806-4782-9d89-5d2d452402b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8177 2025.03.20 17:09:37.763573 [ 256 ] {e8e12294-d806-4782-9d89-5d2d452402b0} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8178 2025.03.20 17:09:37.763614 [ 256 ] {e8e12294-d806-4782-9d89-5d2d452402b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
8179 2025.03.20 17:09:37.763982 [ 256 ] {e8e12294-d806-4782-9d89-5d2d452402b0} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
8180 2025.03.20 17:09:37.764232 [ 256 ] {e8e12294-d806-4782-9d89-5d2d452402b0} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8181 2025.03.20 17:09:37.764483 [ 256 ] {e8e12294-d806-4782-9d89-5d2d452402b0} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001564 sec., 48593.35038363171 rows/sec., 3.79 MiB/sec.
8182 2025.03.20 17:09:37.764582 [ 256 ] {e8e12294-d806-4782-9d89-5d2d452402b0} <Debug> TCPHandler: Processed in 0.00192107 sec.
8183 2025.03.20 17:09:37.764790 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8184 2025.03.20 17:09:37.764957 [ 256 ] {e26f6edc-641a-4ff6-b6f1-00ecb06bd94c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8185 2025.03.20 17:09:37.765010 [ 256 ] {e26f6edc-641a-4ff6-b6f1-00ecb06bd94c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8186 2025.03.20 17:09:37.765548 [ 256 ] {e26f6edc-641a-4ff6-b6f1-00ecb06bd94c} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8187 2025.03.20 17:09:37.765586 [ 256 ] {e26f6edc-641a-4ff6-b6f1-00ecb06bd94c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
8188 2025.03.20 17:09:37.766077 [ 256 ] {e26f6edc-641a-4ff6-b6f1-00ecb06bd94c} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
8189 2025.03.20 17:09:37.766370 [ 256 ] {e26f6edc-641a-4ff6-b6f1-00ecb06bd94c} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8190 2025.03.20 17:09:37.766616 [ 256 ] {e26f6edc-641a-4ff6-b6f1-00ecb06bd94c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001677 sec., 95408.46750149076 rows/sec., 6.65 MiB/sec.
8191 2025.03.20 17:09:37.766709 [ 256 ] {e26f6edc-641a-4ff6-b6f1-00ecb06bd94c} <Debug> TCPHandler: Processed in 0.00201903 sec.
8192 2025.03.20 17:09:37.766845 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8193 2025.03.20 17:09:37.767139 [ 256 ] {8da3a526-ecf6-422f-bcd3-19505208e773} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8194 2025.03.20 17:09:37.767262 [ 256 ] {8da3a526-ecf6-422f-bcd3-19505208e773} <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
8195 2025.03.20 17:09:37.768351 [ 256 ] {8da3a526-ecf6-422f-bcd3-19505208e773} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8196 2025.03.20 17:09:37.768391 [ 256 ] {8da3a526-ecf6-422f-bcd3-19505208e773} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
8197 2025.03.20 17:09:37.769022 [ 256 ] {8da3a526-ecf6-422f-bcd3-19505208e773} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
8198 2025.03.20 17:09:37.769292 [ 256 ] {8da3a526-ecf6-422f-bcd3-19505208e773} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8199 2025.03.20 17:09:37.769521 [ 256 ] {8da3a526-ecf6-422f-bcd3-19505208e773} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002493 sec., 4813.477737665463 rows/sec., 8.63 MiB/sec.
8200 2025.03.20 17:09:37.769613 [ 256 ] {8da3a526-ecf6-422f-bcd3-19505208e773} <Debug> TCPHandler: Processed in 0.00283657 sec.
8201 2025.03.20 17:09:37.769728 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8202 2025.03.20 17:09:37.769832 [ 256 ] {9a749e29-270f-4850-9689-a258e70b9de5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8203 2025.03.20 17:09:37.769879 [ 256 ] {9a749e29-270f-4850-9689-a258e70b9de5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8204 2025.03.20 17:09:37.770305 [ 256 ] {9a749e29-270f-4850-9689-a258e70b9de5} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8205 2025.03.20 17:09:37.770344 [ 256 ] {9a749e29-270f-4850-9689-a258e70b9de5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.57 GiB.
8206 2025.03.20 17:09:37.770699 [ 256 ] {9a749e29-270f-4850-9689-a258e70b9de5} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
8207 2025.03.20 17:09:37.770943 [ 256 ] {9a749e29-270f-4850-9689-a258e70b9de5} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8208 2025.03.20 17:09:37.771160 [ 256 ] {9a749e29-270f-4850-9689-a258e70b9de5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001349 sec., 44477.390659747965 rows/sec., 3.00 MiB/sec.
8209 2025.03.20 17:09:37.771209 [ 256 ] {9a749e29-270f-4850-9689-a258e70b9de5} <Debug> TCPHandler: Processed in 0.001529676 sec.
8210 2025.03.20 17:09:42.128799 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache
8211 2025.03.20 17:09:42.128866 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache
8212 2025.03.20 17:09:42.283630 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21106
8213 2025.03.20 17:09:42.284282 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8214 2025.03.20 17:09:42.284324 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8215 2025.03.20 17:09:42.284833 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
8216 2025.03.20 17:09:42.285094 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8217 2025.03.20 17:09:42.285248 [ 56 ] {} <Debug> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
8218 2025.03.20 17:09:42.285304 [ 56 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8219 2025.03.20 17:09:42.285307 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106
8220 2025.03.20 17:09:42.285329 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8221 2025.03.20 17:09:42.285469 [ 198 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::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
8222 2025.03.20 17:09:42.285633 [ 198 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8223 2025.03.20 17:09:42.285676 [ 198 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18788 rows starting from the beginning of the part
8224 2025.03.20 17:09:42.285762 [ 198 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 488 rows starting from the beginning of the part
8225 2025.03.20 17:09:42.285925 [ 198 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 427 rows starting from the beginning of the part
8226 2025.03.20 17:09:42.286242 [ 198 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 488 rows starting from the beginning of the part
8227 2025.03.20 17:09:42.286417 [ 198 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 427 rows starting from the beginning of the part
8228 2025.03.20 17:09:42.286637 [ 198 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 488 rows starting from the beginning of the part
8229 2025.03.20 17:09:42.289165 [ 201 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003761069 sec., 5611702.417583937 rows/sec., 80.28 MiB/sec.
8230 2025.03.20 17:09:42.289591 [ 199 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
8231 2025.03.20 17:09:42.289946 [ 199 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_46_9} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8232 2025.03.20 17:09:42.290039 [ 199 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_46_9} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
8233 2025.03.20 17:09:42.290161 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.66 MiB.
8234 2025.03.20 17:09:42.759443 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8235 2025.03.20 17:09:42.759645 [ 256 ] {415eff13-17fe-4a95-815b-c33a097b82b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8236 2025.03.20 17:09:42.759723 [ 256 ] {415eff13-17fe-4a95-815b-c33a097b82b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8237 2025.03.20 17:09:42.760579 [ 256 ] {415eff13-17fe-4a95-815b-c33a097b82b0} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8238 2025.03.20 17:09:42.760635 [ 256 ] {415eff13-17fe-4a95-815b-c33a097b82b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8239 2025.03.20 17:09:42.761095 [ 256 ] {415eff13-17fe-4a95-815b-c33a097b82b0} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
8240 2025.03.20 17:09:42.761360 [ 256 ] {415eff13-17fe-4a95-815b-c33a097b82b0} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8241 2025.03.20 17:09:42.761628 [ 256 ] {415eff13-17fe-4a95-815b-c33a097b82b0} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002031 sec., 54160.51206302315 rows/sec., 4.55 MiB/sec.
8242 2025.03.20 17:09:42.761721 [ 256 ] {415eff13-17fe-4a95-815b-c33a097b82b0} <Debug> TCPHandler: Processed in 0.002417016 sec.
8243 2025.03.20 17:09:42.761983 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8244 2025.03.20 17:09:42.762136 [ 256 ] {ab8fa1ff-ad89-4e45-bc33-4674f30e66e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8245 2025.03.20 17:09:42.762189 [ 256 ] {ab8fa1ff-ad89-4e45-bc33-4674f30e66e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8246 2025.03.20 17:09:42.762761 [ 256 ] {ab8fa1ff-ad89-4e45-bc33-4674f30e66e6} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8247 2025.03.20 17:09:42.762804 [ 256 ] {ab8fa1ff-ad89-4e45-bc33-4674f30e66e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8248 2025.03.20 17:09:42.763176 [ 256 ] {ab8fa1ff-ad89-4e45-bc33-4674f30e66e6} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8249 2025.03.20 17:09:42.763444 [ 256 ] {ab8fa1ff-ad89-4e45-bc33-4674f30e66e6} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8250 2025.03.20 17:09:42.763646 [ 55 ] {} <Debug> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8251 2025.03.20 17:09:42.763671 [ 256 ] {ab8fa1ff-ad89-4e45-bc33-4674f30e66e6} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001564 sec., 17263.427109974426 rows/sec., 1.27 MiB/sec.
8252 2025.03.20 17:09:42.763732 [ 55 ] {} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8253 2025.03.20 17:09:42.763807 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8254 2025.03.20 17:09:42.763811 [ 256 ] {ab8fa1ff-ad89-4e45-bc33-4674f30e66e6} <Debug> TCPHandler: Processed in 0.001924091 sec.
8255 2025.03.20 17:09:42.763976 [ 201 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::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
8256 2025.03.20 17:09:42.763998 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8257 2025.03.20 17:09:42.764103 [ 201 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8258 2025.03.20 17:09:42.764133 [ 256 ] {001c849e-8947-4a76-8f04-8de50c91dc2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8259 2025.03.20 17:09:42.764142 [ 201 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 69 rows starting from the beginning of the part
8260 2025.03.20 17:09:42.764187 [ 256 ] {001c849e-8947-4a76-8f04-8de50c91dc2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8261 2025.03.20 17:09:42.764285 [ 201 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 27 rows starting from the beginning of the part
8262 2025.03.20 17:09:42.764685 [ 201 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 12 rows starting from the beginning of the part
8263 2025.03.20 17:09:42.765060 [ 201 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 27 rows starting from the beginning of the part
8264 2025.03.20 17:09:42.765320 [ 201 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 12 rows starting from the beginning of the part
8265 2025.03.20 17:09:42.765667 [ 201 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 27 rows starting from the beginning of the part
8266 2025.03.20 17:09:42.766609 [ 256 ] {001c849e-8947-4a76-8f04-8de50c91dc2b} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8267 2025.03.20 17:09:42.766652 [ 256 ] {001c849e-8947-4a76-8f04-8de50c91dc2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8268 2025.03.20 17:09:42.767252 [ 256 ] {001c849e-8947-4a76-8f04-8de50c91dc2b} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
8269 2025.03.20 17:09:42.767344 [ 199 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 5 columns (5 merged, 0 gathered) in 0.003445126 sec., 50506.13533438254 rows/sec., 3.89 MiB/sec.
8270 2025.03.20 17:09:42.767598 [ 199 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8271 2025.03.20 17:09:42.767668 [ 256 ] {001c849e-8947-4a76-8f04-8de50c91dc2b} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8272 2025.03.20 17:09:42.768090 [ 256 ] {001c849e-8947-4a76-8f04-8de50c91dc2b} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.003989 sec., 22812.735021308596 rows/sec., 1.78 MiB/sec.
8273 2025.03.20 17:09:42.768260 [ 256 ] {001c849e-8947-4a76-8f04-8de50c91dc2b} <Debug> TCPHandler: Processed in 0.004318995 sec.
8274 2025.03.20 17:09:42.768285 [ 199 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_61_12} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8275 2025.03.20 17:09:42.768429 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8276 2025.03.20 17:09:42.768442 [ 199 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_61_12} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8277 2025.03.20 17:09:42.768612 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
8278 2025.03.20 17:09:42.768639 [ 256 ] {fcda5b0c-0b1c-4eb1-85a4-fc4fffcdd325} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8279 2025.03.20 17:09:42.768707 [ 256 ] {fcda5b0c-0b1c-4eb1-85a4-fc4fffcdd325} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8280 2025.03.20 17:09:42.769266 [ 256 ] {fcda5b0c-0b1c-4eb1-85a4-fc4fffcdd325} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8281 2025.03.20 17:09:42.769305 [ 256 ] {fcda5b0c-0b1c-4eb1-85a4-fc4fffcdd325} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8282 2025.03.20 17:09:42.769707 [ 256 ] {fcda5b0c-0b1c-4eb1-85a4-fc4fffcdd325} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
8283 2025.03.20 17:09:42.769955 [ 256 ] {fcda5b0c-0b1c-4eb1-85a4-fc4fffcdd325} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8284 2025.03.20 17:09:42.770171 [ 256 ] {fcda5b0c-0b1c-4eb1-85a4-fc4fffcdd325} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001592 sec., 100502.51256281407 rows/sec., 7.00 MiB/sec.
8285 2025.03.20 17:09:42.770224 [ 256 ] {fcda5b0c-0b1c-4eb1-85a4-fc4fffcdd325} <Debug> TCPHandler: Processed in 0.001865099 sec.
8286 2025.03.20 17:09:42.770333 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8287 2025.03.20 17:09:42.770436 [ 256 ] {e928c35e-e95b-48cc-afe9-1d9537157c1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8288 2025.03.20 17:09:42.770501 [ 256 ] {e928c35e-e95b-48cc-afe9-1d9537157c1a} <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
8289 2025.03.20 17:09:42.771591 [ 256 ] {e928c35e-e95b-48cc-afe9-1d9537157c1a} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8290 2025.03.20 17:09:42.771631 [ 256 ] {e928c35e-e95b-48cc-afe9-1d9537157c1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8291 2025.03.20 17:09:42.772312 [ 256 ] {e928c35e-e95b-48cc-afe9-1d9537157c1a} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
8292 2025.03.20 17:09:42.772652 [ 256 ] {e928c35e-e95b-48cc-afe9-1d9537157c1a} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8293 2025.03.20 17:09:42.772982 [ 256 ] {e928c35e-e95b-48cc-afe9-1d9537157c1a} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002565 sec., 10526.315789473685 rows/sec., 18.86 MiB/sec.
8294 2025.03.20 17:09:42.773565 [ 256 ] {e928c35e-e95b-48cc-afe9-1d9537157c1a} <Debug> TCPHandler: Processed in 0.003275254 sec.
8295 2025.03.20 17:09:42.773805 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8296 2025.03.20 17:09:42.773913 [ 256 ] {84fcd9a8-1dd3-458a-9dd9-6075125c61f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8297 2025.03.20 17:09:42.773961 [ 256 ] {84fcd9a8-1dd3-458a-9dd9-6075125c61f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8298 2025.03.20 17:09:42.774445 [ 256 ] {84fcd9a8-1dd3-458a-9dd9-6075125c61f8} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8299 2025.03.20 17:09:42.774484 [ 256 ] {84fcd9a8-1dd3-458a-9dd9-6075125c61f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8300 2025.03.20 17:09:42.774864 [ 256 ] {84fcd9a8-1dd3-458a-9dd9-6075125c61f8} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
8301 2025.03.20 17:09:42.775103 [ 256 ] {84fcd9a8-1dd3-458a-9dd9-6075125c61f8} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8302 2025.03.20 17:09:42.775317 [ 256 ] {84fcd9a8-1dd3-458a-9dd9-6075125c61f8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001431 sec., 41928.7211740042 rows/sec., 2.83 MiB/sec.
8303 2025.03.20 17:09:42.775365 [ 256 ] {84fcd9a8-1dd3-458a-9dd9-6075125c61f8} <Debug> TCPHandler: Processed in 0.001620607 sec.
8304 2025.03.20 17:09:43.744462 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347
8305 2025.03.20 17:09:43.766480 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8306 2025.03.20 17:09:43.766526 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8307 2025.03.20 17:09:43.773864 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
8308 2025.03.20 17:09:43.774643 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8309 2025.03.20 17:09:43.774962 [ 55 ] {} <Debug> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
8310 2025.03.20 17:09:43.775034 [ 55 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8311 2025.03.20 17:09:43.775079 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8312 2025.03.20 17:09:43.775418 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
8313 2025.03.20 17:09:43.784983 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347
8314 2025.03.20 17:09:43.786093 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8315 2025.03.20 17:09:43.786985 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
8316 2025.03.20 17:09:43.791762 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
8317 2025.03.20 17:09:43.796598 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part
8318 2025.03.20 17:09:43.801608 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part
8319 2025.03.20 17:09:43.806878 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
8320 2025.03.20 17:09:43.811204 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
8321 2025.03.20 17:09:43.870124 [ 201 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.094941301 sec., 3654.8898776940077 rows/sec., 18.90 MiB/sec.
8322 2025.03.20 17:09:43.873481 [ 201 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
8323 2025.03.20 17:09:43.876750 [ 201 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_46_9} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8324 2025.03.20 17:09:43.876900 [ 201 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_46_9} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
8325 2025.03.20 17:09:43.879859 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
8326 2025.03.20 17:09:45.020104 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8327 2025.03.20 17:09:45.020355 [ 256 ] {fd629ef9-e082-470b-b8c4-9d521bbdcdb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8328 2025.03.20 17:09:45.020449 [ 256 ] {fd629ef9-e082-470b-b8c4-9d521bbdcdb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8329 2025.03.20 17:09:45.021333 [ 256 ] {fd629ef9-e082-470b-b8c4-9d521bbdcdb7} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8330 2025.03.20 17:09:45.021388 [ 256 ] {fd629ef9-e082-470b-b8c4-9d521bbdcdb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8331 2025.03.20 17:09:45.021850 [ 256 ] {fd629ef9-e082-470b-b8c4-9d521bbdcdb7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
8332 2025.03.20 17:09:45.022127 [ 256 ] {fd629ef9-e082-470b-b8c4-9d521bbdcdb7} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8333 2025.03.20 17:09:45.022431 [ 256 ] {fd629ef9-e082-470b-b8c4-9d521bbdcdb7} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002148 sec., 11173.184357541899 rows/sec., 949.28 KiB/sec.
8334 2025.03.20 17:09:45.022618 [ 256 ] {fd629ef9-e082-470b-b8c4-9d521bbdcdb7} <Debug> TCPHandler: Processed in 0.002690618 sec.
8335 2025.03.20 17:09:45.022760 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8336 2025.03.20 17:09:45.022871 [ 256 ] {a6a52e47-be6b-4751-9dc5-1ef1f40283a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8337 2025.03.20 17:09:45.022920 [ 256 ] {a6a52e47-be6b-4751-9dc5-1ef1f40283a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8338 2025.03.20 17:09:45.024097 [ 256 ] {a6a52e47-be6b-4751-9dc5-1ef1f40283a0} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8339 2025.03.20 17:09:45.024137 [ 256 ] {a6a52e47-be6b-4751-9dc5-1ef1f40283a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8340 2025.03.20 17:09:45.024585 [ 256 ] {a6a52e47-be6b-4751-9dc5-1ef1f40283a0} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
8341 2025.03.20 17:09:45.024845 [ 256 ] {a6a52e47-be6b-4751-9dc5-1ef1f40283a0} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8342 2025.03.20 17:09:45.025096 [ 256 ] {a6a52e47-be6b-4751-9dc5-1ef1f40283a0} <Debug> executeQuery: Read 1340 rows, 114.80 KiB in 0.002244 sec., 597147.9500891266 rows/sec., 49.96 MiB/sec.
8343 2025.03.20 17:09:45.025189 [ 256 ] {a6a52e47-be6b-4751-9dc5-1ef1f40283a0} <Debug> TCPHandler: Processed in 0.002483016 sec.
8344 2025.03.20 17:09:45.025388 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8345 2025.03.20 17:09:45.025554 [ 256 ] {9c667e81-3982-45a1-964d-79a4a917f4af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8346 2025.03.20 17:09:45.025603 [ 256 ] {9c667e81-3982-45a1-964d-79a4a917f4af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8347 2025.03.20 17:09:45.026177 [ 256 ] {9c667e81-3982-45a1-964d-79a4a917f4af} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8348 2025.03.20 17:09:45.026217 [ 256 ] {9c667e81-3982-45a1-964d-79a4a917f4af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8349 2025.03.20 17:09:45.026575 [ 256 ] {9c667e81-3982-45a1-964d-79a4a917f4af} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8350 2025.03.20 17:09:45.026820 [ 256 ] {9c667e81-3982-45a1-964d-79a4a917f4af} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8351 2025.03.20 17:09:45.027024 [ 256 ] {9c667e81-3982-45a1-964d-79a4a917f4af} <Debug> executeQuery: Read 24 rows, 1.86 KiB in 0.001501 sec., 15989.340439706863 rows/sec., 1.21 MiB/sec.
8352 2025.03.20 17:09:45.027078 [ 256 ] {9c667e81-3982-45a1-964d-79a4a917f4af} <Debug> TCPHandler: Processed in 0.001790868 sec.
8353 2025.03.20 17:09:45.027199 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8354 2025.03.20 17:09:45.027305 [ 256 ] {52088282-e330-4dc7-8765-400b42fd8fa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8355 2025.03.20 17:09:45.027349 [ 256 ] {52088282-e330-4dc7-8765-400b42fd8fa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8356 2025.03.20 17:09:45.027946 [ 256 ] {52088282-e330-4dc7-8765-400b42fd8fa4} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8357 2025.03.20 17:09:45.027985 [ 256 ] {52088282-e330-4dc7-8765-400b42fd8fa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8358 2025.03.20 17:09:45.028342 [ 256 ] {52088282-e330-4dc7-8765-400b42fd8fa4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
8359 2025.03.20 17:09:45.028583 [ 256 ] {52088282-e330-4dc7-8765-400b42fd8fa4} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8360 2025.03.20 17:09:45.028800 [ 256 ] {52088282-e330-4dc7-8765-400b42fd8fa4} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001515 sec., 166336.63366336632 rows/sec., 11.50 MiB/sec.
8361 2025.03.20 17:09:45.028854 [ 256 ] {52088282-e330-4dc7-8765-400b42fd8fa4} <Debug> TCPHandler: Processed in 0.001705918 sec.
8362 2025.03.20 17:09:45.028971 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8363 2025.03.20 17:09:45.029077 [ 256 ] {a33dbd9e-3839-468f-b93a-05df0f1a166a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8364 2025.03.20 17:09:45.029121 [ 256 ] {a33dbd9e-3839-468f-b93a-05df0f1a166a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8365 2025.03.20 17:09:45.029649 [ 256 ] {a33dbd9e-3839-468f-b93a-05df0f1a166a} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8366 2025.03.20 17:09:45.029689 [ 256 ] {a33dbd9e-3839-468f-b93a-05df0f1a166a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8367 2025.03.20 17:09:45.030032 [ 256 ] {a33dbd9e-3839-468f-b93a-05df0f1a166a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
8368 2025.03.20 17:09:45.030265 [ 256 ] {a33dbd9e-3839-468f-b93a-05df0f1a166a} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8369 2025.03.20 17:09:45.030529 [ 256 ] {a33dbd9e-3839-468f-b93a-05df0f1a166a} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001478 sec., 8119.079837618404 rows/sec., 634.30 KiB/sec.
8370 2025.03.20 17:09:45.030684 [ 256 ] {a33dbd9e-3839-468f-b93a-05df0f1a166a} <Debug> TCPHandler: Processed in 0.001791438 sec.
8371 2025.03.20 17:09:45.030793 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8372 2025.03.20 17:09:45.030890 [ 256 ] {f3a9e270-7c66-4d55-88d6-be5aa265a3c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8373 2025.03.20 17:09:45.030931 [ 256 ] {f3a9e270-7c66-4d55-88d6-be5aa265a3c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8374 2025.03.20 17:09:45.031736 [ 256 ] {f3a9e270-7c66-4d55-88d6-be5aa265a3c6} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8375 2025.03.20 17:09:45.031775 [ 256 ] {f3a9e270-7c66-4d55-88d6-be5aa265a3c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8376 2025.03.20 17:09:45.032150 [ 256 ] {f3a9e270-7c66-4d55-88d6-be5aa265a3c6} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
8377 2025.03.20 17:09:45.032438 [ 256 ] {f3a9e270-7c66-4d55-88d6-be5aa265a3c6} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8378 2025.03.20 17:09:45.032655 [ 256 ] {f3a9e270-7c66-4d55-88d6-be5aa265a3c6} <Debug> executeQuery: Read 568 rows, 43.62 KiB in 0.001744 sec., 325688.0733944954 rows/sec., 24.43 MiB/sec.
8379 2025.03.20 17:09:45.032708 [ 256 ] {f3a9e270-7c66-4d55-88d6-be5aa265a3c6} <Debug> TCPHandler: Processed in 0.00192968 sec.
8380 2025.03.20 17:09:45.032825 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8381 2025.03.20 17:09:45.032933 [ 256 ] {f077513c-fe3e-4065-835b-135183e1faa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8382 2025.03.20 17:09:45.032981 [ 256 ] {f077513c-fe3e-4065-835b-135183e1faa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8383 2025.03.20 17:09:45.033694 [ 256 ] {f077513c-fe3e-4065-835b-135183e1faa0} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8384 2025.03.20 17:09:45.033734 [ 256 ] {f077513c-fe3e-4065-835b-135183e1faa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8385 2025.03.20 17:09:45.034178 [ 256 ] {f077513c-fe3e-4065-835b-135183e1faa0} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
8386 2025.03.20 17:09:45.034415 [ 256 ] {f077513c-fe3e-4065-835b-135183e1faa0} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8387 2025.03.20 17:09:45.034626 [ 256 ] {f077513c-fe3e-4065-835b-135183e1faa0} <Debug> executeQuery: Read 976 rows, 67.51 KiB in 0.001716 sec., 568764.5687645688 rows/sec., 38.42 MiB/sec.
8388 2025.03.20 17:09:45.034677 [ 256 ] {f077513c-fe3e-4065-835b-135183e1faa0} <Debug> TCPHandler: Processed in 0.00190416 sec.
8389 2025.03.20 17:09:45.034793 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8390 2025.03.20 17:09:45.034899 [ 256 ] {e3dc12f7-7f5b-4a1f-8864-02e605336097} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8391 2025.03.20 17:09:45.034965 [ 256 ] {e3dc12f7-7f5b-4a1f-8864-02e605336097} <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
8392 2025.03.20 17:09:45.036042 [ 256 ] {e3dc12f7-7f5b-4a1f-8864-02e605336097} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8393 2025.03.20 17:09:45.036080 [ 256 ] {e3dc12f7-7f5b-4a1f-8864-02e605336097} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8394 2025.03.20 17:09:45.036697 [ 256 ] {e3dc12f7-7f5b-4a1f-8864-02e605336097} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8395 2025.03.20 17:09:45.036957 [ 256 ] {e3dc12f7-7f5b-4a1f-8864-02e605336097} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8396 2025.03.20 17:09:45.037165 [ 54 ] {} <Debug> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8397 2025.03.20 17:09:45.037232 [ 256 ] {e3dc12f7-7f5b-4a1f-8864-02e605336097} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002348 sec., 5110.732538330494 rows/sec., 9.16 MiB/sec.
8398 2025.03.20 17:09:45.037269 [ 54 ] {} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8399 2025.03.20 17:09:45.037380 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8400 2025.03.20 17:09:45.037426 [ 256 ] {e3dc12f7-7f5b-4a1f-8864-02e605336097} <Debug> TCPHandler: Processed in 0.002682959 sec.
8401 2025.03.20 17:09:45.037690 [ 200 ] {6749d887-00ac-4b26-87ae-2852b00353b1::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
8402 2025.03.20 17:09:45.037719 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8403 2025.03.20 17:09:45.037914 [ 256 ] {53bf1bb9-6b48-4dfd-a902-9c35ccae1b57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8404 2025.03.20 17:09:45.038030 [ 256 ] {53bf1bb9-6b48-4dfd-a902-9c35ccae1b57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8405 2025.03.20 17:09:45.038804 [ 200 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8406 2025.03.20 17:09:45.038995 [ 200 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1037 rows starting from the beginning of the part
8407 2025.03.20 17:09:45.039758 [ 200 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 12 rows starting from the beginning of the part
8408 2025.03.20 17:09:45.040036 [ 256 ] {53bf1bb9-6b48-4dfd-a902-9c35ccae1b57} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8409 2025.03.20 17:09:45.040154 [ 256 ] {53bf1bb9-6b48-4dfd-a902-9c35ccae1b57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8410 2025.03.20 17:09:45.040538 [ 200 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 27 rows starting from the beginning of the part
8411 2025.03.20 17:09:45.041227 [ 200 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 12 rows starting from the beginning of the part
8412 2025.03.20 17:09:45.041565 [ 256 ] {53bf1bb9-6b48-4dfd-a902-9c35ccae1b57} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
8413 2025.03.20 17:09:45.041788 [ 200 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 27 rows starting from the beginning of the part
8414 2025.03.20 17:09:45.042313 [ 256 ] {53bf1bb9-6b48-4dfd-a902-9c35ccae1b57} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8415 2025.03.20 17:09:45.042343 [ 200 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 12 rows starting from the beginning of the part
8416 2025.03.20 17:09:45.043066 [ 256 ] {53bf1bb9-6b48-4dfd-a902-9c35ccae1b57} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.005177 sec., 6567.510141008306 rows/sec., 455.55 KiB/sec.
8417 2025.03.20 17:09:45.043379 [ 256 ] {53bf1bb9-6b48-4dfd-a902-9c35ccae1b57} <Debug> TCPHandler: Processed in 0.00571594 sec.
8418 2025.03.20 17:09:45.050247 [ 196 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1127 rows, containing 19 columns (19 merged, 0 gathered) in 0.012750233 sec., 88390.54156892662 rows/sec., 158.39 MiB/sec.
8419 2025.03.20 17:09:45.051624 [ 190 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8420 2025.03.20 17:09:45.052100 [ 190 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8421 2025.03.20 17:09:45.052199 [ 190 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8422 2025.03.20 17:09:45.052379 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.57 MiB.
8423 2025.03.20 17:09:46.000182 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 223.42 MiB, peak 235.28 MiB, free memory in arenas 0.00 B, will set to 225.19 MiB (RSS), difference: 1.77 MiB
8424 2025.03.20 17:09:47.393432 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1152
8425 2025.03.20 17:09:47.396708 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8426 2025.03.20 17:09:47.396769 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8427 2025.03.20 17:09:47.398204 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
8428 2025.03.20 17:09:47.398592 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8429 2025.03.20 17:09:47.399246 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1152
8430 2025.03.20 17:09:47.753055 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8431 2025.03.20 17:09:47.753272 [ 256 ] {17883965-a7c1-497a-a401-647f03f2ede2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8432 2025.03.20 17:09:47.753362 [ 256 ] {17883965-a7c1-497a-a401-647f03f2ede2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8433 2025.03.20 17:09:47.754188 [ 256 ] {17883965-a7c1-497a-a401-647f03f2ede2} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8434 2025.03.20 17:09:47.754242 [ 256 ] {17883965-a7c1-497a-a401-647f03f2ede2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8435 2025.03.20 17:09:47.754690 [ 256 ] {17883965-a7c1-497a-a401-647f03f2ede2} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
8436 2025.03.20 17:09:47.754960 [ 256 ] {17883965-a7c1-497a-a401-647f03f2ede2} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8437 2025.03.20 17:09:47.755180 [ 50 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
8438 2025.03.20 17:09:47.755224 [ 256 ] {17883965-a7c1-497a-a401-647f03f2ede2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002008 sec., 27888.446215139444 rows/sec., 2.14 MiB/sec.
8439 2025.03.20 17:09:47.755273 [ 50 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8440 2025.03.20 17:09:47.755356 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8441 2025.03.20 17:09:47.755367 [ 256 ] {17883965-a7c1-497a-a401-647f03f2ede2} <Debug> TCPHandler: Processed in 0.002464066 sec.
8442 2025.03.20 17:09:47.755610 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::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
8443 2025.03.20 17:09:47.755627 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8444 2025.03.20 17:09:47.755899 [ 256 ] {16a4d41b-4943-4fc6-912a-d5b37c75e93d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8445 2025.03.20 17:09:47.755912 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8446 2025.03.20 17:09:47.755993 [ 256 ] {16a4d41b-4943-4fc6-912a-d5b37c75e93d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8447 2025.03.20 17:09:47.756000 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1404 rows starting from the beginning of the part
8448 2025.03.20 17:09:47.756340 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 110 rows starting from the beginning of the part
8449 2025.03.20 17:09:47.756736 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 80 rows starting from the beginning of the part
8450 2025.03.20 17:09:47.757146 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 110 rows starting from the beginning of the part
8451 2025.03.20 17:09:47.757566 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 1340 rows starting from the beginning of the part
8452 2025.03.20 17:09:47.757966 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 56 rows starting from the beginning of the part
8453 2025.03.20 17:09:47.758943 [ 256 ] {16a4d41b-4943-4fc6-912a-d5b37c75e93d} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8454 2025.03.20 17:09:47.759029 [ 256 ] {16a4d41b-4943-4fc6-912a-d5b37c75e93d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8455 2025.03.20 17:09:47.759977 [ 256 ] {16a4d41b-4943-4fc6-912a-d5b37c75e93d} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
8456 2025.03.20 17:09:47.760468 [ 256 ] {16a4d41b-4943-4fc6-912a-d5b37c75e93d} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8457 2025.03.20 17:09:47.760673 [ 50 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
8458 2025.03.20 17:09:47.760743 [ 50 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8459 2025.03.20 17:09:47.760785 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8460 2025.03.20 17:09:47.760811 [ 256 ] {16a4d41b-4943-4fc6-912a-d5b37c75e93d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004988 sec., 12830.793905372895 rows/sec., 1.00 MiB/sec.
8461 2025.03.20 17:09:47.761222 [ 256 ] {16a4d41b-4943-4fc6-912a-d5b37c75e93d} <Debug> TCPHandler: Processed in 0.005673489 sec.
8462 2025.03.20 17:09:47.761248 [ 190 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::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
8463 2025.03.20 17:09:47.761663 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8464 2025.03.20 17:09:47.761797 [ 190 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8465 2025.03.20 17:09:47.761880 [ 190 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 631 rows starting from the beginning of the part
8466 2025.03.20 17:09:47.761947 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3100 rows, containing 5 columns (5 merged, 0 gathered) in 0.006459378 sec., 479922.3702344096 rows/sec., 41.97 MiB/sec.
8467 2025.03.20 17:09:47.762553 [ 256 ] {2e591ddc-adcb-45dd-aeac-01531608acf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8468 2025.03.20 17:09:47.762607 [ 186 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
8469 2025.03.20 17:09:47.762779 [ 190 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 91 rows starting from the beginning of the part
8470 2025.03.20 17:09:47.763235 [ 190 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 76 rows starting from the beginning of the part
8471 2025.03.20 17:09:47.763267 [ 256 ] {2e591ddc-adcb-45dd-aeac-01531608acf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8472 2025.03.20 17:09:47.763500 [ 190 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 91 rows starting from the beginning of the part
8473 2025.03.20 17:09:47.763844 [ 190 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 568 rows starting from the beginning of the part
8474 2025.03.20 17:09:47.763902 [ 186 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_81_16} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8475 2025.03.20 17:09:47.764319 [ 190 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 64 rows starting from the beginning of the part
8476 2025.03.20 17:09:47.764400 [ 186 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_81_16} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
8477 2025.03.20 17:09:47.764967 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
8478 2025.03.20 17:09:47.766825 [ 256 ] {2e591ddc-adcb-45dd-aeac-01531608acf2} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8479 2025.03.20 17:09:47.766909 [ 256 ] {2e591ddc-adcb-45dd-aeac-01531608acf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8480 2025.03.20 17:09:47.767781 [ 256 ] {2e591ddc-adcb-45dd-aeac-01531608acf2} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
8481 2025.03.20 17:09:47.768028 [ 194 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1521 rows, containing 5 columns (5 merged, 0 gathered) in 0.007152485 sec., 212653.36452995008 rows/sec., 16.93 MiB/sec.
8482 2025.03.20 17:09:47.768261 [ 194 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
8483 2025.03.20 17:09:47.768277 [ 256 ] {2e591ddc-adcb-45dd-aeac-01531608acf2} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8484 2025.03.20 17:09:47.768586 [ 50 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
8485 2025.03.20 17:09:47.768691 [ 50 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8486 2025.03.20 17:09:47.768760 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8487 2025.03.20 17:09:47.768872 [ 256 ] {2e591ddc-adcb-45dd-aeac-01531608acf2} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.006811 sec., 9690.207018059022 rows/sec., 692.53 KiB/sec.
8488 2025.03.20 17:09:47.769018 [ 194 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_81_16} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8489 2025.03.20 17:09:47.769124 [ 192 ] {9491680f-0456-456d-800a-d47875b75c20::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
8490 2025.03.20 17:09:47.769277 [ 256 ] {2e591ddc-adcb-45dd-aeac-01531608acf2} <Debug> TCPHandler: Processed in 0.007786871 sec.
8491 2025.03.20 17:09:47.769349 [ 194 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_81_16} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
8492 2025.03.20 17:09:47.769623 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
8493 2025.03.20 17:09:47.769646 [ 192 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8494 2025.03.20 17:09:47.769699 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8495 2025.03.20 17:09:47.769727 [ 192 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 20400 rows starting from the beginning of the part
8496 2025.03.20 17:09:47.769991 [ 192 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 160 rows starting from the beginning of the part
8497 2025.03.20 17:09:47.770022 [ 256 ] {1e392fa8-23df-4746-9210-522a3ab41160} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8498 2025.03.20 17:09:47.770301 [ 192 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part
8499 2025.03.20 17:09:47.770304 [ 256 ] {1e392fa8-23df-4746-9210-522a3ab41160} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8500 2025.03.20 17:09:47.770696 [ 192 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part
8501 2025.03.20 17:09:47.770991 [ 192 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 976 rows starting from the beginning of the part
8502 2025.03.20 17:09:47.771343 [ 192 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 66 rows starting from the beginning of the part
8503 2025.03.20 17:09:47.772680 [ 256 ] {1e392fa8-23df-4746-9210-522a3ab41160} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8504 2025.03.20 17:09:47.772755 [ 256 ] {1e392fa8-23df-4746-9210-522a3ab41160} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8505 2025.03.20 17:09:47.773287 [ 256 ] {1e392fa8-23df-4746-9210-522a3ab41160} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
8506 2025.03.20 17:09:47.773645 [ 256 ] {1e392fa8-23df-4746-9210-522a3ab41160} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8507 2025.03.20 17:09:47.773947 [ 50 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
8508 2025.03.20 17:09:47.774047 [ 50 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8509 2025.03.20 17:09:47.774135 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8510 2025.03.20 17:09:47.774593 [ 256 ] {1e392fa8-23df-4746-9210-522a3ab41160} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.00458 sec., 5676.855895196507 rows/sec., 389.13 KiB/sec.
8511 2025.03.20 17:09:47.774697 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
8512 2025.03.20 17:09:47.775370 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8513 2025.03.20 17:09:47.775468 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 3774 rows starting from the beginning of the part
8514 2025.03.20 17:09:47.775903 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part
8515 2025.03.20 17:09:47.776310 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part
8516 2025.03.20 17:09:47.776733 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part
8517 2025.03.20 17:09:47.777152 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 34 rows starting from the beginning of the part
8518 2025.03.20 17:09:47.777237 [ 256 ] {1e392fa8-23df-4746-9210-522a3ab41160} <Debug> TCPHandler: Processed in 0.00766445 sec.
8519 2025.03.20 17:09:47.777547 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 26 rows starting from the beginning of the part
8520 2025.03.20 17:09:47.782308 [ 191 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4014 rows, containing 4 columns (4 merged, 0 gathered) in 0.008006433 sec., 501346.8544606568 rows/sec., 33.77 MiB/sec.
8521 2025.03.20 17:09:47.782709 [ 191 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
8522 2025.03.20 17:09:47.783128 [ 191 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_81_16} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8523 2025.03.20 17:09:47.783234 [ 191 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_81_16} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
8524 2025.03.20 17:09:47.783382 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB.
8525 2025.03.20 17:09:47.784661 [ 189 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21922 rows, containing 5 columns (5 merged, 0 gathered) in 0.015791385 sec., 1388225.2886621407 rows/sec., 95.12 MiB/sec.
8526 2025.03.20 17:09:47.785080 [ 191 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
8527 2025.03.20 17:09:47.785391 [ 191 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8528 2025.03.20 17:09:47.785477 [ 191 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
8529 2025.03.20 17:09:47.785576 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB.
8530 2025.03.20 17:09:49.785550 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21533
8531 2025.03.20 17:09:49.786573 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8532 2025.03.20 17:09:49.786642 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8533 2025.03.20 17:09:49.787176 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
8534 2025.03.20 17:09:49.787432 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8535 2025.03.20 17:09:49.787612 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21533
8536 2025.03.20 17:09:51.285184 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355
8537 2025.03.20 17:09:51.304200 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8538 2025.03.20 17:09:51.304261 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8539 2025.03.20 17:09:51.311159 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
8540 2025.03.20 17:09:51.311937 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8541 2025.03.20 17:09:51.314591 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355
8542 2025.03.20 17:09:52.758423 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8543 2025.03.20 17:09:52.758618 [ 256 ] {cc33b3e0-c13d-4eab-9ee1-6041f0daeb3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8544 2025.03.20 17:09:52.758692 [ 256 ] {cc33b3e0-c13d-4eab-9ee1-6041f0daeb3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8545 2025.03.20 17:09:52.759551 [ 256 ] {cc33b3e0-c13d-4eab-9ee1-6041f0daeb3e} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8546 2025.03.20 17:09:52.759597 [ 256 ] {cc33b3e0-c13d-4eab-9ee1-6041f0daeb3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8547 2025.03.20 17:09:52.760066 [ 256 ] {cc33b3e0-c13d-4eab-9ee1-6041f0daeb3e} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
8548 2025.03.20 17:09:52.760336 [ 256 ] {cc33b3e0-c13d-4eab-9ee1-6041f0daeb3e} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8549 2025.03.20 17:09:52.760556 [ 256 ] {cc33b3e0-c13d-4eab-9ee1-6041f0daeb3e} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.001993 sec., 55193.17611640743 rows/sec., 4.64 MiB/sec.
8550 2025.03.20 17:09:52.760622 [ 256 ] {cc33b3e0-c13d-4eab-9ee1-6041f0daeb3e} <Debug> TCPHandler: Processed in 0.002334984 sec.
8551 2025.03.20 17:09:52.760752 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8552 2025.03.20 17:09:52.760870 [ 256 ] {cb3bcb99-2c2b-4dd6-8238-98b25544fb72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8553 2025.03.20 17:09:52.760921 [ 256 ] {cb3bcb99-2c2b-4dd6-8238-98b25544fb72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8554 2025.03.20 17:09:52.761482 [ 256 ] {cb3bcb99-2c2b-4dd6-8238-98b25544fb72} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8555 2025.03.20 17:09:52.761521 [ 256 ] {cb3bcb99-2c2b-4dd6-8238-98b25544fb72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8556 2025.03.20 17:09:52.761890 [ 256 ] {cb3bcb99-2c2b-4dd6-8238-98b25544fb72} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8557 2025.03.20 17:09:52.762135 [ 256 ] {cb3bcb99-2c2b-4dd6-8238-98b25544fb72} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8558 2025.03.20 17:09:52.762317 [ 256 ] {cb3bcb99-2c2b-4dd6-8238-98b25544fb72} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001476 sec., 18292.682926829268 rows/sec., 1.34 MiB/sec.
8559 2025.03.20 17:09:52.762371 [ 256 ] {cb3bcb99-2c2b-4dd6-8238-98b25544fb72} <Debug> TCPHandler: Processed in 0.001672407 sec.
8560 2025.03.20 17:09:52.762490 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8561 2025.03.20 17:09:52.762600 [ 256 ] {bcd56dcd-fdcc-443a-9b68-46f9d2e62797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8562 2025.03.20 17:09:52.762648 [ 256 ] {bcd56dcd-fdcc-443a-9b68-46f9d2e62797} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8563 2025.03.20 17:09:52.763210 [ 256 ] {bcd56dcd-fdcc-443a-9b68-46f9d2e62797} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8564 2025.03.20 17:09:52.763248 [ 256 ] {bcd56dcd-fdcc-443a-9b68-46f9d2e62797} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8565 2025.03.20 17:09:52.763615 [ 256 ] {bcd56dcd-fdcc-443a-9b68-46f9d2e62797} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
8566 2025.03.20 17:09:52.763861 [ 256 ] {bcd56dcd-fdcc-443a-9b68-46f9d2e62797} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8567 2025.03.20 17:09:52.764053 [ 256 ] {bcd56dcd-fdcc-443a-9b68-46f9d2e62797} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001472 sec., 61820.65217391304 rows/sec., 4.83 MiB/sec.
8568 2025.03.20 17:09:52.764160 [ 256 ] {bcd56dcd-fdcc-443a-9b68-46f9d2e62797} <Debug> TCPHandler: Processed in 0.001721578 sec.
8569 2025.03.20 17:09:52.764319 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8570 2025.03.20 17:09:52.764540 [ 256 ] {7a2837b6-f091-4a7d-9b2e-af9c67a5f9d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8571 2025.03.20 17:09:52.764594 [ 256 ] {7a2837b6-f091-4a7d-9b2e-af9c67a5f9d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8572 2025.03.20 17:09:52.765167 [ 256 ] {7a2837b6-f091-4a7d-9b2e-af9c67a5f9d5} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8573 2025.03.20 17:09:52.765205 [ 256 ] {7a2837b6-f091-4a7d-9b2e-af9c67a5f9d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8574 2025.03.20 17:09:52.765604 [ 256 ] {7a2837b6-f091-4a7d-9b2e-af9c67a5f9d5} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
8575 2025.03.20 17:09:52.765844 [ 256 ] {7a2837b6-f091-4a7d-9b2e-af9c67a5f9d5} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8576 2025.03.20 17:09:52.766017 [ 256 ] {7a2837b6-f091-4a7d-9b2e-af9c67a5f9d5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001539 sec., 103963.61273554256 rows/sec., 7.24 MiB/sec.
8577 2025.03.20 17:09:52.766067 [ 256 ] {7a2837b6-f091-4a7d-9b2e-af9c67a5f9d5} <Debug> TCPHandler: Processed in 0.001849179 sec.
8578 2025.03.20 17:09:52.766183 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8579 2025.03.20 17:09:52.766289 [ 256 ] {32b0bfc3-0eb6-4bb6-a04c-302f5c08295d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8580 2025.03.20 17:09:52.766353 [ 256 ] {32b0bfc3-0eb6-4bb6-a04c-302f5c08295d} <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
8581 2025.03.20 17:09:52.767475 [ 256 ] {32b0bfc3-0eb6-4bb6-a04c-302f5c08295d} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8582 2025.03.20 17:09:52.767511 [ 256 ] {32b0bfc3-0eb6-4bb6-a04c-302f5c08295d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8583 2025.03.20 17:09:52.768140 [ 256 ] {32b0bfc3-0eb6-4bb6-a04c-302f5c08295d} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8584 2025.03.20 17:09:52.768401 [ 256 ] {32b0bfc3-0eb6-4bb6-a04c-302f5c08295d} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8585 2025.03.20 17:09:52.768603 [ 256 ] {32b0bfc3-0eb6-4bb6-a04c-302f5c08295d} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002336 sec., 11558.219178082192 rows/sec., 20.71 MiB/sec.
8586 2025.03.20 17:09:52.768693 [ 256 ] {32b0bfc3-0eb6-4bb6-a04c-302f5c08295d} <Debug> TCPHandler: Processed in 0.002560696 sec.
8587 2025.03.20 17:09:52.768807 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8588 2025.03.20 17:09:52.768910 [ 256 ] {e0851941-4300-4692-bd7e-281615089fed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8589 2025.03.20 17:09:52.768957 [ 256 ] {e0851941-4300-4692-bd7e-281615089fed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8590 2025.03.20 17:09:52.769395 [ 256 ] {e0851941-4300-4692-bd7e-281615089fed} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8591 2025.03.20 17:09:52.769433 [ 256 ] {e0851941-4300-4692-bd7e-281615089fed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8592 2025.03.20 17:09:52.769787 [ 256 ] {e0851941-4300-4692-bd7e-281615089fed} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
8593 2025.03.20 17:09:52.770022 [ 256 ] {e0851941-4300-4692-bd7e-281615089fed} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8594 2025.03.20 17:09:52.770192 [ 256 ] {e0851941-4300-4692-bd7e-281615089fed} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001304 sec., 46012.26993865031 rows/sec., 3.10 MiB/sec.
8595 2025.03.20 17:09:52.770240 [ 256 ] {e0851941-4300-4692-bd7e-281615089fed} <Debug> TCPHandler: Processed in 0.001483416 sec.
8596 2025.03.20 17:09:57.129128 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache
8597 2025.03.20 17:09:57.129233 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache
8598 2025.03.20 17:09:57.287851 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22021
8599 2025.03.20 17:09:57.288613 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8600 2025.03.20 17:09:57.288663 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8601 2025.03.20 17:09:57.289234 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
8602 2025.03.20 17:09:57.289490 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8603 2025.03.20 17:09:57.289743 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021
8604 2025.03.20 17:09:57.399625 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1172
8605 2025.03.20 17:09:57.402586 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8606 2025.03.20 17:09:57.402649 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8607 2025.03.20 17:09:57.404069 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
8608 2025.03.20 17:09:57.404386 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8609 2025.03.20 17:09:57.404653 [ 37 ] {} <Debug> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
8610 2025.03.20 17:09:57.404848 [ 37 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8611 2025.03.20 17:09:57.404970 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8612 2025.03.20 17:09:57.405363 [ 192 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::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
8613 2025.03.20 17:09:57.405813 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1172
8614 2025.03.20 17:09:57.406324 [ 192 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8615 2025.03.20 17:09:57.406500 [ 192 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1022 rows starting from the beginning of the part
8616 2025.03.20 17:09:57.407153 [ 192 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 44 rows starting from the beginning of the part
8617 2025.03.20 17:09:57.407743 [ 192 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 20 rows starting from the beginning of the part
8618 2025.03.20 17:09:57.408392 [ 192 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 24 rows starting from the beginning of the part
8619 2025.03.20 17:09:57.409027 [ 192 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 42 rows starting from the beginning of the part
8620 2025.03.20 17:09:57.409595 [ 192 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 20 rows starting from the beginning of the part
8621 2025.03.20 17:09:57.417936 [ 189 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1172 rows, containing 72 columns (72 merged, 0 gathered) in 0.012806434 sec., 91516.49865997044 rows/sec., 72.09 MiB/sec.
8622 2025.03.20 17:09:57.419435 [ 187 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
8623 2025.03.20 17:09:57.420282 [ 187 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_36_7} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8624 2025.03.20 17:09:57.420387 [ 187 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_36_7} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
8625 2025.03.20 17:09:57.420744 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.76 MiB.
8626 2025.03.20 17:09:57.758557 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8627 2025.03.20 17:09:57.758742 [ 256 ] {e8258d9a-3b1e-40a9-9b1a-b6518e903f70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8628 2025.03.20 17:09:57.758818 [ 256 ] {e8258d9a-3b1e-40a9-9b1a-b6518e903f70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8629 2025.03.20 17:09:57.759717 [ 256 ] {e8258d9a-3b1e-40a9-9b1a-b6518e903f70} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8630 2025.03.20 17:09:57.759764 [ 256 ] {e8258d9a-3b1e-40a9-9b1a-b6518e903f70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8631 2025.03.20 17:09:57.760232 [ 256 ] {e8258d9a-3b1e-40a9-9b1a-b6518e903f70} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
8632 2025.03.20 17:09:57.760514 [ 256 ] {e8258d9a-3b1e-40a9-9b1a-b6518e903f70} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8633 2025.03.20 17:09:57.760729 [ 256 ] {e8258d9a-3b1e-40a9-9b1a-b6518e903f70} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.002039 sec., 39234.9190779794 rows/sec., 3.24 MiB/sec.
8634 2025.03.20 17:09:57.760800 [ 256 ] {e8258d9a-3b1e-40a9-9b1a-b6518e903f70} <Debug> TCPHandler: Processed in 0.002394475 sec.
8635 2025.03.20 17:09:57.760934 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8636 2025.03.20 17:09:57.761052 [ 256 ] {c1729faa-2c80-463b-b73b-be77aca92c61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8637 2025.03.20 17:09:57.761104 [ 256 ] {c1729faa-2c80-463b-b73b-be77aca92c61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8638 2025.03.20 17:09:57.761658 [ 256 ] {c1729faa-2c80-463b-b73b-be77aca92c61} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8639 2025.03.20 17:09:57.761696 [ 256 ] {c1729faa-2c80-463b-b73b-be77aca92c61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8640 2025.03.20 17:09:57.762066 [ 256 ] {c1729faa-2c80-463b-b73b-be77aca92c61} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8641 2025.03.20 17:09:57.762326 [ 256 ] {c1729faa-2c80-463b-b73b-be77aca92c61} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8642 2025.03.20 17:09:57.762512 [ 256 ] {c1729faa-2c80-463b-b73b-be77aca92c61} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001489 sec., 8059.100067159166 rows/sec., 606.01 KiB/sec.
8643 2025.03.20 17:09:57.762577 [ 256 ] {c1729faa-2c80-463b-b73b-be77aca92c61} <Debug> TCPHandler: Processed in 0.001697288 sec.
8644 2025.03.20 17:09:57.762744 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8645 2025.03.20 17:09:57.762854 [ 256 ] {1b5adb08-73c3-430e-9bd8-a2c15a2b0045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8646 2025.03.20 17:09:57.762901 [ 256 ] {1b5adb08-73c3-430e-9bd8-a2c15a2b0045} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8647 2025.03.20 17:09:57.763461 [ 256 ] {1b5adb08-73c3-430e-9bd8-a2c15a2b0045} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8648 2025.03.20 17:09:57.763498 [ 256 ] {1b5adb08-73c3-430e-9bd8-a2c15a2b0045} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8649 2025.03.20 17:09:57.763886 [ 256 ] {1b5adb08-73c3-430e-9bd8-a2c15a2b0045} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
8650 2025.03.20 17:09:57.764151 [ 256 ] {1b5adb08-73c3-430e-9bd8-a2c15a2b0045} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8651 2025.03.20 17:09:57.764340 [ 256 ] {1b5adb08-73c3-430e-9bd8-a2c15a2b0045} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001512 sec., 50264.550264550264 rows/sec., 3.92 MiB/sec.
8652 2025.03.20 17:09:57.764440 [ 256 ] {1b5adb08-73c3-430e-9bd8-a2c15a2b0045} <Debug> TCPHandler: Processed in 0.001761788 sec.
8653 2025.03.20 17:09:57.764644 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8654 2025.03.20 17:09:57.764844 [ 256 ] {c6ef782c-201c-48a0-aaf8-bd395343c190} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8655 2025.03.20 17:09:57.764896 [ 256 ] {c6ef782c-201c-48a0-aaf8-bd395343c190} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8656 2025.03.20 17:09:57.765442 [ 256 ] {c6ef782c-201c-48a0-aaf8-bd395343c190} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8657 2025.03.20 17:09:57.765479 [ 256 ] {c6ef782c-201c-48a0-aaf8-bd395343c190} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8658 2025.03.20 17:09:57.765876 [ 256 ] {c6ef782c-201c-48a0-aaf8-bd395343c190} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
8659 2025.03.20 17:09:57.766130 [ 256 ] {c6ef782c-201c-48a0-aaf8-bd395343c190} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8660 2025.03.20 17:09:57.766306 [ 256 ] {c6ef782c-201c-48a0-aaf8-bd395343c190} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001502 sec., 106524.63382157123 rows/sec., 7.42 MiB/sec.
8661 2025.03.20 17:09:57.766359 [ 256 ] {c6ef782c-201c-48a0-aaf8-bd395343c190} <Debug> TCPHandler: Processed in 0.001821359 sec.
8662 2025.03.20 17:09:57.766463 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8663 2025.03.20 17:09:57.766570 [ 256 ] {26347f68-75b2-4b2d-8b05-c0815cf2acb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8664 2025.03.20 17:09:57.766637 [ 256 ] {26347f68-75b2-4b2d-8b05-c0815cf2acb0} <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
8665 2025.03.20 17:09:57.767763 [ 256 ] {26347f68-75b2-4b2d-8b05-c0815cf2acb0} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8666 2025.03.20 17:09:57.767801 [ 256 ] {26347f68-75b2-4b2d-8b05-c0815cf2acb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8667 2025.03.20 17:09:57.768437 [ 256 ] {26347f68-75b2-4b2d-8b05-c0815cf2acb0} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8668 2025.03.20 17:09:57.768710 [ 256 ] {26347f68-75b2-4b2d-8b05-c0815cf2acb0} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8669 2025.03.20 17:09:57.768920 [ 256 ] {26347f68-75b2-4b2d-8b05-c0815cf2acb0} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002372 sec., 5059.021922428331 rows/sec., 9.07 MiB/sec.
8670 2025.03.20 17:09:57.769249 [ 256 ] {26347f68-75b2-4b2d-8b05-c0815cf2acb0} <Debug> TCPHandler: Processed in 0.002832989 sec.
8671 2025.03.20 17:09:57.769446 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8672 2025.03.20 17:09:57.769552 [ 256 ] {41853bee-8728-49ac-987b-6783530f1088} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8673 2025.03.20 17:09:57.769601 [ 256 ] {41853bee-8728-49ac-987b-6783530f1088} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8674 2025.03.20 17:09:57.770050 [ 256 ] {41853bee-8728-49ac-987b-6783530f1088} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8675 2025.03.20 17:09:57.770087 [ 256 ] {41853bee-8728-49ac-987b-6783530f1088} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8676 2025.03.20 17:09:57.770457 [ 256 ] {41853bee-8728-49ac-987b-6783530f1088} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
8677 2025.03.20 17:09:57.770715 [ 256 ] {41853bee-8728-49ac-987b-6783530f1088} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8678 2025.03.20 17:09:57.770911 [ 256 ] {41853bee-8728-49ac-987b-6783530f1088} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00138 sec., 43478.260869565216 rows/sec., 2.93 MiB/sec.
8679 2025.03.20 17:09:57.771005 [ 256 ] {41853bee-8728-49ac-987b-6783530f1088} <Debug> TCPHandler: Processed in 0.001612007 sec.
8680 2025.03.20 17:09:58.001700 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001136522 sec.
8681 2025.03.20 17:09:58.814801 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362
8682 2025.03.20 17:09:58.834955 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8683 2025.03.20 17:09:58.835023 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8684 2025.03.20 17:09:58.842313 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
8685 2025.03.20 17:09:58.843090 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8686 2025.03.20 17:09:58.847001 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362
8687 2025.03.20 17:10:02.758551 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8688 2025.03.20 17:10:02.758776 [ 256 ] {f09e65f9-0256-4bde-bb2b-720b4beaba03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8689 2025.03.20 17:10:02.758854 [ 256 ] {f09e65f9-0256-4bde-bb2b-720b4beaba03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8690 2025.03.20 17:10:02.759622 [ 256 ] {f09e65f9-0256-4bde-bb2b-720b4beaba03} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8691 2025.03.20 17:10:02.759663 [ 256 ] {f09e65f9-0256-4bde-bb2b-720b4beaba03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8692 2025.03.20 17:10:02.760100 [ 256 ] {f09e65f9-0256-4bde-bb2b-720b4beaba03} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
8693 2025.03.20 17:10:02.760361 [ 256 ] {f09e65f9-0256-4bde-bb2b-720b4beaba03} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8694 2025.03.20 17:10:02.760564 [ 256 ] {f09e65f9-0256-4bde-bb2b-720b4beaba03} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001851 sec., 2160.9940572663427 rows/sec., 176.21 KiB/sec.
8695 2025.03.20 17:10:02.760621 [ 256 ] {f09e65f9-0256-4bde-bb2b-720b4beaba03} <Debug> TCPHandler: Processed in 0.002208843 sec.
8696 2025.03.20 17:10:02.760739 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8697 2025.03.20 17:10:02.760844 [ 256 ] {84a1f98e-cf47-4544-b457-4f7ebb9945f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8698 2025.03.20 17:10:02.760889 [ 256 ] {84a1f98e-cf47-4544-b457-4f7ebb9945f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8699 2025.03.20 17:10:02.761449 [ 256 ] {84a1f98e-cf47-4544-b457-4f7ebb9945f8} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8700 2025.03.20 17:10:02.761486 [ 256 ] {84a1f98e-cf47-4544-b457-4f7ebb9945f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8701 2025.03.20 17:10:02.761850 [ 256 ] {84a1f98e-cf47-4544-b457-4f7ebb9945f8} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
8702 2025.03.20 17:10:02.762098 [ 256 ] {84a1f98e-cf47-4544-b457-4f7ebb9945f8} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8703 2025.03.20 17:10:02.762276 [ 256 ] {84a1f98e-cf47-4544-b457-4f7ebb9945f8} <Debug> executeQuery: Read 112 rows, 9.61 KiB in 0.001454 sec., 77028.88583218706 rows/sec., 6.46 MiB/sec.
8704 2025.03.20 17:10:02.762328 [ 256 ] {84a1f98e-cf47-4544-b457-4f7ebb9945f8} <Debug> TCPHandler: Processed in 0.001638327 sec.
8705 2025.03.20 17:10:02.762442 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8706 2025.03.20 17:10:02.762546 [ 256 ] {e5c37131-f646-430e-8c4d-d4eb59b8d75d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8707 2025.03.20 17:10:02.762591 [ 256 ] {e5c37131-f646-430e-8c4d-d4eb59b8d75d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8708 2025.03.20 17:10:02.763121 [ 256 ] {e5c37131-f646-430e-8c4d-d4eb59b8d75d} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8709 2025.03.20 17:10:02.763159 [ 256 ] {e5c37131-f646-430e-8c4d-d4eb59b8d75d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8710 2025.03.20 17:10:02.763510 [ 256 ] {e5c37131-f646-430e-8c4d-d4eb59b8d75d} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8711 2025.03.20 17:10:02.763769 [ 256 ] {e5c37131-f646-430e-8c4d-d4eb59b8d75d} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8712 2025.03.20 17:10:02.763948 [ 256 ] {e5c37131-f646-430e-8c4d-d4eb59b8d75d} <Debug> executeQuery: Read 31 rows, 2.31 KiB in 0.001423 sec., 21784.96134926212 rows/sec., 1.58 MiB/sec.
8713 2025.03.20 17:10:02.763998 [ 256 ] {e5c37131-f646-430e-8c4d-d4eb59b8d75d} <Debug> TCPHandler: Processed in 0.001604516 sec.
8714 2025.03.20 17:10:02.764100 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8715 2025.03.20 17:10:02.764200 [ 256 ] {54bcbeda-c8c2-4b4a-9fda-f4b217b0e93b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8716 2025.03.20 17:10:02.764244 [ 256 ] {54bcbeda-c8c2-4b4a-9fda-f4b217b0e93b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8717 2025.03.20 17:10:02.764777 [ 256 ] {54bcbeda-c8c2-4b4a-9fda-f4b217b0e93b} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8718 2025.03.20 17:10:02.764813 [ 256 ] {54bcbeda-c8c2-4b4a-9fda-f4b217b0e93b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8719 2025.03.20 17:10:02.765166 [ 256 ] {54bcbeda-c8c2-4b4a-9fda-f4b217b0e93b} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
8720 2025.03.20 17:10:02.765405 [ 256 ] {54bcbeda-c8c2-4b4a-9fda-f4b217b0e93b} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8721 2025.03.20 17:10:02.765579 [ 256 ] {54bcbeda-c8c2-4b4a-9fda-f4b217b0e93b} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.0014 sec., 67857.14285714286 rows/sec., 5.30 MiB/sec.
8722 2025.03.20 17:10:02.765629 [ 256 ] {54bcbeda-c8c2-4b4a-9fda-f4b217b0e93b} <Debug> TCPHandler: Processed in 0.001578406 sec.
8723 2025.03.20 17:10:02.765743 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8724 2025.03.20 17:10:02.765847 [ 256 ] {d0e36365-55cc-4917-9bcd-240a9b8de4f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8725 2025.03.20 17:10:02.765897 [ 256 ] {d0e36365-55cc-4917-9bcd-240a9b8de4f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8726 2025.03.20 17:10:02.766402 [ 256 ] {d0e36365-55cc-4917-9bcd-240a9b8de4f4} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8727 2025.03.20 17:10:02.766439 [ 256 ] {d0e36365-55cc-4917-9bcd-240a9b8de4f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8728 2025.03.20 17:10:02.766819 [ 256 ] {d0e36365-55cc-4917-9bcd-240a9b8de4f4} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
8729 2025.03.20 17:10:02.767061 [ 256 ] {d0e36365-55cc-4917-9bcd-240a9b8de4f4} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8730 2025.03.20 17:10:02.767261 [ 256 ] {d0e36365-55cc-4917-9bcd-240a9b8de4f4} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001431 sec., 113207.54716981133 rows/sec., 7.88 MiB/sec.
8731 2025.03.20 17:10:02.767360 [ 256 ] {d0e36365-55cc-4917-9bcd-240a9b8de4f4} <Debug> TCPHandler: Processed in 0.001663178 sec.
8732 2025.03.20 17:10:02.767495 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8733 2025.03.20 17:10:02.767791 [ 256 ] {af9aab42-55e9-4e4d-896e-524a25d933ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8734 2025.03.20 17:10:02.768009 [ 256 ] {af9aab42-55e9-4e4d-896e-524a25d933ab} <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
8735 2025.03.20 17:10:02.769111 [ 256 ] {af9aab42-55e9-4e4d-896e-524a25d933ab} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8736 2025.03.20 17:10:02.769148 [ 256 ] {af9aab42-55e9-4e4d-896e-524a25d933ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8737 2025.03.20 17:10:02.769782 [ 256 ] {af9aab42-55e9-4e4d-896e-524a25d933ab} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8738 2025.03.20 17:10:02.770054 [ 256 ] {af9aab42-55e9-4e4d-896e-524a25d933ab} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8739 2025.03.20 17:10:02.770251 [ 256 ] {af9aab42-55e9-4e4d-896e-524a25d933ab} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002581 sec., 10461.061604029446 rows/sec., 18.75 MiB/sec.
8740 2025.03.20 17:10:02.770342 [ 256 ] {af9aab42-55e9-4e4d-896e-524a25d933ab} <Debug> TCPHandler: Processed in 0.002916091 sec.
8741 2025.03.20 17:10:02.770452 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8742 2025.03.20 17:10:02.770554 [ 256 ] {ed315b74-16e8-49d5-8c80-39e36c8a10b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8743 2025.03.20 17:10:02.770600 [ 256 ] {ed315b74-16e8-49d5-8c80-39e36c8a10b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8744 2025.03.20 17:10:02.771036 [ 256 ] {ed315b74-16e8-49d5-8c80-39e36c8a10b4} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8745 2025.03.20 17:10:02.771073 [ 256 ] {ed315b74-16e8-49d5-8c80-39e36c8a10b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8746 2025.03.20 17:10:02.771432 [ 256 ] {ed315b74-16e8-49d5-8c80-39e36c8a10b4} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
8747 2025.03.20 17:10:02.771679 [ 256 ] {ed315b74-16e8-49d5-8c80-39e36c8a10b4} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8748 2025.03.20 17:10:02.771847 [ 256 ] {ed315b74-16e8-49d5-8c80-39e36c8a10b4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001315 sec., 45627.37642585552 rows/sec., 3.07 MiB/sec.
8749 2025.03.20 17:10:02.771894 [ 256 ] {ed315b74-16e8-49d5-8c80-39e36c8a10b4} <Debug> TCPHandler: Processed in 0.001491036 sec.
8750 2025.03.20 17:10:04.789988 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22448
8751 2025.03.20 17:10:04.790625 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8752 2025.03.20 17:10:04.790670 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8753 2025.03.20 17:10:04.791188 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
8754 2025.03.20 17:10:04.791437 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8755 2025.03.20 17:10:04.791666 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22448
8756 2025.03.20 17:10:06.347198 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370
8757 2025.03.20 17:10:06.368940 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8758 2025.03.20 17:10:06.368995 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8759 2025.03.20 17:10:06.376285 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
8760 2025.03.20 17:10:06.377035 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8761 2025.03.20 17:10:06.380218 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370
8762 2025.03.20 17:10:07.406132 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1198
8763 2025.03.20 17:10:07.409015 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8764 2025.03.20 17:10:07.409055 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8765 2025.03.20 17:10:07.410496 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
8766 2025.03.20 17:10:07.410799 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8767 2025.03.20 17:10:07.411966 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1198
8768 2025.03.20 17:10:07.758283 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8769 2025.03.20 17:10:07.758592 [ 256 ] {1e1ee7a9-c601-4397-855c-db175fa3602e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8770 2025.03.20 17:10:07.758710 [ 256 ] {1e1ee7a9-c601-4397-855c-db175fa3602e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8771 2025.03.20 17:10:07.759754 [ 256 ] {1e1ee7a9-c601-4397-855c-db175fa3602e} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8772 2025.03.20 17:10:07.759806 [ 256 ] {1e1ee7a9-c601-4397-855c-db175fa3602e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8773 2025.03.20 17:10:07.760251 [ 256 ] {1e1ee7a9-c601-4397-855c-db175fa3602e} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
8774 2025.03.20 17:10:07.760513 [ 256 ] {1e1ee7a9-c601-4397-855c-db175fa3602e} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8775 2025.03.20 17:10:07.760774 [ 256 ] {1e1ee7a9-c601-4397-855c-db175fa3602e} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.002269 sec., 35257.82282944028 rows/sec., 2.91 MiB/sec.
8776 2025.03.20 17:10:07.760843 [ 256 ] {1e1ee7a9-c601-4397-855c-db175fa3602e} <Debug> TCPHandler: Processed in 0.002751069 sec.
8777 2025.03.20 17:10:07.760989 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8778 2025.03.20 17:10:07.761131 [ 256 ] {0d4f6463-1277-41db-822e-b112f4bbfa8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8779 2025.03.20 17:10:07.761190 [ 256 ] {0d4f6463-1277-41db-822e-b112f4bbfa8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8780 2025.03.20 17:10:07.761768 [ 256 ] {0d4f6463-1277-41db-822e-b112f4bbfa8f} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8781 2025.03.20 17:10:07.761811 [ 256 ] {0d4f6463-1277-41db-822e-b112f4bbfa8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8782 2025.03.20 17:10:07.762181 [ 256 ] {0d4f6463-1277-41db-822e-b112f4bbfa8f} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8783 2025.03.20 17:10:07.762431 [ 256 ] {0d4f6463-1277-41db-822e-b112f4bbfa8f} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8784 2025.03.20 17:10:07.762628 [ 30 ] {} <Debug> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8785 2025.03.20 17:10:07.762684 [ 256 ] {0d4f6463-1277-41db-822e-b112f4bbfa8f} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001584 sec., 7575.757575757576 rows/sec., 569.66 KiB/sec.
8786 2025.03.20 17:10:07.762713 [ 30 ] {} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8787 2025.03.20 17:10:07.762788 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8788 2025.03.20 17:10:07.762804 [ 256 ] {0d4f6463-1277-41db-822e-b112f4bbfa8f} <Debug> TCPHandler: Processed in 0.001879119 sec.
8789 2025.03.20 17:10:07.763027 [ 198 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::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
8790 2025.03.20 17:10:07.763041 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8791 2025.03.20 17:10:07.763266 [ 256 ] {4638c25a-5252-4b9e-b1e1-7def04c154ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8792 2025.03.20 17:10:07.763307 [ 198 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8793 2025.03.20 17:10:07.763350 [ 256 ] {4638c25a-5252-4b9e-b1e1-7def04c154ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8794 2025.03.20 17:10:07.763382 [ 198 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 69 rows starting from the beginning of the part
8795 2025.03.20 17:10:07.763737 [ 198 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 24 rows starting from the beginning of the part
8796 2025.03.20 17:10:07.764092 [ 198 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 27 rows starting from the beginning of the part
8797 2025.03.20 17:10:07.764541 [ 198 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 12 rows starting from the beginning of the part
8798 2025.03.20 17:10:07.764915 [ 198 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 31 rows starting from the beginning of the part
8799 2025.03.20 17:10:07.765304 [ 198 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 12 rows starting from the beginning of the part
8800 2025.03.20 17:10:07.766289 [ 256 ] {4638c25a-5252-4b9e-b1e1-7def04c154ff} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8801 2025.03.20 17:10:07.766389 [ 256 ] {4638c25a-5252-4b9e-b1e1-7def04c154ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8802 2025.03.20 17:10:07.767407 [ 256 ] {4638c25a-5252-4b9e-b1e1-7def04c154ff} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
8803 2025.03.20 17:10:07.768047 [ 198 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 175 rows, containing 5 columns (5 merged, 0 gathered) in 0.005156124 sec., 33940.22331503277 rows/sec., 2.62 MiB/sec.
8804 2025.03.20 17:10:07.768065 [ 256 ] {4638c25a-5252-4b9e-b1e1-7def04c154ff} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8805 2025.03.20 17:10:07.768279 [ 198 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8806 2025.03.20 17:10:07.768534 [ 256 ] {4638c25a-5252-4b9e-b1e1-7def04c154ff} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.005341 sec., 14229.545029020783 rows/sec., 1.11 MiB/sec.
8807 2025.03.20 17:10:07.768683 [ 256 ] {4638c25a-5252-4b9e-b1e1-7def04c154ff} <Debug> TCPHandler: Processed in 0.00572266 sec.
8808 2025.03.20 17:10:07.768874 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8809 2025.03.20 17:10:07.768892 [ 198 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_66_13} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8810 2025.03.20 17:10:07.769071 [ 198 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_66_13} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8811 2025.03.20 17:10:07.769080 [ 256 ] {781ec79d-4b98-4794-be9a-db4800819cdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8812 2025.03.20 17:10:07.769202 [ 256 ] {781ec79d-4b98-4794-be9a-db4800819cdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8813 2025.03.20 17:10:07.769221 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
8814 2025.03.20 17:10:07.769809 [ 256 ] {781ec79d-4b98-4794-be9a-db4800819cdc} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8815 2025.03.20 17:10:07.769853 [ 256 ] {781ec79d-4b98-4794-be9a-db4800819cdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8816 2025.03.20 17:10:07.770268 [ 256 ] {781ec79d-4b98-4794-be9a-db4800819cdc} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
8817 2025.03.20 17:10:07.770530 [ 256 ] {781ec79d-4b98-4794-be9a-db4800819cdc} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8818 2025.03.20 17:10:07.770762 [ 256 ] {781ec79d-4b98-4794-be9a-db4800819cdc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00175 sec., 91428.57142857142 rows/sec., 6.37 MiB/sec.
8819 2025.03.20 17:10:07.770818 [ 256 ] {781ec79d-4b98-4794-be9a-db4800819cdc} <Debug> TCPHandler: Processed in 0.002023881 sec.
8820 2025.03.20 17:10:07.770930 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8821 2025.03.20 17:10:07.771034 [ 256 ] {4bfef1cb-0247-4baa-aa2e-00fd79069831} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8822 2025.03.20 17:10:07.771100 [ 256 ] {4bfef1cb-0247-4baa-aa2e-00fd79069831} <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
8823 2025.03.20 17:10:07.772168 [ 256 ] {4bfef1cb-0247-4baa-aa2e-00fd79069831} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8824 2025.03.20 17:10:07.772209 [ 256 ] {4bfef1cb-0247-4baa-aa2e-00fd79069831} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8825 2025.03.20 17:10:07.772997 [ 256 ] {4bfef1cb-0247-4baa-aa2e-00fd79069831} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8826 2025.03.20 17:10:07.773276 [ 256 ] {4bfef1cb-0247-4baa-aa2e-00fd79069831} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8827 2025.03.20 17:10:07.773531 [ 256 ] {4bfef1cb-0247-4baa-aa2e-00fd79069831} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002519 sec., 4763.795156808257 rows/sec., 8.54 MiB/sec.
8828 2025.03.20 17:10:07.773626 [ 256 ] {4bfef1cb-0247-4baa-aa2e-00fd79069831} <Debug> TCPHandler: Processed in 0.002746129 sec.
8829 2025.03.20 17:10:07.773758 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8830 2025.03.20 17:10:07.773863 [ 256 ] {d778036c-8847-4c0d-9eb6-013d88201931} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8831 2025.03.20 17:10:07.773909 [ 256 ] {d778036c-8847-4c0d-9eb6-013d88201931} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8832 2025.03.20 17:10:07.774355 [ 256 ] {d778036c-8847-4c0d-9eb6-013d88201931} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8833 2025.03.20 17:10:07.774395 [ 256 ] {d778036c-8847-4c0d-9eb6-013d88201931} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8834 2025.03.20 17:10:07.774768 [ 256 ] {d778036c-8847-4c0d-9eb6-013d88201931} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
8835 2025.03.20 17:10:07.775016 [ 256 ] {d778036c-8847-4c0d-9eb6-013d88201931} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8836 2025.03.20 17:10:07.775234 [ 256 ] {d778036c-8847-4c0d-9eb6-013d88201931} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001394 sec., 43041.6068866571 rows/sec., 2.90 MiB/sec.
8837 2025.03.20 17:10:07.775285 [ 256 ] {d778036c-8847-4c0d-9eb6-013d88201931} <Debug> TCPHandler: Processed in 0.001578717 sec.
8838 2025.03.20 17:10:12.129304 [ 65 ] {} <Debug> DNSResolver: Updating DNS cache
8839 2025.03.20 17:10:12.129403 [ 65 ] {} <Debug> DNSResolver: Updated DNS cache
8840 2025.03.20 17:10:12.291932 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22936
8841 2025.03.20 17:10:12.292693 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8842 2025.03.20 17:10:12.292743 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8843 2025.03.20 17:10:12.293297 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
8844 2025.03.20 17:10:12.293551 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8845 2025.03.20 17:10:12.293817 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936
8846 2025.03.20 17:10:12.759234 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8847 2025.03.20 17:10:12.759452 [ 256 ] {56a19ebe-caf8-4c97-8334-3b6a9b304542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8848 2025.03.20 17:10:12.759538 [ 256 ] {56a19ebe-caf8-4c97-8334-3b6a9b304542} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8849 2025.03.20 17:10:12.760397 [ 256 ] {56a19ebe-caf8-4c97-8334-3b6a9b304542} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8850 2025.03.20 17:10:12.760450 [ 256 ] {56a19ebe-caf8-4c97-8334-3b6a9b304542} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8851 2025.03.20 17:10:12.760905 [ 256 ] {56a19ebe-caf8-4c97-8334-3b6a9b304542} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
8852 2025.03.20 17:10:12.761170 [ 256 ] {56a19ebe-caf8-4c97-8334-3b6a9b304542} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8853 2025.03.20 17:10:12.761350 [ 65 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
8854 2025.03.20 17:10:12.761388 [ 256 ] {56a19ebe-caf8-4c97-8334-3b6a9b304542} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.001993 sec., 55193.17611640743 rows/sec., 4.64 MiB/sec.
8855 2025.03.20 17:10:12.761402 [ 65 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8856 2025.03.20 17:10:12.761440 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8857 2025.03.20 17:10:12.761477 [ 256 ] {56a19ebe-caf8-4c97-8334-3b6a9b304542} <Debug> TCPHandler: Processed in 0.002389945 sec.
8858 2025.03.20 17:10:12.761596 [ 189 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::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
8859 2025.03.20 17:10:12.761630 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8860 2025.03.20 17:10:12.761724 [ 189 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8861 2025.03.20 17:10:12.761765 [ 189 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1404 rows starting from the beginning of the part
8862 2025.03.20 17:10:12.761773 [ 256 ] {11a81c39-036f-43c4-ab00-5660c3f8c4de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8863 2025.03.20 17:10:12.761843 [ 256 ] {11a81c39-036f-43c4-ab00-5660c3f8c4de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8864 2025.03.20 17:10:12.761852 [ 189 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 110 rows starting from the beginning of the part
8865 2025.03.20 17:10:12.762393 [ 189 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 80 rows starting from the beginning of the part
8866 2025.03.20 17:10:12.762682 [ 189 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 112 rows starting from the beginning of the part
8867 2025.03.20 17:10:12.763026 [ 189 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 80 rows starting from the beginning of the part
8868 2025.03.20 17:10:12.763453 [ 189 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 110 rows starting from the beginning of the part
8869 2025.03.20 17:10:12.764690 [ 256 ] {11a81c39-036f-43c4-ab00-5660c3f8c4de} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8870 2025.03.20 17:10:12.764754 [ 256 ] {11a81c39-036f-43c4-ab00-5660c3f8c4de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8871 2025.03.20 17:10:12.765373 [ 256 ] {11a81c39-036f-43c4-ab00-5660c3f8c4de} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8872 2025.03.20 17:10:12.765538 [ 198 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1896 rows, containing 5 columns (5 merged, 0 gathered) in 0.004022112 sec., 471394.13323149626 rows/sec., 41.30 MiB/sec.
8873 2025.03.20 17:10:12.765828 [ 256 ] {11a81c39-036f-43c4-ab00-5660c3f8c4de} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8874 2025.03.20 17:10:12.765875 [ 198 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
8875 2025.03.20 17:10:12.766288 [ 256 ] {11a81c39-036f-43c4-ab00-5660c3f8c4de} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.00454 sec., 5947.136563876652 rows/sec., 447.20 KiB/sec.
8876 2025.03.20 17:10:12.766475 [ 256 ] {11a81c39-036f-43c4-ab00-5660c3f8c4de} <Debug> TCPHandler: Processed in 0.004888262 sec.
8877 2025.03.20 17:10:12.766511 [ 198 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_86_17} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8878 2025.03.20 17:10:12.766691 [ 198 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_86_17} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
8879 2025.03.20 17:10:12.766708 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8880 2025.03.20 17:10:12.766865 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
8881 2025.03.20 17:10:12.766946 [ 256 ] {a79eb58e-e782-4456-af28-8a611fa71675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8882 2025.03.20 17:10:12.767014 [ 256 ] {a79eb58e-e782-4456-af28-8a611fa71675} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8883 2025.03.20 17:10:12.767805 [ 256 ] {a79eb58e-e782-4456-af28-8a611fa71675} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8884 2025.03.20 17:10:12.767842 [ 256 ] {a79eb58e-e782-4456-af28-8a611fa71675} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8885 2025.03.20 17:10:12.768208 [ 256 ] {a79eb58e-e782-4456-af28-8a611fa71675} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
8886 2025.03.20 17:10:12.768464 [ 256 ] {a79eb58e-e782-4456-af28-8a611fa71675} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8887 2025.03.20 17:10:12.768605 [ 65 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
8888 2025.03.20 17:10:12.768645 [ 65 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8889 2025.03.20 17:10:12.768659 [ 256 ] {a79eb58e-e782-4456-af28-8a611fa71675} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001768 sec., 51470.58823529412 rows/sec., 4.02 MiB/sec.
8890 2025.03.20 17:10:12.768672 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8891 2025.03.20 17:10:12.768752 [ 256 ] {a79eb58e-e782-4456-af28-8a611fa71675} <Debug> TCPHandler: Processed in 0.002128102 sec.
8892 2025.03.20 17:10:12.768901 [ 189 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::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
8893 2025.03.20 17:10:12.768952 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8894 2025.03.20 17:10:12.769231 [ 189 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8895 2025.03.20 17:10:12.769233 [ 256 ] {cfea8bfa-d520-4d15-9178-68a9fab71c18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8896 2025.03.20 17:10:12.769312 [ 189 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 631 rows starting from the beginning of the part
8897 2025.03.20 17:10:12.769366 [ 256 ] {cfea8bfa-d520-4d15-9178-68a9fab71c18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8898 2025.03.20 17:10:12.769940 [ 189 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 91 rows starting from the beginning of the part
8899 2025.03.20 17:10:12.770586 [ 189 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 76 rows starting from the beginning of the part
8900 2025.03.20 17:10:12.770881 [ 189 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 95 rows starting from the beginning of the part
8901 2025.03.20 17:10:12.771154 [ 189 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::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
8902 2025.03.20 17:10:12.771395 [ 189 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 91 rows starting from the beginning of the part
8903 2025.03.20 17:10:12.772057 [ 256 ] {cfea8bfa-d520-4d15-9178-68a9fab71c18} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8904 2025.03.20 17:10:12.772102 [ 256 ] {cfea8bfa-d520-4d15-9178-68a9fab71c18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8905 2025.03.20 17:10:12.772685 [ 256 ] {cfea8bfa-d520-4d15-9178-68a9fab71c18} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
8906 2025.03.20 17:10:12.773042 [ 256 ] {cfea8bfa-d520-4d15-9178-68a9fab71c18} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8907 2025.03.20 17:10:12.773250 [ 65 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
8908 2025.03.20 17:10:12.773286 [ 189 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004530667 sec., 233961.1364066262 rows/sec., 18.79 MiB/sec.
8909 2025.03.20 17:10:12.773299 [ 65 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8910 2025.03.20 17:10:12.773335 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8911 2025.03.20 17:10:12.773355 [ 256 ] {cfea8bfa-d520-4d15-9178-68a9fab71c18} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00422 sec., 37914.69194312797 rows/sec., 2.64 MiB/sec.
8912 2025.03.20 17:10:12.773585 [ 189 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
8913 2025.03.20 17:10:12.773619 [ 256 ] {cfea8bfa-d520-4d15-9178-68a9fab71c18} <Debug> TCPHandler: Processed in 0.004736229 sec.
8914 2025.03.20 17:10:12.773621 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::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
8915 2025.03.20 17:10:12.774047 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8916 2025.03.20 17:10:12.774197 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8917 2025.03.20 17:10:12.774334 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 21922 rows starting from the beginning of the part
8918 2025.03.20 17:10:12.774427 [ 256 ] {7210964f-b10f-4865-a102-5c60833cd558} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8919 2025.03.20 17:10:12.774998 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::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
8920 2025.03.20 17:10:12.775005 [ 189 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_86_17} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8921 2025.03.20 17:10:12.775359 [ 256 ] {7210964f-b10f-4865-a102-5c60833cd558} <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
8922 2025.03.20 17:10:12.775784 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part
8923 2025.03.20 17:10:12.775804 [ 189 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_86_17} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
8924 2025.03.20 17:10:12.776460 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 162 rows starting from the beginning of the part
8925 2025.03.20 17:10:12.776471 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
8926 2025.03.20 17:10:12.776755 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 160 rows starting from the beginning of the part
8927 2025.03.20 17:10:12.777172 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part
8928 2025.03.20 17:10:12.779190 [ 256 ] {7210964f-b10f-4865-a102-5c60833cd558} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8929 2025.03.20 17:10:12.779236 [ 256 ] {7210964f-b10f-4865-a102-5c60833cd558} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8930 2025.03.20 17:10:12.780419 [ 256 ] {7210964f-b10f-4865-a102-5c60833cd558} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8931 2025.03.20 17:10:12.780687 [ 256 ] {7210964f-b10f-4865-a102-5c60833cd558} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8932 2025.03.20 17:10:12.781105 [ 65 ] {} <Debug> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8933 2025.03.20 17:10:12.781151 [ 65 ] {} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8934 2025.03.20 17:10:12.781178 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8935 2025.03.20 17:10:12.781208 [ 256 ] {7210964f-b10f-4865-a102-5c60833cd558} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.006913 sec., 3905.684941414726 rows/sec., 7.00 MiB/sec.
8936 2025.03.20 17:10:12.781673 [ 195 ] {6749d887-00ac-4b26-87ae-2852b00353b1::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
8937 2025.03.20 17:10:12.781694 [ 256 ] {7210964f-b10f-4865-a102-5c60833cd558} <Debug> TCPHandler: Processed in 0.007770981 sec.
8938 2025.03.20 17:10:12.781982 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8939 2025.03.20 17:10:12.782246 [ 256 ] {4aebf135-df92-4159-b8d3-ad73cce455bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8940 2025.03.20 17:10:12.782391 [ 256 ] {4aebf135-df92-4159-b8d3-ad73cce455bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8941 2025.03.20 17:10:12.782547 [ 195 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8942 2025.03.20 17:10:12.782883 [ 195 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1127 rows starting from the beginning of the part
8943 2025.03.20 17:10:12.783980 [ 195 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 27 rows starting from the beginning of the part
8944 2025.03.20 17:10:12.785170 [ 195 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 12 rows starting from the beginning of the part
8945 2025.03.20 17:10:12.785211 [ 256 ] {4aebf135-df92-4159-b8d3-ad73cce455bc} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8946 2025.03.20 17:10:12.785314 [ 256 ] {4aebf135-df92-4159-b8d3-ad73cce455bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8947 2025.03.20 17:10:12.786066 [ 195 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 27 rows starting from the beginning of the part
8948 2025.03.20 17:10:12.787352 [ 200 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22724 rows, containing 5 columns (5 merged, 0 gathered) in 0.013935555 sec., 1630649.0843027062 rows/sec., 111.79 MiB/sec.
8949 2025.03.20 17:10:12.787515 [ 195 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 12 rows starting from the beginning of the part
8950 2025.03.20 17:10:12.787527 [ 256 ] {4aebf135-df92-4159-b8d3-ad73cce455bc} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
8951 2025.03.20 17:10:12.788171 [ 195 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 27 rows starting from the beginning of the part
8952 2025.03.20 17:10:12.788246 [ 196 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
8953 2025.03.20 17:10:12.788367 [ 256 ] {4aebf135-df92-4159-b8d3-ad73cce455bc} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8954 2025.03.20 17:10:12.788923 [ 65 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
8955 2025.03.20 17:10:12.789050 [ 65 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8956 2025.03.20 17:10:12.789137 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8957 2025.03.20 17:10:12.789456 [ 256 ] {4aebf135-df92-4159-b8d3-ad73cce455bc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007254 sec., 8271.298593879239 rows/sec., 570.81 KiB/sec.
8958 2025.03.20 17:10:12.789867 [ 200 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
8959 2025.03.20 17:10:12.789868 [ 196 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8960 2025.03.20 17:10:12.789934 [ 256 ] {4aebf135-df92-4159-b8d3-ad73cce455bc} <Debug> TCPHandler: Processed in 0.008024444 sec.
8961 2025.03.20 17:10:12.790464 [ 196 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
8962 2025.03.20 17:10:12.790610 [ 200 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8963 2025.03.20 17:10:12.790800 [ 200 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4014 rows starting from the beginning of the part
8964 2025.03.20 17:10:12.790906 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB.
8965 2025.03.20 17:10:12.791345 [ 200 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
8966 2025.03.20 17:10:12.791858 [ 200 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part
8967 2025.03.20 17:10:12.792304 [ 200 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part
8968 2025.03.20 17:10:12.792830 [ 200 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part
8969 2025.03.20 17:10:12.793148 [ 200 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part
8970 2025.03.20 17:10:12.796000 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4314 rows, containing 4 columns (4 merged, 0 gathered) in 0.00668003 sec., 645805.4829095079 rows/sec., 43.50 MiB/sec.
8971 2025.03.20 17:10:12.796419 [ 196 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
8972 2025.03.20 17:10:12.796896 [ 196 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_86_17} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8973 2025.03.20 17:10:12.797109 [ 196 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_86_17} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
8974 2025.03.20 17:10:12.797254 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB.
8975 2025.03.20 17:10:12.801649 [ 196 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1232 rows, containing 19 columns (19 merged, 0 gathered) in 0.020364453 sec., 60497.57388524013 rows/sec., 108.41 MiB/sec.
8976 2025.03.20 17:10:12.802941 [ 197 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8977 2025.03.20 17:10:12.803389 [ 197 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8978 2025.03.20 17:10:12.803470 [ 197 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8979 2025.03.20 17:10:12.803619 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.42 MiB.
8980 2025.03.20 17:10:13.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 226.24 MiB, peak 237.61 MiB, free memory in arenas 0.00 B, will set to 228.67 MiB (RSS), difference: 2.43 MiB
8981 2025.03.20 17:10:13.880419 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377
8982 2025.03.20 17:10:13.902240 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8983 2025.03.20 17:10:13.902298 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8984 2025.03.20 17:10:13.909966 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
8985 2025.03.20 17:10:13.910775 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8986 2025.03.20 17:10:13.913635 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377
8987 2025.03.20 17:10:15.020320 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8988 2025.03.20 17:10:15.020554 [ 256 ] {70fe5612-9583-4ba9-abd6-e284f086a05d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8989 2025.03.20 17:10:15.020637 [ 256 ] {70fe5612-9583-4ba9-abd6-e284f086a05d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8990 2025.03.20 17:10:15.021434 [ 256 ] {70fe5612-9583-4ba9-abd6-e284f086a05d} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8991 2025.03.20 17:10:15.021480 [ 256 ] {70fe5612-9583-4ba9-abd6-e284f086a05d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
8992 2025.03.20 17:10:15.021939 [ 256 ] {70fe5612-9583-4ba9-abd6-e284f086a05d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
8993 2025.03.20 17:10:15.022206 [ 256 ] {70fe5612-9583-4ba9-abd6-e284f086a05d} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8994 2025.03.20 17:10:15.022435 [ 256 ] {70fe5612-9583-4ba9-abd6-e284f086a05d} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001942 sec., 12358.39340885685 rows/sec., 1.03 MiB/sec.
8995 2025.03.20 17:10:15.022611 [ 256 ] {70fe5612-9583-4ba9-abd6-e284f086a05d} <Debug> TCPHandler: Processed in 0.002432225 sec.
8996 2025.03.20 17:10:15.022773 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8997 2025.03.20 17:10:15.022879 [ 256 ] {e1878217-4fef-49fd-a54e-04d4c60a1e93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8998 2025.03.20 17:10:15.022929 [ 256 ] {e1878217-4fef-49fd-a54e-04d4c60a1e93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8999 2025.03.20 17:10:15.023511 [ 256 ] {e1878217-4fef-49fd-a54e-04d4c60a1e93} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9000 2025.03.20 17:10:15.023550 [ 256 ] {e1878217-4fef-49fd-a54e-04d4c60a1e93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
9001 2025.03.20 17:10:15.023917 [ 256 ] {e1878217-4fef-49fd-a54e-04d4c60a1e93} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
9002 2025.03.20 17:10:15.024162 [ 256 ] {e1878217-4fef-49fd-a54e-04d4c60a1e93} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9003 2025.03.20 17:10:15.024379 [ 256 ] {e1878217-4fef-49fd-a54e-04d4c60a1e93} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001515 sec., 9240.924092409241 rows/sec., 753.53 KiB/sec.
9004 2025.03.20 17:10:15.024585 [ 256 ] {e1878217-4fef-49fd-a54e-04d4c60a1e93} <Debug> TCPHandler: Processed in 0.0018595 sec.
9005 2025.03.20 17:10:15.024719 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9006 2025.03.20 17:10:15.024823 [ 256 ] {fbf53eb9-2892-4f11-bdbb-304760b5971d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9007 2025.03.20 17:10:15.024868 [ 256 ] {fbf53eb9-2892-4f11-bdbb-304760b5971d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9008 2025.03.20 17:10:15.026109 [ 256 ] {fbf53eb9-2892-4f11-bdbb-304760b5971d} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9009 2025.03.20 17:10:15.026148 [ 256 ] {fbf53eb9-2892-4f11-bdbb-304760b5971d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
9010 2025.03.20 17:10:15.026588 [ 256 ] {fbf53eb9-2892-4f11-bdbb-304760b5971d} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
9011 2025.03.20 17:10:15.026847 [ 256 ] {fbf53eb9-2892-4f11-bdbb-304760b5971d} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9012 2025.03.20 17:10:15.027022 [ 256 ] {fbf53eb9-2892-4f11-bdbb-304760b5971d} <Debug> executeQuery: Read 1347 rows, 115.31 KiB in 0.002221 sec., 606483.5659612787 rows/sec., 50.70 MiB/sec.
9013 2025.03.20 17:10:15.027074 [ 256 ] {fbf53eb9-2892-4f11-bdbb-304760b5971d} <Debug> TCPHandler: Processed in 0.002405715 sec.
9014 2025.03.20 17:10:15.027184 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9015 2025.03.20 17:10:15.027289 [ 256 ] {cf2c81f3-aff3-4070-9714-f45c1ff87cdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9016 2025.03.20 17:10:15.027334 [ 256 ] {cf2c81f3-aff3-4070-9714-f45c1ff87cdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9017 2025.03.20 17:10:15.027875 [ 256 ] {cf2c81f3-aff3-4070-9714-f45c1ff87cdc} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9018 2025.03.20 17:10:15.027913 [ 256 ] {cf2c81f3-aff3-4070-9714-f45c1ff87cdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
9019 2025.03.20 17:10:15.028278 [ 256 ] {cf2c81f3-aff3-4070-9714-f45c1ff87cdc} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
9020 2025.03.20 17:10:15.028524 [ 256 ] {cf2c81f3-aff3-4070-9714-f45c1ff87cdc} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9021 2025.03.20 17:10:15.028706 [ 256 ] {cf2c81f3-aff3-4070-9714-f45c1ff87cdc} <Debug> executeQuery: Read 38 rows, 2.84 KiB in 0.001439 sec., 26407.22724113968 rows/sec., 1.93 MiB/sec.
9022 2025.03.20 17:10:15.028758 [ 256 ] {cf2c81f3-aff3-4070-9714-f45c1ff87cdc} <Debug> TCPHandler: Processed in 0.001624637 sec.
9023 2025.03.20 17:10:15.028862 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9024 2025.03.20 17:10:15.028963 [ 256 ] {8d41ef7a-2d87-474f-afec-bc667cc3625b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9025 2025.03.20 17:10:15.029008 [ 256 ] {8d41ef7a-2d87-474f-afec-bc667cc3625b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9026 2025.03.20 17:10:15.029601 [ 256 ] {8d41ef7a-2d87-474f-afec-bc667cc3625b} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9027 2025.03.20 17:10:15.029639 [ 256 ] {8d41ef7a-2d87-474f-afec-bc667cc3625b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
9028 2025.03.20 17:10:15.030003 [ 256 ] {8d41ef7a-2d87-474f-afec-bc667cc3625b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
9029 2025.03.20 17:10:15.030243 [ 256 ] {8d41ef7a-2d87-474f-afec-bc667cc3625b} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9030 2025.03.20 17:10:15.030473 [ 256 ] {8d41ef7a-2d87-474f-afec-bc667cc3625b} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.00152 sec., 165789.4736842105 rows/sec., 11.47 MiB/sec.
9031 2025.03.20 17:10:15.030648 [ 256 ] {8d41ef7a-2d87-474f-afec-bc667cc3625b} <Debug> TCPHandler: Processed in 0.001831759 sec.
9032 2025.03.20 17:10:15.030761 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9033 2025.03.20 17:10:15.030864 [ 256 ] {e4e651c0-f9fe-4b0b-abef-c139b6246a62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9034 2025.03.20 17:10:15.030908 [ 256 ] {e4e651c0-f9fe-4b0b-abef-c139b6246a62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9035 2025.03.20 17:10:15.031449 [ 256 ] {e4e651c0-f9fe-4b0b-abef-c139b6246a62} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9036 2025.03.20 17:10:15.031487 [ 256 ] {e4e651c0-f9fe-4b0b-abef-c139b6246a62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
9037 2025.03.20 17:10:15.031842 [ 256 ] {e4e651c0-f9fe-4b0b-abef-c139b6246a62} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
9038 2025.03.20 17:10:15.032083 [ 256 ] {e4e651c0-f9fe-4b0b-abef-c139b6246a62} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9039 2025.03.20 17:10:15.032332 [ 256 ] {e4e651c0-f9fe-4b0b-abef-c139b6246a62} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001467 sec., 8179.959100204499 rows/sec., 639.06 KiB/sec.
9040 2025.03.20 17:10:15.032495 [ 256 ] {e4e651c0-f9fe-4b0b-abef-c139b6246a62} <Debug> TCPHandler: Processed in 0.001782759 sec.
9041 2025.03.20 17:10:15.032604 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9042 2025.03.20 17:10:15.032706 [ 256 ] {173da86b-2f12-4808-bf51-9688736079b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9043 2025.03.20 17:10:15.032751 [ 256 ] {173da86b-2f12-4808-bf51-9688736079b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9044 2025.03.20 17:10:15.033508 [ 256 ] {173da86b-2f12-4808-bf51-9688736079b0} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9045 2025.03.20 17:10:15.033547 [ 256 ] {173da86b-2f12-4808-bf51-9688736079b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
9046 2025.03.20 17:10:15.033934 [ 256 ] {173da86b-2f12-4808-bf51-9688736079b0} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
9047 2025.03.20 17:10:15.034177 [ 256 ] {173da86b-2f12-4808-bf51-9688736079b0} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9048 2025.03.20 17:10:15.034347 [ 256 ] {173da86b-2f12-4808-bf51-9688736079b0} <Debug> executeQuery: Read 582 rows, 44.76 KiB in 0.001662 sec., 350180.5054151624 rows/sec., 26.30 MiB/sec.
9049 2025.03.20 17:10:15.034397 [ 256 ] {173da86b-2f12-4808-bf51-9688736079b0} <Debug> TCPHandler: Processed in 0.001843619 sec.
9050 2025.03.20 17:10:15.034503 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9051 2025.03.20 17:10:15.034604 [ 256 ] {12a34ae6-9342-451d-aa2f-beb77b880f60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9052 2025.03.20 17:10:15.034655 [ 256 ] {12a34ae6-9342-451d-aa2f-beb77b880f60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9053 2025.03.20 17:10:15.035474 [ 256 ] {12a34ae6-9342-451d-aa2f-beb77b880f60} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9054 2025.03.20 17:10:15.035512 [ 256 ] {12a34ae6-9342-451d-aa2f-beb77b880f60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
9055 2025.03.20 17:10:15.035952 [ 256 ] {12a34ae6-9342-451d-aa2f-beb77b880f60} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
9056 2025.03.20 17:10:15.036197 [ 256 ] {12a34ae6-9342-451d-aa2f-beb77b880f60} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9057 2025.03.20 17:10:15.036393 [ 256 ] {12a34ae6-9342-451d-aa2f-beb77b880f60} <Debug> executeQuery: Read 983 rows, 68.01 KiB in 0.00181 sec., 543093.9226519337 rows/sec., 36.69 MiB/sec.
9058 2025.03.20 17:10:15.036495 [ 256 ] {12a34ae6-9342-451d-aa2f-beb77b880f60} <Debug> TCPHandler: Processed in 0.002042811 sec.
9059 2025.03.20 17:10:15.036670 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9060 2025.03.20 17:10:15.036957 [ 256 ] {120c9264-c8ce-4f51-8508-aa374cfacce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9061 2025.03.20 17:10:15.037048 [ 256 ] {120c9264-c8ce-4f51-8508-aa374cfacce2} <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
9062 2025.03.20 17:10:15.038149 [ 256 ] {120c9264-c8ce-4f51-8508-aa374cfacce2} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9063 2025.03.20 17:10:15.038188 [ 256 ] {120c9264-c8ce-4f51-8508-aa374cfacce2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
9064 2025.03.20 17:10:15.038796 [ 256 ] {120c9264-c8ce-4f51-8508-aa374cfacce2} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
9065 2025.03.20 17:10:15.039058 [ 256 ] {120c9264-c8ce-4f51-8508-aa374cfacce2} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9066 2025.03.20 17:10:15.039309 [ 256 ] {120c9264-c8ce-4f51-8508-aa374cfacce2} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.00244 sec., 4918.032786885246 rows/sec., 8.81 MiB/sec.
9067 2025.03.20 17:10:15.039640 [ 256 ] {120c9264-c8ce-4f51-8508-aa374cfacce2} <Debug> TCPHandler: Processed in 0.003062062 sec.
9068 2025.03.20 17:10:15.039947 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9069 2025.03.20 17:10:15.040056 [ 256 ] {a1a71eec-0cf9-46e8-972c-e624767d9199} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9070 2025.03.20 17:10:15.040105 [ 256 ] {a1a71eec-0cf9-46e8-972c-e624767d9199} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9071 2025.03.20 17:10:15.040572 [ 256 ] {a1a71eec-0cf9-46e8-972c-e624767d9199} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9072 2025.03.20 17:10:15.040610 [ 256 ] {a1a71eec-0cf9-46e8-972c-e624767d9199} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
9073 2025.03.20 17:10:15.040986 [ 256 ] {a1a71eec-0cf9-46e8-972c-e624767d9199} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
9074 2025.03.20 17:10:15.041227 [ 256 ] {a1a71eec-0cf9-46e8-972c-e624767d9199} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9075 2025.03.20 17:10:15.041423 [ 256 ] {a1a71eec-0cf9-46e8-972c-e624767d9199} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.001387 sec., 24513.338139870222 rows/sec., 1.66 MiB/sec.
9076 2025.03.20 17:10:15.041504 [ 256 ] {a1a71eec-0cf9-46e8-972c-e624767d9199} <Debug> TCPHandler: Processed in 0.001644428 sec.
9077 2025.03.20 17:10:17.412301 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1242
9078 2025.03.20 17:10:17.415777 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9079 2025.03.20 17:10:17.415841 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
9080 2025.03.20 17:10:17.417328 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
9081 2025.03.20 17:10:17.417644 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9082 2025.03.20 17:10:17.419005 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1242
9083 2025.03.20 17:10:17.753326 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9084 2025.03.20 17:10:17.753635 [ 256 ] {ef7f0a1a-a0b0-4fb5-a1d0-8c37d3aa246b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9085 2025.03.20 17:10:17.753765 [ 256 ] {ef7f0a1a-a0b0-4fb5-a1d0-8c37d3aa246b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9086 2025.03.20 17:10:17.754651 [ 256 ] {ef7f0a1a-a0b0-4fb5-a1d0-8c37d3aa246b} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9087 2025.03.20 17:10:17.754703 [ 256 ] {ef7f0a1a-a0b0-4fb5-a1d0-8c37d3aa246b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
9088 2025.03.20 17:10:17.755159 [ 256 ] {ef7f0a1a-a0b0-4fb5-a1d0-8c37d3aa246b} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
9089 2025.03.20 17:10:17.755418 [ 256 ] {ef7f0a1a-a0b0-4fb5-a1d0-8c37d3aa246b} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9090 2025.03.20 17:10:17.755668 [ 256 ] {ef7f0a1a-a0b0-4fb5-a1d0-8c37d3aa246b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002119 sec., 26427.56016989146 rows/sec., 2.03 MiB/sec.
9091 2025.03.20 17:10:17.755738 [ 256 ] {ef7f0a1a-a0b0-4fb5-a1d0-8c37d3aa246b} <Debug> TCPHandler: Processed in 0.002611587 sec.
9092 2025.03.20 17:10:17.755857 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9093 2025.03.20 17:10:17.755969 [ 256 ] {865ba05d-10bf-439e-aedb-5442a8977802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9094 2025.03.20 17:10:17.756019 [ 256 ] {865ba05d-10bf-439e-aedb-5442a8977802} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9095 2025.03.20 17:10:17.756572 [ 256 ] {865ba05d-10bf-439e-aedb-5442a8977802} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9096 2025.03.20 17:10:17.756614 [ 256 ] {865ba05d-10bf-439e-aedb-5442a8977802} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
9097 2025.03.20 17:10:17.756987 [ 256 ] {865ba05d-10bf-439e-aedb-5442a8977802} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
9098 2025.03.20 17:10:17.757231 [ 256 ] {865ba05d-10bf-439e-aedb-5442a8977802} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9099 2025.03.20 17:10:17.757448 [ 256 ] {865ba05d-10bf-439e-aedb-5442a8977802} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001506 sec., 42496.67994687915 rows/sec., 3.32 MiB/sec.
9100 2025.03.20 17:10:17.757518 [ 256 ] {865ba05d-10bf-439e-aedb-5442a8977802} <Debug> TCPHandler: Processed in 0.001712528 sec.
9101 2025.03.20 17:10:17.757639 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9102 2025.03.20 17:10:17.757792 [ 256 ] {9843efdd-920f-4ceb-8b4e-f7cc3aebc2fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9103 2025.03.20 17:10:17.757846 [ 256 ] {9843efdd-920f-4ceb-8b4e-f7cc3aebc2fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9104 2025.03.20 17:10:17.758335 [ 256 ] {9843efdd-920f-4ceb-8b4e-f7cc3aebc2fe} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9105 2025.03.20 17:10:17.758374 [ 256 ] {9843efdd-920f-4ceb-8b4e-f7cc3aebc2fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
9106 2025.03.20 17:10:17.758755 [ 256 ] {9843efdd-920f-4ceb-8b4e-f7cc3aebc2fe} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
9107 2025.03.20 17:10:17.759007 [ 256 ] {9843efdd-920f-4ceb-8b4e-f7cc3aebc2fe} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9108 2025.03.20 17:10:17.759215 [ 256 ] {9843efdd-920f-4ceb-8b4e-f7cc3aebc2fe} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.00146 sec., 45205.479452054795 rows/sec., 3.15 MiB/sec.
9109 2025.03.20 17:10:17.759267 [ 256 ] {9843efdd-920f-4ceb-8b4e-f7cc3aebc2fe} <Debug> TCPHandler: Processed in 0.001693267 sec.
9110 2025.03.20 17:10:17.759385 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9111 2025.03.20 17:10:17.759489 [ 256 ] {3b2be88d-0e4d-40c0-9fa3-a1765262dd7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9112 2025.03.20 17:10:17.759537 [ 256 ] {3b2be88d-0e4d-40c0-9fa3-a1765262dd7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9113 2025.03.20 17:10:17.759968 [ 256 ] {3b2be88d-0e4d-40c0-9fa3-a1765262dd7e} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9114 2025.03.20 17:10:17.760007 [ 256 ] {3b2be88d-0e4d-40c0-9fa3-a1765262dd7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
9115 2025.03.20 17:10:17.760363 [ 256 ] {3b2be88d-0e4d-40c0-9fa3-a1765262dd7e} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
9116 2025.03.20 17:10:17.760601 [ 256 ] {3b2be88d-0e4d-40c0-9fa3-a1765262dd7e} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9117 2025.03.20 17:10:17.760839 [ 256 ] {3b2be88d-0e4d-40c0-9fa3-a1765262dd7e} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001369 sec., 18991.964937910885 rows/sec., 1.27 MiB/sec.
9118 2025.03.20 17:10:17.760916 [ 256 ] {3b2be88d-0e4d-40c0-9fa3-a1765262dd7e} <Debug> TCPHandler: Processed in 0.001583437 sec.
9119 2025.03.20 17:10:19.794074 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23363
9120 2025.03.20 17:10:19.794737 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9121 2025.03.20 17:10:19.794790 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
9122 2025.03.20 17:10:19.795316 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
9123 2025.03.20 17:10:19.795575 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9124 2025.03.20 17:10:19.795783 [ 153 ] {} <Debug> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
9125 2025.03.20 17:10:19.795844 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23363
9126 2025.03.20 17:10:19.795870 [ 153 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9127 2025.03.20 17:10:19.795901 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
9128 2025.03.20 17:10:19.796066 [ 195 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::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
9129 2025.03.20 17:10:19.796253 [ 195 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9130 2025.03.20 17:10:19.796303 [ 195 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::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
9131 2025.03.20 17:10:19.796396 [ 195 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 427 rows starting from the beginning of the part
9132 2025.03.20 17:10:19.796498 [ 195 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 488 rows starting from the beginning of the part
9133 2025.03.20 17:10:19.796734 [ 195 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 427 rows starting from the beginning of the part
9134 2025.03.20 17:10:19.796901 [ 195 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 488 rows starting from the beginning of the part
9135 2025.03.20 17:10:19.797030 [ 195 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 427 rows starting from the beginning of the part
9136 2025.03.20 17:10:19.799497 [ 196 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23363 rows, containing 4 columns (4 merged, 0 gathered) in 0.003516107 sec., 6644564.570987174 rows/sec., 95.05 MiB/sec.
9137 2025.03.20 17:10:19.799971 [ 194 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
9138 2025.03.20 17:10:19.800350 [ 194 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_51_10} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9139 2025.03.20 17:10:19.800462 [ 194 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_51_10} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
9140 2025.03.20 17:10:19.800594 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB.
9141 2025.03.20 17:10:21.413835 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385
9142 2025.03.20 17:10:21.436602 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9143 2025.03.20 17:10:21.436660 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
9144 2025.03.20 17:10:21.444137 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
9145 2025.03.20 17:10:21.444932 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9146 2025.03.20 17:10:21.445264 [ 131 ] {} <Debug> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
9147 2025.03.20 17:10:21.445334 [ 131 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9148 2025.03.20 17:10:21.445380 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
9149 2025.03.20 17:10:21.445650 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
9150 2025.03.20 17:10:21.454702 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385
9151 2025.03.20 17:10:21.455854 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9152 2025.03.20 17:10:21.456764 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
9153 2025.03.20 17:10:21.461478 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
9154 2025.03.20 17:10:21.466268 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
9155 2025.03.20 17:10:21.471318 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
9156 2025.03.20 17:10:21.476691 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
9157 2025.03.20 17:10:21.481078 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
9158 2025.03.20 17:10:21.548708 [ 196 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.103236188 sec., 3729.3124383864306 rows/sec., 19.28 MiB/sec.
9159 2025.03.20 17:10:21.552329 [ 196 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
9160 2025.03.20 17:10:21.556656 [ 196 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_51_10} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9161 2025.03.20 17:10:21.556804 [ 196 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_51_10} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
9162 2025.03.20 17:10:21.559144 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
9163 2025.03.20 17:10:22.759821 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9164 2025.03.20 17:10:22.760025 [ 256 ] {16bdabac-7f75-4b57-b20a-7e9db866763c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9165 2025.03.20 17:10:22.760105 [ 256 ] {16bdabac-7f75-4b57-b20a-7e9db866763c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9166 2025.03.20 17:10:22.760970 [ 256 ] {16bdabac-7f75-4b57-b20a-7e9db866763c} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9167 2025.03.20 17:10:22.761027 [ 256 ] {16bdabac-7f75-4b57-b20a-7e9db866763c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
9168 2025.03.20 17:10:22.761507 [ 256 ] {16bdabac-7f75-4b57-b20a-7e9db866763c} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
9169 2025.03.20 17:10:22.761773 [ 256 ] {16bdabac-7f75-4b57-b20a-7e9db866763c} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9170 2025.03.20 17:10:22.762036 [ 256 ] {16bdabac-7f75-4b57-b20a-7e9db866763c} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002066 sec., 53242.98160696999 rows/sec., 4.47 MiB/sec.
9171 2025.03.20 17:10:22.762107 [ 256 ] {16bdabac-7f75-4b57-b20a-7e9db866763c} <Debug> TCPHandler: Processed in 0.002426655 sec.
9172 2025.03.20 17:10:22.762236 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9173 2025.03.20 17:10:22.762351 [ 256 ] {e3bee9a4-dd58-4ae4-9a08-fea0f17faa59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9174 2025.03.20 17:10:22.762401 [ 256 ] {e3bee9a4-dd58-4ae4-9a08-fea0f17faa59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9175 2025.03.20 17:10:22.762953 [ 256 ] {e3bee9a4-dd58-4ae4-9a08-fea0f17faa59} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9176 2025.03.20 17:10:22.762995 [ 256 ] {e3bee9a4-dd58-4ae4-9a08-fea0f17faa59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
9177 2025.03.20 17:10:22.763367 [ 256 ] {e3bee9a4-dd58-4ae4-9a08-fea0f17faa59} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
9178 2025.03.20 17:10:22.763628 [ 256 ] {e3bee9a4-dd58-4ae4-9a08-fea0f17faa59} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9179 2025.03.20 17:10:22.763843 [ 256 ] {e3bee9a4-dd58-4ae4-9a08-fea0f17faa59} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.00152 sec., 17763.15789473684 rows/sec., 1.30 MiB/sec.
9180 2025.03.20 17:10:22.763908 [ 256 ] {e3bee9a4-dd58-4ae4-9a08-fea0f17faa59} <Debug> TCPHandler: Processed in 0.001726308 sec.
9181 2025.03.20 17:10:22.764022 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9182 2025.03.20 17:10:22.764126 [ 256 ] {ce68b949-2dcc-4597-b62a-c16eead8edfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9183 2025.03.20 17:10:22.764172 [ 256 ] {ce68b949-2dcc-4597-b62a-c16eead8edfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9184 2025.03.20 17:10:22.764734 [ 256 ] {ce68b949-2dcc-4597-b62a-c16eead8edfe} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9185 2025.03.20 17:10:22.764775 [ 256 ] {ce68b949-2dcc-4597-b62a-c16eead8edfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
9186 2025.03.20 17:10:22.765146 [ 256 ] {ce68b949-2dcc-4597-b62a-c16eead8edfe} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
9187 2025.03.20 17:10:22.765391 [ 256 ] {ce68b949-2dcc-4597-b62a-c16eead8edfe} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9188 2025.03.20 17:10:22.765604 [ 256 ] {ce68b949-2dcc-4597-b62a-c16eead8edfe} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001499 sec., 60707.13809206138 rows/sec., 4.74 MiB/sec.
9189 2025.03.20 17:10:22.765657 [ 256 ] {ce68b949-2dcc-4597-b62a-c16eead8edfe} <Debug> TCPHandler: Processed in 0.001685997 sec.
9190 2025.03.20 17:10:22.765776 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9191 2025.03.20 17:10:22.765882 [ 256 ] {9202ced9-1ea3-491d-a07c-28872459da37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9192 2025.03.20 17:10:22.765934 [ 256 ] {9202ced9-1ea3-491d-a07c-28872459da37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9193 2025.03.20 17:10:22.766478 [ 256 ] {9202ced9-1ea3-491d-a07c-28872459da37} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9194 2025.03.20 17:10:22.766517 [ 256 ] {9202ced9-1ea3-491d-a07c-28872459da37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
9195 2025.03.20 17:10:22.766919 [ 256 ] {9202ced9-1ea3-491d-a07c-28872459da37} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
9196 2025.03.20 17:10:22.767165 [ 256 ] {9202ced9-1ea3-491d-a07c-28872459da37} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9197 2025.03.20 17:10:22.767401 [ 256 ] {9202ced9-1ea3-491d-a07c-28872459da37} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001532 sec., 104438.64229765013 rows/sec., 7.27 MiB/sec.
9198 2025.03.20 17:10:22.767494 [ 256 ] {9202ced9-1ea3-491d-a07c-28872459da37} <Debug> TCPHandler: Processed in 0.001769828 sec.
9199 2025.03.20 17:10:22.767641 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9200 2025.03.20 17:10:22.767934 [ 256 ] {6e1f3274-6bf4-4d07-97f9-24f398bf6666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9201 2025.03.20 17:10:22.768170 [ 256 ] {6e1f3274-6bf4-4d07-97f9-24f398bf6666} <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
9202 2025.03.20 17:10:22.769333 [ 256 ] {6e1f3274-6bf4-4d07-97f9-24f398bf6666} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9203 2025.03.20 17:10:22.769370 [ 256 ] {6e1f3274-6bf4-4d07-97f9-24f398bf6666} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
9204 2025.03.20 17:10:22.770076 [ 256 ] {6e1f3274-6bf4-4d07-97f9-24f398bf6666} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
9205 2025.03.20 17:10:22.770357 [ 256 ] {6e1f3274-6bf4-4d07-97f9-24f398bf6666} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9206 2025.03.20 17:10:22.770620 [ 256 ] {6e1f3274-6bf4-4d07-97f9-24f398bf6666} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002791 sec., 9673.951988534574 rows/sec., 17.34 MiB/sec.
9207 2025.03.20 17:10:22.770716 [ 256 ] {6e1f3274-6bf4-4d07-97f9-24f398bf6666} <Debug> TCPHandler: Processed in 0.003152283 sec.
9208 2025.03.20 17:10:22.770858 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9209 2025.03.20 17:10:22.770965 [ 256 ] {22c24a83-ffa8-4204-9aec-543f59131b62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9210 2025.03.20 17:10:22.771015 [ 256 ] {22c24a83-ffa8-4204-9aec-543f59131b62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9211 2025.03.20 17:10:22.771471 [ 256 ] {22c24a83-ffa8-4204-9aec-543f59131b62} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9212 2025.03.20 17:10:22.771510 [ 256 ] {22c24a83-ffa8-4204-9aec-543f59131b62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.56 GiB.
9213 2025.03.20 17:10:22.771888 [ 256 ] {22c24a83-ffa8-4204-9aec-543f59131b62} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
9214 2025.03.20 17:10:22.772139 [ 256 ] {22c24a83-ffa8-4204-9aec-543f59131b62} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9215 2025.03.20 17:10:22.772355 [ 256 ] {22c24a83-ffa8-4204-9aec-543f59131b62} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001412 sec., 42492.91784702549 rows/sec., 2.86 MiB/sec.
9216 2025.03.20 17:10:22.772406 [ 256 ] {22c24a83-ffa8-4204-9aec-543f59131b62} <Debug> TCPHandler: Processed in 0.001599197 sec.
9217 2025.03.20 17:10:27.105467 [ 149 ] {} <Debug> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
9218 2025.03.20 17:10:27.105605 [ 149 ] {} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9219 2025.03.20 17:10:27.105650 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9220 2025.03.20 17:10:27.105997 [ 191 ] {fd481411-b68c-44af-8dc7-12d8536bb892::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
9221 2025.03.20 17:10:27.106317 [ 191 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9222 2025.03.20 17:10:27.106395 [ 191 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 253 rows starting from the beginning of the part
9223 2025.03.20 17:10:27.106540 [ 191 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 252 rows starting from the beginning of the part
9224 2025.03.20 17:10:27.106634 [ 191 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 252 rows starting from the beginning of the part
9225 2025.03.20 17:10:27.106882 [ 191 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 252 rows starting from the beginning of the part
9226 2025.03.20 17:10:27.107032 [ 191 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 252 rows starting from the beginning of the part
9227 2025.03.20 17:10:27.108184 [ 192 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1261 rows, containing 5 columns (5 merged, 0 gathered) in 0.002400865 sec., 525227.3659701817 rows/sec., 38.33 MiB/sec.
9228 2025.03.20 17:10:27.108357 [ 187 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
9229 2025.03.20 17:10:27.108645 [ 187 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_13_3} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9230 2025.03.20 17:10:27.108727 [ 187 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_13_3} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
9231 2025.03.20 17:10:27.108804 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB.
9232 2025.03.20 17:10:27.129475 [ 149 ] {} <Debug> DNSResolver: Updating DNS cache
9233 2025.03.20 17:10:27.129542 [ 149 ] {} <Debug> DNSResolver: Updated DNS cache
9234 2025.03.20 17:10:27.296090 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23851
9235 2025.03.20 17:10:27.296857 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9236 2025.03.20 17:10:27.296908 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9237 2025.03.20 17:10:27.297445 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
9238 2025.03.20 17:10:27.297687 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9239 2025.03.20 17:10:27.297912 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851
9240 2025.03.20 17:10:27.419405 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1262
9241 2025.03.20 17:10:27.423413 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9242 2025.03.20 17:10:27.423467 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9243 2025.03.20 17:10:27.424903 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
9244 2025.03.20 17:10:27.425219 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9245 2025.03.20 17:10:27.425848 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1262
9246 2025.03.20 17:10:27.759243 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9247 2025.03.20 17:10:27.759467 [ 256 ] {391644fd-15ef-4c0c-bef9-592f8e348f8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9248 2025.03.20 17:10:27.759554 [ 256 ] {391644fd-15ef-4c0c-bef9-592f8e348f8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9249 2025.03.20 17:10:27.760477 [ 256 ] {391644fd-15ef-4c0c-bef9-592f8e348f8b} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9250 2025.03.20 17:10:27.760532 [ 256 ] {391644fd-15ef-4c0c-bef9-592f8e348f8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9251 2025.03.20 17:10:27.760990 [ 256 ] {391644fd-15ef-4c0c-bef9-592f8e348f8b} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
9252 2025.03.20 17:10:27.761266 [ 256 ] {391644fd-15ef-4c0c-bef9-592f8e348f8b} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9253 2025.03.20 17:10:27.761507 [ 256 ] {391644fd-15ef-4c0c-bef9-592f8e348f8b} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.0021 sec., 38095.2380952381 rows/sec., 3.15 MiB/sec.
9254 2025.03.20 17:10:27.761578 [ 256 ] {391644fd-15ef-4c0c-bef9-592f8e348f8b} <Debug> TCPHandler: Processed in 0.002486475 sec.
9255 2025.03.20 17:10:27.761710 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9256 2025.03.20 17:10:27.761825 [ 256 ] {66c3dc11-5838-40f3-bcbe-bccc7c387813} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9257 2025.03.20 17:10:27.761876 [ 256 ] {66c3dc11-5838-40f3-bcbe-bccc7c387813} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9258 2025.03.20 17:10:27.762422 [ 256 ] {66c3dc11-5838-40f3-bcbe-bccc7c387813} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9259 2025.03.20 17:10:27.762465 [ 256 ] {66c3dc11-5838-40f3-bcbe-bccc7c387813} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9260 2025.03.20 17:10:27.762828 [ 256 ] {66c3dc11-5838-40f3-bcbe-bccc7c387813} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
9261 2025.03.20 17:10:27.763075 [ 256 ] {66c3dc11-5838-40f3-bcbe-bccc7c387813} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9262 2025.03.20 17:10:27.763305 [ 256 ] {66c3dc11-5838-40f3-bcbe-bccc7c387813} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001507 sec., 7962.8400796284 rows/sec., 598.77 KiB/sec.
9263 2025.03.20 17:10:27.763357 [ 256 ] {66c3dc11-5838-40f3-bcbe-bccc7c387813} <Debug> TCPHandler: Processed in 0.001704198 sec.
9264 2025.03.20 17:10:27.763465 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9265 2025.03.20 17:10:27.763567 [ 256 ] {cd027016-accc-4f54-a87b-cf1a90b80b24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9266 2025.03.20 17:10:27.763612 [ 256 ] {cd027016-accc-4f54-a87b-cf1a90b80b24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9267 2025.03.20 17:10:27.764162 [ 256 ] {cd027016-accc-4f54-a87b-cf1a90b80b24} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9268 2025.03.20 17:10:27.764202 [ 256 ] {cd027016-accc-4f54-a87b-cf1a90b80b24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9269 2025.03.20 17:10:27.764575 [ 256 ] {cd027016-accc-4f54-a87b-cf1a90b80b24} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
9270 2025.03.20 17:10:27.764817 [ 256 ] {cd027016-accc-4f54-a87b-cf1a90b80b24} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9271 2025.03.20 17:10:27.765027 [ 256 ] {cd027016-accc-4f54-a87b-cf1a90b80b24} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.00148 sec., 51351.35135135135 rows/sec., 4.01 MiB/sec.
9272 2025.03.20 17:10:27.765079 [ 256 ] {cd027016-accc-4f54-a87b-cf1a90b80b24} <Debug> TCPHandler: Processed in 0.001665807 sec.
9273 2025.03.20 17:10:27.765251 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9274 2025.03.20 17:10:27.765357 [ 256 ] {f95c6e9c-7d1a-49ec-9b13-8cdc697b40d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9275 2025.03.20 17:10:27.765405 [ 256 ] {f95c6e9c-7d1a-49ec-9b13-8cdc697b40d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9276 2025.03.20 17:10:27.765938 [ 256 ] {f95c6e9c-7d1a-49ec-9b13-8cdc697b40d8} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9277 2025.03.20 17:10:27.765976 [ 256 ] {f95c6e9c-7d1a-49ec-9b13-8cdc697b40d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9278 2025.03.20 17:10:27.766366 [ 256 ] {f95c6e9c-7d1a-49ec-9b13-8cdc697b40d8} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
9279 2025.03.20 17:10:27.766605 [ 256 ] {f95c6e9c-7d1a-49ec-9b13-8cdc697b40d8} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9280 2025.03.20 17:10:27.766815 [ 256 ] {f95c6e9c-7d1a-49ec-9b13-8cdc697b40d8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001479 sec., 108181.20351588911 rows/sec., 7.53 MiB/sec.
9281 2025.03.20 17:10:27.766866 [ 256 ] {f95c6e9c-7d1a-49ec-9b13-8cdc697b40d8} <Debug> TCPHandler: Processed in 0.001665378 sec.
9282 2025.03.20 17:10:27.766971 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9283 2025.03.20 17:10:27.767074 [ 256 ] {8191cd6c-8a07-4831-a8f3-c87806397994} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9284 2025.03.20 17:10:27.767139 [ 256 ] {8191cd6c-8a07-4831-a8f3-c87806397994} <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
9285 2025.03.20 17:10:27.768225 [ 256 ] {8191cd6c-8a07-4831-a8f3-c87806397994} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9286 2025.03.20 17:10:27.768265 [ 256 ] {8191cd6c-8a07-4831-a8f3-c87806397994} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9287 2025.03.20 17:10:27.768899 [ 256 ] {8191cd6c-8a07-4831-a8f3-c87806397994} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
9288 2025.03.20 17:10:27.769158 [ 256 ] {8191cd6c-8a07-4831-a8f3-c87806397994} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9289 2025.03.20 17:10:27.769460 [ 256 ] {8191cd6c-8a07-4831-a8f3-c87806397994} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002398 sec., 5004.170141784821 rows/sec., 8.97 MiB/sec.
9290 2025.03.20 17:10:27.769675 [ 256 ] {8191cd6c-8a07-4831-a8f3-c87806397994} <Debug> TCPHandler: Processed in 0.002753179 sec.
9291 2025.03.20 17:10:27.769877 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9292 2025.03.20 17:10:27.770204 [ 256 ] {b79de24a-26c2-4a32-9cdf-ca5ffc21edbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9293 2025.03.20 17:10:27.770322 [ 256 ] {b79de24a-26c2-4a32-9cdf-ca5ffc21edbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9294 2025.03.20 17:10:27.770783 [ 256 ] {b79de24a-26c2-4a32-9cdf-ca5ffc21edbb} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9295 2025.03.20 17:10:27.770822 [ 256 ] {b79de24a-26c2-4a32-9cdf-ca5ffc21edbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9296 2025.03.20 17:10:27.771191 [ 256 ] {b79de24a-26c2-4a32-9cdf-ca5ffc21edbb} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
9297 2025.03.20 17:10:27.771432 [ 256 ] {b79de24a-26c2-4a32-9cdf-ca5ffc21edbb} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9298 2025.03.20 17:10:27.771644 [ 256 ] {b79de24a-26c2-4a32-9cdf-ca5ffc21edbb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001571 sec., 38192.234245703374 rows/sec., 2.57 MiB/sec.
9299 2025.03.20 17:10:27.771694 [ 256 ] {b79de24a-26c2-4a32-9cdf-ca5ffc21edbb} <Debug> TCPHandler: Processed in 0.00192359 sec.
9300 2025.03.20 17:10:28.954910 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392
9301 2025.03.20 17:10:28.975549 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9302 2025.03.20 17:10:28.975599 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9303 2025.03.20 17:10:28.982590 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
9304 2025.03.20 17:10:28.983376 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9305 2025.03.20 17:10:28.986961 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392
9306 2025.03.20 17:10:32.758993 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9307 2025.03.20 17:10:32.759207 [ 256 ] {c52f2b3c-3bac-47d0-8556-eeabfdc0fe97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9308 2025.03.20 17:10:32.759285 [ 256 ] {c52f2b3c-3bac-47d0-8556-eeabfdc0fe97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9309 2025.03.20 17:10:32.760141 [ 256 ] {c52f2b3c-3bac-47d0-8556-eeabfdc0fe97} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9310 2025.03.20 17:10:32.760190 [ 256 ] {c52f2b3c-3bac-47d0-8556-eeabfdc0fe97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9311 2025.03.20 17:10:32.760640 [ 256 ] {c52f2b3c-3bac-47d0-8556-eeabfdc0fe97} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
9312 2025.03.20 17:10:32.760901 [ 256 ] {c52f2b3c-3bac-47d0-8556-eeabfdc0fe97} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9313 2025.03.20 17:10:32.761073 [ 145 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
9314 2025.03.20 17:10:32.761117 [ 145 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9315 2025.03.20 17:10:32.761123 [ 256 ] {c52f2b3c-3bac-47d0-8556-eeabfdc0fe97} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.001974 sec., 55724.417426545086 rows/sec., 4.68 MiB/sec.
9316 2025.03.20 17:10:32.761140 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9317 2025.03.20 17:10:32.761238 [ 256 ] {c52f2b3c-3bac-47d0-8556-eeabfdc0fe97} <Debug> TCPHandler: Processed in 0.002382755 sec.
9318 2025.03.20 17:10:32.761410 [ 199 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::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
9319 2025.03.20 17:10:32.761440 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9320 2025.03.20 17:10:32.761677 [ 256 ] {ca33f728-bba7-4ae7-83ab-3864e14f0d06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9321 2025.03.20 17:10:32.761718 [ 199 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9322 2025.03.20 17:10:32.761770 [ 256 ] {ca33f728-bba7-4ae7-83ab-3864e14f0d06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9323 2025.03.20 17:10:32.761797 [ 199 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1404 rows starting from the beginning of the part
9324 2025.03.20 17:10:32.762196 [ 199 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 1347 rows starting from the beginning of the part
9325 2025.03.20 17:10:32.762577 [ 199 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 56 rows starting from the beginning of the part
9326 2025.03.20 17:10:32.762942 [ 199 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 110 rows starting from the beginning of the part
9327 2025.03.20 17:10:32.763346 [ 199 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 80 rows starting from the beginning of the part
9328 2025.03.20 17:10:32.763568 [ 199 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 110 rows starting from the beginning of the part
9329 2025.03.20 17:10:32.764450 [ 256 ] {ca33f728-bba7-4ae7-83ab-3864e14f0d06} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9330 2025.03.20 17:10:32.764516 [ 256 ] {ca33f728-bba7-4ae7-83ab-3864e14f0d06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9331 2025.03.20 17:10:32.765589 [ 256 ] {ca33f728-bba7-4ae7-83ab-3864e14f0d06} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9332 2025.03.20 17:10:32.766218 [ 256 ] {ca33f728-bba7-4ae7-83ab-3864e14f0d06} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9333 2025.03.20 17:10:32.766443 [ 145 ] {} <Debug> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9334 2025.03.20 17:10:32.766486 [ 145 ] {} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9335 2025.03.20 17:10:32.766511 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9336 2025.03.20 17:10:32.766540 [ 256 ] {ca33f728-bba7-4ae7-83ab-3864e14f0d06} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.004948 sec., 5456.750202101859 rows/sec., 410.32 KiB/sec.
9337 2025.03.20 17:10:32.766812 [ 256 ] {ca33f728-bba7-4ae7-83ab-3864e14f0d06} <Debug> TCPHandler: Processed in 0.005429306 sec.
9338 2025.03.20 17:10:32.766843 [ 187 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::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
9339 2025.03.20 17:10:32.767119 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9340 2025.03.20 17:10:32.767244 [ 187 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9341 2025.03.20 17:10:32.767371 [ 187 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 69 rows starting from the beginning of the part
9342 2025.03.20 17:10:32.767690 [ 256 ] {7fce4636-7462-402d-b510-bf27631eb462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9343 2025.03.20 17:10:32.767899 [ 256 ] {7fce4636-7462-402d-b510-bf27631eb462} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9344 2025.03.20 17:10:32.767939 [ 187 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 27 rows starting from the beginning of the part
9345 2025.03.20 17:10:32.767930 [ 199 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3107 rows, containing 5 columns (5 merged, 0 gathered) in 0.00666834 sec., 465933.05080424814 rows/sec., 40.74 MiB/sec.
9346 2025.03.20 17:10:32.768444 [ 187 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 38 rows starting from the beginning of the part
9347 2025.03.20 17:10:32.768447 [ 199 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
9348 2025.03.20 17:10:32.768903 [ 187 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 27 rows starting from the beginning of the part
9349 2025.03.20 17:10:32.769307 [ 187 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 12 rows starting from the beginning of the part
9350 2025.03.20 17:10:32.769868 [ 187 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 27 rows starting from the beginning of the part
9351 2025.03.20 17:10:32.769900 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_91_18} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9352 2025.03.20 17:10:32.770501 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_91_18} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
9353 2025.03.20 17:10:32.770806 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
9354 2025.03.20 17:10:32.771688 [ 256 ] {7fce4636-7462-402d-b510-bf27631eb462} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9355 2025.03.20 17:10:32.771758 [ 256 ] {7fce4636-7462-402d-b510-bf27631eb462} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9356 2025.03.20 17:10:32.772844 [ 256 ] {7fce4636-7462-402d-b510-bf27631eb462} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
9357 2025.03.20 17:10:32.773022 [ 186 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 200 rows, containing 5 columns (5 merged, 0 gathered) in 0.006405277 sec., 31224.254626302656 rows/sec., 2.40 MiB/sec.
9358 2025.03.20 17:10:32.773276 [ 186 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9359 2025.03.20 17:10:32.773364 [ 256 ] {7fce4636-7462-402d-b510-bf27631eb462} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9360 2025.03.20 17:10:32.773731 [ 143 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
9361 2025.03.20 17:10:32.773866 [ 143 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9362 2025.03.20 17:10:32.773937 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9363 2025.03.20 17:10:32.774044 [ 186 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_71_14} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9364 2025.03.20 17:10:32.774043 [ 256 ] {7fce4636-7462-402d-b510-bf27631eb462} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.006534 sec., 13927.150290786654 rows/sec., 1.09 MiB/sec.
9365 2025.03.20 17:10:32.774350 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::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
9366 2025.03.20 17:10:32.774444 [ 186 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_71_14} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9367 2025.03.20 17:10:32.774460 [ 256 ] {7fce4636-7462-402d-b510-bf27631eb462} <Debug> TCPHandler: Processed in 0.007489768 sec.
9368 2025.03.20 17:10:32.774720 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
9369 2025.03.20 17:10:32.774813 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9370 2025.03.20 17:10:32.774861 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 631 rows starting from the beginning of the part
9371 2025.03.20 17:10:32.774870 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9372 2025.03.20 17:10:32.775126 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 582 rows starting from the beginning of the part
9373 2025.03.20 17:10:32.775194 [ 256 ] {96e62300-011b-49f4-b980-0f75d41f484c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9374 2025.03.20 17:10:32.775388 [ 256 ] {96e62300-011b-49f4-b980-0f75d41f484c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9375 2025.03.20 17:10:32.775534 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 64 rows starting from the beginning of the part
9376 2025.03.20 17:10:32.775844 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 91 rows starting from the beginning of the part
9377 2025.03.20 17:10:32.776279 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 76 rows starting from the beginning of the part
9378 2025.03.20 17:10:32.776665 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 91 rows starting from the beginning of the part
9379 2025.03.20 17:10:32.778071 [ 256 ] {96e62300-011b-49f4-b980-0f75d41f484c} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9380 2025.03.20 17:10:32.778146 [ 256 ] {96e62300-011b-49f4-b980-0f75d41f484c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9381 2025.03.20 17:10:32.779252 [ 256 ] {96e62300-011b-49f4-b980-0f75d41f484c} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
9382 2025.03.20 17:10:32.779811 [ 256 ] {96e62300-011b-49f4-b980-0f75d41f484c} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9383 2025.03.20 17:10:32.779887 [ 188 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1535 rows, containing 5 columns (5 merged, 0 gathered) in 0.005796831 sec., 264799.85357516893 rows/sec., 21.09 MiB/sec.
9384 2025.03.20 17:10:32.780083 [ 143 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
9385 2025.03.20 17:10:32.780188 [ 143 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9386 2025.03.20 17:10:32.780222 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9387 2025.03.20 17:10:32.780288 [ 256 ] {96e62300-011b-49f4-b980-0f75d41f484c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005168 sec., 30959.752321981425 rows/sec., 2.16 MiB/sec.
9388 2025.03.20 17:10:32.780305 [ 188 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
9389 2025.03.20 17:10:32.780688 [ 256 ] {96e62300-011b-49f4-b980-0f75d41f484c} <Debug> TCPHandler: Processed in 0.005937462 sec.
9390 2025.03.20 17:10:32.780705 [ 200 ] {9491680f-0456-456d-800a-d47875b75c20::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
9391 2025.03.20 17:10:32.780990 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9392 2025.03.20 17:10:32.781061 [ 200 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9393 2025.03.20 17:10:32.781187 [ 200 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_86_17, total 22724 rows starting from the beginning of the part
9394 2025.03.20 17:10:32.781243 [ 188 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_91_18} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9395 2025.03.20 17:10:32.781328 [ 256 ] {46db6b40-e7c7-48ae-8963-4b79990766cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9396 2025.03.20 17:10:32.781629 [ 200 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 983 rows starting from the beginning of the part
9397 2025.03.20 17:10:32.781712 [ 188 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_91_18} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
9398 2025.03.20 17:10:32.782115 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
9399 2025.03.20 17:10:32.782140 [ 200 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 66 rows starting from the beginning of the part
9400 2025.03.20 17:10:32.782318 [ 256 ] {46db6b40-e7c7-48ae-8963-4b79990766cd} <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
9401 2025.03.20 17:10:32.782494 [ 200 ] {9491680f-0456-456d-800a-d47875b75c20::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
9402 2025.03.20 17:10:32.782795 [ 200 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part
9403 2025.03.20 17:10:32.783181 [ 200 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 160 rows starting from the beginning of the part
9404 2025.03.20 17:10:32.786165 [ 256 ] {46db6b40-e7c7-48ae-8963-4b79990766cd} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9405 2025.03.20 17:10:32.786233 [ 256 ] {46db6b40-e7c7-48ae-8963-4b79990766cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9406 2025.03.20 17:10:32.788114 [ 256 ] {46db6b40-e7c7-48ae-8963-4b79990766cd} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
9407 2025.03.20 17:10:32.788667 [ 256 ] {46db6b40-e7c7-48ae-8963-4b79990766cd} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9408 2025.03.20 17:10:32.789209 [ 256 ] {46db6b40-e7c7-48ae-8963-4b79990766cd} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.008011 sec., 3370.3657470977405 rows/sec., 6.04 MiB/sec.
9409 2025.03.20 17:10:32.789343 [ 256 ] {46db6b40-e7c7-48ae-8963-4b79990766cd} <Debug> TCPHandler: Processed in 0.008461228 sec.
9410 2025.03.20 17:10:32.789476 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9411 2025.03.20 17:10:32.789685 [ 256 ] {c9a7b213-e827-482d-91f3-44802c132824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9412 2025.03.20 17:10:32.789739 [ 256 ] {c9a7b213-e827-482d-91f3-44802c132824} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9413 2025.03.20 17:10:32.790237 [ 256 ] {c9a7b213-e827-482d-91f3-44802c132824} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9414 2025.03.20 17:10:32.790274 [ 256 ] {c9a7b213-e827-482d-91f3-44802c132824} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9415 2025.03.20 17:10:32.790849 [ 256 ] {c9a7b213-e827-482d-91f3-44802c132824} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
9416 2025.03.20 17:10:32.791358 [ 256 ] {c9a7b213-e827-482d-91f3-44802c132824} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9417 2025.03.20 17:10:32.791532 [ 143 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
9418 2025.03.20 17:10:32.791671 [ 143 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9419 2025.03.20 17:10:32.791714 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9420 2025.03.20 17:10:32.791870 [ 256 ] {c9a7b213-e827-482d-91f3-44802c132824} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00216 sec., 27777.777777777777 rows/sec., 1.87 MiB/sec.
9421 2025.03.20 17:10:32.792088 [ 256 ] {c9a7b213-e827-482d-91f3-44802c132824} <Debug> TCPHandler: Processed in 0.002659098 sec.
9422 2025.03.20 17:10:32.792082 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
9423 2025.03.20 17:10:32.792255 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9424 2025.03.20 17:10:32.792289 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 4314 rows starting from the beginning of the part
9425 2025.03.20 17:10:32.792416 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 34 rows starting from the beginning of the part
9426 2025.03.20 17:10:32.792629 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 26 rows starting from the beginning of the part
9427 2025.03.20 17:10:32.792854 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
9428 2025.03.20 17:10:32.793178 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part
9429 2025.03.20 17:10:32.793615 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part
9430 2025.03.20 17:10:32.793980 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24253 rows, containing 5 columns (5 merged, 0 gathered) in 0.013621732 sec., 1780463.7471945565 rows/sec., 122.04 MiB/sec.
9431 2025.03.20 17:10:32.794549 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
9432 2025.03.20 17:10:32.795210 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9433 2025.03.20 17:10:32.795427 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
9434 2025.03.20 17:10:32.795568 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB.
9435 2025.03.20 17:10:32.796199 [ 189 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4554 rows, containing 4 columns (4 merged, 0 gathered) in 0.004333755 sec., 1050820.823973667 rows/sec., 70.78 MiB/sec.
9436 2025.03.20 17:10:32.796627 [ 189 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
9437 2025.03.20 17:10:32.796925 [ 189 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_91_18} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9438 2025.03.20 17:10:32.797010 [ 189 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_91_18} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
9439 2025.03.20 17:10:32.797095 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB.
9440 2025.03.20 17:10:33.000187 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 231.01 MiB, peak 243.20 MiB, free memory in arenas 0.00 B, will set to 232.54 MiB (RSS), difference: 1.54 MiB
9441 2025.03.20 17:10:34.798234 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24278
9442 2025.03.20 17:10:34.798969 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9443 2025.03.20 17:10:34.799022 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9444 2025.03.20 17:10:34.799594 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
9445 2025.03.20 17:10:34.799851 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9446 2025.03.20 17:10:34.800087 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24278
9447 2025.03.20 17:10:36.487176 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400
9448 2025.03.20 17:10:36.507503 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9449 2025.03.20 17:10:36.507571 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9450 2025.03.20 17:10:36.515056 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
9451 2025.03.20 17:10:36.515920 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9452 2025.03.20 17:10:36.519673 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400
9453 2025.03.20 17:10:37.426183 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1286
9454 2025.03.20 17:10:37.429050 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9455 2025.03.20 17:10:37.429099 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9456 2025.03.20 17:10:37.430538 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
9457 2025.03.20 17:10:37.430850 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9458 2025.03.20 17:10:37.432481 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1286
9459 2025.03.20 17:10:37.758954 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9460 2025.03.20 17:10:37.759269 [ 256 ] {d7159624-5369-4ca2-869f-1310fc946659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9461 2025.03.20 17:10:37.759390 [ 256 ] {d7159624-5369-4ca2-869f-1310fc946659} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9462 2025.03.20 17:10:37.760317 [ 256 ] {d7159624-5369-4ca2-869f-1310fc946659} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9463 2025.03.20 17:10:37.760363 [ 256 ] {d7159624-5369-4ca2-869f-1310fc946659} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9464 2025.03.20 17:10:37.760825 [ 256 ] {d7159624-5369-4ca2-869f-1310fc946659} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
9465 2025.03.20 17:10:37.761114 [ 256 ] {d7159624-5369-4ca2-869f-1310fc946659} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9466 2025.03.20 17:10:37.761369 [ 256 ] {d7159624-5369-4ca2-869f-1310fc946659} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.002176 sec., 36764.705882352944 rows/sec., 3.04 MiB/sec.
9467 2025.03.20 17:10:37.761489 [ 256 ] {d7159624-5369-4ca2-869f-1310fc946659} <Debug> TCPHandler: Processed in 0.002731738 sec.
9468 2025.03.20 17:10:37.761679 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9469 2025.03.20 17:10:37.762005 [ 256 ] {d04e04c7-34d6-4699-85b5-11df51c0d603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9470 2025.03.20 17:10:37.762146 [ 256 ] {d04e04c7-34d6-4699-85b5-11df51c0d603} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9471 2025.03.20 17:10:37.763101 [ 256 ] {d04e04c7-34d6-4699-85b5-11df51c0d603} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9472 2025.03.20 17:10:37.763142 [ 256 ] {d04e04c7-34d6-4699-85b5-11df51c0d603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9473 2025.03.20 17:10:37.763523 [ 256 ] {d04e04c7-34d6-4699-85b5-11df51c0d603} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9474 2025.03.20 17:10:37.763766 [ 256 ] {d04e04c7-34d6-4699-85b5-11df51c0d603} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9475 2025.03.20 17:10:37.763998 [ 256 ] {d04e04c7-34d6-4699-85b5-11df51c0d603} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.002111 sec., 5684.509711037423 rows/sec., 427.45 KiB/sec.
9476 2025.03.20 17:10:37.764067 [ 256 ] {d04e04c7-34d6-4699-85b5-11df51c0d603} <Debug> TCPHandler: Processed in 0.002497736 sec.
9477 2025.03.20 17:10:37.764323 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9478 2025.03.20 17:10:37.764461 [ 256 ] {abd30309-53ea-4687-b258-fd189e6bfb36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9479 2025.03.20 17:10:37.764510 [ 256 ] {abd30309-53ea-4687-b258-fd189e6bfb36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9480 2025.03.20 17:10:37.765064 [ 256 ] {abd30309-53ea-4687-b258-fd189e6bfb36} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9481 2025.03.20 17:10:37.765103 [ 256 ] {abd30309-53ea-4687-b258-fd189e6bfb36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9482 2025.03.20 17:10:37.765474 [ 256 ] {abd30309-53ea-4687-b258-fd189e6bfb36} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
9483 2025.03.20 17:10:37.765719 [ 256 ] {abd30309-53ea-4687-b258-fd189e6bfb36} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9484 2025.03.20 17:10:37.765934 [ 256 ] {abd30309-53ea-4687-b258-fd189e6bfb36} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001499 sec., 50700.46697798533 rows/sec., 3.96 MiB/sec.
9485 2025.03.20 17:10:37.765986 [ 256 ] {abd30309-53ea-4687-b258-fd189e6bfb36} <Debug> TCPHandler: Processed in 0.001767639 sec.
9486 2025.03.20 17:10:37.766098 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9487 2025.03.20 17:10:37.766204 [ 256 ] {8e26751f-54df-4b7c-8564-9788a9a51b89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9488 2025.03.20 17:10:37.766254 [ 256 ] {8e26751f-54df-4b7c-8564-9788a9a51b89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9489 2025.03.20 17:10:37.766768 [ 256 ] {8e26751f-54df-4b7c-8564-9788a9a51b89} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9490 2025.03.20 17:10:37.766807 [ 256 ] {8e26751f-54df-4b7c-8564-9788a9a51b89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9491 2025.03.20 17:10:37.767199 [ 256 ] {8e26751f-54df-4b7c-8564-9788a9a51b89} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
9492 2025.03.20 17:10:37.767441 [ 256 ] {8e26751f-54df-4b7c-8564-9788a9a51b89} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9493 2025.03.20 17:10:37.767664 [ 256 ] {8e26751f-54df-4b7c-8564-9788a9a51b89} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001481 sec., 108035.11141120865 rows/sec., 7.52 MiB/sec.
9494 2025.03.20 17:10:37.767730 [ 256 ] {8e26751f-54df-4b7c-8564-9788a9a51b89} <Debug> TCPHandler: Processed in 0.001684988 sec.
9495 2025.03.20 17:10:37.767848 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9496 2025.03.20 17:10:37.768009 [ 256 ] {b080fd9e-41cc-4751-8946-7dc5490db3f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9497 2025.03.20 17:10:37.768088 [ 256 ] {b080fd9e-41cc-4751-8946-7dc5490db3f5} <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
9498 2025.03.20 17:10:37.769169 [ 256 ] {b080fd9e-41cc-4751-8946-7dc5490db3f5} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9499 2025.03.20 17:10:37.769207 [ 256 ] {b080fd9e-41cc-4751-8946-7dc5490db3f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9500 2025.03.20 17:10:37.769847 [ 256 ] {b080fd9e-41cc-4751-8946-7dc5490db3f5} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9501 2025.03.20 17:10:37.770105 [ 256 ] {b080fd9e-41cc-4751-8946-7dc5490db3f5} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9502 2025.03.20 17:10:37.770294 [ 138 ] {} <Debug> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9503 2025.03.20 17:10:37.770372 [ 138 ] {} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9504 2025.03.20 17:10:37.770381 [ 256 ] {b080fd9e-41cc-4751-8946-7dc5490db3f5} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002407 sec., 4985.459077690071 rows/sec., 8.93 MiB/sec.
9505 2025.03.20 17:10:37.770409 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9506 2025.03.20 17:10:37.770680 [ 256 ] {b080fd9e-41cc-4751-8946-7dc5490db3f5} <Debug> TCPHandler: Processed in 0.00289572 sec.
9507 2025.03.20 17:10:37.770692 [ 197 ] {6749d887-00ac-4b26-87ae-2852b00353b1::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
9508 2025.03.20 17:10:37.770829 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9509 2025.03.20 17:10:37.770978 [ 256 ] {c0e4b583-0cee-4e29-bde8-961179656ad3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9510 2025.03.20 17:10:37.771049 [ 256 ] {c0e4b583-0cee-4e29-bde8-961179656ad3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9511 2025.03.20 17:10:37.771061 [ 197 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9512 2025.03.20 17:10:37.771197 [ 197 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1232 rows starting from the beginning of the part
9513 2025.03.20 17:10:37.771807 [ 197 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 12 rows starting from the beginning of the part
9514 2025.03.20 17:10:37.772374 [ 197 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 27 rows starting from the beginning of the part
9515 2025.03.20 17:10:37.772424 [ 256 ] {c0e4b583-0cee-4e29-bde8-961179656ad3} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9516 2025.03.20 17:10:37.772479 [ 256 ] {c0e4b583-0cee-4e29-bde8-961179656ad3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9517 2025.03.20 17:10:37.772913 [ 197 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 12 rows starting from the beginning of the part
9518 2025.03.20 17:10:37.773567 [ 197 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 27 rows starting from the beginning of the part
9519 2025.03.20 17:10:37.773656 [ 256 ] {c0e4b583-0cee-4e29-bde8-961179656ad3} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
9520 2025.03.20 17:10:37.773895 [ 197 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 12 rows starting from the beginning of the part
9521 2025.03.20 17:10:37.774213 [ 256 ] {c0e4b583-0cee-4e29-bde8-961179656ad3} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9522 2025.03.20 17:10:37.774613 [ 256 ] {c0e4b583-0cee-4e29-bde8-961179656ad3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003672 sec., 16339.869281045752 rows/sec., 1.10 MiB/sec.
9523 2025.03.20 17:10:37.774705 [ 256 ] {c0e4b583-0cee-4e29-bde8-961179656ad3} <Debug> TCPHandler: Processed in 0.003935002 sec.
9524 2025.03.20 17:10:37.781629 [ 197 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1322 rows, containing 19 columns (19 merged, 0 gathered) in 0.011087346 sec., 119235.02702991321 rows/sec., 213.66 MiB/sec.
9525 2025.03.20 17:10:37.782626 [ 197 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9526 2025.03.20 17:10:37.782998 [ 197 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9527 2025.03.20 17:10:37.783079 [ 197 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9528 2025.03.20 17:10:37.783183 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.54 MiB.
9529 2025.03.20 17:10:38.000197 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 233.03 MiB, peak 244.52 MiB, free memory in arenas 0.00 B, will set to 235.28 MiB (RSS), difference: 2.25 MiB
9530 2025.03.20 17:10:42.129590 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache
9531 2025.03.20 17:10:42.129664 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache
9532 2025.03.20 17:10:42.300340 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24766
9533 2025.03.20 17:10:42.301015 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9534 2025.03.20 17:10:42.301067 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9535 2025.03.20 17:10:42.301602 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
9536 2025.03.20 17:10:42.301863 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9537 2025.03.20 17:10:42.302128 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766
9538 2025.03.20 17:10:42.760083 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9539 2025.03.20 17:10:42.760297 [ 256 ] {a81967f7-4700-4983-8043-5e339038597c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9540 2025.03.20 17:10:42.760381 [ 256 ] {a81967f7-4700-4983-8043-5e339038597c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9541 2025.03.20 17:10:42.761238 [ 256 ] {a81967f7-4700-4983-8043-5e339038597c} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9542 2025.03.20 17:10:42.761288 [ 256 ] {a81967f7-4700-4983-8043-5e339038597c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9543 2025.03.20 17:10:42.761720 [ 256 ] {a81967f7-4700-4983-8043-5e339038597c} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
9544 2025.03.20 17:10:42.761963 [ 256 ] {a81967f7-4700-4983-8043-5e339038597c} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9545 2025.03.20 17:10:42.762160 [ 256 ] {a81967f7-4700-4983-8043-5e339038597c} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.001978 sec., 55611.72901921132 rows/sec., 4.67 MiB/sec.
9546 2025.03.20 17:10:42.762223 [ 256 ] {a81967f7-4700-4983-8043-5e339038597c} <Debug> TCPHandler: Processed in 0.002345854 sec.
9547 2025.03.20 17:10:42.762401 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9548 2025.03.20 17:10:42.762513 [ 256 ] {1233a67c-5755-4710-936f-c85b142d17e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9549 2025.03.20 17:10:42.762562 [ 256 ] {1233a67c-5755-4710-936f-c85b142d17e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9550 2025.03.20 17:10:42.763104 [ 256 ] {1233a67c-5755-4710-936f-c85b142d17e4} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9551 2025.03.20 17:10:42.763143 [ 256 ] {1233a67c-5755-4710-936f-c85b142d17e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9552 2025.03.20 17:10:42.763518 [ 256 ] {1233a67c-5755-4710-936f-c85b142d17e4} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9553 2025.03.20 17:10:42.763763 [ 256 ] {1233a67c-5755-4710-936f-c85b142d17e4} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9554 2025.03.20 17:10:42.763978 [ 256 ] {1233a67c-5755-4710-936f-c85b142d17e4} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001491 sec., 18108.651911468813 rows/sec., 1.33 MiB/sec.
9555 2025.03.20 17:10:42.764041 [ 256 ] {1233a67c-5755-4710-936f-c85b142d17e4} <Debug> TCPHandler: Processed in 0.001694017 sec.
9556 2025.03.20 17:10:42.764162 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9557 2025.03.20 17:10:42.764321 [ 256 ] {0f4c7232-78b2-432b-926d-1360a178725b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9558 2025.03.20 17:10:42.764376 [ 256 ] {0f4c7232-78b2-432b-926d-1360a178725b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9559 2025.03.20 17:10:42.764930 [ 256 ] {0f4c7232-78b2-432b-926d-1360a178725b} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9560 2025.03.20 17:10:42.764969 [ 256 ] {0f4c7232-78b2-432b-926d-1360a178725b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9561 2025.03.20 17:10:42.765331 [ 256 ] {0f4c7232-78b2-432b-926d-1360a178725b} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
9562 2025.03.20 17:10:42.765575 [ 256 ] {0f4c7232-78b2-432b-926d-1360a178725b} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9563 2025.03.20 17:10:42.765794 [ 256 ] {0f4c7232-78b2-432b-926d-1360a178725b} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001517 sec., 59986.81608437707 rows/sec., 4.68 MiB/sec.
9564 2025.03.20 17:10:42.765846 [ 256 ] {0f4c7232-78b2-432b-926d-1360a178725b} <Debug> TCPHandler: Processed in 0.001744328 sec.
9565 2025.03.20 17:10:42.765969 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9566 2025.03.20 17:10:42.766087 [ 256 ] {ea8ca5ef-b808-4480-b036-f4fab9b24051} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9567 2025.03.20 17:10:42.766139 [ 256 ] {ea8ca5ef-b808-4480-b036-f4fab9b24051} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9568 2025.03.20 17:10:42.766670 [ 256 ] {ea8ca5ef-b808-4480-b036-f4fab9b24051} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9569 2025.03.20 17:10:42.766711 [ 256 ] {ea8ca5ef-b808-4480-b036-f4fab9b24051} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9570 2025.03.20 17:10:42.767129 [ 256 ] {ea8ca5ef-b808-4480-b036-f4fab9b24051} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
9571 2025.03.20 17:10:42.767382 [ 256 ] {ea8ca5ef-b808-4480-b036-f4fab9b24051} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9572 2025.03.20 17:10:42.767605 [ 256 ] {ea8ca5ef-b808-4480-b036-f4fab9b24051} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001541 sec., 103828.68267358857 rows/sec., 7.23 MiB/sec.
9573 2025.03.20 17:10:42.767706 [ 256 ] {ea8ca5ef-b808-4480-b036-f4fab9b24051} <Debug> TCPHandler: Processed in 0.001789429 sec.
9574 2025.03.20 17:10:42.767907 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9575 2025.03.20 17:10:42.768210 [ 256 ] {7d0c59b3-06ea-4eab-9bfe-b713ddd2da02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9576 2025.03.20 17:10:42.768361 [ 256 ] {7d0c59b3-06ea-4eab-9bfe-b713ddd2da02} <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
9577 2025.03.20 17:10:42.769500 [ 256 ] {7d0c59b3-06ea-4eab-9bfe-b713ddd2da02} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9578 2025.03.20 17:10:42.769540 [ 256 ] {7d0c59b3-06ea-4eab-9bfe-b713ddd2da02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9579 2025.03.20 17:10:42.770197 [ 256 ] {7d0c59b3-06ea-4eab-9bfe-b713ddd2da02} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9580 2025.03.20 17:10:42.770476 [ 256 ] {7d0c59b3-06ea-4eab-9bfe-b713ddd2da02} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9581 2025.03.20 17:10:42.770761 [ 256 ] {7d0c59b3-06ea-4eab-9bfe-b713ddd2da02} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002667 sec., 10123.734533183351 rows/sec., 18.14 MiB/sec.
9582 2025.03.20 17:10:42.771070 [ 256 ] {7d0c59b3-06ea-4eab-9bfe-b713ddd2da02} <Debug> TCPHandler: Processed in 0.003266214 sec.
9583 2025.03.20 17:10:42.771282 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9584 2025.03.20 17:10:42.771390 [ 256 ] {9fd46cca-ef51-4195-b9d2-856c1d2bd11f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9585 2025.03.20 17:10:42.771437 [ 256 ] {9fd46cca-ef51-4195-b9d2-856c1d2bd11f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9586 2025.03.20 17:10:42.771902 [ 256 ] {9fd46cca-ef51-4195-b9d2-856c1d2bd11f} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9587 2025.03.20 17:10:42.771944 [ 256 ] {9fd46cca-ef51-4195-b9d2-856c1d2bd11f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9588 2025.03.20 17:10:42.772314 [ 256 ] {9fd46cca-ef51-4195-b9d2-856c1d2bd11f} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
9589 2025.03.20 17:10:42.772564 [ 256 ] {9fd46cca-ef51-4195-b9d2-856c1d2bd11f} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9590 2025.03.20 17:10:42.772766 [ 256 ] {9fd46cca-ef51-4195-b9d2-856c1d2bd11f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001402 sec., 42796.00570613409 rows/sec., 2.88 MiB/sec.
9591 2025.03.20 17:10:42.772818 [ 256 ] {9fd46cca-ef51-4195-b9d2-856c1d2bd11f} <Debug> TCPHandler: Processed in 0.001599867 sec.
9592 2025.03.20 17:10:44.019883 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407
9593 2025.03.20 17:10:44.041746 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9594 2025.03.20 17:10:44.041805 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9595 2025.03.20 17:10:44.049334 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
9596 2025.03.20 17:10:44.050117 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9597 2025.03.20 17:10:44.055010 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407
9598 2025.03.20 17:10:45.026926 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9599 2025.03.20 17:10:45.027136 [ 256 ] {f7dd0801-330c-4d13-8413-12168be12490} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9600 2025.03.20 17:10:45.027213 [ 256 ] {f7dd0801-330c-4d13-8413-12168be12490} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9601 2025.03.20 17:10:45.028000 [ 256 ] {f7dd0801-330c-4d13-8413-12168be12490} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9602 2025.03.20 17:10:45.028054 [ 256 ] {f7dd0801-330c-4d13-8413-12168be12490} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9603 2025.03.20 17:10:45.028511 [ 256 ] {f7dd0801-330c-4d13-8413-12168be12490} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
9604 2025.03.20 17:10:45.028788 [ 256 ] {f7dd0801-330c-4d13-8413-12168be12490} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9605 2025.03.20 17:10:45.028984 [ 130 ] {} <Debug> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
9606 2025.03.20 17:10:45.029054 [ 256 ] {f7dd0801-330c-4d13-8413-12168be12490} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00197 sec., 12182.74111675127 rows/sec., 1.01 MiB/sec.
9607 2025.03.20 17:10:45.029083 [ 130 ] {} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9608 2025.03.20 17:10:45.029153 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9609 2025.03.20 17:10:45.029184 [ 256 ] {f7dd0801-330c-4d13-8413-12168be12490} <Debug> TCPHandler: Processed in 0.002394985 sec.
9610 2025.03.20 17:10:45.029555 [ 194 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::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
9611 2025.03.20 17:10:45.029579 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9612 2025.03.20 17:10:45.029828 [ 256 ] {958de557-51a3-4432-9a50-77fc16e5a2b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9613 2025.03.20 17:10:45.029870 [ 194 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9614 2025.03.20 17:10:45.029923 [ 256 ] {958de557-51a3-4432-9a50-77fc16e5a2b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9615 2025.03.20 17:10:45.029943 [ 194 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 24 rows starting from the beginning of the part
9616 2025.03.20 17:10:45.030326 [ 194 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part
9617 2025.03.20 17:10:45.030634 [ 194 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part
9618 2025.03.20 17:10:45.031076 [ 194 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part
9619 2025.03.20 17:10:45.031409 [ 194 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part
9620 2025.03.20 17:10:45.033476 [ 194 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.004210434 sec., 28500.62487620041 rows/sec., 2.47 MiB/sec.
9621 2025.03.20 17:10:45.033639 [ 256 ] {958de557-51a3-4432-9a50-77fc16e5a2b3} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9622 2025.03.20 17:10:45.033643 [ 194 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
9623 2025.03.20 17:10:45.033711 [ 256 ] {958de557-51a3-4432-9a50-77fc16e5a2b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9624 2025.03.20 17:10:45.034223 [ 196 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_13_3} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9625 2025.03.20 17:10:45.034467 [ 196 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_13_3} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
9626 2025.03.20 17:10:45.034624 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9627 2025.03.20 17:10:45.034645 [ 256 ] {958de557-51a3-4432-9a50-77fc16e5a2b3} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
9628 2025.03.20 17:10:45.034921 [ 256 ] {958de557-51a3-4432-9a50-77fc16e5a2b3} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9629 2025.03.20 17:10:45.035137 [ 256 ] {958de557-51a3-4432-9a50-77fc16e5a2b3} <Debug> executeQuery: Read 1340 rows, 114.80 KiB in 0.00538 sec., 249070.6319702602 rows/sec., 20.84 MiB/sec.
9630 2025.03.20 17:10:45.035244 [ 256 ] {958de557-51a3-4432-9a50-77fc16e5a2b3} <Debug> TCPHandler: Processed in 0.005834701 sec.
9631 2025.03.20 17:10:45.035424 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9632 2025.03.20 17:10:45.035726 [ 256 ] {2c4d2e10-60b8-4697-8913-701e95919360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9633 2025.03.20 17:10:45.035850 [ 256 ] {2c4d2e10-60b8-4697-8913-701e95919360} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9634 2025.03.20 17:10:45.036430 [ 256 ] {2c4d2e10-60b8-4697-8913-701e95919360} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9635 2025.03.20 17:10:45.036468 [ 256 ] {2c4d2e10-60b8-4697-8913-701e95919360} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9636 2025.03.20 17:10:45.036823 [ 256 ] {2c4d2e10-60b8-4697-8913-701e95919360} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9637 2025.03.20 17:10:45.037056 [ 256 ] {2c4d2e10-60b8-4697-8913-701e95919360} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9638 2025.03.20 17:10:45.037233 [ 256 ] {2c4d2e10-60b8-4697-8913-701e95919360} <Debug> executeQuery: Read 24 rows, 1.86 KiB in 0.001623 sec., 14787.430683918668 rows/sec., 1.12 MiB/sec.
9639 2025.03.20 17:10:45.037287 [ 256 ] {2c4d2e10-60b8-4697-8913-701e95919360} <Debug> TCPHandler: Processed in 0.00196359 sec.
9640 2025.03.20 17:10:45.037401 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9641 2025.03.20 17:10:45.037507 [ 256 ] {1b6fd660-8e15-455f-b1b7-3319e66f5dd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9642 2025.03.20 17:10:45.037551 [ 256 ] {1b6fd660-8e15-455f-b1b7-3319e66f5dd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9643 2025.03.20 17:10:45.038167 [ 256 ] {1b6fd660-8e15-455f-b1b7-3319e66f5dd6} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9644 2025.03.20 17:10:45.038205 [ 256 ] {1b6fd660-8e15-455f-b1b7-3319e66f5dd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9645 2025.03.20 17:10:45.038563 [ 256 ] {1b6fd660-8e15-455f-b1b7-3319e66f5dd6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
9646 2025.03.20 17:10:45.038811 [ 256 ] {1b6fd660-8e15-455f-b1b7-3319e66f5dd6} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9647 2025.03.20 17:10:45.039030 [ 256 ] {1b6fd660-8e15-455f-b1b7-3319e66f5dd6} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001542 sec., 163424.12451361868 rows/sec., 11.30 MiB/sec.
9648 2025.03.20 17:10:45.039232 [ 256 ] {1b6fd660-8e15-455f-b1b7-3319e66f5dd6} <Debug> TCPHandler: Processed in 0.00187842 sec.
9649 2025.03.20 17:10:45.039370 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9650 2025.03.20 17:10:45.039475 [ 256 ] {75e0f6b8-73dd-4aa6-a32e-87b67c5ab130} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9651 2025.03.20 17:10:45.039519 [ 256 ] {75e0f6b8-73dd-4aa6-a32e-87b67c5ab130} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9652 2025.03.20 17:10:45.040054 [ 256 ] {75e0f6b8-73dd-4aa6-a32e-87b67c5ab130} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9653 2025.03.20 17:10:45.040092 [ 256 ] {75e0f6b8-73dd-4aa6-a32e-87b67c5ab130} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9654 2025.03.20 17:10:45.040436 [ 256 ] {75e0f6b8-73dd-4aa6-a32e-87b67c5ab130} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
9655 2025.03.20 17:10:45.040671 [ 256 ] {75e0f6b8-73dd-4aa6-a32e-87b67c5ab130} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9656 2025.03.20 17:10:45.040790 [ 129 ] {} <Debug> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
9657 2025.03.20 17:10:45.040840 [ 129 ] {} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9658 2025.03.20 17:10:45.040853 [ 256 ] {75e0f6b8-73dd-4aa6-a32e-87b67c5ab130} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.0014 sec., 8571.42857142857 rows/sec., 669.64 KiB/sec.
9659 2025.03.20 17:10:45.040874 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9660 2025.03.20 17:10:45.040930 [ 256 ] {75e0f6b8-73dd-4aa6-a32e-87b67c5ab130} <Debug> TCPHandler: Processed in 0.001605807 sec.
9661 2025.03.20 17:10:45.041280 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9662 2025.03.20 17:10:45.041316 [ 195 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::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
9663 2025.03.20 17:10:45.041512 [ 256 ] {dc623ddb-86cc-414a-9429-c2f0f15b45a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9664 2025.03.20 17:10:45.041626 [ 256 ] {dc623ddb-86cc-414a-9429-c2f0f15b45a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9665 2025.03.20 17:10:45.041658 [ 195 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9666 2025.03.20 17:10:45.041750 [ 195 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 12 rows starting from the beginning of the part
9667 2025.03.20 17:10:45.042067 [ 195 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part
9668 2025.03.20 17:10:45.042493 [ 195 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part
9669 2025.03.20 17:10:45.042861 [ 195 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part
9670 2025.03.20 17:10:45.043228 [ 195 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part
9671 2025.03.20 17:10:45.044349 [ 256 ] {dc623ddb-86cc-414a-9429-c2f0f15b45a5} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9672 2025.03.20 17:10:45.044432 [ 256 ] {dc623ddb-86cc-414a-9429-c2f0f15b45a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
9673 2025.03.20 17:10:45.045522 [ 256 ] {dc623ddb-86cc-414a-9429-c2f0f15b45a5} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
9674 2025.03.20 17:10:45.045542 [ 195 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.004567328 sec., 13136.783694974392 rows/sec., 1.05 MiB/sec.
9675 2025.03.20 17:10:45.045759 [ 190 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
9676 2025.03.20 17:10:45.045955 [ 256 ] {dc623ddb-86cc-414a-9429-c2f0f15b45a5} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9677 2025.03.20 17:10:45.046358 [ 256 ] {dc623ddb-86cc-414a-9429-c2f0f15b45a5} <Debug> executeQuery: Read 568 rows, 43.62 KiB in 0.004878 sec., 116441.1644116441 rows/sec., 8.73 MiB/sec.
9678 2025.03.20 17:10:45.046383 [ 190 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_13_3} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9679 2025.03.20 17:10:45.046519 [ 256 ] {dc623ddb-86cc-414a-9429-c2f0f15b45a5} <Debug> TCPHandler: Processed in 0.005401437 sec.
9680 2025.03.20 17:10:45.046605 [ 190 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_13_3} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
9681 2025.03.20 17:10:45.046746 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9682 2025.03.20 17:10:45.046784 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9683 2025.03.20 17:10:45.046900 [ 256 ] {feab3c8c-c88f-4ae5-a324-411e10b16c42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9684 2025.03.20 17:10:45.046952 [ 256 ] {feab3c8c-c88f-4ae5-a324-411e10b16c42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9685 2025.03.20 17:10:45.047847 [ 256 ] {feab3c8c-c88f-4ae5-a324-411e10b16c42} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9686 2025.03.20 17:10:45.047886 [ 256 ] {feab3c8c-c88f-4ae5-a324-411e10b16c42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9687 2025.03.20 17:10:45.048327 [ 256 ] {feab3c8c-c88f-4ae5-a324-411e10b16c42} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
9688 2025.03.20 17:10:45.048576 [ 256 ] {feab3c8c-c88f-4ae5-a324-411e10b16c42} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9689 2025.03.20 17:10:45.048770 [ 256 ] {feab3c8c-c88f-4ae5-a324-411e10b16c42} <Debug> executeQuery: Read 976 rows, 67.51 KiB in 0.00189 sec., 516402.11640211643 rows/sec., 34.88 MiB/sec.
9690 2025.03.20 17:10:45.048872 [ 256 ] {feab3c8c-c88f-4ae5-a324-411e10b16c42} <Debug> TCPHandler: Processed in 0.002183582 sec.
9691 2025.03.20 17:10:45.049031 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9692 2025.03.20 17:10:45.049343 [ 256 ] {896b57d5-1267-478d-96ba-696343232082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9693 2025.03.20 17:10:45.049631 [ 256 ] {896b57d5-1267-478d-96ba-696343232082} <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
9694 2025.03.20 17:10:45.051396 [ 256 ] {896b57d5-1267-478d-96ba-696343232082} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9695 2025.03.20 17:10:45.051435 [ 256 ] {896b57d5-1267-478d-96ba-696343232082} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9696 2025.03.20 17:10:45.052036 [ 256 ] {896b57d5-1267-478d-96ba-696343232082} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9697 2025.03.20 17:10:45.052289 [ 256 ] {896b57d5-1267-478d-96ba-696343232082} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9698 2025.03.20 17:10:45.052493 [ 256 ] {896b57d5-1267-478d-96ba-696343232082} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.003265 sec., 3675.344563552833 rows/sec., 6.59 MiB/sec.
9699 2025.03.20 17:10:45.052586 [ 256 ] {896b57d5-1267-478d-96ba-696343232082} <Debug> TCPHandler: Processed in 0.003632758 sec.
9700 2025.03.20 17:10:45.052715 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9701 2025.03.20 17:10:45.052819 [ 256 ] {36f18dd3-ddd7-4f18-b712-e09e33542081} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9702 2025.03.20 17:10:45.052865 [ 256 ] {36f18dd3-ddd7-4f18-b712-e09e33542081} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9703 2025.03.20 17:10:45.053294 [ 256 ] {36f18dd3-ddd7-4f18-b712-e09e33542081} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9704 2025.03.20 17:10:45.053331 [ 256 ] {36f18dd3-ddd7-4f18-b712-e09e33542081} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9705 2025.03.20 17:10:45.053687 [ 256 ] {36f18dd3-ddd7-4f18-b712-e09e33542081} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
9706 2025.03.20 17:10:45.053924 [ 256 ] {36f18dd3-ddd7-4f18-b712-e09e33542081} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9707 2025.03.20 17:10:45.054097 [ 256 ] {36f18dd3-ddd7-4f18-b712-e09e33542081} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.001301 sec., 26133.743274404304 rows/sec., 1.77 MiB/sec.
9708 2025.03.20 17:10:45.054145 [ 256 ] {36f18dd3-ddd7-4f18-b712-e09e33542081} <Debug> TCPHandler: Processed in 0.001482525 sec.
9709 2025.03.20 17:10:47.432806 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1328
9710 2025.03.20 17:10:47.436184 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9711 2025.03.20 17:10:47.436230 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9712 2025.03.20 17:10:47.437689 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
9713 2025.03.20 17:10:47.438005 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9714 2025.03.20 17:10:47.438293 [ 128 ] {} <Debug> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
9715 2025.03.20 17:10:47.438479 [ 128 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9716 2025.03.20 17:10:47.438580 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9717 2025.03.20 17:10:47.439271 [ 191 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::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
9718 2025.03.20 17:10:47.439392 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1328
9719 2025.03.20 17:10:47.440291 [ 191 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9720 2025.03.20 17:10:47.440484 [ 191 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1172 rows starting from the beginning of the part
9721 2025.03.20 17:10:47.441219 [ 191 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 26 rows starting from the beginning of the part
9722 2025.03.20 17:10:47.441895 [ 191 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 44 rows starting from the beginning of the part
9723 2025.03.20 17:10:47.442613 [ 191 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 20 rows starting from the beginning of the part
9724 2025.03.20 17:10:47.443251 [ 191 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 24 rows starting from the beginning of the part
9725 2025.03.20 17:10:47.443736 [ 191 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 42 rows starting from the beginning of the part
9726 2025.03.20 17:10:47.452335 [ 195 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1328 rows, containing 72 columns (72 merged, 0 gathered) in 0.013515181 sec., 98259.87532094466 rows/sec., 76.48 MiB/sec.
9727 2025.03.20 17:10:47.453639 [ 195 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
9728 2025.03.20 17:10:47.454348 [ 195 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_41_8} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9729 2025.03.20 17:10:47.454440 [ 195 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_41_8} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
9730 2025.03.20 17:10:47.454649 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB.
9731 2025.03.20 17:10:47.754238 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9732 2025.03.20 17:10:47.754439 [ 256 ] {8994b837-60ef-4e72-88d7-e4407dcb34b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9733 2025.03.20 17:10:47.754517 [ 256 ] {8994b837-60ef-4e72-88d7-e4407dcb34b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9734 2025.03.20 17:10:47.755312 [ 256 ] {8994b837-60ef-4e72-88d7-e4407dcb34b4} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9735 2025.03.20 17:10:47.755367 [ 256 ] {8994b837-60ef-4e72-88d7-e4407dcb34b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9736 2025.03.20 17:10:47.755813 [ 256 ] {8994b837-60ef-4e72-88d7-e4407dcb34b4} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
9737 2025.03.20 17:10:47.756079 [ 256 ] {8994b837-60ef-4e72-88d7-e4407dcb34b4} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9738 2025.03.20 17:10:47.756320 [ 256 ] {8994b837-60ef-4e72-88d7-e4407dcb34b4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001934 sec., 28955.532574974146 rows/sec., 2.22 MiB/sec.
9739 2025.03.20 17:10:47.756386 [ 256 ] {8994b837-60ef-4e72-88d7-e4407dcb34b4} <Debug> TCPHandler: Processed in 0.002292795 sec.
9740 2025.03.20 17:10:47.756506 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9741 2025.03.20 17:10:47.756617 [ 256 ] {63e165e9-273b-439f-9a80-74f4c1eaae2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9742 2025.03.20 17:10:47.756665 [ 256 ] {63e165e9-273b-439f-9a80-74f4c1eaae2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9743 2025.03.20 17:10:47.757216 [ 256 ] {63e165e9-273b-439f-9a80-74f4c1eaae2b} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9744 2025.03.20 17:10:47.757259 [ 256 ] {63e165e9-273b-439f-9a80-74f4c1eaae2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9745 2025.03.20 17:10:47.757621 [ 256 ] {63e165e9-273b-439f-9a80-74f4c1eaae2b} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
9746 2025.03.20 17:10:47.757866 [ 256 ] {63e165e9-273b-439f-9a80-74f4c1eaae2b} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9747 2025.03.20 17:10:47.758109 [ 256 ] {63e165e9-273b-439f-9a80-74f4c1eaae2b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001516 sec., 42216.35883905013 rows/sec., 3.30 MiB/sec.
9748 2025.03.20 17:10:47.758176 [ 256 ] {63e165e9-273b-439f-9a80-74f4c1eaae2b} <Debug> TCPHandler: Processed in 0.001723678 sec.
9749 2025.03.20 17:10:47.758312 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9750 2025.03.20 17:10:47.758488 [ 256 ] {fc72c38d-d6f9-4934-b874-c8fb69843ed0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9751 2025.03.20 17:10:47.758548 [ 256 ] {fc72c38d-d6f9-4934-b874-c8fb69843ed0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9752 2025.03.20 17:10:47.759050 [ 256 ] {fc72c38d-d6f9-4934-b874-c8fb69843ed0} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9753 2025.03.20 17:10:47.759090 [ 256 ] {fc72c38d-d6f9-4934-b874-c8fb69843ed0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9754 2025.03.20 17:10:47.759488 [ 256 ] {fc72c38d-d6f9-4934-b874-c8fb69843ed0} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
9755 2025.03.20 17:10:47.759733 [ 256 ] {fc72c38d-d6f9-4934-b874-c8fb69843ed0} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9756 2025.03.20 17:10:47.759997 [ 256 ] {fc72c38d-d6f9-4934-b874-c8fb69843ed0} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.001554 sec., 42471.04247104247 rows/sec., 2.96 MiB/sec.
9757 2025.03.20 17:10:47.760092 [ 256 ] {fc72c38d-d6f9-4934-b874-c8fb69843ed0} <Debug> TCPHandler: Processed in 0.001846859 sec.
9758 2025.03.20 17:10:47.760227 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9759 2025.03.20 17:10:47.760519 [ 256 ] {6558572b-48ae-4a57-8fed-cad80eec3b6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9760 2025.03.20 17:10:47.760648 [ 256 ] {6558572b-48ae-4a57-8fed-cad80eec3b6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9761 2025.03.20 17:10:47.761159 [ 256 ] {6558572b-48ae-4a57-8fed-cad80eec3b6d} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9762 2025.03.20 17:10:47.761199 [ 256 ] {6558572b-48ae-4a57-8fed-cad80eec3b6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB.
9763 2025.03.20 17:10:47.761578 [ 256 ] {6558572b-48ae-4a57-8fed-cad80eec3b6d} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
9764 2025.03.20 17:10:47.761812 [ 256 ] {6558572b-48ae-4a57-8fed-cad80eec3b6d} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9765 2025.03.20 17:10:47.762015 [ 256 ] {6558572b-48ae-4a57-8fed-cad80eec3b6d} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001601 sec., 16239.850093691442 rows/sec., 1.09 MiB/sec.
9766 2025.03.20 17:10:47.762063 [ 256 ] {6558572b-48ae-4a57-8fed-cad80eec3b6d} <Debug> TCPHandler: Processed in 0.00190944 sec.
9767 2025.03.20 17:10:49.802374 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25193
9768 2025.03.20 17:10:49.803096 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9769 2025.03.20 17:10:49.803142 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
9770 2025.03.20 17:10:49.803698 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
9771 2025.03.20 17:10:49.803968 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9772 2025.03.20 17:10:49.804226 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25193
9773 2025.03.20 17:10:51.555206 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415
9774 2025.03.20 17:10:51.578228 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9775 2025.03.20 17:10:51.578296 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
9776 2025.03.20 17:10:51.585603 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
9777 2025.03.20 17:10:51.586388 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9778 2025.03.20 17:10:51.590428 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415
9779 2025.03.20 17:10:52.759871 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9780 2025.03.20 17:10:52.760087 [ 256 ] {4f3ed9a6-b625-4544-ad11-fa7ae5b8ca97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9781 2025.03.20 17:10:52.760165 [ 256 ] {4f3ed9a6-b625-4544-ad11-fa7ae5b8ca97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9782 2025.03.20 17:10:52.761026 [ 256 ] {4f3ed9a6-b625-4544-ad11-fa7ae5b8ca97} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9783 2025.03.20 17:10:52.761074 [ 256 ] {4f3ed9a6-b625-4544-ad11-fa7ae5b8ca97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
9784 2025.03.20 17:10:52.761529 [ 256 ] {4f3ed9a6-b625-4544-ad11-fa7ae5b8ca97} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
9785 2025.03.20 17:10:52.761787 [ 256 ] {4f3ed9a6-b625-4544-ad11-fa7ae5b8ca97} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9786 2025.03.20 17:10:52.761972 [ 97 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
9787 2025.03.20 17:10:52.762013 [ 256 ] {4f3ed9a6-b625-4544-ad11-fa7ae5b8ca97} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.001985 sec., 55415.617128463484 rows/sec., 4.66 MiB/sec.
9788 2025.03.20 17:10:52.762018 [ 97 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9789 2025.03.20 17:10:52.762066 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
9790 2025.03.20 17:10:52.762101 [ 256 ] {4f3ed9a6-b625-4544-ad11-fa7ae5b8ca97} <Debug> TCPHandler: Processed in 0.002378304 sec.
9791 2025.03.20 17:10:52.762285 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9792 2025.03.20 17:10:52.762304 [ 187 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::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
9793 2025.03.20 17:10:52.762468 [ 256 ] {ef5e4b88-84d3-41d2-ae35-ebb0d8a7b0da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9794 2025.03.20 17:10:52.762564 [ 256 ] {ef5e4b88-84d3-41d2-ae35-ebb0d8a7b0da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9795 2025.03.20 17:10:52.762663 [ 187 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9796 2025.03.20 17:10:52.762764 [ 187 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1404 rows starting from the beginning of the part
9797 2025.03.20 17:10:52.763103 [ 187 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 80 rows starting from the beginning of the part
9798 2025.03.20 17:10:52.763594 [ 187 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 110 rows starting from the beginning of the part
9799 2025.03.20 17:10:52.764009 [ 187 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 1340 rows starting from the beginning of the part
9800 2025.03.20 17:10:52.764250 [ 187 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 56 rows starting from the beginning of the part
9801 2025.03.20 17:10:52.764623 [ 187 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 110 rows starting from the beginning of the part
9802 2025.03.20 17:10:52.765284 [ 256 ] {ef5e4b88-84d3-41d2-ae35-ebb0d8a7b0da} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9803 2025.03.20 17:10:52.765350 [ 256 ] {ef5e4b88-84d3-41d2-ae35-ebb0d8a7b0da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
9804 2025.03.20 17:10:52.766192 [ 256 ] {ef5e4b88-84d3-41d2-ae35-ebb0d8a7b0da} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9805 2025.03.20 17:10:52.766755 [ 256 ] {ef5e4b88-84d3-41d2-ae35-ebb0d8a7b0da} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9806 2025.03.20 17:10:52.767127 [ 256 ] {ef5e4b88-84d3-41d2-ae35-ebb0d8a7b0da} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.004729 sec., 5709.452315500106 rows/sec., 429.32 KiB/sec.
9807 2025.03.20 17:10:52.767208 [ 256 ] {ef5e4b88-84d3-41d2-ae35-ebb0d8a7b0da} <Debug> TCPHandler: Processed in 0.005006372 sec.
9808 2025.03.20 17:10:52.767340 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9809 2025.03.20 17:10:52.767459 [ 256 ] {4ff7e5a6-ddc0-468e-858e-69dd40dcfa4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9810 2025.03.20 17:10:52.767557 [ 256 ] {4ff7e5a6-ddc0-468e-858e-69dd40dcfa4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9811 2025.03.20 17:10:52.768068 [ 187 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3100 rows, containing 5 columns (5 merged, 0 gathered) in 0.005883631 sec., 526885.5235822912 rows/sec., 46.08 MiB/sec.
9812 2025.03.20 17:10:52.768368 [ 187 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
9813 2025.03.20 17:10:52.768865 [ 187 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_96_19} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9814 2025.03.20 17:10:52.768925 [ 256 ] {4ff7e5a6-ddc0-468e-858e-69dd40dcfa4b} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9815 2025.03.20 17:10:52.768996 [ 256 ] {4ff7e5a6-ddc0-468e-858e-69dd40dcfa4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
9816 2025.03.20 17:10:52.769030 [ 187 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_96_19} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
9817 2025.03.20 17:10:52.769205 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
9818 2025.03.20 17:10:52.769524 [ 256 ] {4ff7e5a6-ddc0-468e-858e-69dd40dcfa4b} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
9819 2025.03.20 17:10:52.769777 [ 256 ] {4ff7e5a6-ddc0-468e-858e-69dd40dcfa4b} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9820 2025.03.20 17:10:52.769919 [ 97 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
9821 2025.03.20 17:10:52.769962 [ 97 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9822 2025.03.20 17:10:52.769969 [ 256 ] {4ff7e5a6-ddc0-468e-858e-69dd40dcfa4b} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.002532 sec., 35939.96840442338 rows/sec., 2.81 MiB/sec.
9823 2025.03.20 17:10:52.769989 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
9824 2025.03.20 17:10:52.770084 [ 256 ] {4ff7e5a6-ddc0-468e-858e-69dd40dcfa4b} <Debug> TCPHandler: Processed in 0.002797229 sec.
9825 2025.03.20 17:10:52.770333 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::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
9826 2025.03.20 17:10:52.770364 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9827 2025.03.20 17:10:52.770820 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9828 2025.03.20 17:10:52.770967 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 631 rows starting from the beginning of the part
9829 2025.03.20 17:10:52.771151 [ 256 ] {29e2ae96-fa9f-4cd2-a230-d4c7922ba896} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9830 2025.03.20 17:10:52.771472 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 76 rows starting from the beginning of the part
9831 2025.03.20 17:10:52.771853 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 91 rows starting from the beginning of the part
9832 2025.03.20 17:10:52.772076 [ 256 ] {29e2ae96-fa9f-4cd2-a230-d4c7922ba896} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9833 2025.03.20 17:10:52.772238 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 568 rows starting from the beginning of the part
9834 2025.03.20 17:10:52.772652 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 64 rows starting from the beginning of the part
9835 2025.03.20 17:10:52.773074 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 91 rows starting from the beginning of the part
9836 2025.03.20 17:10:52.774762 [ 256 ] {29e2ae96-fa9f-4cd2-a230-d4c7922ba896} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9837 2025.03.20 17:10:52.774836 [ 256 ] {29e2ae96-fa9f-4cd2-a230-d4c7922ba896} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
9838 2025.03.20 17:10:52.775763 [ 256 ] {29e2ae96-fa9f-4cd2-a230-d4c7922ba896} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
9839 2025.03.20 17:10:52.776340 [ 256 ] {29e2ae96-fa9f-4cd2-a230-d4c7922ba896} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9840 2025.03.20 17:10:52.776335 [ 192 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1521 rows, containing 5 columns (5 merged, 0 gathered) in 0.006201554 sec., 245261.1071354051 rows/sec., 19.53 MiB/sec.
9841 2025.03.20 17:10:52.776560 [ 97 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
9842 2025.03.20 17:10:52.776616 [ 97 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9843 2025.03.20 17:10:52.776658 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
9844 2025.03.20 17:10:52.776752 [ 256 ] {29e2ae96-fa9f-4cd2-a230-d4c7922ba896} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005846 sec., 27369.14129319193 rows/sec., 1.91 MiB/sec.
9845 2025.03.20 17:10:52.776990 [ 192 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
9846 2025.03.20 17:10:52.777145 [ 256 ] {29e2ae96-fa9f-4cd2-a230-d4c7922ba896} <Debug> TCPHandler: Processed in 0.006837261 sec.
9847 2025.03.20 17:10:52.777250 [ 188 ] {9491680f-0456-456d-800a-d47875b75c20::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
9848 2025.03.20 17:10:52.777453 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9849 2025.03.20 17:10:52.777546 [ 188 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9850 2025.03.20 17:10:52.777667 [ 188 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_91_18, total 24253 rows starting from the beginning of the part
9851 2025.03.20 17:10:52.777792 [ 256 ] {3f8f1fbe-8d04-43e0-b0c2-f60536216545} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9852 2025.03.20 17:10:52.777811 [ 192 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_96_19} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9853 2025.03.20 17:10:52.778055 [ 188 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 160 rows starting from the beginning of the part
9854 2025.03.20 17:10:52.778255 [ 192 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_96_19} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
9855 2025.03.20 17:10:52.778694 [ 188 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part
9856 2025.03.20 17:10:52.778682 [ 256 ] {3f8f1fbe-8d04-43e0-b0c2-f60536216545} <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
9857 2025.03.20 17:10:52.778745 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
9858 2025.03.20 17:10:52.779198 [ 188 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 976 rows starting from the beginning of the part
9859 2025.03.20 17:10:52.779672 [ 188 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 66 rows starting from the beginning of the part
9860 2025.03.20 17:10:52.780094 [ 188 ] {9491680f-0456-456d-800a-d47875b75c20::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
9861 2025.03.20 17:10:52.783001 [ 256 ] {3f8f1fbe-8d04-43e0-b0c2-f60536216545} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9862 2025.03.20 17:10:52.783090 [ 256 ] {3f8f1fbe-8d04-43e0-b0c2-f60536216545} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
9863 2025.03.20 17:10:52.784535 [ 256 ] {3f8f1fbe-8d04-43e0-b0c2-f60536216545} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9864 2025.03.20 17:10:52.784908 [ 256 ] {3f8f1fbe-8d04-43e0-b0c2-f60536216545} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9865 2025.03.20 17:10:52.785165 [ 256 ] {3f8f1fbe-8d04-43e0-b0c2-f60536216545} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.007506 sec., 3597.1223021582737 rows/sec., 6.45 MiB/sec.
9866 2025.03.20 17:10:52.785288 [ 256 ] {3f8f1fbe-8d04-43e0-b0c2-f60536216545} <Debug> TCPHandler: Processed in 0.007960823 sec.
9867 2025.03.20 17:10:52.785514 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9868 2025.03.20 17:10:52.785710 [ 256 ] {3271c2ab-eaa8-4473-b340-8a2f2f796f51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9869 2025.03.20 17:10:52.785759 [ 256 ] {3271c2ab-eaa8-4473-b340-8a2f2f796f51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9870 2025.03.20 17:10:52.786350 [ 256 ] {3271c2ab-eaa8-4473-b340-8a2f2f796f51} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9871 2025.03.20 17:10:52.786387 [ 256 ] {3271c2ab-eaa8-4473-b340-8a2f2f796f51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
9872 2025.03.20 17:10:52.786887 [ 256 ] {3271c2ab-eaa8-4473-b340-8a2f2f796f51} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
9873 2025.03.20 17:10:52.787254 [ 256 ] {3271c2ab-eaa8-4473-b340-8a2f2f796f51} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9874 2025.03.20 17:10:52.787403 [ 97 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
9875 2025.03.20 17:10:52.787454 [ 97 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9876 2025.03.20 17:10:52.787459 [ 256 ] {3271c2ab-eaa8-4473-b340-8a2f2f796f51} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001802 sec., 33296.337402885685 rows/sec., 2.24 MiB/sec.
9877 2025.03.20 17:10:52.787504 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
9878 2025.03.20 17:10:52.787669 [ 256 ] {3271c2ab-eaa8-4473-b340-8a2f2f796f51} <Debug> TCPHandler: Processed in 0.002208753 sec.
9879 2025.03.20 17:10:52.787794 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
9880 2025.03.20 17:10:52.787917 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9881 2025.03.20 17:10:52.787953 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 4554 rows starting from the beginning of the part
9882 2025.03.20 17:10:52.788043 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part
9883 2025.03.20 17:10:52.788107 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part
9884 2025.03.20 17:10:52.788537 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 34 rows starting from the beginning of the part
9885 2025.03.20 17:10:52.788625 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 26 rows starting from the beginning of the part
9886 2025.03.20 17:10:52.788860 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
9887 2025.03.20 17:10:52.789808 [ 202 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25775 rows, containing 5 columns (5 merged, 0 gathered) in 0.013005846 sec., 1981801.106979123 rows/sec., 135.81 MiB/sec.
9888 2025.03.20 17:10:52.790173 [ 202 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
9889 2025.03.20 17:10:52.790812 [ 202 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9890 2025.03.20 17:10:52.791038 [ 202 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
9891 2025.03.20 17:10:52.791177 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB.
9892 2025.03.20 17:10:52.791835 [ 186 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4794 rows, containing 4 columns (4 merged, 0 gathered) in 0.004170754 sec., 1149432.4527411591 rows/sec., 77.42 MiB/sec.
9893 2025.03.20 17:10:52.792195 [ 186 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
9894 2025.03.20 17:10:52.792483 [ 186 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_96_19} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9895 2025.03.20 17:10:52.792568 [ 186 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_96_19} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
9896 2025.03.20 17:10:52.792654 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB.
9897 2025.03.20 17:10:57.129717 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache
9898 2025.03.20 17:10:57.129818 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache
9899 2025.03.20 17:10:57.304514 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25681
9900 2025.03.20 17:10:57.305362 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9901 2025.03.20 17:10:57.305412 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
9902 2025.03.20 17:10:57.305954 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
9903 2025.03.20 17:10:57.306217 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9904 2025.03.20 17:10:57.306423 [ 117 ] {} <Debug> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
9905 2025.03.20 17:10:57.306484 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681
9906 2025.03.20 17:10:57.306507 [ 117 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9907 2025.03.20 17:10:57.306537 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
9908 2025.03.20 17:10:57.306749 [ 202 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::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
9909 2025.03.20 17:10:57.307034 [ 202 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9910 2025.03.20 17:10:57.307077 [ 202 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23363 rows starting from the beginning of the part
9911 2025.03.20 17:10:57.307153 [ 202 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 488 rows starting from the beginning of the part
9912 2025.03.20 17:10:57.307360 [ 202 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 427 rows starting from the beginning of the part
9913 2025.03.20 17:10:57.307651 [ 202 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 488 rows starting from the beginning of the part
9914 2025.03.20 17:10:57.307735 [ 202 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 427 rows starting from the beginning of the part
9915 2025.03.20 17:10:57.307958 [ 202 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 488 rows starting from the beginning of the part
9916 2025.03.20 17:10:57.310735 [ 199 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.004103853 sec., 6257777.751785943 rows/sec., 89.52 MiB/sec.
9917 2025.03.20 17:10:57.311208 [ 199 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
9918 2025.03.20 17:10:57.311606 [ 199 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_56_11} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9919 2025.03.20 17:10:57.311704 [ 199 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_56_11} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
9920 2025.03.20 17:10:57.311831 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.72 MiB.
9921 2025.03.20 17:10:57.439799 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1348
9922 2025.03.20 17:10:57.442543 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9923 2025.03.20 17:10:57.442590 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
9924 2025.03.20 17:10:57.443993 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
9925 2025.03.20 17:10:57.444303 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9926 2025.03.20 17:10:57.444827 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1348
9927 2025.03.20 17:10:57.759350 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9928 2025.03.20 17:10:57.759553 [ 256 ] {c0fafd0c-b327-47c7-be1c-990fcc3a0db6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9929 2025.03.20 17:10:57.759631 [ 256 ] {c0fafd0c-b327-47c7-be1c-990fcc3a0db6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9930 2025.03.20 17:10:57.760547 [ 256 ] {c0fafd0c-b327-47c7-be1c-990fcc3a0db6} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9931 2025.03.20 17:10:57.760602 [ 256 ] {c0fafd0c-b327-47c7-be1c-990fcc3a0db6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
9932 2025.03.20 17:10:57.761066 [ 256 ] {c0fafd0c-b327-47c7-be1c-990fcc3a0db6} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
9933 2025.03.20 17:10:57.761336 [ 256 ] {c0fafd0c-b327-47c7-be1c-990fcc3a0db6} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9934 2025.03.20 17:10:57.761560 [ 256 ] {c0fafd0c-b327-47c7-be1c-990fcc3a0db6} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.002064 sec., 38759.689922480626 rows/sec., 3.20 MiB/sec.
9935 2025.03.20 17:10:57.761630 [ 256 ] {c0fafd0c-b327-47c7-be1c-990fcc3a0db6} <Debug> TCPHandler: Processed in 0.002429765 sec.
9936 2025.03.20 17:10:57.761765 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9937 2025.03.20 17:10:57.761882 [ 256 ] {62d53053-c63e-4dde-97c7-3fd2cfdad0fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9938 2025.03.20 17:10:57.761932 [ 256 ] {62d53053-c63e-4dde-97c7-3fd2cfdad0fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9939 2025.03.20 17:10:57.762476 [ 256 ] {62d53053-c63e-4dde-97c7-3fd2cfdad0fb} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9940 2025.03.20 17:10:57.762515 [ 256 ] {62d53053-c63e-4dde-97c7-3fd2cfdad0fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
9941 2025.03.20 17:10:57.762853 [ 256 ] {62d53053-c63e-4dde-97c7-3fd2cfdad0fb} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9942 2025.03.20 17:10:57.763078 [ 256 ] {62d53053-c63e-4dde-97c7-3fd2cfdad0fb} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9943 2025.03.20 17:10:57.763204 [ 117 ] {} <Debug> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9944 2025.03.20 17:10:57.763244 [ 117 ] {} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9945 2025.03.20 17:10:57.763253 [ 256 ] {62d53053-c63e-4dde-97c7-3fd2cfdad0fb} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001442 sec., 8321.775312066575 rows/sec., 625.76 KiB/sec.
9946 2025.03.20 17:10:57.763277 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
9947 2025.03.20 17:10:57.763318 [ 256 ] {62d53053-c63e-4dde-97c7-3fd2cfdad0fb} <Debug> TCPHandler: Processed in 0.001656767 sec.
9948 2025.03.20 17:10:57.763462 [ 189 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::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
9949 2025.03.20 17:10:57.763502 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9950 2025.03.20 17:10:57.763825 [ 189 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9951 2025.03.20 17:10:57.763846 [ 256 ] {a92087ea-d9d2-40eb-b779-8e3f9a57014b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9952 2025.03.20 17:10:57.763902 [ 189 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 69 rows starting from the beginning of the part
9953 2025.03.20 17:10:57.763968 [ 256 ] {a92087ea-d9d2-40eb-b779-8e3f9a57014b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9954 2025.03.20 17:10:57.764432 [ 189 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 12 rows starting from the beginning of the part
9955 2025.03.20 17:10:57.765128 [ 189 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 27 rows starting from the beginning of the part
9956 2025.03.20 17:10:57.765348 [ 189 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 24 rows starting from the beginning of the part
9957 2025.03.20 17:10:57.765577 [ 189 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 27 rows starting from the beginning of the part
9958 2025.03.20 17:10:57.766082 [ 189 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 12 rows starting from the beginning of the part
9959 2025.03.20 17:10:57.766880 [ 256 ] {a92087ea-d9d2-40eb-b779-8e3f9a57014b} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9960 2025.03.20 17:10:57.766925 [ 256 ] {a92087ea-d9d2-40eb-b779-8e3f9a57014b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
9961 2025.03.20 17:10:57.767516 [ 256 ] {a92087ea-d9d2-40eb-b779-8e3f9a57014b} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
9962 2025.03.20 17:10:57.767609 [ 196 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 171 rows, containing 5 columns (5 merged, 0 gathered) in 0.004207184 sec., 40644.763813515165 rows/sec., 3.14 MiB/sec.
9963 2025.03.20 17:10:57.767891 [ 256 ] {a92087ea-d9d2-40eb-b779-8e3f9a57014b} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9964 2025.03.20 17:10:57.767896 [ 196 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9965 2025.03.20 17:10:57.768272 [ 256 ] {a92087ea-d9d2-40eb-b779-8e3f9a57014b} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.004491 sec., 16922.734357604095 rows/sec., 1.32 MiB/sec.
9966 2025.03.20 17:10:57.768432 [ 256 ] {a92087ea-d9d2-40eb-b779-8e3f9a57014b} <Debug> TCPHandler: Processed in 0.004933671 sec.
9967 2025.03.20 17:10:57.768575 [ 196 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_76_15} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9968 2025.03.20 17:10:57.768602 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9969 2025.03.20 17:10:57.768717 [ 196 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_76_15} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9970 2025.03.20 17:10:57.768777 [ 256 ] {7d905e18-5f3c-4aca-a0f0-4b3fcb64ced4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9971 2025.03.20 17:10:57.768883 [ 256 ] {7d905e18-5f3c-4aca-a0f0-4b3fcb64ced4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9972 2025.03.20 17:10:57.768892 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
9973 2025.03.20 17:10:57.769508 [ 256 ] {7d905e18-5f3c-4aca-a0f0-4b3fcb64ced4} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9974 2025.03.20 17:10:57.769550 [ 256 ] {7d905e18-5f3c-4aca-a0f0-4b3fcb64ced4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
9975 2025.03.20 17:10:57.769944 [ 256 ] {7d905e18-5f3c-4aca-a0f0-4b3fcb64ced4} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
9976 2025.03.20 17:10:57.770185 [ 256 ] {7d905e18-5f3c-4aca-a0f0-4b3fcb64ced4} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9977 2025.03.20 17:10:57.770360 [ 256 ] {7d905e18-5f3c-4aca-a0f0-4b3fcb64ced4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001624 sec., 98522.16748768472 rows/sec., 6.86 MiB/sec.
9978 2025.03.20 17:10:57.770411 [ 256 ] {7d905e18-5f3c-4aca-a0f0-4b3fcb64ced4} <Debug> TCPHandler: Processed in 0.0018821 sec.
9979 2025.03.20 17:10:57.770518 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9980 2025.03.20 17:10:57.770622 [ 256 ] {20616ef2-b1d2-4c01-bd14-d445987a8401} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9981 2025.03.20 17:10:57.770686 [ 256 ] {20616ef2-b1d2-4c01-bd14-d445987a8401} <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
9982 2025.03.20 17:10:57.771726 [ 256 ] {20616ef2-b1d2-4c01-bd14-d445987a8401} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9983 2025.03.20 17:10:57.771764 [ 256 ] {20616ef2-b1d2-4c01-bd14-d445987a8401} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
9984 2025.03.20 17:10:57.772378 [ 256 ] {20616ef2-b1d2-4c01-bd14-d445987a8401} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9985 2025.03.20 17:10:57.772635 [ 256 ] {20616ef2-b1d2-4c01-bd14-d445987a8401} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9986 2025.03.20 17:10:57.772846 [ 256 ] {20616ef2-b1d2-4c01-bd14-d445987a8401} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002247 sec., 5340.45393858478 rows/sec., 9.57 MiB/sec.
9987 2025.03.20 17:10:57.772941 [ 256 ] {20616ef2-b1d2-4c01-bd14-d445987a8401} <Debug> TCPHandler: Processed in 0.002473985 sec.
9988 2025.03.20 17:10:57.773054 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9989 2025.03.20 17:10:57.773158 [ 256 ] {e9577351-ca70-4ffe-a62f-95e7afe9ce12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9990 2025.03.20 17:10:57.773204 [ 256 ] {e9577351-ca70-4ffe-a62f-95e7afe9ce12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9991 2025.03.20 17:10:57.773634 [ 256 ] {e9577351-ca70-4ffe-a62f-95e7afe9ce12} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9992 2025.03.20 17:10:57.773670 [ 256 ] {e9577351-ca70-4ffe-a62f-95e7afe9ce12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
9993 2025.03.20 17:10:57.774024 [ 256 ] {e9577351-ca70-4ffe-a62f-95e7afe9ce12} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
9994 2025.03.20 17:10:57.774265 [ 256 ] {e9577351-ca70-4ffe-a62f-95e7afe9ce12} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9995 2025.03.20 17:10:57.774458 [ 256 ] {e9577351-ca70-4ffe-a62f-95e7afe9ce12} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001319 sec., 45489.00682335102 rows/sec., 3.07 MiB/sec.
9996 2025.03.20 17:10:57.774519 [ 256 ] {e9577351-ca70-4ffe-a62f-95e7afe9ce12} <Debug> TCPHandler: Processed in 0.001508056 sec.
9997 2025.03.20 17:10:59.090640 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422
9998 2025.03.20 17:10:59.113215 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9999 2025.03.20 17:10:59.113278 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
10000 2025.03.20 17:10:59.120595 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
10001 2025.03.20 17:10:59.121396 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10002 2025.03.20 17:10:59.121724 [ 115 ] {} <Debug> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
10003 2025.03.20 17:10:59.121787 [ 115 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10004 2025.03.20 17:10:59.121827 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
10005 2025.03.20 17:10:59.122412 [ 189 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
10006 2025.03.20 17:10:59.139899 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422
10007 2025.03.20 17:10:59.141278 [ 189 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10008 2025.03.20 17:10:59.142584 [ 189 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
10009 2025.03.20 17:10:59.147656 [ 189 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
10010 2025.03.20 17:10:59.153058 [ 189 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
10011 2025.03.20 17:10:59.158573 [ 189 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
10012 2025.03.20 17:10:59.164277 [ 189 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
10013 2025.03.20 17:10:59.168904 [ 189 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part
10014 2025.03.20 17:10:59.227958 [ 194 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.105999066 sec., 3981.1671548124773 rows/sec., 20.59 MiB/sec.
10015 2025.03.20 17:10:59.231393 [ 194 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
10016 2025.03.20 17:10:59.234533 [ 194 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_56_11} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10017 2025.03.20 17:10:59.234677 [ 194 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_56_11} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
10018 2025.03.20 17:10:59.237502 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
10019 2025.03.20 17:11:02.760516 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10020 2025.03.20 17:11:02.760753 [ 256 ] {a2711a0c-2126-4797-91c2-336ab675a91f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10021 2025.03.20 17:11:02.760837 [ 256 ] {a2711a0c-2126-4797-91c2-336ab675a91f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10022 2025.03.20 17:11:02.761681 [ 256 ] {a2711a0c-2126-4797-91c2-336ab675a91f} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10023 2025.03.20 17:11:02.761736 [ 256 ] {a2711a0c-2126-4797-91c2-336ab675a91f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
10024 2025.03.20 17:11:02.762173 [ 256 ] {a2711a0c-2126-4797-91c2-336ab675a91f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
10025 2025.03.20 17:11:02.762431 [ 256 ] {a2711a0c-2126-4797-91c2-336ab675a91f} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10026 2025.03.20 17:11:02.762642 [ 256 ] {a2711a0c-2126-4797-91c2-336ab675a91f} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001952 sec., 2049.1803278688526 rows/sec., 167.10 KiB/sec.
10027 2025.03.20 17:11:02.762764 [ 256 ] {a2711a0c-2126-4797-91c2-336ab675a91f} <Debug> TCPHandler: Processed in 0.002399665 sec.
10028 2025.03.20 17:11:02.762885 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10029 2025.03.20 17:11:02.762997 [ 256 ] {2ad3dfbb-80df-4f41-900d-8b6140a30aea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10030 2025.03.20 17:11:02.763046 [ 256 ] {2ad3dfbb-80df-4f41-900d-8b6140a30aea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10031 2025.03.20 17:11:02.763626 [ 256 ] {2ad3dfbb-80df-4f41-900d-8b6140a30aea} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10032 2025.03.20 17:11:02.763664 [ 256 ] {2ad3dfbb-80df-4f41-900d-8b6140a30aea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
10033 2025.03.20 17:11:02.764034 [ 256 ] {2ad3dfbb-80df-4f41-900d-8b6140a30aea} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
10034 2025.03.20 17:11:02.764282 [ 256 ] {2ad3dfbb-80df-4f41-900d-8b6140a30aea} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10035 2025.03.20 17:11:02.764460 [ 256 ] {2ad3dfbb-80df-4f41-900d-8b6140a30aea} <Debug> executeQuery: Read 112 rows, 9.61 KiB in 0.001492 sec., 75067.02412868633 rows/sec., 6.29 MiB/sec.
10036 2025.03.20 17:11:02.764509 [ 256 ] {2ad3dfbb-80df-4f41-900d-8b6140a30aea} <Debug> TCPHandler: Processed in 0.001678687 sec.
10037 2025.03.20 17:11:02.764622 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10038 2025.03.20 17:11:02.764728 [ 256 ] {df0af817-b967-4f01-bae5-bb227ef6089e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10039 2025.03.20 17:11:02.764772 [ 256 ] {df0af817-b967-4f01-bae5-bb227ef6089e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10040 2025.03.20 17:11:02.765290 [ 256 ] {df0af817-b967-4f01-bae5-bb227ef6089e} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10041 2025.03.20 17:11:02.765326 [ 256 ] {df0af817-b967-4f01-bae5-bb227ef6089e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
10042 2025.03.20 17:11:02.765684 [ 256 ] {df0af817-b967-4f01-bae5-bb227ef6089e} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
10043 2025.03.20 17:11:02.765942 [ 256 ] {df0af817-b967-4f01-bae5-bb227ef6089e} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10044 2025.03.20 17:11:02.766145 [ 256 ] {df0af817-b967-4f01-bae5-bb227ef6089e} <Debug> executeQuery: Read 31 rows, 2.31 KiB in 0.001429 sec., 21693.491952414275 rows/sec., 1.58 MiB/sec.
10045 2025.03.20 17:11:02.766206 [ 256 ] {df0af817-b967-4f01-bae5-bb227ef6089e} <Debug> TCPHandler: Processed in 0.001632787 sec.
10046 2025.03.20 17:11:02.766340 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10047 2025.03.20 17:11:02.766480 [ 256 ] {e4acbd25-882a-4a75-842b-669ab8d4975e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10048 2025.03.20 17:11:02.766528 [ 256 ] {e4acbd25-882a-4a75-842b-669ab8d4975e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10049 2025.03.20 17:11:02.767093 [ 256 ] {e4acbd25-882a-4a75-842b-669ab8d4975e} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10050 2025.03.20 17:11:02.767134 [ 256 ] {e4acbd25-882a-4a75-842b-669ab8d4975e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
10051 2025.03.20 17:11:02.767511 [ 256 ] {e4acbd25-882a-4a75-842b-669ab8d4975e} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
10052 2025.03.20 17:11:02.767768 [ 256 ] {e4acbd25-882a-4a75-842b-669ab8d4975e} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10053 2025.03.20 17:11:02.767997 [ 256 ] {e4acbd25-882a-4a75-842b-669ab8d4975e} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001542 sec., 61608.300907911806 rows/sec., 4.82 MiB/sec.
10054 2025.03.20 17:11:02.768050 [ 256 ] {e4acbd25-882a-4a75-842b-669ab8d4975e} <Debug> TCPHandler: Processed in 0.001770238 sec.
10055 2025.03.20 17:11:02.768161 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10056 2025.03.20 17:11:02.768266 [ 256 ] {d34e6f84-1e3e-486d-ae8c-a3c6487f476b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10057 2025.03.20 17:11:02.768315 [ 256 ] {d34e6f84-1e3e-486d-ae8c-a3c6487f476b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10058 2025.03.20 17:11:02.768831 [ 256 ] {d34e6f84-1e3e-486d-ae8c-a3c6487f476b} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10059 2025.03.20 17:11:02.768870 [ 256 ] {d34e6f84-1e3e-486d-ae8c-a3c6487f476b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
10060 2025.03.20 17:11:02.769255 [ 256 ] {d34e6f84-1e3e-486d-ae8c-a3c6487f476b} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
10061 2025.03.20 17:11:02.769504 [ 256 ] {d34e6f84-1e3e-486d-ae8c-a3c6487f476b} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10062 2025.03.20 17:11:02.769729 [ 256 ] {d34e6f84-1e3e-486d-ae8c-a3c6487f476b} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001485 sec., 109090.90909090909 rows/sec., 7.60 MiB/sec.
10063 2025.03.20 17:11:02.769781 [ 256 ] {d34e6f84-1e3e-486d-ae8c-a3c6487f476b} <Debug> TCPHandler: Processed in 0.001669967 sec.
10064 2025.03.20 17:11:02.769884 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10065 2025.03.20 17:11:02.769984 [ 256 ] {9d69dd9b-b09b-415c-a4d6-42de27d3053d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10066 2025.03.20 17:11:02.770049 [ 256 ] {9d69dd9b-b09b-415c-a4d6-42de27d3053d} <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
10067 2025.03.20 17:11:02.771167 [ 256 ] {9d69dd9b-b09b-415c-a4d6-42de27d3053d} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10068 2025.03.20 17:11:02.771208 [ 256 ] {9d69dd9b-b09b-415c-a4d6-42de27d3053d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
10069 2025.03.20 17:11:02.771852 [ 256 ] {9d69dd9b-b09b-415c-a4d6-42de27d3053d} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
10070 2025.03.20 17:11:02.772117 [ 256 ] {9d69dd9b-b09b-415c-a4d6-42de27d3053d} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10071 2025.03.20 17:11:02.772309 [ 112 ] {} <Debug> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
10072 2025.03.20 17:11:02.772378 [ 256 ] {9d69dd9b-b09b-415c-a4d6-42de27d3053d} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00241 sec., 11203.31950207469 rows/sec., 20.08 MiB/sec.
10073 2025.03.20 17:11:02.772393 [ 112 ] {} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10074 2025.03.20 17:11:02.772465 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
10075 2025.03.20 17:11:02.772719 [ 256 ] {9d69dd9b-b09b-415c-a4d6-42de27d3053d} <Debug> TCPHandler: Processed in 0.0028787 sec.
10076 2025.03.20 17:11:02.772823 [ 190 ] {6749d887-00ac-4b26-87ae-2852b00353b1::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
10077 2025.03.20 17:11:02.772910 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10078 2025.03.20 17:11:02.773122 [ 256 ] {ddd00c6e-f4fd-4873-b7b8-b24c2b8330da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10079 2025.03.20 17:11:02.773250 [ 256 ] {ddd00c6e-f4fd-4873-b7b8-b24c2b8330da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10080 2025.03.20 17:11:02.773724 [ 190 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10081 2025.03.20 17:11:02.773970 [ 190 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1322 rows starting from the beginning of the part
10082 2025.03.20 17:11:02.774638 [ 190 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 27 rows starting from the beginning of the part
10083 2025.03.20 17:11:02.775459 [ 190 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 12 rows starting from the beginning of the part
10084 2025.03.20 17:11:02.775528 [ 256 ] {ddd00c6e-f4fd-4873-b7b8-b24c2b8330da} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10085 2025.03.20 17:11:02.775592 [ 256 ] {ddd00c6e-f4fd-4873-b7b8-b24c2b8330da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
10086 2025.03.20 17:11:02.776095 [ 190 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 27 rows starting from the beginning of the part
10087 2025.03.20 17:11:02.776781 [ 190 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 12 rows starting from the beginning of the part
10088 2025.03.20 17:11:02.777081 [ 256 ] {ddd00c6e-f4fd-4873-b7b8-b24c2b8330da} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
10089 2025.03.20 17:11:02.777502 [ 190 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 27 rows starting from the beginning of the part
10090 2025.03.20 17:11:02.778389 [ 256 ] {ddd00c6e-f4fd-4873-b7b8-b24c2b8330da} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10091 2025.03.20 17:11:02.779434 [ 256 ] {ddd00c6e-f4fd-4873-b7b8-b24c2b8330da} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006374 sec., 9413.241292751803 rows/sec., 649.61 KiB/sec.
10092 2025.03.20 17:11:02.779714 [ 256 ] {ddd00c6e-f4fd-4873-b7b8-b24c2b8330da} <Debug> TCPHandler: Processed in 0.006864622 sec.
10093 2025.03.20 17:11:02.786565 [ 191 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1427 rows, containing 19 columns (19 merged, 0 gathered) in 0.013932775 sec., 102420.37210821247 rows/sec., 183.53 MiB/sec.
10094 2025.03.20 17:11:02.788126 [ 191 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
10095 2025.03.20 17:11:02.788622 [ 191 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10096 2025.03.20 17:11:02.788725 [ 191 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
10097 2025.03.20 17:11:02.788919 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.46 MiB.
10098 2025.03.20 17:11:03.000184 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 237.91 MiB, peak 249.95 MiB, free memory in arenas 0.00 B, will set to 240.35 MiB (RSS), difference: 2.44 MiB
10099 2025.03.20 17:11:04.806734 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26108
10100 2025.03.20 17:11:04.807382 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10101 2025.03.20 17:11:04.807428 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
10102 2025.03.20 17:11:04.807963 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
10103 2025.03.20 17:11:04.808221 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10104 2025.03.20 17:11:04.808474 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26108
10105 2025.03.20 17:11:06.640115 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430
10106 2025.03.20 17:11:06.658748 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10107 2025.03.20 17:11:06.658797 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
10108 2025.03.20 17:11:06.665681 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
10109 2025.03.20 17:11:06.666432 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10110 2025.03.20 17:11:06.670136 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430
10111 2025.03.20 17:11:07.445149 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1374
10112 2025.03.20 17:11:07.448173 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10113 2025.03.20 17:11:07.448235 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
10114 2025.03.20 17:11:07.449729 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
10115 2025.03.20 17:11:07.450060 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10116 2025.03.20 17:11:07.452410 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1374
10117 2025.03.20 17:11:07.760207 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10118 2025.03.20 17:11:07.760402 [ 256 ] {3633a2fe-70b2-41af-8ffb-3caf070f0943} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10119 2025.03.20 17:11:07.760477 [ 256 ] {3633a2fe-70b2-41af-8ffb-3caf070f0943} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10120 2025.03.20 17:11:07.761338 [ 256 ] {3633a2fe-70b2-41af-8ffb-3caf070f0943} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10121 2025.03.20 17:11:07.761391 [ 256 ] {3633a2fe-70b2-41af-8ffb-3caf070f0943} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
10122 2025.03.20 17:11:07.761853 [ 256 ] {3633a2fe-70b2-41af-8ffb-3caf070f0943} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
10123 2025.03.20 17:11:07.762137 [ 256 ] {3633a2fe-70b2-41af-8ffb-3caf070f0943} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10124 2025.03.20 17:11:07.762387 [ 256 ] {3633a2fe-70b2-41af-8ffb-3caf070f0943} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.002038 sec., 39254.17075564279 rows/sec., 3.25 MiB/sec.
10125 2025.03.20 17:11:07.762454 [ 256 ] {3633a2fe-70b2-41af-8ffb-3caf070f0943} <Debug> TCPHandler: Processed in 0.002380845 sec.
10126 2025.03.20 17:11:07.762580 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10127 2025.03.20 17:11:07.762694 [ 256 ] {75b483f6-5037-4cf3-b577-4ec96497b413} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10128 2025.03.20 17:11:07.762744 [ 256 ] {75b483f6-5037-4cf3-b577-4ec96497b413} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10129 2025.03.20 17:11:07.763284 [ 256 ] {75b483f6-5037-4cf3-b577-4ec96497b413} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10130 2025.03.20 17:11:07.763325 [ 256 ] {75b483f6-5037-4cf3-b577-4ec96497b413} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
10131 2025.03.20 17:11:07.763680 [ 256 ] {75b483f6-5037-4cf3-b577-4ec96497b413} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
10132 2025.03.20 17:11:07.763926 [ 256 ] {75b483f6-5037-4cf3-b577-4ec96497b413} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10133 2025.03.20 17:11:07.764157 [ 256 ] {75b483f6-5037-4cf3-b577-4ec96497b413} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001489 sec., 8059.100067159166 rows/sec., 606.01 KiB/sec.
10134 2025.03.20 17:11:07.764212 [ 256 ] {75b483f6-5037-4cf3-b577-4ec96497b413} <Debug> TCPHandler: Processed in 0.001683768 sec.
10135 2025.03.20 17:11:07.764316 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10136 2025.03.20 17:11:07.764418 [ 256 ] {9405c9a4-7f81-4c63-b63f-3216c80c7dbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10137 2025.03.20 17:11:07.764462 [ 256 ] {9405c9a4-7f81-4c63-b63f-3216c80c7dbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10138 2025.03.20 17:11:07.765006 [ 256 ] {9405c9a4-7f81-4c63-b63f-3216c80c7dbd} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10139 2025.03.20 17:11:07.765045 [ 256 ] {9405c9a4-7f81-4c63-b63f-3216c80c7dbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
10140 2025.03.20 17:11:07.765398 [ 256 ] {9405c9a4-7f81-4c63-b63f-3216c80c7dbd} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
10141 2025.03.20 17:11:07.765642 [ 256 ] {9405c9a4-7f81-4c63-b63f-3216c80c7dbd} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10142 2025.03.20 17:11:07.765875 [ 256 ] {9405c9a4-7f81-4c63-b63f-3216c80c7dbd} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001474 sec., 51560.37991858887 rows/sec., 4.03 MiB/sec.
10143 2025.03.20 17:11:07.765931 [ 256 ] {9405c9a4-7f81-4c63-b63f-3216c80c7dbd} <Debug> TCPHandler: Processed in 0.001664638 sec.
10144 2025.03.20 17:11:07.766042 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10145 2025.03.20 17:11:07.766199 [ 256 ] {aa1dabb9-7ecc-4d64-b618-cf7ced7906e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10146 2025.03.20 17:11:07.766283 [ 256 ] {aa1dabb9-7ecc-4d64-b618-cf7ced7906e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10147 2025.03.20 17:11:07.766910 [ 256 ] {aa1dabb9-7ecc-4d64-b618-cf7ced7906e7} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10148 2025.03.20 17:11:07.766949 [ 256 ] {aa1dabb9-7ecc-4d64-b618-cf7ced7906e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
10149 2025.03.20 17:11:07.767339 [ 256 ] {aa1dabb9-7ecc-4d64-b618-cf7ced7906e7} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
10150 2025.03.20 17:11:07.767606 [ 256 ] {aa1dabb9-7ecc-4d64-b618-cf7ced7906e7} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10151 2025.03.20 17:11:07.767829 [ 256 ] {aa1dabb9-7ecc-4d64-b618-cf7ced7906e7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001676 sec., 95465.3937947494 rows/sec., 6.65 MiB/sec.
10152 2025.03.20 17:11:07.767881 [ 256 ] {aa1dabb9-7ecc-4d64-b618-cf7ced7906e7} <Debug> TCPHandler: Processed in 0.00189164 sec.
10153 2025.03.20 17:11:07.767987 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10154 2025.03.20 17:11:07.768088 [ 256 ] {c96a1701-31d6-4522-88ed-77db4dc8d2f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10155 2025.03.20 17:11:07.768154 [ 256 ] {c96a1701-31d6-4522-88ed-77db4dc8d2f4} <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
10156 2025.03.20 17:11:07.769228 [ 256 ] {c96a1701-31d6-4522-88ed-77db4dc8d2f4} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10157 2025.03.20 17:11:07.769268 [ 256 ] {c96a1701-31d6-4522-88ed-77db4dc8d2f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
10158 2025.03.20 17:11:07.769900 [ 256 ] {c96a1701-31d6-4522-88ed-77db4dc8d2f4} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
10159 2025.03.20 17:11:07.770163 [ 256 ] {c96a1701-31d6-4522-88ed-77db4dc8d2f4} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10160 2025.03.20 17:11:07.770390 [ 256 ] {c96a1701-31d6-4522-88ed-77db4dc8d2f4} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002323 sec., 5165.7339647008175 rows/sec., 9.26 MiB/sec.
10161 2025.03.20 17:11:07.770483 [ 256 ] {c96a1701-31d6-4522-88ed-77db4dc8d2f4} <Debug> TCPHandler: Processed in 0.002545007 sec.
10162 2025.03.20 17:11:07.770615 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10163 2025.03.20 17:11:07.770721 [ 256 ] {69e246a4-32ad-4e17-aa1e-bae16db12e54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10164 2025.03.20 17:11:07.770767 [ 256 ] {69e246a4-32ad-4e17-aa1e-bae16db12e54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10165 2025.03.20 17:11:07.771232 [ 256 ] {69e246a4-32ad-4e17-aa1e-bae16db12e54} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10166 2025.03.20 17:11:07.771271 [ 256 ] {69e246a4-32ad-4e17-aa1e-bae16db12e54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
10167 2025.03.20 17:11:07.771627 [ 256 ] {69e246a4-32ad-4e17-aa1e-bae16db12e54} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
10168 2025.03.20 17:11:07.771867 [ 256 ] {69e246a4-32ad-4e17-aa1e-bae16db12e54} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10169 2025.03.20 17:11:07.772085 [ 256 ] {69e246a4-32ad-4e17-aa1e-bae16db12e54} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001387 sec., 43258.83201153569 rows/sec., 2.92 MiB/sec.
10170 2025.03.20 17:11:07.772134 [ 256 ] {69e246a4-32ad-4e17-aa1e-bae16db12e54} <Debug> TCPHandler: Processed in 0.001569406 sec.
10171 2025.03.20 17:11:12.129869 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache
10172 2025.03.20 17:11:12.129936 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache
10173 2025.03.20 17:11:12.308739 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26596
10174 2025.03.20 17:11:12.309888 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10175 2025.03.20 17:11:12.309940 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
10176 2025.03.20 17:11:12.310473 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
10177 2025.03.20 17:11:12.310743 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10178 2025.03.20 17:11:12.310987 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596
10179 2025.03.20 17:11:12.761152 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10180 2025.03.20 17:11:12.761368 [ 256 ] {612e0ed2-5d71-4ea9-b13b-eebff3a3fc94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10181 2025.03.20 17:11:12.761451 [ 256 ] {612e0ed2-5d71-4ea9-b13b-eebff3a3fc94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10182 2025.03.20 17:11:12.762334 [ 256 ] {612e0ed2-5d71-4ea9-b13b-eebff3a3fc94} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10183 2025.03.20 17:11:12.762382 [ 256 ] {612e0ed2-5d71-4ea9-b13b-eebff3a3fc94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
10184 2025.03.20 17:11:12.762829 [ 256 ] {612e0ed2-5d71-4ea9-b13b-eebff3a3fc94} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
10185 2025.03.20 17:11:12.763095 [ 256 ] {612e0ed2-5d71-4ea9-b13b-eebff3a3fc94} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10186 2025.03.20 17:11:12.763354 [ 256 ] {612e0ed2-5d71-4ea9-b13b-eebff3a3fc94} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002048 sec., 53710.9375 rows/sec., 4.51 MiB/sec.
10187 2025.03.20 17:11:12.763435 [ 256 ] {612e0ed2-5d71-4ea9-b13b-eebff3a3fc94} <Debug> TCPHandler: Processed in 0.002424215 sec.
10188 2025.03.20 17:11:12.763581 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10189 2025.03.20 17:11:12.763736 [ 256 ] {cacab643-3aaa-4c37-be4e-1cef5a2e9a7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10190 2025.03.20 17:11:12.763789 [ 256 ] {cacab643-3aaa-4c37-be4e-1cef5a2e9a7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10191 2025.03.20 17:11:12.764332 [ 256 ] {cacab643-3aaa-4c37-be4e-1cef5a2e9a7d} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10192 2025.03.20 17:11:12.764373 [ 256 ] {cacab643-3aaa-4c37-be4e-1cef5a2e9a7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
10193 2025.03.20 17:11:12.764743 [ 256 ] {cacab643-3aaa-4c37-be4e-1cef5a2e9a7d} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
10194 2025.03.20 17:11:12.764988 [ 256 ] {cacab643-3aaa-4c37-be4e-1cef5a2e9a7d} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10195 2025.03.20 17:11:12.765196 [ 256 ] {cacab643-3aaa-4c37-be4e-1cef5a2e9a7d} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001501 sec., 17988.00799467022 rows/sec., 1.32 MiB/sec.
10196 2025.03.20 17:11:12.765250 [ 256 ] {cacab643-3aaa-4c37-be4e-1cef5a2e9a7d} <Debug> TCPHandler: Processed in 0.001732498 sec.
10197 2025.03.20 17:11:12.765356 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10198 2025.03.20 17:11:12.765459 [ 256 ] {f215ced6-8b36-43b5-a62f-578d0d88d9a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10199 2025.03.20 17:11:12.765506 [ 256 ] {f215ced6-8b36-43b5-a62f-578d0d88d9a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10200 2025.03.20 17:11:12.766057 [ 256 ] {f215ced6-8b36-43b5-a62f-578d0d88d9a7} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10201 2025.03.20 17:11:12.766097 [ 256 ] {f215ced6-8b36-43b5-a62f-578d0d88d9a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
10202 2025.03.20 17:11:12.766458 [ 256 ] {f215ced6-8b36-43b5-a62f-578d0d88d9a7} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
10203 2025.03.20 17:11:12.766702 [ 256 ] {f215ced6-8b36-43b5-a62f-578d0d88d9a7} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10204 2025.03.20 17:11:12.766918 [ 256 ] {f215ced6-8b36-43b5-a62f-578d0d88d9a7} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001482 sec., 61403.508771929824 rows/sec., 4.80 MiB/sec.
10205 2025.03.20 17:11:12.766971 [ 256 ] {f215ced6-8b36-43b5-a62f-578d0d88d9a7} <Debug> TCPHandler: Processed in 0.001665017 sec.
10206 2025.03.20 17:11:12.767085 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10207 2025.03.20 17:11:12.767191 [ 256 ] {82f8a757-c931-4116-aa63-ccb943f83778} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10208 2025.03.20 17:11:12.767241 [ 256 ] {82f8a757-c931-4116-aa63-ccb943f83778} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10209 2025.03.20 17:11:12.767767 [ 256 ] {82f8a757-c931-4116-aa63-ccb943f83778} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10210 2025.03.20 17:11:12.767807 [ 256 ] {82f8a757-c931-4116-aa63-ccb943f83778} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
10211 2025.03.20 17:11:12.768193 [ 256 ] {82f8a757-c931-4116-aa63-ccb943f83778} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
10212 2025.03.20 17:11:12.768435 [ 256 ] {82f8a757-c931-4116-aa63-ccb943f83778} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10213 2025.03.20 17:11:12.768645 [ 256 ] {82f8a757-c931-4116-aa63-ccb943f83778} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001478 sec., 108254.39783491204 rows/sec., 7.54 MiB/sec.
10214 2025.03.20 17:11:12.768697 [ 256 ] {82f8a757-c931-4116-aa63-ccb943f83778} <Debug> TCPHandler: Processed in 0.001662127 sec.
10215 2025.03.20 17:11:12.768802 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10216 2025.03.20 17:11:12.768903 [ 256 ] {cc44f74d-6874-46b3-8c9b-20d08836639c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10217 2025.03.20 17:11:12.768968 [ 256 ] {cc44f74d-6874-46b3-8c9b-20d08836639c} <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
10218 2025.03.20 17:11:12.770097 [ 256 ] {cc44f74d-6874-46b3-8c9b-20d08836639c} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10219 2025.03.20 17:11:12.770136 [ 256 ] {cc44f74d-6874-46b3-8c9b-20d08836639c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
10220 2025.03.20 17:11:12.770774 [ 256 ] {cc44f74d-6874-46b3-8c9b-20d08836639c} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
10221 2025.03.20 17:11:12.771043 [ 256 ] {cc44f74d-6874-46b3-8c9b-20d08836639c} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10222 2025.03.20 17:11:12.771287 [ 256 ] {cc44f74d-6874-46b3-8c9b-20d08836639c} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002406 sec., 11221.945137157107 rows/sec., 20.11 MiB/sec.
10223 2025.03.20 17:11:12.771392 [ 256 ] {cc44f74d-6874-46b3-8c9b-20d08836639c} <Debug> TCPHandler: Processed in 0.002639097 sec.
10224 2025.03.20 17:11:12.771505 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10225 2025.03.20 17:11:12.771608 [ 256 ] {1eaa9243-d072-408b-b7af-b38b3b2e8adb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10226 2025.03.20 17:11:12.771654 [ 256 ] {1eaa9243-d072-408b-b7af-b38b3b2e8adb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10227 2025.03.20 17:11:12.772092 [ 256 ] {1eaa9243-d072-408b-b7af-b38b3b2e8adb} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10228 2025.03.20 17:11:12.772131 [ 256 ] {1eaa9243-d072-408b-b7af-b38b3b2e8adb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
10229 2025.03.20 17:11:12.772490 [ 256 ] {1eaa9243-d072-408b-b7af-b38b3b2e8adb} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
10230 2025.03.20 17:11:12.772738 [ 256 ] {1eaa9243-d072-408b-b7af-b38b3b2e8adb} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10231 2025.03.20 17:11:12.772955 [ 256 ] {1eaa9243-d072-408b-b7af-b38b3b2e8adb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001369 sec., 43827.61139517897 rows/sec., 2.95 MiB/sec.
10232 2025.03.20 17:11:12.773005 [ 256 ] {1eaa9243-d072-408b-b7af-b38b3b2e8adb} <Debug> TCPHandler: Processed in 0.001548456 sec.
10233 2025.03.20 17:11:14.170332 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438
10234 2025.03.20 17:11:14.190861 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10235 2025.03.20 17:11:14.190916 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB.
10236 2025.03.20 17:11:14.198304 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
10237 2025.03.20 17:11:14.199098 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10238 2025.03.20 17:11:14.201839 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438
10239 2025.03.20 17:11:15.022549 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10240 2025.03.20 17:11:15.022781 [ 256 ] {013bf044-e009-42d4-8006-a5b0b727b18e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10241 2025.03.20 17:11:15.022872 [ 256 ] {013bf044-e009-42d4-8006-a5b0b727b18e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10242 2025.03.20 17:11:15.023702 [ 256 ] {013bf044-e009-42d4-8006-a5b0b727b18e} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10243 2025.03.20 17:11:15.023747 [ 256 ] {013bf044-e009-42d4-8006-a5b0b727b18e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10244 2025.03.20 17:11:15.024203 [ 256 ] {013bf044-e009-42d4-8006-a5b0b727b18e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
10245 2025.03.20 17:11:15.024486 [ 256 ] {013bf044-e009-42d4-8006-a5b0b727b18e} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10246 2025.03.20 17:11:15.024713 [ 256 ] {013bf044-e009-42d4-8006-a5b0b727b18e} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001983 sec., 12102.874432677761 rows/sec., 1.00 MiB/sec.
10247 2025.03.20 17:11:15.024928 [ 256 ] {013bf044-e009-42d4-8006-a5b0b727b18e} <Debug> TCPHandler: Processed in 0.002515066 sec.
10248 2025.03.20 17:11:15.025085 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10249 2025.03.20 17:11:15.025197 [ 256 ] {e2377166-157d-4271-beaf-c4bf8698f011} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10250 2025.03.20 17:11:15.025248 [ 256 ] {e2377166-157d-4271-beaf-c4bf8698f011} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10251 2025.03.20 17:11:15.025813 [ 256 ] {e2377166-157d-4271-beaf-c4bf8698f011} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10252 2025.03.20 17:11:15.025857 [ 256 ] {e2377166-157d-4271-beaf-c4bf8698f011} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10253 2025.03.20 17:11:15.026230 [ 256 ] {e2377166-157d-4271-beaf-c4bf8698f011} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
10254 2025.03.20 17:11:15.026497 [ 256 ] {e2377166-157d-4271-beaf-c4bf8698f011} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10255 2025.03.20 17:11:15.026630 [ 101 ] {} <Debug> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0
10256 2025.03.20 17:11:15.026673 [ 101 ] {} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10257 2025.03.20 17:11:15.026683 [ 256 ] {e2377166-157d-4271-beaf-c4bf8698f011} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001513 sec., 9253.139458030402 rows/sec., 754.53 KiB/sec.
10258 2025.03.20 17:11:15.026697 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10259 2025.03.20 17:11:15.026805 [ 256 ] {e2377166-157d-4271-beaf-c4bf8698f011} <Debug> TCPHandler: Processed in 0.001763519 sec.
10260 2025.03.20 17:11:15.027219 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10261 2025.03.20 17:11:15.027242 [ 195 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full
10262 2025.03.20 17:11:15.027433 [ 256 ] {e210ea43-f22a-4fb9-832c-0dac6f34ca47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10263 2025.03.20 17:11:15.027537 [ 195 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10264 2025.03.20 17:11:15.027545 [ 256 ] {e210ea43-f22a-4fb9-832c-0dac6f34ca47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10265 2025.03.20 17:11:15.027612 [ 195 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part
10266 2025.03.20 17:11:15.027959 [ 195 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part
10267 2025.03.20 17:11:15.028375 [ 195 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 4 rows starting from the beginning of the part
10268 2025.03.20 17:11:15.028801 [ 195 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part
10269 2025.03.20 17:11:15.029180 [ 195 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4 rows starting from the beginning of the part
10270 2025.03.20 17:11:15.029377 [ 195 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part
10271 2025.03.20 17:11:15.030665 [ 256 ] {e210ea43-f22a-4fb9-832c-0dac6f34ca47} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10272 2025.03.20 17:11:15.030734 [ 256 ] {e210ea43-f22a-4fb9-832c-0dac6f34ca47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10273 2025.03.20 17:11:15.031799 [ 201 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 68 rows, containing 5 columns (5 merged, 0 gathered) in 0.004986512 sec., 13636.786595520074 rows/sec., 1.14 MiB/sec.
10274 2025.03.20 17:11:15.031874 [ 256 ] {e210ea43-f22a-4fb9-832c-0dac6f34ca47} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
10275 2025.03.20 17:11:15.031960 [ 201 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary)
10276 2025.03.20 17:11:15.032188 [ 256 ] {e210ea43-f22a-4fb9-832c-0dac6f34ca47} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10277 2025.03.20 17:11:15.032370 [ 101 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
10278 2025.03.20 17:11:15.032425 [ 101 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10279 2025.03.20 17:11:15.032430 [ 201 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_14_3} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10280 2025.03.20 17:11:15.032461 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10281 2025.03.20 17:11:15.032468 [ 256 ] {e210ea43-f22a-4fb9-832c-0dac6f34ca47} <Debug> executeQuery: Read 1347 rows, 115.31 KiB in 0.005093 sec., 264480.6597290398 rows/sec., 22.11 MiB/sec.
10282 2025.03.20 17:11:15.032786 [ 201 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_14_3} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3
10283 2025.03.20 17:11:15.032891 [ 256 ] {e210ea43-f22a-4fb9-832c-0dac6f34ca47} <Debug> TCPHandler: Processed in 0.005832061 sec.
10284 2025.03.20 17:11:15.033282 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10285 2025.03.20 17:11:15.033326 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10286 2025.03.20 17:11:15.033423 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::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
10287 2025.03.20 17:11:15.033886 [ 256 ] {d44aa4f6-64d4-41f8-94ab-9698eb414795} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10288 2025.03.20 17:11:15.033958 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10289 2025.03.20 17:11:15.034092 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1404 rows starting from the beginning of the part
10290 2025.03.20 17:11:15.034152 [ 256 ] {d44aa4f6-64d4-41f8-94ab-9698eb414795} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10291 2025.03.20 17:11:15.034588 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 80 rows starting from the beginning of the part
10292 2025.03.20 17:11:15.035005 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 112 rows starting from the beginning of the part
10293 2025.03.20 17:11:15.035403 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 80 rows starting from the beginning of the part
10294 2025.03.20 17:11:15.035646 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 110 rows starting from the beginning of the part
10295 2025.03.20 17:11:15.036020 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 1347 rows starting from the beginning of the part
10296 2025.03.20 17:11:15.037559 [ 256 ] {d44aa4f6-64d4-41f8-94ab-9698eb414795} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10297 2025.03.20 17:11:15.037612 [ 256 ] {d44aa4f6-64d4-41f8-94ab-9698eb414795} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10298 2025.03.20 17:11:15.038568 [ 256 ] {d44aa4f6-64d4-41f8-94ab-9698eb414795} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
10299 2025.03.20 17:11:15.038927 [ 256 ] {d44aa4f6-64d4-41f8-94ab-9698eb414795} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10300 2025.03.20 17:11:15.039145 [ 256 ] {d44aa4f6-64d4-41f8-94ab-9698eb414795} <Debug> executeQuery: Read 38 rows, 2.84 KiB in 0.005523 sec., 6880.31866739091 rows/sec., 514.36 KiB/sec.
10301 2025.03.20 17:11:15.039219 [ 256 ] {d44aa4f6-64d4-41f8-94ab-9698eb414795} <Debug> TCPHandler: Processed in 0.005997462 sec.
10302 2025.03.20 17:11:15.039453 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10303 2025.03.20 17:11:15.039719 [ 256 ] {ffb68e6c-2190-400f-af1c-02519eece2b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10304 2025.03.20 17:11:15.039735 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3133 rows, containing 5 columns (5 merged, 0 gathered) in 0.007040434 sec., 445000.97579211736 rows/sec., 38.95 MiB/sec.
10305 2025.03.20 17:11:15.039785 [ 256 ] {ffb68e6c-2190-400f-af1c-02519eece2b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10306 2025.03.20 17:11:15.040170 [ 195 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
10307 2025.03.20 17:11:15.040812 [ 195 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_101_20} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10308 2025.03.20 17:11:15.040981 [ 195 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_101_20} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
10309 2025.03.20 17:11:15.041005 [ 256 ] {ffb68e6c-2190-400f-af1c-02519eece2b2} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10310 2025.03.20 17:11:15.041071 [ 256 ] {ffb68e6c-2190-400f-af1c-02519eece2b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10311 2025.03.20 17:11:15.041134 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
10312 2025.03.20 17:11:15.041516 [ 256 ] {ffb68e6c-2190-400f-af1c-02519eece2b2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
10313 2025.03.20 17:11:15.041780 [ 256 ] {ffb68e6c-2190-400f-af1c-02519eece2b2} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10314 2025.03.20 17:11:15.041959 [ 256 ] {ffb68e6c-2190-400f-af1c-02519eece2b2} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.002312 sec., 108996.53979238756 rows/sec., 7.54 MiB/sec.
10315 2025.03.20 17:11:15.042010 [ 256 ] {ffb68e6c-2190-400f-af1c-02519eece2b2} <Debug> TCPHandler: Processed in 0.002656447 sec.
10316 2025.03.20 17:11:15.042121 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10317 2025.03.20 17:11:15.042220 [ 256 ] {26d61f6a-79c2-4b9f-96de-47c77b92f1bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10318 2025.03.20 17:11:15.042261 [ 256 ] {26d61f6a-79c2-4b9f-96de-47c77b92f1bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10319 2025.03.20 17:11:15.042745 [ 256 ] {26d61f6a-79c2-4b9f-96de-47c77b92f1bb} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10320 2025.03.20 17:11:15.042781 [ 256 ] {26d61f6a-79c2-4b9f-96de-47c77b92f1bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10321 2025.03.20 17:11:15.043191 [ 256 ] {26d61f6a-79c2-4b9f-96de-47c77b92f1bb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
10322 2025.03.20 17:11:15.043433 [ 256 ] {26d61f6a-79c2-4b9f-96de-47c77b92f1bb} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10323 2025.03.20 17:11:15.043654 [ 256 ] {26d61f6a-79c2-4b9f-96de-47c77b92f1bb} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001434 sec., 8368.200836820084 rows/sec., 653.77 KiB/sec.
10324 2025.03.20 17:11:15.043857 [ 256 ] {26d61f6a-79c2-4b9f-96de-47c77b92f1bb} <Debug> TCPHandler: Processed in 0.001770808 sec.
10325 2025.03.20 17:11:15.044012 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10326 2025.03.20 17:11:15.044140 [ 256 ] {bee1cc7b-6656-43bd-be85-4bbb256ef641} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10327 2025.03.20 17:11:15.044195 [ 256 ] {bee1cc7b-6656-43bd-be85-4bbb256ef641} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10328 2025.03.20 17:11:15.045112 [ 256 ] {bee1cc7b-6656-43bd-be85-4bbb256ef641} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10329 2025.03.20 17:11:15.045152 [ 256 ] {bee1cc7b-6656-43bd-be85-4bbb256ef641} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10330 2025.03.20 17:11:15.045546 [ 256 ] {bee1cc7b-6656-43bd-be85-4bbb256ef641} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
10331 2025.03.20 17:11:15.045799 [ 256 ] {bee1cc7b-6656-43bd-be85-4bbb256ef641} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10332 2025.03.20 17:11:15.045985 [ 99 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
10333 2025.03.20 17:11:15.046004 [ 256 ] {bee1cc7b-6656-43bd-be85-4bbb256ef641} <Debug> executeQuery: Read 582 rows, 44.76 KiB in 0.001893 sec., 307448.4944532488 rows/sec., 23.09 MiB/sec.
10334 2025.03.20 17:11:15.046044 [ 99 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10335 2025.03.20 17:11:15.046118 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10336 2025.03.20 17:11:15.046130 [ 256 ] {bee1cc7b-6656-43bd-be85-4bbb256ef641} <Debug> TCPHandler: Processed in 0.002176033 sec.
10337 2025.03.20 17:11:15.046387 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10338 2025.03.20 17:11:15.046389 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::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
10339 2025.03.20 17:11:15.046573 [ 256 ] {00553c0e-18ae-4069-a73b-2aa46cbb3e97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10340 2025.03.20 17:11:15.046709 [ 256 ] {00553c0e-18ae-4069-a73b-2aa46cbb3e97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10341 2025.03.20 17:11:15.046740 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10342 2025.03.20 17:11:15.046857 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 631 rows starting from the beginning of the part
10343 2025.03.20 17:11:15.047150 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 76 rows starting from the beginning of the part
10344 2025.03.20 17:11:15.047468 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 95 rows starting from the beginning of the part
10345 2025.03.20 17:11:15.047847 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::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
10346 2025.03.20 17:11:15.048218 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 91 rows starting from the beginning of the part
10347 2025.03.20 17:11:15.048523 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 582 rows starting from the beginning of the part
10348 2025.03.20 17:11:15.049625 [ 256 ] {00553c0e-18ae-4069-a73b-2aa46cbb3e97} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10349 2025.03.20 17:11:15.049701 [ 256 ] {00553c0e-18ae-4069-a73b-2aa46cbb3e97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10350 2025.03.20 17:11:15.050784 [ 256 ] {00553c0e-18ae-4069-a73b-2aa46cbb3e97} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
10351 2025.03.20 17:11:15.051270 [ 195 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1551 rows, containing 5 columns (5 merged, 0 gathered) in 0.005029923 sec., 308354.6209355491 rows/sec., 24.57 MiB/sec.
10352 2025.03.20 17:11:15.051336 [ 256 ] {00553c0e-18ae-4069-a73b-2aa46cbb3e97} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10353 2025.03.20 17:11:15.051625 [ 99 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
10354 2025.03.20 17:11:15.051741 [ 99 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10355 2025.03.20 17:11:15.051742 [ 195 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
10356 2025.03.20 17:11:15.051798 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10357 2025.03.20 17:11:15.051788 [ 256 ] {00553c0e-18ae-4069-a73b-2aa46cbb3e97} <Debug> executeQuery: Read 983 rows, 68.01 KiB in 0.005268 sec., 186598.32953682612 rows/sec., 12.61 MiB/sec.
10358 2025.03.20 17:11:15.052217 [ 256 ] {00553c0e-18ae-4069-a73b-2aa46cbb3e97} <Debug> TCPHandler: Processed in 0.005912292 sec.
10359 2025.03.20 17:11:15.052288 [ 187 ] {9491680f-0456-456d-800a-d47875b75c20::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
10360 2025.03.20 17:11:15.052494 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10361 2025.03.20 17:11:15.052587 [ 187 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10362 2025.03.20 17:11:15.052646 [ 195 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_101_20} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10363 2025.03.20 17:11:15.052704 [ 187 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 25775 rows starting from the beginning of the part
10364 2025.03.20 17:11:15.052832 [ 256 ] {d6903d5e-35d5-4583-8f5e-e6e46236f4e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10365 2025.03.20 17:11:15.053105 [ 195 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_101_20} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
10366 2025.03.20 17:11:15.053188 [ 187 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 160 rows starting from the beginning of the part
10367 2025.03.20 17:11:15.053383 [ 256 ] {d6903d5e-35d5-4583-8f5e-e6e46236f4e5} <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
10368 2025.03.20 17:11:15.053526 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
10369 2025.03.20 17:11:15.053782 [ 187 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 162 rows starting from the beginning of the part
10370 2025.03.20 17:11:15.054178 [ 187 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 160 rows starting from the beginning of the part
10371 2025.03.20 17:11:15.054615 [ 187 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 160 rows starting from the beginning of the part
10372 2025.03.20 17:11:15.055044 [ 187 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 983 rows starting from the beginning of the part
10373 2025.03.20 17:11:15.057532 [ 256 ] {d6903d5e-35d5-4583-8f5e-e6e46236f4e5} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10374 2025.03.20 17:11:15.057578 [ 256 ] {d6903d5e-35d5-4583-8f5e-e6e46236f4e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10375 2025.03.20 17:11:15.059251 [ 256 ] {d6903d5e-35d5-4583-8f5e-e6e46236f4e5} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
10376 2025.03.20 17:11:15.059541 [ 256 ] {d6903d5e-35d5-4583-8f5e-e6e46236f4e5} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10377 2025.03.20 17:11:15.060111 [ 256 ] {d6903d5e-35d5-4583-8f5e-e6e46236f4e5} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.0074 sec., 1621.6216216216214 rows/sec., 2.91 MiB/sec.
10378 2025.03.20 17:11:15.060222 [ 256 ] {d6903d5e-35d5-4583-8f5e-e6e46236f4e5} <Debug> TCPHandler: Processed in 0.007817631 sec.
10379 2025.03.20 17:11:15.060348 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10380 2025.03.20 17:11:15.060468 [ 256 ] {5f6524e8-084a-48fb-9aa6-b6fc561e5d3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10381 2025.03.20 17:11:15.060603 [ 256 ] {5f6524e8-084a-48fb-9aa6-b6fc561e5d3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10382 2025.03.20 17:11:15.061101 [ 256 ] {5f6524e8-084a-48fb-9aa6-b6fc561e5d3e} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10383 2025.03.20 17:11:15.061161 [ 256 ] {5f6524e8-084a-48fb-9aa6-b6fc561e5d3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10384 2025.03.20 17:11:15.061673 [ 256 ] {5f6524e8-084a-48fb-9aa6-b6fc561e5d3e} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
10385 2025.03.20 17:11:15.062060 [ 256 ] {5f6524e8-084a-48fb-9aa6-b6fc561e5d3e} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10386 2025.03.20 17:11:15.062294 [ 99 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
10387 2025.03.20 17:11:15.062363 [ 99 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10388 2025.03.20 17:11:15.062362 [ 256 ] {5f6524e8-084a-48fb-9aa6-b6fc561e5d3e} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.001916 sec., 17745.302713987476 rows/sec., 1.20 MiB/sec.
10389 2025.03.20 17:11:15.062406 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10390 2025.03.20 17:11:15.062614 [ 256 ] {5f6524e8-084a-48fb-9aa6-b6fc561e5d3e} <Debug> TCPHandler: Processed in 0.002319874 sec.
10391 2025.03.20 17:11:15.062715 [ 186 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
10392 2025.03.20 17:11:15.062906 [ 186 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10393 2025.03.20 17:11:15.062956 [ 186 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 4794 rows starting from the beginning of the part
10394 2025.03.20 17:11:15.063058 [ 186 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part
10395 2025.03.20 17:11:15.063306 [ 186 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 60 rows starting from the beginning of the part
10396 2025.03.20 17:11:15.063654 [ 186 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 60 rows starting from the beginning of the part
10397 2025.03.20 17:11:15.063851 [ 186 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 60 rows starting from the beginning of the part
10398 2025.03.20 17:11:15.064035 [ 186 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 34 rows starting from the beginning of the part
10399 2025.03.20 17:11:15.064877 [ 200 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27400 rows, containing 5 columns (5 merged, 0 gathered) in 0.012852434 sec., 2131891.904677355 rows/sec., 146.08 MiB/sec.
10400 2025.03.20 17:11:15.065288 [ 200 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
10401 2025.03.20 17:11:15.065887 [ 200 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10402 2025.03.20 17:11:15.066097 [ 200 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
10403 2025.03.20 17:11:15.066250 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB.
10404 2025.03.20 17:11:15.067088 [ 202 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5068 rows, containing 4 columns (4 merged, 0 gathered) in 0.004545217 sec., 1115018.270854835 rows/sec., 75.11 MiB/sec.
10405 2025.03.20 17:11:15.067658 [ 196 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
10406 2025.03.20 17:11:15.068016 [ 196 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_101_20} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10407 2025.03.20 17:11:15.068104 [ 196 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_101_20} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
10408 2025.03.20 17:11:15.068194 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB.
10409 2025.03.20 17:11:17.452741 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1418
10410 2025.03.20 17:11:17.456105 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10411 2025.03.20 17:11:17.456163 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10412 2025.03.20 17:11:17.457592 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
10413 2025.03.20 17:11:17.457892 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10414 2025.03.20 17:11:17.458622 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1418
10415 2025.03.20 17:11:17.754505 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10416 2025.03.20 17:11:17.754717 [ 256 ] {2c38d88a-c546-4c59-9a9e-7ae4b9110bb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10417 2025.03.20 17:11:17.754799 [ 256 ] {2c38d88a-c546-4c59-9a9e-7ae4b9110bb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10418 2025.03.20 17:11:17.755636 [ 256 ] {2c38d88a-c546-4c59-9a9e-7ae4b9110bb9} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10419 2025.03.20 17:11:17.755680 [ 256 ] {2c38d88a-c546-4c59-9a9e-7ae4b9110bb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10420 2025.03.20 17:11:17.756127 [ 256 ] {2c38d88a-c546-4c59-9a9e-7ae4b9110bb9} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
10421 2025.03.20 17:11:17.756391 [ 256 ] {2c38d88a-c546-4c59-9a9e-7ae4b9110bb9} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10422 2025.03.20 17:11:17.756595 [ 256 ] {2c38d88a-c546-4c59-9a9e-7ae4b9110bb9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001939 sec., 28880.86642599278 rows/sec., 2.22 MiB/sec.
10423 2025.03.20 17:11:17.756661 [ 256 ] {2c38d88a-c546-4c59-9a9e-7ae4b9110bb9} <Debug> TCPHandler: Processed in 0.002296344 sec.
10424 2025.03.20 17:11:17.756809 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10425 2025.03.20 17:11:17.756954 [ 256 ] {65e2e66b-3878-4228-8fe2-e1a2cfc08485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10426 2025.03.20 17:11:17.757014 [ 256 ] {65e2e66b-3878-4228-8fe2-e1a2cfc08485} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10427 2025.03.20 17:11:17.757596 [ 256 ] {65e2e66b-3878-4228-8fe2-e1a2cfc08485} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10428 2025.03.20 17:11:17.757635 [ 256 ] {65e2e66b-3878-4228-8fe2-e1a2cfc08485} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10429 2025.03.20 17:11:17.758015 [ 256 ] {65e2e66b-3878-4228-8fe2-e1a2cfc08485} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
10430 2025.03.20 17:11:17.758260 [ 256 ] {65e2e66b-3878-4228-8fe2-e1a2cfc08485} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10431 2025.03.20 17:11:17.758506 [ 256 ] {65e2e66b-3878-4228-8fe2-e1a2cfc08485} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001585 sec., 40378.54889589905 rows/sec., 3.15 MiB/sec.
10432 2025.03.20 17:11:17.758561 [ 256 ] {65e2e66b-3878-4228-8fe2-e1a2cfc08485} <Debug> TCPHandler: Processed in 0.001821409 sec.
10433 2025.03.20 17:11:17.758679 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10434 2025.03.20 17:11:17.758788 [ 256 ] {cff0b1e6-7005-4465-94ef-02dbe84e538e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10435 2025.03.20 17:11:17.758838 [ 256 ] {cff0b1e6-7005-4465-94ef-02dbe84e538e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10436 2025.03.20 17:11:17.759340 [ 256 ] {cff0b1e6-7005-4465-94ef-02dbe84e538e} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10437 2025.03.20 17:11:17.759380 [ 256 ] {cff0b1e6-7005-4465-94ef-02dbe84e538e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10438 2025.03.20 17:11:17.759765 [ 256 ] {cff0b1e6-7005-4465-94ef-02dbe84e538e} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
10439 2025.03.20 17:11:17.760038 [ 256 ] {cff0b1e6-7005-4465-94ef-02dbe84e538e} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10440 2025.03.20 17:11:17.760277 [ 256 ] {cff0b1e6-7005-4465-94ef-02dbe84e538e} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.001506 sec., 43824.701195219124 rows/sec., 3.06 MiB/sec.
10441 2025.03.20 17:11:17.760359 [ 256 ] {cff0b1e6-7005-4465-94ef-02dbe84e538e} <Debug> TCPHandler: Processed in 0.001731629 sec.
10442 2025.03.20 17:11:17.760517 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10443 2025.03.20 17:11:17.760823 [ 256 ] {2a430496-5786-4b00-b0b9-30d8de31cf1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10444 2025.03.20 17:11:17.760989 [ 256 ] {2a430496-5786-4b00-b0b9-30d8de31cf1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10445 2025.03.20 17:11:17.761608 [ 256 ] {2a430496-5786-4b00-b0b9-30d8de31cf1e} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10446 2025.03.20 17:11:17.761648 [ 256 ] {2a430496-5786-4b00-b0b9-30d8de31cf1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10447 2025.03.20 17:11:17.762027 [ 256 ] {2a430496-5786-4b00-b0b9-30d8de31cf1e} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
10448 2025.03.20 17:11:17.762274 [ 256 ] {2a430496-5786-4b00-b0b9-30d8de31cf1e} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10449 2025.03.20 17:11:17.762495 [ 256 ] {2a430496-5786-4b00-b0b9-30d8de31cf1e} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001787 sec., 14549.52434247342 rows/sec., 997.33 KiB/sec.
10450 2025.03.20 17:11:17.762545 [ 256 ] {2a430496-5786-4b00-b0b9-30d8de31cf1e} <Debug> TCPHandler: Processed in 0.002116792 sec.
10451 2025.03.20 17:11:19.811232 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27023
10452 2025.03.20 17:11:19.811871 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10453 2025.03.20 17:11:19.811916 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10454 2025.03.20 17:11:19.812432 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
10455 2025.03.20 17:11:19.812682 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10456 2025.03.20 17:11:19.812916 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27023
10457 2025.03.20 17:11:21.702028 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445
10458 2025.03.20 17:11:21.722703 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10459 2025.03.20 17:11:21.722758 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10460 2025.03.20 17:11:21.730212 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
10461 2025.03.20 17:11:21.731095 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10462 2025.03.20 17:11:21.733778 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445
10463 2025.03.20 17:11:22.760856 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10464 2025.03.20 17:11:22.761077 [ 256 ] {5b697cac-e02f-44c9-928b-d7f7b0a19bda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10465 2025.03.20 17:11:22.761163 [ 256 ] {5b697cac-e02f-44c9-928b-d7f7b0a19bda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10466 2025.03.20 17:11:22.762029 [ 256 ] {5b697cac-e02f-44c9-928b-d7f7b0a19bda} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10467 2025.03.20 17:11:22.762088 [ 256 ] {5b697cac-e02f-44c9-928b-d7f7b0a19bda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10468 2025.03.20 17:11:22.762550 [ 256 ] {5b697cac-e02f-44c9-928b-d7f7b0a19bda} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
10469 2025.03.20 17:11:22.762815 [ 256 ] {5b697cac-e02f-44c9-928b-d7f7b0a19bda} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10470 2025.03.20 17:11:22.763068 [ 256 ] {5b697cac-e02f-44c9-928b-d7f7b0a19bda} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002053 sec., 53580.1266439357 rows/sec., 4.50 MiB/sec.
10471 2025.03.20 17:11:22.763136 [ 256 ] {5b697cac-e02f-44c9-928b-d7f7b0a19bda} <Debug> TCPHandler: Processed in 0.002426896 sec.
10472 2025.03.20 17:11:22.763261 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10473 2025.03.20 17:11:22.763375 [ 256 ] {7c00c2ea-c775-4137-a2f9-f23003eae21d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10474 2025.03.20 17:11:22.763425 [ 256 ] {7c00c2ea-c775-4137-a2f9-f23003eae21d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10475 2025.03.20 17:11:22.763968 [ 256 ] {7c00c2ea-c775-4137-a2f9-f23003eae21d} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10476 2025.03.20 17:11:22.764008 [ 256 ] {7c00c2ea-c775-4137-a2f9-f23003eae21d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10477 2025.03.20 17:11:22.764369 [ 256 ] {7c00c2ea-c775-4137-a2f9-f23003eae21d} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10478 2025.03.20 17:11:22.764614 [ 256 ] {7c00c2ea-c775-4137-a2f9-f23003eae21d} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10479 2025.03.20 17:11:22.764838 [ 256 ] {7c00c2ea-c775-4137-a2f9-f23003eae21d} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001482 sec., 18218.623481781375 rows/sec., 1.34 MiB/sec.
10480 2025.03.20 17:11:22.764837 [ 94 ] {} <Debug> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10481 2025.03.20 17:11:22.764914 [ 256 ] {7c00c2ea-c775-4137-a2f9-f23003eae21d} <Debug> TCPHandler: Processed in 0.001707878 sec.
10482 2025.03.20 17:11:22.764943 [ 94 ] {} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10483 2025.03.20 17:11:22.765011 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10484 2025.03.20 17:11:22.765122 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10485 2025.03.20 17:11:22.765320 [ 200 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::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
10486 2025.03.20 17:11:22.765335 [ 256 ] {c6d63a1e-b429-4fc8-be83-272ab0c88c1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10487 2025.03.20 17:11:22.765480 [ 256 ] {c6d63a1e-b429-4fc8-be83-272ab0c88c1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10488 2025.03.20 17:11:22.765880 [ 200 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10489 2025.03.20 17:11:22.766017 [ 200 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 69 rows starting from the beginning of the part
10490 2025.03.20 17:11:22.766505 [ 200 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 31 rows starting from the beginning of the part
10491 2025.03.20 17:11:22.766837 [ 200 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 12 rows starting from the beginning of the part
10492 2025.03.20 17:11:22.767190 [ 200 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 27 rows starting from the beginning of the part
10493 2025.03.20 17:11:22.767547 [ 200 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 38 rows starting from the beginning of the part
10494 2025.03.20 17:11:22.767899 [ 200 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 27 rows starting from the beginning of the part
10495 2025.03.20 17:11:22.768374 [ 256 ] {c6d63a1e-b429-4fc8-be83-272ab0c88c1a} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10496 2025.03.20 17:11:22.768452 [ 256 ] {c6d63a1e-b429-4fc8-be83-272ab0c88c1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10497 2025.03.20 17:11:22.769315 [ 256 ] {c6d63a1e-b429-4fc8-be83-272ab0c88c1a} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
10498 2025.03.20 17:11:22.769907 [ 256 ] {c6d63a1e-b429-4fc8-be83-272ab0c88c1a} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10499 2025.03.20 17:11:22.770581 [ 256 ] {c6d63a1e-b429-4fc8-be83-272ab0c88c1a} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.005255 sec., 17316.84110371075 rows/sec., 1.35 MiB/sec.
10500 2025.03.20 17:11:22.771093 [ 256 ] {c6d63a1e-b429-4fc8-be83-272ab0c88c1a} <Debug> TCPHandler: Processed in 0.006065813 sec.
10501 2025.03.20 17:11:22.771116 [ 200 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 204 rows, containing 5 columns (5 merged, 0 gathered) in 0.005986423 sec., 34077.11082227233 rows/sec., 2.62 MiB/sec.
10502 2025.03.20 17:11:22.771432 [ 200 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
10503 2025.03.20 17:11:22.771462 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10504 2025.03.20 17:11:22.771908 [ 256 ] {05063b47-3190-4e56-a804-9b9189ed80b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10505 2025.03.20 17:11:22.772146 [ 256 ] {05063b47-3190-4e56-a804-9b9189ed80b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10506 2025.03.20 17:11:22.772367 [ 200 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_81_16} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10507 2025.03.20 17:11:22.772622 [ 200 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_81_16} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10508 2025.03.20 17:11:22.772807 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
10509 2025.03.20 17:11:22.773228 [ 256 ] {05063b47-3190-4e56-a804-9b9189ed80b8} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10510 2025.03.20 17:11:22.773272 [ 256 ] {05063b47-3190-4e56-a804-9b9189ed80b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10511 2025.03.20 17:11:22.773679 [ 256 ] {05063b47-3190-4e56-a804-9b9189ed80b8} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
10512 2025.03.20 17:11:22.773923 [ 256 ] {05063b47-3190-4e56-a804-9b9189ed80b8} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10513 2025.03.20 17:11:22.774149 [ 256 ] {05063b47-3190-4e56-a804-9b9189ed80b8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002429 sec., 65870.72869493619 rows/sec., 4.59 MiB/sec.
10514 2025.03.20 17:11:22.774263 [ 256 ] {05063b47-3190-4e56-a804-9b9189ed80b8} <Debug> TCPHandler: Processed in 0.002914861 sec.
10515 2025.03.20 17:11:22.774433 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10516 2025.03.20 17:11:22.774731 [ 256 ] {f5558985-ed68-47ff-81a9-63702213471e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10517 2025.03.20 17:11:22.774829 [ 256 ] {f5558985-ed68-47ff-81a9-63702213471e} <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
10518 2025.03.20 17:11:22.775971 [ 256 ] {f5558985-ed68-47ff-81a9-63702213471e} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10519 2025.03.20 17:11:22.776010 [ 256 ] {f5558985-ed68-47ff-81a9-63702213471e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10520 2025.03.20 17:11:22.776667 [ 256 ] {f5558985-ed68-47ff-81a9-63702213471e} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
10521 2025.03.20 17:11:22.776931 [ 256 ] {f5558985-ed68-47ff-81a9-63702213471e} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10522 2025.03.20 17:11:22.777213 [ 256 ] {f5558985-ed68-47ff-81a9-63702213471e} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002598 sec., 10392.609699769053 rows/sec., 18.62 MiB/sec.
10523 2025.03.20 17:11:22.777358 [ 256 ] {f5558985-ed68-47ff-81a9-63702213471e} <Debug> TCPHandler: Processed in 0.003034892 sec.
10524 2025.03.20 17:11:22.777722 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10525 2025.03.20 17:11:22.778056 [ 256 ] {340b1c16-7e2c-4958-a248-7f33e3170a9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10526 2025.03.20 17:11:22.778219 [ 256 ] {340b1c16-7e2c-4958-a248-7f33e3170a9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10527 2025.03.20 17:11:22.778758 [ 256 ] {340b1c16-7e2c-4958-a248-7f33e3170a9a} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10528 2025.03.20 17:11:22.778798 [ 256 ] {340b1c16-7e2c-4958-a248-7f33e3170a9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10529 2025.03.20 17:11:22.779164 [ 256 ] {340b1c16-7e2c-4958-a248-7f33e3170a9a} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
10530 2025.03.20 17:11:22.779414 [ 256 ] {340b1c16-7e2c-4958-a248-7f33e3170a9a} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10531 2025.03.20 17:11:22.779633 [ 256 ] {340b1c16-7e2c-4958-a248-7f33e3170a9a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001713 sec., 35026.26970227671 rows/sec., 2.36 MiB/sec.
10532 2025.03.20 17:11:22.779682 [ 256 ] {340b1c16-7e2c-4958-a248-7f33e3170a9a} <Debug> TCPHandler: Processed in 0.002073882 sec.
10533 2025.03.20 17:11:27.130189 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache
10534 2025.03.20 17:11:27.130263 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache
10535 2025.03.20 17:11:27.313185 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27511
10536 2025.03.20 17:11:27.313969 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10537 2025.03.20 17:11:27.314019 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10538 2025.03.20 17:11:27.314571 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
10539 2025.03.20 17:11:27.314834 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10540 2025.03.20 17:11:27.315093 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511
10541 2025.03.20 17:11:27.459058 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1438
10542 2025.03.20 17:11:27.462127 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10543 2025.03.20 17:11:27.462178 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10544 2025.03.20 17:11:27.463627 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
10545 2025.03.20 17:11:27.463930 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10546 2025.03.20 17:11:27.465335 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1438
10547 2025.03.20 17:11:27.760881 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10548 2025.03.20 17:11:27.761194 [ 256 ] {91cbc2f2-73f4-45d3-8a2c-ec1bf8534d1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10549 2025.03.20 17:11:27.761312 [ 256 ] {91cbc2f2-73f4-45d3-8a2c-ec1bf8534d1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10550 2025.03.20 17:11:27.762244 [ 256 ] {91cbc2f2-73f4-45d3-8a2c-ec1bf8534d1b} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10551 2025.03.20 17:11:27.762293 [ 256 ] {91cbc2f2-73f4-45d3-8a2c-ec1bf8534d1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10552 2025.03.20 17:11:27.762763 [ 256 ] {91cbc2f2-73f4-45d3-8a2c-ec1bf8534d1b} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
10553 2025.03.20 17:11:27.763031 [ 256 ] {91cbc2f2-73f4-45d3-8a2c-ec1bf8534d1b} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10554 2025.03.20 17:11:27.763297 [ 256 ] {91cbc2f2-73f4-45d3-8a2c-ec1bf8534d1b} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.002185 sec., 36613.272311212815 rows/sec., 3.03 MiB/sec.
10555 2025.03.20 17:11:27.763414 [ 256 ] {91cbc2f2-73f4-45d3-8a2c-ec1bf8534d1b} <Debug> TCPHandler: Processed in 0.002722259 sec.
10556 2025.03.20 17:11:27.763580 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10557 2025.03.20 17:11:27.763928 [ 256 ] {27dbb2ce-0a57-495a-b092-f86c127b1a3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10558 2025.03.20 17:11:27.764090 [ 256 ] {27dbb2ce-0a57-495a-b092-f86c127b1a3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10559 2025.03.20 17:11:27.765144 [ 256 ] {27dbb2ce-0a57-495a-b092-f86c127b1a3e} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10560 2025.03.20 17:11:27.765186 [ 256 ] {27dbb2ce-0a57-495a-b092-f86c127b1a3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10561 2025.03.20 17:11:27.765553 [ 256 ] {27dbb2ce-0a57-495a-b092-f86c127b1a3e} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10562 2025.03.20 17:11:27.765800 [ 256 ] {27dbb2ce-0a57-495a-b092-f86c127b1a3e} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10563 2025.03.20 17:11:27.766008 [ 256 ] {27dbb2ce-0a57-495a-b092-f86c127b1a3e} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.002227 sec., 5388.414907947912 rows/sec., 405.18 KiB/sec.
10564 2025.03.20 17:11:27.766062 [ 256 ] {27dbb2ce-0a57-495a-b092-f86c127b1a3e} <Debug> TCPHandler: Processed in 0.002570737 sec.
10565 2025.03.20 17:11:27.766168 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10566 2025.03.20 17:11:27.766272 [ 256 ] {e64c585a-85ba-4bc6-9919-dc1e0f0a94f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10567 2025.03.20 17:11:27.766317 [ 256 ] {e64c585a-85ba-4bc6-9919-dc1e0f0a94f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10568 2025.03.20 17:11:27.766856 [ 256 ] {e64c585a-85ba-4bc6-9919-dc1e0f0a94f3} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10569 2025.03.20 17:11:27.766897 [ 256 ] {e64c585a-85ba-4bc6-9919-dc1e0f0a94f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10570 2025.03.20 17:11:27.767266 [ 256 ] {e64c585a-85ba-4bc6-9919-dc1e0f0a94f3} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
10571 2025.03.20 17:11:27.767527 [ 256 ] {e64c585a-85ba-4bc6-9919-dc1e0f0a94f3} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10572 2025.03.20 17:11:27.767734 [ 256 ] {e64c585a-85ba-4bc6-9919-dc1e0f0a94f3} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001486 sec., 51144.010767160165 rows/sec., 3.99 MiB/sec.
10573 2025.03.20 17:11:27.767786 [ 256 ] {e64c585a-85ba-4bc6-9919-dc1e0f0a94f3} <Debug> TCPHandler: Processed in 0.001669727 sec.
10574 2025.03.20 17:11:27.767899 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10575 2025.03.20 17:11:27.768006 [ 256 ] {e1fc2839-7d50-4a6c-82e5-2882dc4963c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10576 2025.03.20 17:11:27.768056 [ 256 ] {e1fc2839-7d50-4a6c-82e5-2882dc4963c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10577 2025.03.20 17:11:27.768573 [ 256 ] {e1fc2839-7d50-4a6c-82e5-2882dc4963c4} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10578 2025.03.20 17:11:27.768612 [ 256 ] {e1fc2839-7d50-4a6c-82e5-2882dc4963c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10579 2025.03.20 17:11:27.769013 [ 256 ] {e1fc2839-7d50-4a6c-82e5-2882dc4963c4} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
10580 2025.03.20 17:11:27.769258 [ 256 ] {e1fc2839-7d50-4a6c-82e5-2882dc4963c4} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10581 2025.03.20 17:11:27.769505 [ 256 ] {e1fc2839-7d50-4a6c-82e5-2882dc4963c4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001521 sec., 105193.9513477975 rows/sec., 7.33 MiB/sec.
10582 2025.03.20 17:11:27.769582 [ 256 ] {e1fc2839-7d50-4a6c-82e5-2882dc4963c4} <Debug> TCPHandler: Processed in 0.001735078 sec.
10583 2025.03.20 17:11:27.769758 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10584 2025.03.20 17:11:27.770052 [ 256 ] {7997da38-430a-454f-a9f3-e8f778b79136} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10585 2025.03.20 17:11:27.770272 [ 256 ] {7997da38-430a-454f-a9f3-e8f778b79136} <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
10586 2025.03.20 17:11:27.771376 [ 256 ] {7997da38-430a-454f-a9f3-e8f778b79136} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10587 2025.03.20 17:11:27.771415 [ 256 ] {7997da38-430a-454f-a9f3-e8f778b79136} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10588 2025.03.20 17:11:27.772047 [ 256 ] {7997da38-430a-454f-a9f3-e8f778b79136} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10589 2025.03.20 17:11:27.772309 [ 256 ] {7997da38-430a-454f-a9f3-e8f778b79136} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10590 2025.03.20 17:11:27.772507 [ 90 ] {} <Debug> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10591 2025.03.20 17:11:27.772581 [ 256 ] {7997da38-430a-454f-a9f3-e8f778b79136} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002641 sec., 4543.733434305187 rows/sec., 8.14 MiB/sec.
10592 2025.03.20 17:11:27.772591 [ 90 ] {} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10593 2025.03.20 17:11:27.772675 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10594 2025.03.20 17:11:27.773003 [ 256 ] {7997da38-430a-454f-a9f3-e8f778b79136} <Debug> TCPHandler: Processed in 0.003333155 sec.
10595 2025.03.20 17:11:27.773062 [ 202 ] {6749d887-00ac-4b26-87ae-2852b00353b1::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
10596 2025.03.20 17:11:27.773209 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10597 2025.03.20 17:11:27.773440 [ 256 ] {fa2a72da-b2ce-426a-86be-1957de526be8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10598 2025.03.20 17:11:27.773571 [ 256 ] {fa2a72da-b2ce-426a-86be-1957de526be8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10599 2025.03.20 17:11:27.773940 [ 202 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10600 2025.03.20 17:11:27.774220 [ 202 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1427 rows starting from the beginning of the part
10601 2025.03.20 17:11:27.774930 [ 202 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 12 rows starting from the beginning of the part
10602 2025.03.20 17:11:27.775743 [ 256 ] {fa2a72da-b2ce-426a-86be-1957de526be8} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10603 2025.03.20 17:11:27.775757 [ 202 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 27 rows starting from the beginning of the part
10604 2025.03.20 17:11:27.775817 [ 256 ] {fa2a72da-b2ce-426a-86be-1957de526be8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10605 2025.03.20 17:11:27.776386 [ 202 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 12 rows starting from the beginning of the part
10606 2025.03.20 17:11:27.777106 [ 202 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 27 rows starting from the beginning of the part
10607 2025.03.20 17:11:27.777474 [ 256 ] {fa2a72da-b2ce-426a-86be-1957de526be8} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
10608 2025.03.20 17:11:27.777713 [ 202 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 12 rows starting from the beginning of the part
10609 2025.03.20 17:11:27.778381 [ 256 ] {fa2a72da-b2ce-426a-86be-1957de526be8} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10610 2025.03.20 17:11:27.779061 [ 256 ] {fa2a72da-b2ce-426a-86be-1957de526be8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0057 sec., 10526.315789473683 rows/sec., 726.43 KiB/sec.
10611 2025.03.20 17:11:27.779240 [ 256 ] {fa2a72da-b2ce-426a-86be-1957de526be8} <Debug> TCPHandler: Processed in 0.006105163 sec.
10612 2025.03.20 17:11:27.787790 [ 194 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1517 rows, containing 19 columns (19 merged, 0 gathered) in 0.014957216 sec., 101422.61768500233 rows/sec., 181.74 MiB/sec.
10613 2025.03.20 17:11:27.789415 [ 189 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
10614 2025.03.20 17:11:27.789851 [ 189 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10615 2025.03.20 17:11:27.789931 [ 189 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10616 2025.03.20 17:11:27.790084 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.56 MiB.
10617 2025.03.20 17:11:28.000188 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 241.03 MiB, peak 252.55 MiB, free memory in arenas 0.00 B, will set to 243.50 MiB (RSS), difference: 2.47 MiB
10618 2025.03.20 17:11:29.233975 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453
10619 2025.03.20 17:11:29.257655 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10620 2025.03.20 17:11:29.257712 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10621 2025.03.20 17:11:29.265135 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
10622 2025.03.20 17:11:29.265872 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10623 2025.03.20 17:11:29.268657 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453
10624 2025.03.20 17:11:32.760882 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10625 2025.03.20 17:11:32.761095 [ 256 ] {04284fe5-f1cd-400d-9a3f-300df811e800} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10626 2025.03.20 17:11:32.761168 [ 256 ] {04284fe5-f1cd-400d-9a3f-300df811e800} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10627 2025.03.20 17:11:32.762011 [ 256 ] {04284fe5-f1cd-400d-9a3f-300df811e800} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10628 2025.03.20 17:11:32.762058 [ 256 ] {04284fe5-f1cd-400d-9a3f-300df811e800} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10629 2025.03.20 17:11:32.762522 [ 256 ] {04284fe5-f1cd-400d-9a3f-300df811e800} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
10630 2025.03.20 17:11:32.762783 [ 256 ] {04284fe5-f1cd-400d-9a3f-300df811e800} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10631 2025.03.20 17:11:32.763005 [ 256 ] {04284fe5-f1cd-400d-9a3f-300df811e800} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.001959 sec., 56151.097498723844 rows/sec., 4.72 MiB/sec.
10632 2025.03.20 17:11:32.763082 [ 256 ] {04284fe5-f1cd-400d-9a3f-300df811e800} <Debug> TCPHandler: Processed in 0.002337804 sec.
10633 2025.03.20 17:11:32.763232 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10634 2025.03.20 17:11:32.763399 [ 256 ] {e607bedf-f142-4b66-bfcd-4ef030a3b310} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10635 2025.03.20 17:11:32.763457 [ 256 ] {e607bedf-f142-4b66-bfcd-4ef030a3b310} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10636 2025.03.20 17:11:32.763994 [ 256 ] {e607bedf-f142-4b66-bfcd-4ef030a3b310} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10637 2025.03.20 17:11:32.764032 [ 256 ] {e607bedf-f142-4b66-bfcd-4ef030a3b310} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10638 2025.03.20 17:11:32.764381 [ 256 ] {e607bedf-f142-4b66-bfcd-4ef030a3b310} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10639 2025.03.20 17:11:32.764625 [ 256 ] {e607bedf-f142-4b66-bfcd-4ef030a3b310} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10640 2025.03.20 17:11:32.764802 [ 256 ] {e607bedf-f142-4b66-bfcd-4ef030a3b310} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001448 sec., 18646.408839779004 rows/sec., 1.37 MiB/sec.
10641 2025.03.20 17:11:32.764853 [ 256 ] {e607bedf-f142-4b66-bfcd-4ef030a3b310} <Debug> TCPHandler: Processed in 0.001690608 sec.
10642 2025.03.20 17:11:32.764973 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10643 2025.03.20 17:11:32.765079 [ 256 ] {f32ac8ec-beb3-434b-9ee1-0eca17adaa28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10644 2025.03.20 17:11:32.765125 [ 256 ] {f32ac8ec-beb3-434b-9ee1-0eca17adaa28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10645 2025.03.20 17:11:32.765684 [ 256 ] {f32ac8ec-beb3-434b-9ee1-0eca17adaa28} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10646 2025.03.20 17:11:32.765722 [ 256 ] {f32ac8ec-beb3-434b-9ee1-0eca17adaa28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10647 2025.03.20 17:11:32.766077 [ 256 ] {f32ac8ec-beb3-434b-9ee1-0eca17adaa28} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
10648 2025.03.20 17:11:32.766318 [ 256 ] {f32ac8ec-beb3-434b-9ee1-0eca17adaa28} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10649 2025.03.20 17:11:32.766496 [ 256 ] {f32ac8ec-beb3-434b-9ee1-0eca17adaa28} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001438 sec., 63282.33657858136 rows/sec., 4.94 MiB/sec.
10650 2025.03.20 17:11:32.766548 [ 256 ] {f32ac8ec-beb3-434b-9ee1-0eca17adaa28} <Debug> TCPHandler: Processed in 0.001626547 sec.
10651 2025.03.20 17:11:32.766662 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10652 2025.03.20 17:11:32.766768 [ 256 ] {f708317c-0059-426c-aa50-d0604805c7e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10653 2025.03.20 17:11:32.766817 [ 256 ] {f708317c-0059-426c-aa50-d0604805c7e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10654 2025.03.20 17:11:32.767348 [ 256 ] {f708317c-0059-426c-aa50-d0604805c7e9} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10655 2025.03.20 17:11:32.767384 [ 256 ] {f708317c-0059-426c-aa50-d0604805c7e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10656 2025.03.20 17:11:32.767786 [ 256 ] {f708317c-0059-426c-aa50-d0604805c7e9} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
10657 2025.03.20 17:11:32.768030 [ 256 ] {f708317c-0059-426c-aa50-d0604805c7e9} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10658 2025.03.20 17:11:32.768210 [ 256 ] {f708317c-0059-426c-aa50-d0604805c7e9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001464 sec., 109289.6174863388 rows/sec., 7.61 MiB/sec.
10659 2025.03.20 17:11:32.768260 [ 256 ] {f708317c-0059-426c-aa50-d0604805c7e9} <Debug> TCPHandler: Processed in 0.001648947 sec.
10660 2025.03.20 17:11:32.768367 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10661 2025.03.20 17:11:32.768469 [ 256 ] {8eb83b21-4777-4ab9-8da3-298df81004c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10662 2025.03.20 17:11:32.768533 [ 256 ] {8eb83b21-4777-4ab9-8da3-298df81004c8} <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
10663 2025.03.20 17:11:32.769641 [ 256 ] {8eb83b21-4777-4ab9-8da3-298df81004c8} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10664 2025.03.20 17:11:32.769679 [ 256 ] {8eb83b21-4777-4ab9-8da3-298df81004c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10665 2025.03.20 17:11:32.770305 [ 256 ] {8eb83b21-4777-4ab9-8da3-298df81004c8} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10666 2025.03.20 17:11:32.770566 [ 256 ] {8eb83b21-4777-4ab9-8da3-298df81004c8} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10667 2025.03.20 17:11:32.770763 [ 256 ] {8eb83b21-4777-4ab9-8da3-298df81004c8} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002315 sec., 11663.06695464363 rows/sec., 20.90 MiB/sec.
10668 2025.03.20 17:11:32.770854 [ 256 ] {8eb83b21-4777-4ab9-8da3-298df81004c8} <Debug> TCPHandler: Processed in 0.002537036 sec.
10669 2025.03.20 17:11:32.770968 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10670 2025.03.20 17:11:32.771071 [ 256 ] {e9788342-bbdb-4206-a084-d3fb7e8c0e12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10671 2025.03.20 17:11:32.771117 [ 256 ] {e9788342-bbdb-4206-a084-d3fb7e8c0e12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10672 2025.03.20 17:11:32.771561 [ 256 ] {e9788342-bbdb-4206-a084-d3fb7e8c0e12} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10673 2025.03.20 17:11:32.771598 [ 256 ] {e9788342-bbdb-4206-a084-d3fb7e8c0e12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10674 2025.03.20 17:11:32.771958 [ 256 ] {e9788342-bbdb-4206-a084-d3fb7e8c0e12} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
10675 2025.03.20 17:11:32.772197 [ 256 ] {e9788342-bbdb-4206-a084-d3fb7e8c0e12} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10676 2025.03.20 17:11:32.772399 [ 256 ] {e9788342-bbdb-4206-a084-d3fb7e8c0e12} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001349 sec., 44477.390659747965 rows/sec., 3.00 MiB/sec.
10677 2025.03.20 17:11:32.772447 [ 256 ] {e9788342-bbdb-4206-a084-d3fb7e8c0e12} <Debug> TCPHandler: Processed in 0.001529936 sec.
10678 2025.03.20 17:11:34.815340 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27938
10679 2025.03.20 17:11:34.816024 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10680 2025.03.20 17:11:34.816063 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10681 2025.03.20 17:11:34.816585 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
10682 2025.03.20 17:11:34.816838 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10683 2025.03.20 17:11:34.817000 [ 80 ] {} <Debug> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
10684 2025.03.20 17:11:34.817043 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27938
10685 2025.03.20 17:11:34.817053 [ 80 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10686 2025.03.20 17:11:34.817079 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10687 2025.03.20 17:11:34.817214 [ 194 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::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
10688 2025.03.20 17:11:34.817382 [ 194 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10689 2025.03.20 17:11:34.817429 [ 194 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::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
10690 2025.03.20 17:11:34.817519 [ 194 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 427 rows starting from the beginning of the part
10691 2025.03.20 17:11:34.817717 [ 194 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 488 rows starting from the beginning of the part
10692 2025.03.20 17:11:34.817959 [ 194 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 427 rows starting from the beginning of the part
10693 2025.03.20 17:11:34.818119 [ 194 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 488 rows starting from the beginning of the part
10694 2025.03.20 17:11:34.818306 [ 194 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 427 rows starting from the beginning of the part
10695 2025.03.20 17:11:34.821149 [ 189 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27938 rows, containing 4 columns (4 merged, 0 gathered) in 0.003998132 sec., 6987763.285454308 rows/sec., 99.96 MiB/sec.
10696 2025.03.20 17:11:34.821405 [ 194 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
10697 2025.03.20 17:11:34.821682 [ 194 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_61_12} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10698 2025.03.20 17:11:34.821766 [ 194 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_61_12} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
10699 2025.03.20 17:11:34.821854 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB.
10700 2025.03.20 17:11:36.768849 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460
10701 2025.03.20 17:11:36.790690 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10702 2025.03.20 17:11:36.790733 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10703 2025.03.20 17:11:36.798335 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
10704 2025.03.20 17:11:36.799168 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10705 2025.03.20 17:11:36.799481 [ 83 ] {} <Debug> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
10706 2025.03.20 17:11:36.799554 [ 83 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10707 2025.03.20 17:11:36.799603 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10708 2025.03.20 17:11:36.799881 [ 191 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
10709 2025.03.20 17:11:36.807708 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460
10710 2025.03.20 17:11:36.809066 [ 191 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10711 2025.03.20 17:11:36.809959 [ 191 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part
10712 2025.03.20 17:11:36.814730 [ 191 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part
10713 2025.03.20 17:11:36.819422 [ 191 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
10714 2025.03.20 17:11:36.824480 [ 191 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
10715 2025.03.20 17:11:36.830274 [ 191 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
10716 2025.03.20 17:11:36.834935 [ 191 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
10717 2025.03.20 17:11:36.893909 [ 194 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.094198754 sec., 4883.291768381565 rows/sec., 25.25 MiB/sec.
10718 2025.03.20 17:11:36.897515 [ 201 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
10719 2025.03.20 17:11:36.900738 [ 201 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_61_12} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10720 2025.03.20 17:11:36.900887 [ 201 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_61_12} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
10721 2025.03.20 17:11:36.903764 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB.
10722 2025.03.20 17:11:37.465666 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1462
10723 2025.03.20 17:11:37.468795 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10724 2025.03.20 17:11:37.468855 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10725 2025.03.20 17:11:37.470367 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
10726 2025.03.20 17:11:37.470695 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10727 2025.03.20 17:11:37.470951 [ 79 ] {} <Debug> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
10728 2025.03.20 17:11:37.471075 [ 79 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10729 2025.03.20 17:11:37.471146 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10730 2025.03.20 17:11:37.471759 [ 188 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::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
10731 2025.03.20 17:11:37.472183 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1462
10732 2025.03.20 17:11:37.472736 [ 188 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10733 2025.03.20 17:11:37.472927 [ 188 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1328 rows starting from the beginning of the part
10734 2025.03.20 17:11:37.473554 [ 188 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 20 rows starting from the beginning of the part
10735 2025.03.20 17:11:37.474070 [ 188 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 26 rows starting from the beginning of the part
10736 2025.03.20 17:11:37.474566 [ 188 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 44 rows starting from the beginning of the part
10737 2025.03.20 17:11:37.475033 [ 188 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 20 rows starting from the beginning of the part
10738 2025.03.20 17:11:37.475517 [ 188 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 24 rows starting from the beginning of the part
10739 2025.03.20 17:11:37.484517 [ 199 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1462 rows, containing 72 columns (72 merged, 0 gathered) in 0.013168028 sec., 111026.49538716048 rows/sec., 85.70 MiB/sec.
10740 2025.03.20 17:11:37.486289 [ 199 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
10741 2025.03.20 17:11:37.487104 [ 199 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_46_9} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10742 2025.03.20 17:11:37.487201 [ 199 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_46_9} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
10743 2025.03.20 17:11:37.487528 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB.
10744 2025.03.20 17:11:37.759949 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10745 2025.03.20 17:11:37.760184 [ 256 ] {04c8738f-fbb8-4bc9-bbbb-5bbaad0e64ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10746 2025.03.20 17:11:37.760271 [ 256 ] {04c8738f-fbb8-4bc9-bbbb-5bbaad0e64ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10747 2025.03.20 17:11:37.761169 [ 256 ] {04c8738f-fbb8-4bc9-bbbb-5bbaad0e64ec} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10748 2025.03.20 17:11:37.761227 [ 256 ] {04c8738f-fbb8-4bc9-bbbb-5bbaad0e64ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10749 2025.03.20 17:11:37.761698 [ 256 ] {04c8738f-fbb8-4bc9-bbbb-5bbaad0e64ec} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
10750 2025.03.20 17:11:37.761961 [ 256 ] {04c8738f-fbb8-4bc9-bbbb-5bbaad0e64ec} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10751 2025.03.20 17:11:37.762172 [ 79 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
10752 2025.03.20 17:11:37.762201 [ 256 ] {04c8738f-fbb8-4bc9-bbbb-5bbaad0e64ec} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.002076 sec., 38535.64547206165 rows/sec., 3.19 MiB/sec.
10753 2025.03.20 17:11:37.762265 [ 79 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10754 2025.03.20 17:11:37.762333 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10755 2025.03.20 17:11:37.762354 [ 256 ] {04c8738f-fbb8-4bc9-bbbb-5bbaad0e64ec} <Debug> TCPHandler: Processed in 0.002554396 sec.
10756 2025.03.20 17:11:37.762586 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10757 2025.03.20 17:11:37.762597 [ 186 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::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
10758 2025.03.20 17:11:37.762773 [ 256 ] {77205a3e-7c9f-49c6-be83-0e1e821c85fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10759 2025.03.20 17:11:37.762898 [ 256 ] {77205a3e-7c9f-49c6-be83-0e1e821c85fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10760 2025.03.20 17:11:37.762918 [ 186 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10761 2025.03.20 17:11:37.763025 [ 186 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1404 rows starting from the beginning of the part
10762 2025.03.20 17:11:37.763284 [ 186 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 56 rows starting from the beginning of the part
10763 2025.03.20 17:11:37.763710 [ 186 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 110 rows starting from the beginning of the part
10764 2025.03.20 17:11:37.764017 [ 186 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 80 rows starting from the beginning of the part
10765 2025.03.20 17:11:37.764322 [ 186 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 110 rows starting from the beginning of the part
10766 2025.03.20 17:11:37.764698 [ 186 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 80 rows starting from the beginning of the part
10767 2025.03.20 17:11:37.766072 [ 256 ] {77205a3e-7c9f-49c6-be83-0e1e821c85fe} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10768 2025.03.20 17:11:37.766131 [ 256 ] {77205a3e-7c9f-49c6-be83-0e1e821c85fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10769 2025.03.20 17:11:37.767160 [ 256 ] {77205a3e-7c9f-49c6-be83-0e1e821c85fe} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10770 2025.03.20 17:11:37.767594 [ 256 ] {77205a3e-7c9f-49c6-be83-0e1e821c85fe} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10771 2025.03.20 17:11:37.768125 [ 256 ] {77205a3e-7c9f-49c6-be83-0e1e821c85fe} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.005374 sec., 2232.973576479345 rows/sec., 167.91 KiB/sec.
10772 2025.03.20 17:11:37.768264 [ 256 ] {77205a3e-7c9f-49c6-be83-0e1e821c85fe} <Debug> TCPHandler: Processed in 0.0057438 sec.
10773 2025.03.20 17:11:37.768271 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1840 rows, containing 5 columns (5 merged, 0 gathered) in 0.00580201 sec., 317131.47685026395 rows/sec., 27.72 MiB/sec.
10774 2025.03.20 17:11:37.768421 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10775 2025.03.20 17:11:37.768572 [ 256 ] {82db93fd-3b4c-4cce-bbdd-044ac747a4c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10776 2025.03.20 17:11:37.768595 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
10777 2025.03.20 17:11:37.768649 [ 256 ] {82db93fd-3b4c-4cce-bbdd-044ac747a4c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10778 2025.03.20 17:11:37.769278 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_106_21} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10779 2025.03.20 17:11:37.769453 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_106_21} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
10780 2025.03.20 17:11:37.769603 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB.
10781 2025.03.20 17:11:37.769839 [ 256 ] {82db93fd-3b4c-4cce-bbdd-044ac747a4c7} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10782 2025.03.20 17:11:37.769884 [ 256 ] {82db93fd-3b4c-4cce-bbdd-044ac747a4c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10783 2025.03.20 17:11:37.770254 [ 256 ] {82db93fd-3b4c-4cce-bbdd-044ac747a4c7} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
10784 2025.03.20 17:11:37.770495 [ 256 ] {82db93fd-3b4c-4cce-bbdd-044ac747a4c7} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10785 2025.03.20 17:11:37.770690 [ 79 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
10786 2025.03.20 17:11:37.770754 [ 79 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10787 2025.03.20 17:11:37.770763 [ 256 ] {82db93fd-3b4c-4cce-bbdd-044ac747a4c7} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.002226 sec., 34141.95867026055 rows/sec., 2.67 MiB/sec.
10788 2025.03.20 17:11:37.770789 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10789 2025.03.20 17:11:37.770974 [ 256 ] {82db93fd-3b4c-4cce-bbdd-044ac747a4c7} <Debug> TCPHandler: Processed in 0.002606838 sec.
10790 2025.03.20 17:11:37.771139 [ 195 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::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
10791 2025.03.20 17:11:37.771244 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10792 2025.03.20 17:11:37.771607 [ 256 ] {4ef41e1c-f305-48b9-b7dd-efb72346911c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10793 2025.03.20 17:11:37.771754 [ 195 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10794 2025.03.20 17:11:37.771803 [ 256 ] {4ef41e1c-f305-48b9-b7dd-efb72346911c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10795 2025.03.20 17:11:37.771970 [ 195 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 631 rows starting from the beginning of the part
10796 2025.03.20 17:11:37.772543 [ 195 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 64 rows starting from the beginning of the part
10797 2025.03.20 17:11:37.773377 [ 195 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 91 rows starting from the beginning of the part
10798 2025.03.20 17:11:37.773997 [ 195 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 76 rows starting from the beginning of the part
10799 2025.03.20 17:11:37.774263 [ 195 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 91 rows starting from the beginning of the part
10800 2025.03.20 17:11:37.774414 [ 195 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 76 rows starting from the beginning of the part
10801 2025.03.20 17:11:37.775385 [ 256 ] {4ef41e1c-f305-48b9-b7dd-efb72346911c} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10802 2025.03.20 17:11:37.775448 [ 256 ] {4ef41e1c-f305-48b9-b7dd-efb72346911c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10803 2025.03.20 17:11:37.776564 [ 256 ] {4ef41e1c-f305-48b9-b7dd-efb72346911c} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
10804 2025.03.20 17:11:37.777011 [ 256 ] {4ef41e1c-f305-48b9-b7dd-efb72346911c} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10805 2025.03.20 17:11:37.777373 [ 79 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
10806 2025.03.20 17:11:37.777511 [ 79 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10807 2025.03.20 17:11:37.777623 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10808 2025.03.20 17:11:37.777849 [ 256 ] {4ef41e1c-f305-48b9-b7dd-efb72346911c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006342 sec., 25228.634500157677 rows/sec., 1.76 MiB/sec.
10809 2025.03.20 17:11:37.778044 [ 194 ] {9491680f-0456-456d-800a-d47875b75c20::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
10810 2025.03.20 17:11:37.778128 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1029 rows, containing 5 columns (5 merged, 0 gathered) in 0.007214875 sec., 142622.01354839827 rows/sec., 11.44 MiB/sec.
10811 2025.03.20 17:11:37.778147 [ 256 ] {4ef41e1c-f305-48b9-b7dd-efb72346911c} <Debug> TCPHandler: Processed in 0.006995823 sec.
10812 2025.03.20 17:11:37.778426 [ 194 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10813 2025.03.20 17:11:37.778444 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
10814 2025.03.20 17:11:37.778496 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10815 2025.03.20 17:11:37.778509 [ 194 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_101_20, total 27400 rows starting from the beginning of the part
10816 2025.03.20 17:11:37.778923 [ 194 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 66 rows starting from the beginning of the part
10817 2025.03.20 17:11:37.779022 [ 256 ] {38fab85b-e109-4902-9af6-85319a4062ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10818 2025.03.20 17:11:37.779436 [ 194 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 160 rows starting from the beginning of the part
10819 2025.03.20 17:11:37.779576 [ 256 ] {38fab85b-e109-4902-9af6-85319a4062ce} <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
10820 2025.03.20 17:11:37.779854 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_106_21} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10821 2025.03.20 17:11:37.780093 [ 194 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 160 rows starting from the beginning of the part
10822 2025.03.20 17:11:37.780513 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_106_21} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
10823 2025.03.20 17:11:37.780653 [ 194 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 160 rows starting from the beginning of the part
10824 2025.03.20 17:11:37.781001 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB.
10825 2025.03.20 17:11:37.781216 [ 194 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 160 rows starting from the beginning of the part
10826 2025.03.20 17:11:37.784021 [ 256 ] {38fab85b-e109-4902-9af6-85319a4062ce} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10827 2025.03.20 17:11:37.784101 [ 256 ] {38fab85b-e109-4902-9af6-85319a4062ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10828 2025.03.20 17:11:37.785948 [ 256 ] {38fab85b-e109-4902-9af6-85319a4062ce} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10829 2025.03.20 17:11:37.786688 [ 256 ] {38fab85b-e109-4902-9af6-85319a4062ce} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10830 2025.03.20 17:11:37.787067 [ 256 ] {38fab85b-e109-4902-9af6-85319a4062ce} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.008294 sec., 1446.8290330359298 rows/sec., 2.59 MiB/sec.
10831 2025.03.20 17:11:37.787190 [ 256 ] {38fab85b-e109-4902-9af6-85319a4062ce} <Debug> TCPHandler: Processed in 0.008807692 sec.
10832 2025.03.20 17:11:37.787328 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10833 2025.03.20 17:11:37.787480 [ 256 ] {aaf234cf-c0b0-485f-8a28-eeaaf3c76311} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10834 2025.03.20 17:11:37.787589 [ 256 ] {aaf234cf-c0b0-485f-8a28-eeaaf3c76311} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10835 2025.03.20 17:11:37.788151 [ 256 ] {aaf234cf-c0b0-485f-8a28-eeaaf3c76311} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10836 2025.03.20 17:11:37.788190 [ 256 ] {aaf234cf-c0b0-485f-8a28-eeaaf3c76311} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10837 2025.03.20 17:11:37.788812 [ 256 ] {aaf234cf-c0b0-485f-8a28-eeaaf3c76311} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
10838 2025.03.20 17:11:37.789157 [ 256 ] {aaf234cf-c0b0-485f-8a28-eeaaf3c76311} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10839 2025.03.20 17:11:37.789323 [ 77 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
10840 2025.03.20 17:11:37.789359 [ 256 ] {aaf234cf-c0b0-485f-8a28-eeaaf3c76311} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001938 sec., 30959.752321981425 rows/sec., 2.09 MiB/sec.
10841 2025.03.20 17:11:37.789369 [ 77 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10842 2025.03.20 17:11:37.789407 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB.
10843 2025.03.20 17:11:37.789557 [ 256 ] {aaf234cf-c0b0-485f-8a28-eeaaf3c76311} <Debug> TCPHandler: Processed in 0.002267623 sec.
10844 2025.03.20 17:11:37.789743 [ 187 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
10845 2025.03.20 17:11:37.789867 [ 187 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10846 2025.03.20 17:11:37.789898 [ 187 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 5068 rows starting from the beginning of the part
10847 2025.03.20 17:11:37.790238 [ 187 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 26 rows starting from the beginning of the part
10848 2025.03.20 17:11:37.790358 [ 187 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
10849 2025.03.20 17:11:37.790656 [ 187 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part
10850 2025.03.20 17:11:37.790886 [ 187 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 60 rows starting from the beginning of the part
10851 2025.03.20 17:11:37.791319 [ 187 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 60 rows starting from the beginning of the part
10852 2025.03.20 17:11:37.791530 [ 194 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28106 rows, containing 5 columns (5 merged, 0 gathered) in 0.013721853 sec., 2048265.638758847 rows/sec., 140.40 MiB/sec.
10853 2025.03.20 17:11:37.791956 [ 194 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
10854 2025.03.20 17:11:37.792422 [ 194 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10855 2025.03.20 17:11:37.792518 [ 194 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
10856 2025.03.20 17:11:37.792668 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB.
10857 2025.03.20 17:11:37.793967 [ 192 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5334 rows, containing 4 columns (4 merged, 0 gathered) in 0.004382596 sec., 1217086.8590214567 rows/sec., 81.98 MiB/sec.
10858 2025.03.20 17:11:37.794432 [ 192 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
10859 2025.03.20 17:11:37.794792 [ 192 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_106_21} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10860 2025.03.20 17:11:37.794890 [ 192 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_106_21} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
10861 2025.03.20 17:11:37.795002 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB.
10862 2025.03.20 17:11:42.130512 [ 24 ] {} <Debug> DNSResolver: Updating DNS cache
10863 2025.03.20 17:11:42.130611 [ 24 ] {} <Debug> DNSResolver: Updated DNS cache
10864 2025.03.20 17:11:42.317307 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28426
10865 2025.03.20 17:11:42.318456 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10866 2025.03.20 17:11:42.318494 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
10867 2025.03.20 17:11:42.319018 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
10868 2025.03.20 17:11:42.319267 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10869 2025.03.20 17:11:42.319484 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426
10870 2025.03.20 17:11:42.761240 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10871 2025.03.20 17:11:42.761463 [ 256 ] {d49485f0-f90e-467f-9995-a999573a6c81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10872 2025.03.20 17:11:42.761549 [ 256 ] {d49485f0-f90e-467f-9995-a999573a6c81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10873 2025.03.20 17:11:42.762456 [ 256 ] {d49485f0-f90e-467f-9995-a999573a6c81} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10874 2025.03.20 17:11:42.762508 [ 256 ] {d49485f0-f90e-467f-9995-a999573a6c81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
10875 2025.03.20 17:11:42.762957 [ 256 ] {d49485f0-f90e-467f-9995-a999573a6c81} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
10876 2025.03.20 17:11:42.763219 [ 256 ] {d49485f0-f90e-467f-9995-a999573a6c81} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10877 2025.03.20 17:11:42.763459 [ 256 ] {d49485f0-f90e-467f-9995-a999573a6c81} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002057 sec., 53475.93582887701 rows/sec., 4.49 MiB/sec.
10878 2025.03.20 17:11:42.763529 [ 256 ] {d49485f0-f90e-467f-9995-a999573a6c81} <Debug> TCPHandler: Processed in 0.002439056 sec.
10879 2025.03.20 17:11:42.763657 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10880 2025.03.20 17:11:42.763773 [ 256 ] {70488676-7b98-4063-a586-a122aac73485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10881 2025.03.20 17:11:42.763824 [ 256 ] {70488676-7b98-4063-a586-a122aac73485} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10882 2025.03.20 17:11:42.764372 [ 256 ] {70488676-7b98-4063-a586-a122aac73485} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10883 2025.03.20 17:11:42.764416 [ 256 ] {70488676-7b98-4063-a586-a122aac73485} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
10884 2025.03.20 17:11:42.764796 [ 256 ] {70488676-7b98-4063-a586-a122aac73485} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10885 2025.03.20 17:11:42.765043 [ 256 ] {70488676-7b98-4063-a586-a122aac73485} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10886 2025.03.20 17:11:42.765275 [ 256 ] {70488676-7b98-4063-a586-a122aac73485} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001528 sec., 17670.15706806283 rows/sec., 1.30 MiB/sec.
10887 2025.03.20 17:11:42.765329 [ 256 ] {70488676-7b98-4063-a586-a122aac73485} <Debug> TCPHandler: Processed in 0.001726478 sec.
10888 2025.03.20 17:11:42.765436 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10889 2025.03.20 17:11:42.765540 [ 256 ] {d216cc03-506b-4422-a67a-1c9cd1e2ca7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10890 2025.03.20 17:11:42.765587 [ 256 ] {d216cc03-506b-4422-a67a-1c9cd1e2ca7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10891 2025.03.20 17:11:42.766161 [ 256 ] {d216cc03-506b-4422-a67a-1c9cd1e2ca7b} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10892 2025.03.20 17:11:42.766201 [ 256 ] {d216cc03-506b-4422-a67a-1c9cd1e2ca7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
10893 2025.03.20 17:11:42.766558 [ 256 ] {d216cc03-506b-4422-a67a-1c9cd1e2ca7b} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
10894 2025.03.20 17:11:42.766802 [ 256 ] {d216cc03-506b-4422-a67a-1c9cd1e2ca7b} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10895 2025.03.20 17:11:42.767006 [ 256 ] {d216cc03-506b-4422-a67a-1c9cd1e2ca7b} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001488 sec., 61155.913978494624 rows/sec., 4.78 MiB/sec.
10896 2025.03.20 17:11:42.767060 [ 256 ] {d216cc03-506b-4422-a67a-1c9cd1e2ca7b} <Debug> TCPHandler: Processed in 0.001674348 sec.
10897 2025.03.20 17:11:42.767176 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10898 2025.03.20 17:11:42.767282 [ 256 ] {f74841c0-fabd-4218-ab2a-de94de5182c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10899 2025.03.20 17:11:42.767331 [ 256 ] {f74841c0-fabd-4218-ab2a-de94de5182c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10900 2025.03.20 17:11:42.767850 [ 256 ] {f74841c0-fabd-4218-ab2a-de94de5182c8} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10901 2025.03.20 17:11:42.767888 [ 256 ] {f74841c0-fabd-4218-ab2a-de94de5182c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
10902 2025.03.20 17:11:42.768271 [ 256 ] {f74841c0-fabd-4218-ab2a-de94de5182c8} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
10903 2025.03.20 17:11:42.768514 [ 256 ] {f74841c0-fabd-4218-ab2a-de94de5182c8} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10904 2025.03.20 17:11:42.768716 [ 256 ] {f74841c0-fabd-4218-ab2a-de94de5182c8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001456 sec., 109890.10989010989 rows/sec., 7.65 MiB/sec.
10905 2025.03.20 17:11:42.768769 [ 256 ] {f74841c0-fabd-4218-ab2a-de94de5182c8} <Debug> TCPHandler: Processed in 0.001644538 sec.
10906 2025.03.20 17:11:42.768873 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10907 2025.03.20 17:11:42.768975 [ 256 ] {3caf26ad-6a54-4820-b4ca-491a6bfb4b05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10908 2025.03.20 17:11:42.769040 [ 256 ] {3caf26ad-6a54-4820-b4ca-491a6bfb4b05} <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
10909 2025.03.20 17:11:42.770144 [ 256 ] {3caf26ad-6a54-4820-b4ca-491a6bfb4b05} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10910 2025.03.20 17:11:42.770183 [ 256 ] {3caf26ad-6a54-4820-b4ca-491a6bfb4b05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
10911 2025.03.20 17:11:42.770813 [ 256 ] {3caf26ad-6a54-4820-b4ca-491a6bfb4b05} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10912 2025.03.20 17:11:42.771078 [ 256 ] {3caf26ad-6a54-4820-b4ca-491a6bfb4b05} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10913 2025.03.20 17:11:42.771322 [ 256 ] {3caf26ad-6a54-4820-b4ca-491a6bfb4b05} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002367 sec., 11406.844106463877 rows/sec., 20.44 MiB/sec.
10914 2025.03.20 17:11:42.771417 [ 256 ] {3caf26ad-6a54-4820-b4ca-491a6bfb4b05} <Debug> TCPHandler: Processed in 0.002593817 sec.
10915 2025.03.20 17:11:42.771529 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10916 2025.03.20 17:11:42.771630 [ 256 ] {9ef9ed69-360f-426d-bdf0-733639b019b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10917 2025.03.20 17:11:42.771677 [ 256 ] {9ef9ed69-360f-426d-bdf0-733639b019b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10918 2025.03.20 17:11:42.772105 [ 256 ] {9ef9ed69-360f-426d-bdf0-733639b019b1} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10919 2025.03.20 17:11:42.772143 [ 256 ] {9ef9ed69-360f-426d-bdf0-733639b019b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
10920 2025.03.20 17:11:42.772503 [ 256 ] {9ef9ed69-360f-426d-bdf0-733639b019b1} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
10921 2025.03.20 17:11:42.772743 [ 256 ] {9ef9ed69-360f-426d-bdf0-733639b019b1} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10922 2025.03.20 17:11:42.772953 [ 256 ] {9ef9ed69-360f-426d-bdf0-733639b019b1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001336 sec., 44910.17964071856 rows/sec., 3.03 MiB/sec.
10923 2025.03.20 17:11:42.773017 [ 256 ] {9ef9ed69-360f-426d-bdf0-733639b019b1} <Debug> TCPHandler: Processed in 0.001538336 sec.
10924 2025.03.20 17:11:44.307899 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468
10925 2025.03.20 17:11:44.326463 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10926 2025.03.20 17:11:44.326517 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
10927 2025.03.20 17:11:44.334425 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
10928 2025.03.20 17:11:44.335199 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10929 2025.03.20 17:11:44.338263 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468
10930 2025.03.20 17:11:45.023391 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10931 2025.03.20 17:11:45.023637 [ 256 ] {54def46d-e6fc-4cf0-a5f1-c30f3cffe728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10932 2025.03.20 17:11:45.023727 [ 256 ] {54def46d-e6fc-4cf0-a5f1-c30f3cffe728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10933 2025.03.20 17:11:45.024571 [ 256 ] {54def46d-e6fc-4cf0-a5f1-c30f3cffe728} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10934 2025.03.20 17:11:45.024626 [ 256 ] {54def46d-e6fc-4cf0-a5f1-c30f3cffe728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
10935 2025.03.20 17:11:45.025106 [ 256 ] {54def46d-e6fc-4cf0-a5f1-c30f3cffe728} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
10936 2025.03.20 17:11:45.025377 [ 256 ] {54def46d-e6fc-4cf0-a5f1-c30f3cffe728} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10937 2025.03.20 17:11:45.025614 [ 256 ] {54def46d-e6fc-4cf0-a5f1-c30f3cffe728} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002033 sec., 11805.213969503196 rows/sec., 1002.98 KiB/sec.
10938 2025.03.20 17:11:45.025801 [ 256 ] {54def46d-e6fc-4cf0-a5f1-c30f3cffe728} <Debug> TCPHandler: Processed in 0.002560776 sec.
10939 2025.03.20 17:11:45.025975 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10940 2025.03.20 17:11:45.026090 [ 256 ] {aafd52b9-83a4-4be6-a7bc-1edec3b17be0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10941 2025.03.20 17:11:45.026144 [ 256 ] {aafd52b9-83a4-4be6-a7bc-1edec3b17be0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10942 2025.03.20 17:11:45.027407 [ 256 ] {aafd52b9-83a4-4be6-a7bc-1edec3b17be0} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10943 2025.03.20 17:11:45.027447 [ 256 ] {aafd52b9-83a4-4be6-a7bc-1edec3b17be0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
10944 2025.03.20 17:11:45.027905 [ 256 ] {aafd52b9-83a4-4be6-a7bc-1edec3b17be0} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
10945 2025.03.20 17:11:45.028155 [ 256 ] {aafd52b9-83a4-4be6-a7bc-1edec3b17be0} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10946 2025.03.20 17:11:45.028358 [ 256 ] {aafd52b9-83a4-4be6-a7bc-1edec3b17be0} <Debug> executeQuery: Read 1340 rows, 114.80 KiB in 0.002291 sec., 584897.4247053688 rows/sec., 48.93 MiB/sec.
10947 2025.03.20 17:11:45.028446 [ 256 ] {aafd52b9-83a4-4be6-a7bc-1edec3b17be0} <Debug> TCPHandler: Processed in 0.002522516 sec.
10948 2025.03.20 17:11:45.028638 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10949 2025.03.20 17:11:45.028916 [ 256 ] {6f23d6eb-9a12-4dea-a461-e895115f14b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10950 2025.03.20 17:11:45.029048 [ 256 ] {6f23d6eb-9a12-4dea-a461-e895115f14b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10951 2025.03.20 17:11:45.029801 [ 256 ] {6f23d6eb-9a12-4dea-a461-e895115f14b9} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10952 2025.03.20 17:11:45.029839 [ 256 ] {6f23d6eb-9a12-4dea-a461-e895115f14b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
10953 2025.03.20 17:11:45.030194 [ 256 ] {6f23d6eb-9a12-4dea-a461-e895115f14b9} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10954 2025.03.20 17:11:45.030433 [ 256 ] {6f23d6eb-9a12-4dea-a461-e895115f14b9} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10955 2025.03.20 17:11:45.030568 [ 29 ] {} <Debug> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
10956 2025.03.20 17:11:45.030608 [ 29 ] {} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10957 2025.03.20 17:11:45.030618 [ 256 ] {6f23d6eb-9a12-4dea-a461-e895115f14b9} <Debug> executeQuery: Read 24 rows, 1.86 KiB in 0.001798 sec., 13348.164627363738 rows/sec., 1.01 MiB/sec.
10958 2025.03.20 17:11:45.030632 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
10959 2025.03.20 17:11:45.030715 [ 256 ] {6f23d6eb-9a12-4dea-a461-e895115f14b9} <Debug> TCPHandler: Processed in 0.002171603 sec.
10960 2025.03.20 17:11:45.030888 [ 196 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::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
10961 2025.03.20 17:11:45.030909 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10962 2025.03.20 17:11:45.031132 [ 256 ] {ae87ad8a-2ed5-450a-bbad-28b32040c719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10963 2025.03.20 17:11:45.031152 [ 196 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10964 2025.03.20 17:11:45.031215 [ 256 ] {ae87ad8a-2ed5-450a-bbad-28b32040c719} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10965 2025.03.20 17:11:45.031228 [ 196 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 69 rows starting from the beginning of the part
10966 2025.03.20 17:11:45.031586 [ 196 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 12 rows starting from the beginning of the part
10967 2025.03.20 17:11:45.031966 [ 196 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 27 rows starting from the beginning of the part
10968 2025.03.20 17:11:45.032391 [ 196 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 12 rows starting from the beginning of the part
10969 2025.03.20 17:11:45.032780 [ 196 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 27 rows starting from the beginning of the part
10970 2025.03.20 17:11:45.032996 [ 196 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 24 rows starting from the beginning of the part
10971 2025.03.20 17:11:45.033898 [ 256 ] {ae87ad8a-2ed5-450a-bbad-28b32040c719} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10972 2025.03.20 17:11:45.033972 [ 256 ] {ae87ad8a-2ed5-450a-bbad-28b32040c719} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
10973 2025.03.20 17:11:45.034882 [ 256 ] {ae87ad8a-2ed5-450a-bbad-28b32040c719} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
10974 2025.03.20 17:11:45.035482 [ 256 ] {ae87ad8a-2ed5-450a-bbad-28b32040c719} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10975 2025.03.20 17:11:45.035695 [ 187 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 171 rows, containing 5 columns (5 merged, 0 gathered) in 0.004940411 sec., 34612.50491102866 rows/sec., 2.68 MiB/sec.
10976 2025.03.20 17:11:45.036018 [ 256 ] {ae87ad8a-2ed5-450a-bbad-28b32040c719} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.004932 sec., 51094.890510948906 rows/sec., 3.53 MiB/sec.
10977 2025.03.20 17:11:45.036269 [ 187 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
10978 2025.03.20 17:11:45.036358 [ 256 ] {ae87ad8a-2ed5-450a-bbad-28b32040c719} <Debug> TCPHandler: Processed in 0.005495677 sec.
10979 2025.03.20 17:11:45.036578 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10980 2025.03.20 17:11:45.036772 [ 256 ] {894a11a6-30b7-4a84-b8db-a94cbcae4c00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10981 2025.03.20 17:11:45.036831 [ 256 ] {894a11a6-30b7-4a84-b8db-a94cbcae4c00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10982 2025.03.20 17:11:45.036921 [ 187 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_86_17} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10983 2025.03.20 17:11:45.037148 [ 187 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_86_17} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
10984 2025.03.20 17:11:45.037366 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
10985 2025.03.20 17:11:45.037772 [ 256 ] {894a11a6-30b7-4a84-b8db-a94cbcae4c00} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10986 2025.03.20 17:11:45.037816 [ 256 ] {894a11a6-30b7-4a84-b8db-a94cbcae4c00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
10987 2025.03.20 17:11:45.038181 [ 256 ] {894a11a6-30b7-4a84-b8db-a94cbcae4c00} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
10988 2025.03.20 17:11:45.038426 [ 256 ] {894a11a6-30b7-4a84-b8db-a94cbcae4c00} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10989 2025.03.20 17:11:45.038619 [ 256 ] {894a11a6-30b7-4a84-b8db-a94cbcae4c00} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001906 sec., 6295.907660020986 rows/sec., 491.87 KiB/sec.
10990 2025.03.20 17:11:45.038741 [ 256 ] {894a11a6-30b7-4a84-b8db-a94cbcae4c00} <Debug> TCPHandler: Processed in 0.002224213 sec.
10991 2025.03.20 17:11:45.038858 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10992 2025.03.20 17:11:45.038962 [ 256 ] {c39aa08b-20e9-4065-a5ca-21e4e632401e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10993 2025.03.20 17:11:45.039007 [ 256 ] {c39aa08b-20e9-4065-a5ca-21e4e632401e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10994 2025.03.20 17:11:45.039770 [ 256 ] {c39aa08b-20e9-4065-a5ca-21e4e632401e} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10995 2025.03.20 17:11:45.039808 [ 256 ] {c39aa08b-20e9-4065-a5ca-21e4e632401e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
10996 2025.03.20 17:11:45.040197 [ 256 ] {c39aa08b-20e9-4065-a5ca-21e4e632401e} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
10997 2025.03.20 17:11:45.040445 [ 256 ] {c39aa08b-20e9-4065-a5ca-21e4e632401e} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10998 2025.03.20 17:11:45.040626 [ 256 ] {c39aa08b-20e9-4065-a5ca-21e4e632401e} <Debug> executeQuery: Read 568 rows, 43.62 KiB in 0.001685 sec., 337091.98813056375 rows/sec., 25.28 MiB/sec.
10999 2025.03.20 17:11:45.040678 [ 256 ] {c39aa08b-20e9-4065-a5ca-21e4e632401e} <Debug> TCPHandler: Processed in 0.001870179 sec.
11000 2025.03.20 17:11:45.040796 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11001 2025.03.20 17:11:45.040900 [ 256 ] {f21ad911-26f4-4a7d-89d1-ce0a550b8c91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11002 2025.03.20 17:11:45.040949 [ 256 ] {f21ad911-26f4-4a7d-89d1-ce0a550b8c91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11003 2025.03.20 17:11:45.041672 [ 256 ] {f21ad911-26f4-4a7d-89d1-ce0a550b8c91} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11004 2025.03.20 17:11:45.041710 [ 256 ] {f21ad911-26f4-4a7d-89d1-ce0a550b8c91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11005 2025.03.20 17:11:45.042149 [ 256 ] {f21ad911-26f4-4a7d-89d1-ce0a550b8c91} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
11006 2025.03.20 17:11:45.042396 [ 256 ] {f21ad911-26f4-4a7d-89d1-ce0a550b8c91} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11007 2025.03.20 17:11:45.042617 [ 256 ] {f21ad911-26f4-4a7d-89d1-ce0a550b8c91} <Debug> executeQuery: Read 976 rows, 67.51 KiB in 0.001736 sec., 562211.9815668203 rows/sec., 37.98 MiB/sec.
11008 2025.03.20 17:11:45.042671 [ 256 ] {f21ad911-26f4-4a7d-89d1-ce0a550b8c91} <Debug> TCPHandler: Processed in 0.00192621 sec.
11009 2025.03.20 17:11:45.042775 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11010 2025.03.20 17:11:45.042876 [ 256 ] {8d021d4f-a870-4db1-8c02-16268236af66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11011 2025.03.20 17:11:45.042942 [ 256 ] {8d021d4f-a870-4db1-8c02-16268236af66} <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
11012 2025.03.20 17:11:45.044007 [ 256 ] {8d021d4f-a870-4db1-8c02-16268236af66} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11013 2025.03.20 17:11:45.044046 [ 256 ] {8d021d4f-a870-4db1-8c02-16268236af66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11014 2025.03.20 17:11:45.044653 [ 256 ] {8d021d4f-a870-4db1-8c02-16268236af66} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
11015 2025.03.20 17:11:45.044911 [ 256 ] {8d021d4f-a870-4db1-8c02-16268236af66} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11016 2025.03.20 17:11:45.045194 [ 256 ] {8d021d4f-a870-4db1-8c02-16268236af66} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002334 sec., 5141.388174807198 rows/sec., 9.21 MiB/sec.
11017 2025.03.20 17:11:45.045362 [ 256 ] {8d021d4f-a870-4db1-8c02-16268236af66} <Debug> TCPHandler: Processed in 0.002637128 sec.
11018 2025.03.20 17:11:45.045663 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11019 2025.03.20 17:11:45.045854 [ 256 ] {5cfc7551-a5de-49f7-9b9d-be66b0dcfc77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11020 2025.03.20 17:11:45.045904 [ 256 ] {5cfc7551-a5de-49f7-9b9d-be66b0dcfc77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11021 2025.03.20 17:11:45.046389 [ 256 ] {5cfc7551-a5de-49f7-9b9d-be66b0dcfc77} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11022 2025.03.20 17:11:45.046428 [ 256 ] {5cfc7551-a5de-49f7-9b9d-be66b0dcfc77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11023 2025.03.20 17:11:45.046789 [ 256 ] {5cfc7551-a5de-49f7-9b9d-be66b0dcfc77} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
11024 2025.03.20 17:11:45.047031 [ 256 ] {5cfc7551-a5de-49f7-9b9d-be66b0dcfc77} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11025 2025.03.20 17:11:45.047248 [ 256 ] {5cfc7551-a5de-49f7-9b9d-be66b0dcfc77} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.001434 sec., 23709.90237099024 rows/sec., 1.61 MiB/sec.
11026 2025.03.20 17:11:45.047299 [ 256 ] {5cfc7551-a5de-49f7-9b9d-be66b0dcfc77} <Debug> TCPHandler: Processed in 0.001735579 sec.
11027 2025.03.20 17:11:47.472510 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1504
11028 2025.03.20 17:11:47.475807 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11029 2025.03.20 17:11:47.475863 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11030 2025.03.20 17:11:47.477342 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
11031 2025.03.20 17:11:47.477652 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11032 2025.03.20 17:11:47.478283 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1504
11033 2025.03.20 17:11:47.754623 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11034 2025.03.20 17:11:47.754828 [ 256 ] {9dd4fffa-c504-43e7-b592-9b9c7b3232f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11035 2025.03.20 17:11:47.754908 [ 256 ] {9dd4fffa-c504-43e7-b592-9b9c7b3232f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11036 2025.03.20 17:11:47.755759 [ 256 ] {9dd4fffa-c504-43e7-b592-9b9c7b3232f2} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11037 2025.03.20 17:11:47.755811 [ 256 ] {9dd4fffa-c504-43e7-b592-9b9c7b3232f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11038 2025.03.20 17:11:47.756286 [ 256 ] {9dd4fffa-c504-43e7-b592-9b9c7b3232f2} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
11039 2025.03.20 17:11:47.756569 [ 256 ] {9dd4fffa-c504-43e7-b592-9b9c7b3232f2} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11040 2025.03.20 17:11:47.756812 [ 256 ] {9dd4fffa-c504-43e7-b592-9b9c7b3232f2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002021 sec., 27709.0549233053 rows/sec., 2.13 MiB/sec.
11041 2025.03.20 17:11:47.756883 [ 256 ] {9dd4fffa-c504-43e7-b592-9b9c7b3232f2} <Debug> TCPHandler: Processed in 0.002399056 sec.
11042 2025.03.20 17:11:47.757005 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11043 2025.03.20 17:11:47.757116 [ 256 ] {aafc474b-54f1-438b-ab65-e0e0a2699ab9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11044 2025.03.20 17:11:47.757166 [ 256 ] {aafc474b-54f1-438b-ab65-e0e0a2699ab9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11045 2025.03.20 17:11:47.757717 [ 256 ] {aafc474b-54f1-438b-ab65-e0e0a2699ab9} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11046 2025.03.20 17:11:47.757759 [ 256 ] {aafc474b-54f1-438b-ab65-e0e0a2699ab9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11047 2025.03.20 17:11:47.758126 [ 256 ] {aafc474b-54f1-438b-ab65-e0e0a2699ab9} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
11048 2025.03.20 17:11:47.758373 [ 256 ] {aafc474b-54f1-438b-ab65-e0e0a2699ab9} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11049 2025.03.20 17:11:47.758588 [ 256 ] {aafc474b-54f1-438b-ab65-e0e0a2699ab9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001498 sec., 42723.63150867824 rows/sec., 3.33 MiB/sec.
11050 2025.03.20 17:11:47.758641 [ 256 ] {aafc474b-54f1-438b-ab65-e0e0a2699ab9} <Debug> TCPHandler: Processed in 0.001691788 sec.
11051 2025.03.20 17:11:47.758762 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11052 2025.03.20 17:11:47.758868 [ 256 ] {27edb529-fa8b-4cee-8698-5a8274c5570f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11053 2025.03.20 17:11:47.758918 [ 256 ] {27edb529-fa8b-4cee-8698-5a8274c5570f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11054 2025.03.20 17:11:47.759404 [ 256 ] {27edb529-fa8b-4cee-8698-5a8274c5570f} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11055 2025.03.20 17:11:47.759443 [ 256 ] {27edb529-fa8b-4cee-8698-5a8274c5570f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11056 2025.03.20 17:11:47.759827 [ 256 ] {27edb529-fa8b-4cee-8698-5a8274c5570f} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
11057 2025.03.20 17:11:47.760067 [ 256 ] {27edb529-fa8b-4cee-8698-5a8274c5570f} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11058 2025.03.20 17:11:47.760277 [ 256 ] {27edb529-fa8b-4cee-8698-5a8274c5570f} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.001431 sec., 46121.59329140461 rows/sec., 3.22 MiB/sec.
11059 2025.03.20 17:11:47.760330 [ 256 ] {27edb529-fa8b-4cee-8698-5a8274c5570f} <Debug> TCPHandler: Processed in 0.001620457 sec.
11060 2025.03.20 17:11:47.760447 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11061 2025.03.20 17:11:47.760554 [ 256 ] {e15afb04-e7c8-4ce8-94e0-62ecf155b969} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11062 2025.03.20 17:11:47.760602 [ 256 ] {e15afb04-e7c8-4ce8-94e0-62ecf155b969} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11063 2025.03.20 17:11:47.761022 [ 256 ] {e15afb04-e7c8-4ce8-94e0-62ecf155b969} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11064 2025.03.20 17:11:47.761061 [ 256 ] {e15afb04-e7c8-4ce8-94e0-62ecf155b969} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11065 2025.03.20 17:11:47.761419 [ 256 ] {e15afb04-e7c8-4ce8-94e0-62ecf155b969} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
11066 2025.03.20 17:11:47.761676 [ 256 ] {e15afb04-e7c8-4ce8-94e0-62ecf155b969} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11067 2025.03.20 17:11:47.761895 [ 256 ] {e15afb04-e7c8-4ce8-94e0-62ecf155b969} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001359 sec., 19131.714495952907 rows/sec., 1.28 MiB/sec.
11068 2025.03.20 17:11:47.761977 [ 256 ] {e15afb04-e7c8-4ce8-94e0-62ecf155b969} <Debug> TCPHandler: Processed in 0.001577827 sec.
11069 2025.03.20 17:11:49.819755 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28853
11070 2025.03.20 17:11:49.820646 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11071 2025.03.20 17:11:49.820686 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11072 2025.03.20 17:11:49.821197 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
11073 2025.03.20 17:11:49.821458 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11074 2025.03.20 17:11:49.821657 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28853
11075 2025.03.20 17:11:51.838454 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475
11076 2025.03.20 17:11:51.859359 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11077 2025.03.20 17:11:51.859408 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11078 2025.03.20 17:11:51.866729 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
11079 2025.03.20 17:11:51.867480 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11080 2025.03.20 17:11:51.871568 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475
11081 2025.03.20 17:11:52.761556 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11082 2025.03.20 17:11:52.761754 [ 256 ] {2a7ed092-a4f5-4917-b052-3553f3e05d16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11083 2025.03.20 17:11:52.761832 [ 256 ] {2a7ed092-a4f5-4917-b052-3553f3e05d16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11084 2025.03.20 17:11:52.762639 [ 256 ] {2a7ed092-a4f5-4917-b052-3553f3e05d16} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11085 2025.03.20 17:11:52.762683 [ 256 ] {2a7ed092-a4f5-4917-b052-3553f3e05d16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11086 2025.03.20 17:11:52.763133 [ 256 ] {2a7ed092-a4f5-4917-b052-3553f3e05d16} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
11087 2025.03.20 17:11:52.763396 [ 256 ] {2a7ed092-a4f5-4917-b052-3553f3e05d16} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11088 2025.03.20 17:11:52.763615 [ 256 ] {2a7ed092-a4f5-4917-b052-3553f3e05d16} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.001915 sec., 57441.25326370757 rows/sec., 4.83 MiB/sec.
11089 2025.03.20 17:11:52.763681 [ 256 ] {2a7ed092-a4f5-4917-b052-3553f3e05d16} <Debug> TCPHandler: Processed in 0.002281783 sec.
11090 2025.03.20 17:11:52.763827 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11091 2025.03.20 17:11:52.763976 [ 256 ] {607953a8-3930-444a-91f9-747d13939fd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11092 2025.03.20 17:11:52.764036 [ 256 ] {607953a8-3930-444a-91f9-747d13939fd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11093 2025.03.20 17:11:52.764651 [ 256 ] {607953a8-3930-444a-91f9-747d13939fd1} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11094 2025.03.20 17:11:52.764690 [ 256 ] {607953a8-3930-444a-91f9-747d13939fd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11095 2025.03.20 17:11:52.765055 [ 256 ] {607953a8-3930-444a-91f9-747d13939fd1} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
11096 2025.03.20 17:11:52.765295 [ 256 ] {607953a8-3930-444a-91f9-747d13939fd1} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11097 2025.03.20 17:11:52.765497 [ 256 ] {607953a8-3930-444a-91f9-747d13939fd1} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001549 sec., 17430.600387346676 rows/sec., 1.28 MiB/sec.
11098 2025.03.20 17:11:52.765566 [ 256 ] {607953a8-3930-444a-91f9-747d13939fd1} <Debug> TCPHandler: Processed in 0.001809999 sec.
11099 2025.03.20 17:11:52.765709 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11100 2025.03.20 17:11:52.765986 [ 256 ] {c7fcba8c-1d0e-4e22-b041-eed8a3593876} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11101 2025.03.20 17:11:52.766130 [ 256 ] {c7fcba8c-1d0e-4e22-b041-eed8a3593876} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11102 2025.03.20 17:11:52.767275 [ 256 ] {c7fcba8c-1d0e-4e22-b041-eed8a3593876} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11103 2025.03.20 17:11:52.767313 [ 256 ] {c7fcba8c-1d0e-4e22-b041-eed8a3593876} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11104 2025.03.20 17:11:52.767675 [ 256 ] {c7fcba8c-1d0e-4e22-b041-eed8a3593876} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
11105 2025.03.20 17:11:52.767907 [ 256 ] {c7fcba8c-1d0e-4e22-b041-eed8a3593876} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11106 2025.03.20 17:11:52.768076 [ 256 ] {c7fcba8c-1d0e-4e22-b041-eed8a3593876} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.002236 sec., 40697.67441860465 rows/sec., 3.18 MiB/sec.
11107 2025.03.20 17:11:52.768124 [ 256 ] {c7fcba8c-1d0e-4e22-b041-eed8a3593876} <Debug> TCPHandler: Processed in 0.002509946 sec.
11108 2025.03.20 17:11:52.768248 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11109 2025.03.20 17:11:52.768374 [ 256 ] {9eb477b4-d11f-4071-9c2f-2fb5d8522022} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11110 2025.03.20 17:11:52.768458 [ 256 ] {9eb477b4-d11f-4071-9c2f-2fb5d8522022} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11111 2025.03.20 17:11:52.769141 [ 256 ] {9eb477b4-d11f-4071-9c2f-2fb5d8522022} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11112 2025.03.20 17:11:52.769187 [ 256 ] {9eb477b4-d11f-4071-9c2f-2fb5d8522022} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11113 2025.03.20 17:11:52.769617 [ 256 ] {9eb477b4-d11f-4071-9c2f-2fb5d8522022} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
11114 2025.03.20 17:11:52.769864 [ 256 ] {9eb477b4-d11f-4071-9c2f-2fb5d8522022} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11115 2025.03.20 17:11:52.770041 [ 256 ] {9eb477b4-d11f-4071-9c2f-2fb5d8522022} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001642 sec., 97442.143727162 rows/sec., 6.79 MiB/sec.
11116 2025.03.20 17:11:52.770092 [ 256 ] {9eb477b4-d11f-4071-9c2f-2fb5d8522022} <Debug> TCPHandler: Processed in 0.001863289 sec.
11117 2025.03.20 17:11:52.770196 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11118 2025.03.20 17:11:52.770323 [ 256 ] {836a1570-1912-43d1-a9ed-b4664d0559dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11119 2025.03.20 17:11:52.770386 [ 256 ] {836a1570-1912-43d1-a9ed-b4664d0559dc} <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
11120 2025.03.20 17:11:52.771466 [ 256 ] {836a1570-1912-43d1-a9ed-b4664d0559dc} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11121 2025.03.20 17:11:52.771504 [ 256 ] {836a1570-1912-43d1-a9ed-b4664d0559dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11122 2025.03.20 17:11:52.772130 [ 256 ] {836a1570-1912-43d1-a9ed-b4664d0559dc} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
11123 2025.03.20 17:11:52.772389 [ 256 ] {836a1570-1912-43d1-a9ed-b4664d0559dc} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11124 2025.03.20 17:11:52.772533 [ 69 ] {} <Debug> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
11125 2025.03.20 17:11:52.772582 [ 69 ] {} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11126 2025.03.20 17:11:52.772599 [ 256 ] {836a1570-1912-43d1-a9ed-b4664d0559dc} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002297 sec., 11754.46234218546 rows/sec., 21.06 MiB/sec.
11127 2025.03.20 17:11:52.772610 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11128 2025.03.20 17:11:52.773025 [ 256 ] {836a1570-1912-43d1-a9ed-b4664d0559dc} <Debug> TCPHandler: Processed in 0.00287648 sec.
11129 2025.03.20 17:11:52.773131 [ 200 ] {6749d887-00ac-4b26-87ae-2852b00353b1::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
11130 2025.03.20 17:11:52.773215 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11131 2025.03.20 17:11:52.773443 [ 256 ] {8028e195-4393-4948-8089-04474f3c5f18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11132 2025.03.20 17:11:52.773561 [ 256 ] {8028e195-4393-4948-8089-04474f3c5f18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11133 2025.03.20 17:11:52.774407 [ 200 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11134 2025.03.20 17:11:52.774506 [ 200 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1517 rows starting from the beginning of the part
11135 2025.03.20 17:11:52.775373 [ 200 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 27 rows starting from the beginning of the part
11136 2025.03.20 17:11:52.775448 [ 256 ] {8028e195-4393-4948-8089-04474f3c5f18} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11137 2025.03.20 17:11:52.775519 [ 256 ] {8028e195-4393-4948-8089-04474f3c5f18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11138 2025.03.20 17:11:52.776022 [ 200 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 12 rows starting from the beginning of the part
11139 2025.03.20 17:11:52.776710 [ 200 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 27 rows starting from the beginning of the part
11140 2025.03.20 17:11:52.777302 [ 200 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 12 rows starting from the beginning of the part
11141 2025.03.20 17:11:52.777372 [ 256 ] {8028e195-4393-4948-8089-04474f3c5f18} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
11142 2025.03.20 17:11:52.777875 [ 200 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 27 rows starting from the beginning of the part
11143 2025.03.20 17:11:52.778195 [ 256 ] {8028e195-4393-4948-8089-04474f3c5f18} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11144 2025.03.20 17:11:52.779096 [ 256 ] {8028e195-4393-4948-8089-04474f3c5f18} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005688 sec., 10548.523206751055 rows/sec., 727.96 KiB/sec.
11145 2025.03.20 17:11:52.779236 [ 256 ] {8028e195-4393-4948-8089-04474f3c5f18} <Debug> TCPHandler: Processed in 0.006068824 sec.
11146 2025.03.20 17:11:52.788374 [ 197 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1622 rows, containing 19 columns (19 merged, 0 gathered) in 0.015599863 sec., 103975.27209053053 rows/sec., 186.32 MiB/sec.
11147 2025.03.20 17:11:52.790168 [ 202 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
11148 2025.03.20 17:11:52.790666 [ 202 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11149 2025.03.20 17:11:52.790765 [ 202 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
11150 2025.03.20 17:11:52.790949 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.55 MiB.
11151 2025.03.20 17:11:53.000241 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 245.52 MiB, peak 258.01 MiB, free memory in arenas 0.00 B, will set to 250.73 MiB (RSS), difference: 5.21 MiB
11152 2025.03.20 17:11:57.130662 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache
11153 2025.03.20 17:11:57.130733 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache
11154 2025.03.20 17:11:57.321915 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29341
11155 2025.03.20 17:11:57.322873 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11156 2025.03.20 17:11:57.322921 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11157 2025.03.20 17:11:57.323453 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
11158 2025.03.20 17:11:57.323715 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11159 2025.03.20 17:11:57.323986 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341
11160 2025.03.20 17:11:57.478672 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1524
11161 2025.03.20 17:11:57.481628 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11162 2025.03.20 17:11:57.481688 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11163 2025.03.20 17:11:57.483135 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
11164 2025.03.20 17:11:57.483445 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11165 2025.03.20 17:11:57.484005 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1524
11166 2025.03.20 17:11:57.760623 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11167 2025.03.20 17:11:57.760928 [ 256 ] {7799a302-9bbc-4372-b885-2c5f7ee8bc5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11168 2025.03.20 17:11:57.761047 [ 256 ] {7799a302-9bbc-4372-b885-2c5f7ee8bc5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11169 2025.03.20 17:11:57.762083 [ 256 ] {7799a302-9bbc-4372-b885-2c5f7ee8bc5f} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11170 2025.03.20 17:11:57.762128 [ 256 ] {7799a302-9bbc-4372-b885-2c5f7ee8bc5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11171 2025.03.20 17:11:57.762576 [ 256 ] {7799a302-9bbc-4372-b885-2c5f7ee8bc5f} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
11172 2025.03.20 17:11:57.762862 [ 256 ] {7799a302-9bbc-4372-b885-2c5f7ee8bc5f} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11173 2025.03.20 17:11:57.763097 [ 74 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
11174 2025.03.20 17:11:57.763112 [ 256 ] {7799a302-9bbc-4372-b885-2c5f7ee8bc5f} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.002264 sec., 35335.68904593639 rows/sec., 2.92 MiB/sec.
11175 2025.03.20 17:11:57.763184 [ 74 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11176 2025.03.20 17:11:57.763253 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11177 2025.03.20 17:11:57.763317 [ 256 ] {7799a302-9bbc-4372-b885-2c5f7ee8bc5f} <Debug> TCPHandler: Processed in 0.00283913 sec.
11178 2025.03.20 17:11:57.763450 [ 197 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::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
11179 2025.03.20 17:11:57.763509 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11180 2025.03.20 17:11:57.763579 [ 197 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11181 2025.03.20 17:11:57.763627 [ 197 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1404 rows starting from the beginning of the part
11182 2025.03.20 17:11:57.763661 [ 256 ] {8fdf5b54-d113-4e04-898a-89abd15cdfae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11183 2025.03.20 17:11:57.763719 [ 197 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 110 rows starting from the beginning of the part
11184 2025.03.20 17:11:57.763751 [ 256 ] {8fdf5b54-d113-4e04-898a-89abd15cdfae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11185 2025.03.20 17:11:57.764121 [ 197 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 1340 rows starting from the beginning of the part
11186 2025.03.20 17:11:57.764517 [ 197 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 56 rows starting from the beginning of the part
11187 2025.03.20 17:11:57.764912 [ 197 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 110 rows starting from the beginning of the part
11188 2025.03.20 17:11:57.765270 [ 197 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 80 rows starting from the beginning of the part
11189 2025.03.20 17:11:57.766391 [ 256 ] {8fdf5b54-d113-4e04-898a-89abd15cdfae} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11190 2025.03.20 17:11:57.766437 [ 256 ] {8fdf5b54-d113-4e04-898a-89abd15cdfae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11191 2025.03.20 17:11:57.767006 [ 256 ] {8fdf5b54-d113-4e04-898a-89abd15cdfae} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
11192 2025.03.20 17:11:57.767273 [ 256 ] {8fdf5b54-d113-4e04-898a-89abd15cdfae} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11193 2025.03.20 17:11:57.767645 [ 256 ] {8fdf5b54-d113-4e04-898a-89abd15cdfae} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.004009 sec., 2993.2651534048387 rows/sec., 225.08 KiB/sec.
11194 2025.03.20 17:11:57.768067 [ 256 ] {8fdf5b54-d113-4e04-898a-89abd15cdfae} <Debug> TCPHandler: Processed in 0.004610208 sec.
11195 2025.03.20 17:11:57.768582 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11196 2025.03.20 17:11:57.768633 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3100 rows, containing 5 columns (5 merged, 0 gathered) in 0.005262515 sec., 589071.9551393203 rows/sec., 51.52 MiB/sec.
11197 2025.03.20 17:11:57.768957 [ 256 ] {9fb61c1c-6518-4ae9-a43b-e00c7481733a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11198 2025.03.20 17:11:57.769061 [ 197 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
11199 2025.03.20 17:11:57.769125 [ 256 ] {9fb61c1c-6518-4ae9-a43b-e00c7481733a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11200 2025.03.20 17:11:57.769593 [ 197 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_111_22} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11201 2025.03.20 17:11:57.769761 [ 197 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_111_22} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
11202 2025.03.20 17:11:57.769935 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
11203 2025.03.20 17:11:57.770335 [ 256 ] {9fb61c1c-6518-4ae9-a43b-e00c7481733a} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11204 2025.03.20 17:11:57.770374 [ 256 ] {9fb61c1c-6518-4ae9-a43b-e00c7481733a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11205 2025.03.20 17:11:57.770744 [ 256 ] {9fb61c1c-6518-4ae9-a43b-e00c7481733a} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
11206 2025.03.20 17:11:57.770993 [ 256 ] {9fb61c1c-6518-4ae9-a43b-e00c7481733a} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11207 2025.03.20 17:11:57.771174 [ 74 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
11208 2025.03.20 17:11:57.771238 [ 74 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11209 2025.03.20 17:11:57.771245 [ 256 ] {9fb61c1c-6518-4ae9-a43b-e00c7481733a} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.002399 sec., 31679.866611087953 rows/sec., 2.47 MiB/sec.
11210 2025.03.20 17:11:57.771266 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11211 2025.03.20 17:11:57.771432 [ 256 ] {9fb61c1c-6518-4ae9-a43b-e00c7481733a} <Debug> TCPHandler: Processed in 0.003002661 sec.
11212 2025.03.20 17:11:57.771505 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::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
11213 2025.03.20 17:11:57.771618 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11214 2025.03.20 17:11:57.771695 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11215 2025.03.20 17:11:57.771783 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 631 rows starting from the beginning of the part
11216 2025.03.20 17:11:57.771818 [ 256 ] {0bb3b244-0a7c-49a1-8434-fd5640ee824f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11217 2025.03.20 17:11:57.772000 [ 256 ] {0bb3b244-0a7c-49a1-8434-fd5640ee824f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11218 2025.03.20 17:11:57.772063 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 91 rows starting from the beginning of the part
11219 2025.03.20 17:11:57.772530 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 568 rows starting from the beginning of the part
11220 2025.03.20 17:11:57.772971 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 64 rows starting from the beginning of the part
11221 2025.03.20 17:11:57.773355 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 91 rows starting from the beginning of the part
11222 2025.03.20 17:11:57.773764 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 76 rows starting from the beginning of the part
11223 2025.03.20 17:11:57.775183 [ 256 ] {0bb3b244-0a7c-49a1-8434-fd5640ee824f} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11224 2025.03.20 17:11:57.775335 [ 256 ] {0bb3b244-0a7c-49a1-8434-fd5640ee824f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11225 2025.03.20 17:11:57.777318 [ 256 ] {0bb3b244-0a7c-49a1-8434-fd5640ee824f} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
11226 2025.03.20 17:11:57.777883 [ 256 ] {0bb3b244-0a7c-49a1-8434-fd5640ee824f} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11227 2025.03.20 17:11:57.777932 [ 189 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1521 rows, containing 5 columns (5 merged, 0 gathered) in 0.006550708 sec., 232188.64281540256 rows/sec., 18.49 MiB/sec.
11228 2025.03.20 17:11:57.778113 [ 74 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
11229 2025.03.20 17:11:57.778215 [ 74 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11230 2025.03.20 17:11:57.778251 [ 189 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
11231 2025.03.20 17:11:57.778266 [ 256 ] {0bb3b244-0a7c-49a1-8434-fd5640ee824f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006504 sec., 24600.246002460022 rows/sec., 1.71 MiB/sec.
11232 2025.03.20 17:11:57.778275 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11233 2025.03.20 17:11:57.778572 [ 256 ] {0bb3b244-0a7c-49a1-8434-fd5640ee824f} <Debug> TCPHandler: Processed in 0.007025853 sec.
11234 2025.03.20 17:11:57.778622 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::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
11235 2025.03.20 17:11:57.778757 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11236 2025.03.20 17:11:57.778803 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11237 2025.03.20 17:11:57.778861 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_106_21, total 28106 rows starting from the beginning of the part
11238 2025.03.20 17:11:57.778915 [ 189 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_111_22} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11239 2025.03.20 17:11:57.778935 [ 256 ] {ec77c7e2-ad2b-413e-8b6c-72d1e5ece2a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11240 2025.03.20 17:11:57.779260 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 160 rows starting from the beginning of the part
11241 2025.03.20 17:11:57.779398 [ 189 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_111_22} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
11242 2025.03.20 17:11:57.779451 [ 256 ] {ec77c7e2-ad2b-413e-8b6c-72d1e5ece2a4} <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
11243 2025.03.20 17:11:57.779763 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 976 rows starting from the beginning of the part
11244 2025.03.20 17:11:57.779832 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
11245 2025.03.20 17:11:57.780205 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 66 rows starting from the beginning of the part
11246 2025.03.20 17:11:57.780510 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 160 rows starting from the beginning of the part
11247 2025.03.20 17:11:57.780845 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 160 rows starting from the beginning of the part
11248 2025.03.20 17:11:57.782604 [ 256 ] {ec77c7e2-ad2b-413e-8b6c-72d1e5ece2a4} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11249 2025.03.20 17:11:57.782645 [ 256 ] {ec77c7e2-ad2b-413e-8b6c-72d1e5ece2a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11250 2025.03.20 17:11:57.783556 [ 256 ] {ec77c7e2-ad2b-413e-8b6c-72d1e5ece2a4} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
11251 2025.03.20 17:11:57.783836 [ 256 ] {ec77c7e2-ad2b-413e-8b6c-72d1e5ece2a4} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11252 2025.03.20 17:11:57.784203 [ 256 ] {ec77c7e2-ad2b-413e-8b6c-72d1e5ece2a4} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.005325 sec., 2253.521126760563 rows/sec., 4.04 MiB/sec.
11253 2025.03.20 17:11:57.784327 [ 256 ] {ec77c7e2-ad2b-413e-8b6c-72d1e5ece2a4} <Debug> TCPHandler: Processed in 0.005647879 sec.
11254 2025.03.20 17:11:57.784454 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11255 2025.03.20 17:11:57.784579 [ 256 ] {4c541ac5-9566-4d4f-9456-226911fad016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11256 2025.03.20 17:11:57.784630 [ 256 ] {4c541ac5-9566-4d4f-9456-226911fad016} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11257 2025.03.20 17:11:57.785108 [ 256 ] {4c541ac5-9566-4d4f-9456-226911fad016} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11258 2025.03.20 17:11:57.785148 [ 256 ] {4c541ac5-9566-4d4f-9456-226911fad016} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11259 2025.03.20 17:11:57.785593 [ 256 ] {4c541ac5-9566-4d4f-9456-226911fad016} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
11260 2025.03.20 17:11:57.785883 [ 256 ] {4c541ac5-9566-4d4f-9456-226911fad016} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11261 2025.03.20 17:11:57.786085 [ 74 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
11262 2025.03.20 17:11:57.786141 [ 74 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11263 2025.03.20 17:11:57.786158 [ 256 ] {4c541ac5-9566-4d4f-9456-226911fad016} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001595 sec., 37617.55485893417 rows/sec., 2.54 MiB/sec.
11264 2025.03.20 17:11:57.786185 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11265 2025.03.20 17:11:57.786319 [ 256 ] {4c541ac5-9566-4d4f-9456-226911fad016} <Debug> TCPHandler: Processed in 0.00191494 sec.
11266 2025.03.20 17:11:57.786589 [ 189 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
11267 2025.03.20 17:11:57.786730 [ 189 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11268 2025.03.20 17:11:57.786781 [ 189 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 5334 rows starting from the beginning of the part
11269 2025.03.20 17:11:57.786871 [ 189 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
11270 2025.03.20 17:11:57.786979 [ 189 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 34 rows starting from the beginning of the part
11271 2025.03.20 17:11:57.787339 [ 189 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 26 rows starting from the beginning of the part
11272 2025.03.20 17:11:57.787445 [ 189 ] {f3700c03-e647-4234-ae11-2d13fa484692::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
11273 2025.03.20 17:11:57.787527 [ 189 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 60 rows starting from the beginning of the part
11274 2025.03.20 17:11:57.788270 [ 198 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29628 rows, containing 5 columns (5 merged, 0 gathered) in 0.009845863 sec., 3009182.6384340306 rows/sec., 206.24 MiB/sec.
11275 2025.03.20 17:11:57.788895 [ 188 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
11276 2025.03.20 17:11:57.789332 [ 188 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_111_22} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11277 2025.03.20 17:11:57.789463 [ 188 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_111_22} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
11278 2025.03.20 17:11:57.789575 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB.
11279 2025.03.20 17:11:57.789816 [ 191 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5574 rows, containing 4 columns (4 merged, 0 gathered) in 0.003474826 sec., 1604109.0978368414 rows/sec., 108.05 MiB/sec.
11280 2025.03.20 17:11:57.790333 [ 198 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
11281 2025.03.20 17:11:57.790652 [ 198 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_111_22} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11282 2025.03.20 17:11:57.790746 [ 198 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_111_22} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
11283 2025.03.20 17:11:57.790847 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB.
11284 2025.03.20 17:11:58.001586 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00100129 sec.
11285 2025.03.20 17:11:59.371770 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483
11286 2025.03.20 17:11:59.392780 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11287 2025.03.20 17:11:59.392831 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11288 2025.03.20 17:11:59.401095 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
11289 2025.03.20 17:11:59.401913 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11290 2025.03.20 17:11:59.406139 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483
11291 2025.03.20 17:12:02.761140 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11292 2025.03.20 17:12:02.761353 [ 256 ] {d1d8d5ce-31cc-4eb2-b583-988b5b8abe4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
11293 2025.03.20 17:12:02.761435 [ 256 ] {d1d8d5ce-31cc-4eb2-b583-988b5b8abe4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11294 2025.03.20 17:12:02.762228 [ 256 ] {d1d8d5ce-31cc-4eb2-b583-988b5b8abe4d} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11295 2025.03.20 17:12:02.762276 [ 256 ] {d1d8d5ce-31cc-4eb2-b583-988b5b8abe4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11296 2025.03.20 17:12:02.762730 [ 256 ] {d1d8d5ce-31cc-4eb2-b583-988b5b8abe4d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
11297 2025.03.20 17:12:02.762992 [ 256 ] {d1d8d5ce-31cc-4eb2-b583-988b5b8abe4d} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11298 2025.03.20 17:12:02.763280 [ 256 ] {d1d8d5ce-31cc-4eb2-b583-988b5b8abe4d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001981 sec., 2019.1822311963654 rows/sec., 164.65 KiB/sec.
11299 2025.03.20 17:12:02.763512 [ 256 ] {d1d8d5ce-31cc-4eb2-b583-988b5b8abe4d} <Debug> TCPHandler: Processed in 0.002513657 sec.
11300 2025.03.20 17:12:02.763667 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11301 2025.03.20 17:12:02.763785 [ 256 ] {e1d81b75-f6fe-4782-9233-adf9250d210a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11302 2025.03.20 17:12:02.763836 [ 256 ] {e1d81b75-f6fe-4782-9233-adf9250d210a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11303 2025.03.20 17:12:02.764459 [ 256 ] {e1d81b75-f6fe-4782-9233-adf9250d210a} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11304 2025.03.20 17:12:02.764500 [ 256 ] {e1d81b75-f6fe-4782-9233-adf9250d210a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11305 2025.03.20 17:12:02.764886 [ 256 ] {e1d81b75-f6fe-4782-9233-adf9250d210a} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
11306 2025.03.20 17:12:02.765141 [ 256 ] {e1d81b75-f6fe-4782-9233-adf9250d210a} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11307 2025.03.20 17:12:02.765358 [ 256 ] {e1d81b75-f6fe-4782-9233-adf9250d210a} <Debug> executeQuery: Read 112 rows, 9.61 KiB in 0.001606 sec., 69738.4806973848 rows/sec., 5.85 MiB/sec.
11308 2025.03.20 17:12:02.765414 [ 256 ] {e1d81b75-f6fe-4782-9233-adf9250d210a} <Debug> TCPHandler: Processed in 0.001801119 sec.
11309 2025.03.20 17:12:02.765536 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11310 2025.03.20 17:12:02.765653 [ 256 ] {93ae0674-ee7a-4064-9452-24477003108c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11311 2025.03.20 17:12:02.765700 [ 256 ] {93ae0674-ee7a-4064-9452-24477003108c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11312 2025.03.20 17:12:02.766269 [ 256 ] {93ae0674-ee7a-4064-9452-24477003108c} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11313 2025.03.20 17:12:02.766310 [ 256 ] {93ae0674-ee7a-4064-9452-24477003108c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11314 2025.03.20 17:12:02.766672 [ 256 ] {93ae0674-ee7a-4064-9452-24477003108c} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
11315 2025.03.20 17:12:02.766916 [ 256 ] {93ae0674-ee7a-4064-9452-24477003108c} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11316 2025.03.20 17:12:02.767136 [ 256 ] {93ae0674-ee7a-4064-9452-24477003108c} <Debug> executeQuery: Read 31 rows, 2.31 KiB in 0.00151 sec., 20529.80132450331 rows/sec., 1.49 MiB/sec.
11317 2025.03.20 17:12:02.767190 [ 256 ] {93ae0674-ee7a-4064-9452-24477003108c} <Debug> TCPHandler: Processed in 0.001708518 sec.
11318 2025.03.20 17:12:02.767296 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11319 2025.03.20 17:12:02.767399 [ 256 ] {7eb07fb7-1611-4755-a653-d7599a1d12cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11320 2025.03.20 17:12:02.767443 [ 256 ] {7eb07fb7-1611-4755-a653-d7599a1d12cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11321 2025.03.20 17:12:02.767990 [ 256 ] {7eb07fb7-1611-4755-a653-d7599a1d12cd} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11322 2025.03.20 17:12:02.768029 [ 256 ] {7eb07fb7-1611-4755-a653-d7599a1d12cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11323 2025.03.20 17:12:02.768380 [ 256 ] {7eb07fb7-1611-4755-a653-d7599a1d12cd} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
11324 2025.03.20 17:12:02.768634 [ 256 ] {7eb07fb7-1611-4755-a653-d7599a1d12cd} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11325 2025.03.20 17:12:02.768847 [ 256 ] {7eb07fb7-1611-4755-a653-d7599a1d12cd} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001469 sec., 64669.84343090538 rows/sec., 5.05 MiB/sec.
11326 2025.03.20 17:12:02.768900 [ 256 ] {7eb07fb7-1611-4755-a653-d7599a1d12cd} <Debug> TCPHandler: Processed in 0.001653787 sec.
11327 2025.03.20 17:12:02.769015 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11328 2025.03.20 17:12:02.769119 [ 256 ] {93b455ab-9694-49da-ae8e-46f96cc22b32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11329 2025.03.20 17:12:02.769169 [ 256 ] {93b455ab-9694-49da-ae8e-46f96cc22b32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11330 2025.03.20 17:12:02.769684 [ 256 ] {93b455ab-9694-49da-ae8e-46f96cc22b32} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11331 2025.03.20 17:12:02.769723 [ 256 ] {93b455ab-9694-49da-ae8e-46f96cc22b32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11332 2025.03.20 17:12:02.770115 [ 256 ] {93b455ab-9694-49da-ae8e-46f96cc22b32} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
11333 2025.03.20 17:12:02.770370 [ 256 ] {93b455ab-9694-49da-ae8e-46f96cc22b32} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11334 2025.03.20 17:12:02.770582 [ 256 ] {93b455ab-9694-49da-ae8e-46f96cc22b32} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001484 sec., 109164.4204851752 rows/sec., 7.60 MiB/sec.
11335 2025.03.20 17:12:02.770636 [ 256 ] {93b455ab-9694-49da-ae8e-46f96cc22b32} <Debug> TCPHandler: Processed in 0.001672127 sec.
11336 2025.03.20 17:12:02.770740 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11337 2025.03.20 17:12:02.770850 [ 256 ] {a26539d2-7b72-4062-ae6a-13dbfacd496d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11338 2025.03.20 17:12:02.770915 [ 256 ] {a26539d2-7b72-4062-ae6a-13dbfacd496d} <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
11339 2025.03.20 17:12:02.772000 [ 256 ] {a26539d2-7b72-4062-ae6a-13dbfacd496d} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11340 2025.03.20 17:12:02.772043 [ 256 ] {a26539d2-7b72-4062-ae6a-13dbfacd496d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11341 2025.03.20 17:12:02.772687 [ 256 ] {a26539d2-7b72-4062-ae6a-13dbfacd496d} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
11342 2025.03.20 17:12:02.772952 [ 256 ] {a26539d2-7b72-4062-ae6a-13dbfacd496d} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11343 2025.03.20 17:12:02.773227 [ 256 ] {a26539d2-7b72-4062-ae6a-13dbfacd496d} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002397 sec., 11264.080100125157 rows/sec., 20.18 MiB/sec.
11344 2025.03.20 17:12:02.773386 [ 256 ] {a26539d2-7b72-4062-ae6a-13dbfacd496d} <Debug> TCPHandler: Processed in 0.002694318 sec.
11345 2025.03.20 17:12:02.773697 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11346 2025.03.20 17:12:02.773902 [ 256 ] {b56452b5-7feb-47e1-90e2-2fd6d1e66dc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11347 2025.03.20 17:12:02.773951 [ 256 ] {b56452b5-7feb-47e1-90e2-2fd6d1e66dc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11348 2025.03.20 17:12:02.774415 [ 256 ] {b56452b5-7feb-47e1-90e2-2fd6d1e66dc4} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11349 2025.03.20 17:12:02.774454 [ 256 ] {b56452b5-7feb-47e1-90e2-2fd6d1e66dc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11350 2025.03.20 17:12:02.774828 [ 256 ] {b56452b5-7feb-47e1-90e2-2fd6d1e66dc4} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
11351 2025.03.20 17:12:02.775073 [ 256 ] {b56452b5-7feb-47e1-90e2-2fd6d1e66dc4} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11352 2025.03.20 17:12:02.775302 [ 256 ] {b56452b5-7feb-47e1-90e2-2fd6d1e66dc4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001439 sec., 41695.62195969423 rows/sec., 2.81 MiB/sec.
11353 2025.03.20 17:12:02.775375 [ 256 ] {b56452b5-7feb-47e1-90e2-2fd6d1e66dc4} <Debug> TCPHandler: Processed in 0.001774759 sec.
11354 2025.03.20 17:12:04.824233 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29768
11355 2025.03.20 17:12:04.824963 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11356 2025.03.20 17:12:04.825004 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11357 2025.03.20 17:12:04.825511 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
11358 2025.03.20 17:12:04.825758 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11359 2025.03.20 17:12:04.825953 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29768
11360 2025.03.20 17:12:06.906323 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490
11361 2025.03.20 17:12:06.927336 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11362 2025.03.20 17:12:06.927389 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11363 2025.03.20 17:12:06.934688 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
11364 2025.03.20 17:12:06.935450 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11365 2025.03.20 17:12:06.940310 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490
11366 2025.03.20 17:12:07.484315 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1550
11367 2025.03.20 17:12:07.487450 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11368 2025.03.20 17:12:07.487512 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11369 2025.03.20 17:12:07.489039 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
11370 2025.03.20 17:12:07.489367 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11371 2025.03.20 17:12:07.491913 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1550
11372 2025.03.20 17:12:07.760551 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11373 2025.03.20 17:12:07.760857 [ 256 ] {88f80708-6d0c-4e12-83fa-2ff48d91c15a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11374 2025.03.20 17:12:07.760982 [ 256 ] {88f80708-6d0c-4e12-83fa-2ff48d91c15a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11375 2025.03.20 17:12:07.761856 [ 256 ] {88f80708-6d0c-4e12-83fa-2ff48d91c15a} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11376 2025.03.20 17:12:07.761908 [ 256 ] {88f80708-6d0c-4e12-83fa-2ff48d91c15a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11377 2025.03.20 17:12:07.762374 [ 256 ] {88f80708-6d0c-4e12-83fa-2ff48d91c15a} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
11378 2025.03.20 17:12:07.762640 [ 256 ] {88f80708-6d0c-4e12-83fa-2ff48d91c15a} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11379 2025.03.20 17:12:07.762889 [ 256 ] {88f80708-6d0c-4e12-83fa-2ff48d91c15a} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.002115 sec., 37825.05910165484 rows/sec., 3.13 MiB/sec.
11380 2025.03.20 17:12:07.762964 [ 256 ] {88f80708-6d0c-4e12-83fa-2ff48d91c15a} <Debug> TCPHandler: Processed in 0.002603097 sec.
11381 2025.03.20 17:12:07.763088 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11382 2025.03.20 17:12:07.763258 [ 256 ] {d98c0f4a-cf1c-4a64-a694-238e75bf232e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11383 2025.03.20 17:12:07.763337 [ 256 ] {d98c0f4a-cf1c-4a64-a694-238e75bf232e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11384 2025.03.20 17:12:07.763964 [ 256 ] {d98c0f4a-cf1c-4a64-a694-238e75bf232e} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11385 2025.03.20 17:12:07.764005 [ 256 ] {d98c0f4a-cf1c-4a64-a694-238e75bf232e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11386 2025.03.20 17:12:07.764369 [ 256 ] {d98c0f4a-cf1c-4a64-a694-238e75bf232e} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11387 2025.03.20 17:12:07.764617 [ 256 ] {d98c0f4a-cf1c-4a64-a694-238e75bf232e} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11388 2025.03.20 17:12:07.764817 [ 256 ] {d98c0f4a-cf1c-4a64-a694-238e75bf232e} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001609 sec., 7458.048477315103 rows/sec., 560.81 KiB/sec.
11389 2025.03.20 17:12:07.764878 [ 256 ] {d98c0f4a-cf1c-4a64-a694-238e75bf232e} <Debug> TCPHandler: Processed in 0.001848959 sec.
11390 2025.03.20 17:12:07.764986 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11391 2025.03.20 17:12:07.765089 [ 256 ] {915514ac-bd03-4b0c-bc01-840a906911b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11392 2025.03.20 17:12:07.765135 [ 256 ] {915514ac-bd03-4b0c-bc01-840a906911b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11393 2025.03.20 17:12:07.765674 [ 256 ] {915514ac-bd03-4b0c-bc01-840a906911b5} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11394 2025.03.20 17:12:07.765715 [ 256 ] {915514ac-bd03-4b0c-bc01-840a906911b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11395 2025.03.20 17:12:07.766079 [ 256 ] {915514ac-bd03-4b0c-bc01-840a906911b5} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
11396 2025.03.20 17:12:07.766320 [ 256 ] {915514ac-bd03-4b0c-bc01-840a906911b5} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11397 2025.03.20 17:12:07.766549 [ 256 ] {915514ac-bd03-4b0c-bc01-840a906911b5} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001482 sec., 51282.05128205128 rows/sec., 4.00 MiB/sec.
11398 2025.03.20 17:12:07.766646 [ 256 ] {915514ac-bd03-4b0c-bc01-840a906911b5} <Debug> TCPHandler: Processed in 0.001703198 sec.
11399 2025.03.20 17:12:07.766787 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11400 2025.03.20 17:12:07.767082 [ 256 ] {52012d1c-6ebc-478f-8d82-884fd26d977e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11401 2025.03.20 17:12:07.767234 [ 256 ] {52012d1c-6ebc-478f-8d82-884fd26d977e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11402 2025.03.20 17:12:07.767988 [ 256 ] {52012d1c-6ebc-478f-8d82-884fd26d977e} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11403 2025.03.20 17:12:07.768030 [ 256 ] {52012d1c-6ebc-478f-8d82-884fd26d977e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11404 2025.03.20 17:12:07.768431 [ 256 ] {52012d1c-6ebc-478f-8d82-884fd26d977e} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
11405 2025.03.20 17:12:07.768670 [ 256 ] {52012d1c-6ebc-478f-8d82-884fd26d977e} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11406 2025.03.20 17:12:07.768876 [ 256 ] {52012d1c-6ebc-478f-8d82-884fd26d977e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00191 sec., 83769.6335078534 rows/sec., 5.83 MiB/sec.
11407 2025.03.20 17:12:07.768929 [ 256 ] {52012d1c-6ebc-478f-8d82-884fd26d977e} <Debug> TCPHandler: Processed in 0.002216284 sec.
11408 2025.03.20 17:12:07.769035 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11409 2025.03.20 17:12:07.769137 [ 256 ] {b40e467e-1588-412b-af84-2f6a50165c94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11410 2025.03.20 17:12:07.769201 [ 256 ] {b40e467e-1588-412b-af84-2f6a50165c94} <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
11411 2025.03.20 17:12:07.770274 [ 256 ] {b40e467e-1588-412b-af84-2f6a50165c94} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11412 2025.03.20 17:12:07.770314 [ 256 ] {b40e467e-1588-412b-af84-2f6a50165c94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11413 2025.03.20 17:12:07.770943 [ 256 ] {b40e467e-1588-412b-af84-2f6a50165c94} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
11414 2025.03.20 17:12:07.771203 [ 256 ] {b40e467e-1588-412b-af84-2f6a50165c94} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11415 2025.03.20 17:12:07.771449 [ 256 ] {b40e467e-1588-412b-af84-2f6a50165c94} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002334 sec., 5141.388174807198 rows/sec., 9.21 MiB/sec.
11416 2025.03.20 17:12:07.771552 [ 256 ] {b40e467e-1588-412b-af84-2f6a50165c94} <Debug> TCPHandler: Processed in 0.002565357 sec.
11417 2025.03.20 17:12:07.771667 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11418 2025.03.20 17:12:07.771768 [ 256 ] {3fa901bb-bdb2-4f53-882c-d0a1afbb3508} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11419 2025.03.20 17:12:07.771815 [ 256 ] {3fa901bb-bdb2-4f53-882c-d0a1afbb3508} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11420 2025.03.20 17:12:07.772255 [ 256 ] {3fa901bb-bdb2-4f53-882c-d0a1afbb3508} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11421 2025.03.20 17:12:07.772294 [ 256 ] {3fa901bb-bdb2-4f53-882c-d0a1afbb3508} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB.
11422 2025.03.20 17:12:07.772648 [ 256 ] {3fa901bb-bdb2-4f53-882c-d0a1afbb3508} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
11423 2025.03.20 17:12:07.772888 [ 256 ] {3fa901bb-bdb2-4f53-882c-d0a1afbb3508} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11424 2025.03.20 17:12:07.773107 [ 256 ] {3fa901bb-bdb2-4f53-882c-d0a1afbb3508} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00136 sec., 44117.647058823524 rows/sec., 2.97 MiB/sec.
11425 2025.03.20 17:12:07.773158 [ 256 ] {3fa901bb-bdb2-4f53-882c-d0a1afbb3508} <Debug> TCPHandler: Processed in 0.001540316 sec.
11426 2025.03.20 17:12:12.130766 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache
11427 2025.03.20 17:12:12.130842 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache
11428 2025.03.20 17:12:12.326200 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30256
11429 2025.03.20 17:12:12.326882 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11430 2025.03.20 17:12:12.326932 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11431 2025.03.20 17:12:12.327448 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
11432 2025.03.20 17:12:12.327710 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11433 2025.03.20 17:12:12.327911 [ 58 ] {} <Debug> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
11434 2025.03.20 17:12:12.327986 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256
11435 2025.03.20 17:12:12.328003 [ 58 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11436 2025.03.20 17:12:12.328042 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11437 2025.03.20 17:12:12.328225 [ 189 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::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
11438 2025.03.20 17:12:12.328472 [ 189 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11439 2025.03.20 17:12:12.328541 [ 189 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27938 rows starting from the beginning of the part
11440 2025.03.20 17:12:12.328710 [ 189 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 488 rows starting from the beginning of the part
11441 2025.03.20 17:12:12.328941 [ 189 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 427 rows starting from the beginning of the part
11442 2025.03.20 17:12:12.329187 [ 189 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 488 rows starting from the beginning of the part
11443 2025.03.20 17:12:12.329323 [ 189 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 427 rows starting from the beginning of the part
11444 2025.03.20 17:12:12.329405 [ 189 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 488 rows starting from the beginning of the part
11445 2025.03.20 17:12:12.332046 [ 191 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.003925091 sec., 7708356.315815353 rows/sec., 110.27 MiB/sec.
11446 2025.03.20 17:12:12.332500 [ 195 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
11447 2025.03.20 17:12:12.332942 [ 195 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_66_13} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11448 2025.03.20 17:12:12.333059 [ 195 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_66_13} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
11449 2025.03.20 17:12:12.333190 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.94 MiB.
11450 2025.03.20 17:12:12.761557 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11451 2025.03.20 17:12:12.761775 [ 256 ] {8eb5ffe7-d748-44e9-b94a-bb290532ea35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11452 2025.03.20 17:12:12.761859 [ 256 ] {8eb5ffe7-d748-44e9-b94a-bb290532ea35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11453 2025.03.20 17:12:12.762700 [ 256 ] {8eb5ffe7-d748-44e9-b94a-bb290532ea35} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11454 2025.03.20 17:12:12.762750 [ 256 ] {8eb5ffe7-d748-44e9-b94a-bb290532ea35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11455 2025.03.20 17:12:12.763195 [ 256 ] {8eb5ffe7-d748-44e9-b94a-bb290532ea35} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
11456 2025.03.20 17:12:12.763471 [ 256 ] {8eb5ffe7-d748-44e9-b94a-bb290532ea35} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11457 2025.03.20 17:12:12.763689 [ 256 ] {8eb5ffe7-d748-44e9-b94a-bb290532ea35} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.001974 sec., 55724.417426545086 rows/sec., 4.68 MiB/sec.
11458 2025.03.20 17:12:12.763802 [ 256 ] {8eb5ffe7-d748-44e9-b94a-bb290532ea35} <Debug> TCPHandler: Processed in 0.002386875 sec.
11459 2025.03.20 17:12:12.764008 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11460 2025.03.20 17:12:12.764232 [ 256 ] {55fc0d9b-6483-4bda-a44e-7ed8bf9b2c5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11461 2025.03.20 17:12:12.764285 [ 256 ] {55fc0d9b-6483-4bda-a44e-7ed8bf9b2c5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11462 2025.03.20 17:12:12.764862 [ 256 ] {55fc0d9b-6483-4bda-a44e-7ed8bf9b2c5a} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11463 2025.03.20 17:12:12.764902 [ 256 ] {55fc0d9b-6483-4bda-a44e-7ed8bf9b2c5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11464 2025.03.20 17:12:12.765275 [ 256 ] {55fc0d9b-6483-4bda-a44e-7ed8bf9b2c5a} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11465 2025.03.20 17:12:12.765519 [ 256 ] {55fc0d9b-6483-4bda-a44e-7ed8bf9b2c5a} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11466 2025.03.20 17:12:12.765659 [ 57 ] {} <Debug> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
11467 2025.03.20 17:12:12.765703 [ 57 ] {} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11468 2025.03.20 17:12:12.765708 [ 256 ] {55fc0d9b-6483-4bda-a44e-7ed8bf9b2c5a} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001514 sec., 17833.553500660502 rows/sec., 1.31 MiB/sec.
11469 2025.03.20 17:12:12.765725 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11470 2025.03.20 17:12:12.765793 [ 256 ] {55fc0d9b-6483-4bda-a44e-7ed8bf9b2c5a} <Debug> TCPHandler: Processed in 0.00190861 sec.
11471 2025.03.20 17:12:12.765850 [ 189 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::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
11472 2025.03.20 17:12:12.765915 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11473 2025.03.20 17:12:12.765954 [ 189 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11474 2025.03.20 17:12:12.765986 [ 189 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 69 rows starting from the beginning of the part
11475 2025.03.20 17:12:12.766048 [ 256 ] {bab078d3-3714-4c02-b2ff-0f0a178dc5ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11476 2025.03.20 17:12:12.766078 [ 189 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 27 rows starting from the beginning of the part
11477 2025.03.20 17:12:12.766130 [ 256 ] {bab078d3-3714-4c02-b2ff-0f0a178dc5ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11478 2025.03.20 17:12:12.766577 [ 189 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 12 rows starting from the beginning of the part
11479 2025.03.20 17:12:12.766819 [ 189 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 31 rows starting from the beginning of the part
11480 2025.03.20 17:12:12.767142 [ 189 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 12 rows starting from the beginning of the part
11481 2025.03.20 17:12:12.767526 [ 189 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 27 rows starting from the beginning of the part
11482 2025.03.20 17:12:12.768791 [ 256 ] {bab078d3-3714-4c02-b2ff-0f0a178dc5ac} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11483 2025.03.20 17:12:12.768836 [ 256 ] {bab078d3-3714-4c02-b2ff-0f0a178dc5ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11484 2025.03.20 17:12:12.769427 [ 256 ] {bab078d3-3714-4c02-b2ff-0f0a178dc5ac} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
11485 2025.03.20 17:12:12.769470 [ 195 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 178 rows, containing 5 columns (5 merged, 0 gathered) in 0.003674268 sec., 48445.0236074233 rows/sec., 3.73 MiB/sec.
11486 2025.03.20 17:12:12.769707 [ 195 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
11487 2025.03.20 17:12:12.769899 [ 256 ] {bab078d3-3714-4c02-b2ff-0f0a178dc5ac} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11488 2025.03.20 17:12:12.770301 [ 256 ] {bab078d3-3714-4c02-b2ff-0f0a178dc5ac} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.004282 sec., 21251.75151798225 rows/sec., 1.66 MiB/sec.
11489 2025.03.20 17:12:12.770364 [ 195 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_91_18} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11490 2025.03.20 17:12:12.770454 [ 256 ] {bab078d3-3714-4c02-b2ff-0f0a178dc5ac} <Debug> TCPHandler: Processed in 0.004584338 sec.
11491 2025.03.20 17:12:12.770575 [ 195 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_91_18} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
11492 2025.03.20 17:12:12.770648 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11493 2025.03.20 17:12:12.770738 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
11494 2025.03.20 17:12:12.770834 [ 256 ] {3fbcd039-6201-4187-b256-ed739919fa4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11495 2025.03.20 17:12:12.770891 [ 256 ] {3fbcd039-6201-4187-b256-ed739919fa4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11496 2025.03.20 17:12:12.771443 [ 256 ] {3fbcd039-6201-4187-b256-ed739919fa4b} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11497 2025.03.20 17:12:12.771482 [ 256 ] {3fbcd039-6201-4187-b256-ed739919fa4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11498 2025.03.20 17:12:12.771881 [ 256 ] {3fbcd039-6201-4187-b256-ed739919fa4b} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
11499 2025.03.20 17:12:12.772142 [ 256 ] {3fbcd039-6201-4187-b256-ed739919fa4b} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11500 2025.03.20 17:12:12.772321 [ 256 ] {3fbcd039-6201-4187-b256-ed739919fa4b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001512 sec., 105820.10582010582 rows/sec., 7.37 MiB/sec.
11501 2025.03.20 17:12:12.772372 [ 256 ] {3fbcd039-6201-4187-b256-ed739919fa4b} <Debug> TCPHandler: Processed in 0.001805959 sec.
11502 2025.03.20 17:12:12.772479 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11503 2025.03.20 17:12:12.772583 [ 256 ] {05479ca6-a1f5-4877-a518-dc9bf5300291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11504 2025.03.20 17:12:12.772647 [ 256 ] {05479ca6-a1f5-4877-a518-dc9bf5300291} <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
11505 2025.03.20 17:12:12.774397 [ 256 ] {05479ca6-a1f5-4877-a518-dc9bf5300291} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11506 2025.03.20 17:12:12.774436 [ 256 ] {05479ca6-a1f5-4877-a518-dc9bf5300291} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11507 2025.03.20 17:12:12.775079 [ 256 ] {05479ca6-a1f5-4877-a518-dc9bf5300291} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11508 2025.03.20 17:12:12.775344 [ 256 ] {05479ca6-a1f5-4877-a518-dc9bf5300291} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11509 2025.03.20 17:12:12.775578 [ 256 ] {05479ca6-a1f5-4877-a518-dc9bf5300291} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.003014 sec., 8958.19508958195 rows/sec., 16.05 MiB/sec.
11510 2025.03.20 17:12:12.775757 [ 256 ] {05479ca6-a1f5-4877-a518-dc9bf5300291} <Debug> TCPHandler: Processed in 0.003325035 sec.
11511 2025.03.20 17:12:12.776098 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11512 2025.03.20 17:12:12.776240 [ 256 ] {8671615f-0415-46fa-aeb9-c0a4ce26a4bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11513 2025.03.20 17:12:12.776290 [ 256 ] {8671615f-0415-46fa-aeb9-c0a4ce26a4bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11514 2025.03.20 17:12:12.776755 [ 256 ] {8671615f-0415-46fa-aeb9-c0a4ce26a4bd} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11515 2025.03.20 17:12:12.776793 [ 256 ] {8671615f-0415-46fa-aeb9-c0a4ce26a4bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11516 2025.03.20 17:12:12.777158 [ 256 ] {8671615f-0415-46fa-aeb9-c0a4ce26a4bd} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
11517 2025.03.20 17:12:12.777400 [ 256 ] {8671615f-0415-46fa-aeb9-c0a4ce26a4bd} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11518 2025.03.20 17:12:12.777576 [ 256 ] {8671615f-0415-46fa-aeb9-c0a4ce26a4bd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001362 sec., 44052.86343612335 rows/sec., 2.97 MiB/sec.
11519 2025.03.20 17:12:12.777625 [ 256 ] {8671615f-0415-46fa-aeb9-c0a4ce26a4bd} <Debug> TCPHandler: Processed in 0.001637077 sec.
11520 2025.03.20 17:12:14.440507 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498
11521 2025.03.20 17:12:14.462314 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11522 2025.03.20 17:12:14.462377 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11523 2025.03.20 17:12:14.469666 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
11524 2025.03.20 17:12:14.470479 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11525 2025.03.20 17:12:14.470939 [ 56 ] {} <Debug> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
11526 2025.03.20 17:12:14.471114 [ 56 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11527 2025.03.20 17:12:14.471213 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11528 2025.03.20 17:12:14.471686 [ 186 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
11529 2025.03.20 17:12:14.486779 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498
11530 2025.03.20 17:12:14.488554 [ 186 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11531 2025.03.20 17:12:14.490262 [ 186 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
11532 2025.03.20 17:12:14.496150 [ 186 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
11533 2025.03.20 17:12:14.502026 [ 186 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
11534 2025.03.20 17:12:14.507963 [ 186 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
11535 2025.03.20 17:12:14.513808 [ 186 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
11536 2025.03.20 17:12:14.518222 [ 186 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
11537 2025.03.20 17:12:14.577154 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.105772634 sec., 4708.212144929661 rows/sec., 24.35 MiB/sec.
11538 2025.03.20 17:12:14.580643 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
11539 2025.03.20 17:12:14.583493 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_66_13} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11540 2025.03.20 17:12:14.583588 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_66_13} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
11541 2025.03.20 17:12:14.585809 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB.
11542 2025.03.20 17:12:15.028462 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11543 2025.03.20 17:12:15.028661 [ 256 ] {5ad53600-515c-4f74-8092-a3e7c5185316} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11544 2025.03.20 17:12:15.028740 [ 256 ] {5ad53600-515c-4f74-8092-a3e7c5185316} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11545 2025.03.20 17:12:15.029533 [ 256 ] {5ad53600-515c-4f74-8092-a3e7c5185316} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11546 2025.03.20 17:12:15.029587 [ 256 ] {5ad53600-515c-4f74-8092-a3e7c5185316} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11547 2025.03.20 17:12:15.030047 [ 256 ] {5ad53600-515c-4f74-8092-a3e7c5185316} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
11548 2025.03.20 17:12:15.030327 [ 256 ] {5ad53600-515c-4f74-8092-a3e7c5185316} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11549 2025.03.20 17:12:15.030610 [ 256 ] {5ad53600-515c-4f74-8092-a3e7c5185316} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001998 sec., 12012.01201201201 rows/sec., 1020.55 KiB/sec.
11550 2025.03.20 17:12:15.030935 [ 256 ] {5ad53600-515c-4f74-8092-a3e7c5185316} <Debug> TCPHandler: Processed in 0.002611858 sec.
11551 2025.03.20 17:12:15.031075 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11552 2025.03.20 17:12:15.031189 [ 256 ] {6fb5a883-90e0-47ba-8c65-bc09c65f4cca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
11553 2025.03.20 17:12:15.031239 [ 256 ] {6fb5a883-90e0-47ba-8c65-bc09c65f4cca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11554 2025.03.20 17:12:15.031790 [ 256 ] {6fb5a883-90e0-47ba-8c65-bc09c65f4cca} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11555 2025.03.20 17:12:15.031832 [ 256 ] {6fb5a883-90e0-47ba-8c65-bc09c65f4cca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11556 2025.03.20 17:12:15.032197 [ 256 ] {6fb5a883-90e0-47ba-8c65-bc09c65f4cca} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
11557 2025.03.20 17:12:15.032440 [ 256 ] {6fb5a883-90e0-47ba-8c65-bc09c65f4cca} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11558 2025.03.20 17:12:15.032709 [ 256 ] {6fb5a883-90e0-47ba-8c65-bc09c65f4cca} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001546 sec., 9055.627425614488 rows/sec., 738.42 KiB/sec.
11559 2025.03.20 17:12:15.032921 [ 256 ] {6fb5a883-90e0-47ba-8c65-bc09c65f4cca} <Debug> TCPHandler: Processed in 0.00189745 sec.
11560 2025.03.20 17:12:15.033067 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11561 2025.03.20 17:12:15.033175 [ 256 ] {d4470acd-a337-4a72-b33e-228b327916ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11562 2025.03.20 17:12:15.033221 [ 256 ] {d4470acd-a337-4a72-b33e-228b327916ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11563 2025.03.20 17:12:15.034438 [ 256 ] {d4470acd-a337-4a72-b33e-228b327916ed} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11564 2025.03.20 17:12:15.034479 [ 256 ] {d4470acd-a337-4a72-b33e-228b327916ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11565 2025.03.20 17:12:15.034928 [ 256 ] {d4470acd-a337-4a72-b33e-228b327916ed} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
11566 2025.03.20 17:12:15.035195 [ 256 ] {d4470acd-a337-4a72-b33e-228b327916ed} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11567 2025.03.20 17:12:15.035424 [ 256 ] {d4470acd-a337-4a72-b33e-228b327916ed} <Debug> executeQuery: Read 1347 rows, 115.31 KiB in 0.002271 sec., 593130.7793923381 rows/sec., 49.58 MiB/sec.
11568 2025.03.20 17:12:15.035479 [ 256 ] {d4470acd-a337-4a72-b33e-228b327916ed} <Debug> TCPHandler: Processed in 0.002463396 sec.
11569 2025.03.20 17:12:15.035599 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11570 2025.03.20 17:12:15.035707 [ 256 ] {90c32012-73c3-43f6-bffe-058c62502ce1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11571 2025.03.20 17:12:15.035751 [ 256 ] {90c32012-73c3-43f6-bffe-058c62502ce1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11572 2025.03.20 17:12:15.036320 [ 256 ] {90c32012-73c3-43f6-bffe-058c62502ce1} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11573 2025.03.20 17:12:15.036359 [ 256 ] {90c32012-73c3-43f6-bffe-058c62502ce1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11574 2025.03.20 17:12:15.036724 [ 256 ] {90c32012-73c3-43f6-bffe-058c62502ce1} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11575 2025.03.20 17:12:15.036977 [ 256 ] {90c32012-73c3-43f6-bffe-058c62502ce1} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11576 2025.03.20 17:12:15.037190 [ 256 ] {90c32012-73c3-43f6-bffe-058c62502ce1} <Debug> executeQuery: Read 38 rows, 2.84 KiB in 0.001505 sec., 25249.169435215947 rows/sec., 1.84 MiB/sec.
11577 2025.03.20 17:12:15.037244 [ 256 ] {90c32012-73c3-43f6-bffe-058c62502ce1} <Debug> TCPHandler: Processed in 0.001698748 sec.
11578 2025.03.20 17:12:15.037353 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11579 2025.03.20 17:12:15.037457 [ 256 ] {5a366fe9-0b16-4f40-ac43-1dcd29e31791} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11580 2025.03.20 17:12:15.037502 [ 256 ] {5a366fe9-0b16-4f40-ac43-1dcd29e31791} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11581 2025.03.20 17:12:15.038111 [ 256 ] {5a366fe9-0b16-4f40-ac43-1dcd29e31791} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11582 2025.03.20 17:12:15.038152 [ 256 ] {5a366fe9-0b16-4f40-ac43-1dcd29e31791} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11583 2025.03.20 17:12:15.038518 [ 256 ] {5a366fe9-0b16-4f40-ac43-1dcd29e31791} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
11584 2025.03.20 17:12:15.038762 [ 256 ] {5a366fe9-0b16-4f40-ac43-1dcd29e31791} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11585 2025.03.20 17:12:15.039032 [ 256 ] {5a366fe9-0b16-4f40-ac43-1dcd29e31791} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.00158 sec., 159493.67088607594 rows/sec., 11.03 MiB/sec.
11586 2025.03.20 17:12:15.039323 [ 256 ] {5a366fe9-0b16-4f40-ac43-1dcd29e31791} <Debug> TCPHandler: Processed in 0.002040481 sec.
11587 2025.03.20 17:12:15.039466 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11588 2025.03.20 17:12:15.039565 [ 256 ] {bf54b9f6-6b84-4c63-8680-69cdfca5d372} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11589 2025.03.20 17:12:15.039607 [ 256 ] {bf54b9f6-6b84-4c63-8680-69cdfca5d372} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11590 2025.03.20 17:12:15.040183 [ 256 ] {bf54b9f6-6b84-4c63-8680-69cdfca5d372} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11591 2025.03.20 17:12:15.040221 [ 256 ] {bf54b9f6-6b84-4c63-8680-69cdfca5d372} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11592 2025.03.20 17:12:15.040565 [ 256 ] {bf54b9f6-6b84-4c63-8680-69cdfca5d372} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
11593 2025.03.20 17:12:15.040802 [ 256 ] {bf54b9f6-6b84-4c63-8680-69cdfca5d372} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11594 2025.03.20 17:12:15.041059 [ 256 ] {bf54b9f6-6b84-4c63-8680-69cdfca5d372} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001469 sec., 8168.822328114364 rows/sec., 638.19 KiB/sec.
11595 2025.03.20 17:12:15.041265 [ 256 ] {bf54b9f6-6b84-4c63-8680-69cdfca5d372} <Debug> TCPHandler: Processed in 0.001809309 sec.
11596 2025.03.20 17:12:15.041421 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11597 2025.03.20 17:12:15.041529 [ 256 ] {a748b269-e653-4b11-812e-4a34a5931267} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11598 2025.03.20 17:12:15.041573 [ 256 ] {a748b269-e653-4b11-812e-4a34a5931267} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11599 2025.03.20 17:12:15.042346 [ 256 ] {a748b269-e653-4b11-812e-4a34a5931267} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11600 2025.03.20 17:12:15.042386 [ 256 ] {a748b269-e653-4b11-812e-4a34a5931267} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11601 2025.03.20 17:12:15.042766 [ 256 ] {a748b269-e653-4b11-812e-4a34a5931267} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
11602 2025.03.20 17:12:15.043002 [ 256 ] {a748b269-e653-4b11-812e-4a34a5931267} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11603 2025.03.20 17:12:15.043227 [ 256 ] {a748b269-e653-4b11-812e-4a34a5931267} <Debug> executeQuery: Read 582 rows, 44.76 KiB in 0.001717 sec., 338963.3080955154 rows/sec., 25.46 MiB/sec.
11604 2025.03.20 17:12:15.043293 [ 256 ] {a748b269-e653-4b11-812e-4a34a5931267} <Debug> TCPHandler: Processed in 0.001916329 sec.
11605 2025.03.20 17:12:15.043432 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11606 2025.03.20 17:12:15.043712 [ 256 ] {23c7ac7c-d971-462c-ad01-5bd0feadb0a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11607 2025.03.20 17:12:15.043869 [ 256 ] {23c7ac7c-d971-462c-ad01-5bd0feadb0a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11608 2025.03.20 17:12:15.044953 [ 256 ] {23c7ac7c-d971-462c-ad01-5bd0feadb0a7} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11609 2025.03.20 17:12:15.044997 [ 256 ] {23c7ac7c-d971-462c-ad01-5bd0feadb0a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11610 2025.03.20 17:12:15.045473 [ 256 ] {23c7ac7c-d971-462c-ad01-5bd0feadb0a7} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
11611 2025.03.20 17:12:15.045717 [ 256 ] {23c7ac7c-d971-462c-ad01-5bd0feadb0a7} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11612 2025.03.20 17:12:15.045942 [ 256 ] {23c7ac7c-d971-462c-ad01-5bd0feadb0a7} <Debug> executeQuery: Read 983 rows, 68.01 KiB in 0.002333 sec., 421345.9065580797 rows/sec., 28.47 MiB/sec.
11613 2025.03.20 17:12:15.046000 [ 256 ] {23c7ac7c-d971-462c-ad01-5bd0feadb0a7} <Debug> TCPHandler: Processed in 0.002640108 sec.
11614 2025.03.20 17:12:15.046126 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11615 2025.03.20 17:12:15.046262 [ 256 ] {e0c068ab-4da2-4151-86c2-dfe93bbbd7ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11616 2025.03.20 17:12:15.046346 [ 256 ] {e0c068ab-4da2-4151-86c2-dfe93bbbd7ae} <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
11617 2025.03.20 17:12:15.047473 [ 256 ] {e0c068ab-4da2-4151-86c2-dfe93bbbd7ae} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11618 2025.03.20 17:12:15.047514 [ 256 ] {e0c068ab-4da2-4151-86c2-dfe93bbbd7ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11619 2025.03.20 17:12:15.048146 [ 256 ] {e0c068ab-4da2-4151-86c2-dfe93bbbd7ae} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11620 2025.03.20 17:12:15.048407 [ 256 ] {e0c068ab-4da2-4151-86c2-dfe93bbbd7ae} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11621 2025.03.20 17:12:15.048607 [ 52 ] {} <Debug> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
11622 2025.03.20 17:12:15.048687 [ 256 ] {e0c068ab-4da2-4151-86c2-dfe93bbbd7ae} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002449 sec., 4899.959167006942 rows/sec., 8.78 MiB/sec.
11623 2025.03.20 17:12:15.048696 [ 52 ] {} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11624 2025.03.20 17:12:15.048780 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11625 2025.03.20 17:12:15.049185 [ 256 ] {e0c068ab-4da2-4151-86c2-dfe93bbbd7ae} <Debug> TCPHandler: Processed in 0.003106042 sec.
11626 2025.03.20 17:12:15.049274 [ 192 ] {6749d887-00ac-4b26-87ae-2852b00353b1::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
11627 2025.03.20 17:12:15.049645 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11628 2025.03.20 17:12:15.050078 [ 256 ] {8262fb15-3c0d-4948-9c87-217341a38388} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11629 2025.03.20 17:12:15.050303 [ 256 ] {8262fb15-3c0d-4948-9c87-217341a38388} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11630 2025.03.20 17:12:15.051141 [ 192 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11631 2025.03.20 17:12:15.051531 [ 192 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1622 rows starting from the beginning of the part
11632 2025.03.20 17:12:15.052420 [ 192 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 12 rows starting from the beginning of the part
11633 2025.03.20 17:12:15.053285 [ 192 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 27 rows starting from the beginning of the part
11634 2025.03.20 17:12:15.053341 [ 256 ] {8262fb15-3c0d-4948-9c87-217341a38388} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11635 2025.03.20 17:12:15.053413 [ 256 ] {8262fb15-3c0d-4948-9c87-217341a38388} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11636 2025.03.20 17:12:15.053895 [ 192 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 12 rows starting from the beginning of the part
11637 2025.03.20 17:12:15.054500 [ 192 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 27 rows starting from the beginning of the part
11638 2025.03.20 17:12:15.055025 [ 256 ] {8262fb15-3c0d-4948-9c87-217341a38388} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
11639 2025.03.20 17:12:15.055066 [ 192 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 12 rows starting from the beginning of the part
11640 2025.03.20 17:12:15.055798 [ 256 ] {8262fb15-3c0d-4948-9c87-217341a38388} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11641 2025.03.20 17:12:15.056330 [ 256 ] {8262fb15-3c0d-4948-9c87-217341a38388} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.006429 sec., 5288.536319800903 rows/sec., 366.84 KiB/sec.
11642 2025.03.20 17:12:15.056480 [ 256 ] {8262fb15-3c0d-4948-9c87-217341a38388} <Debug> TCPHandler: Processed in 0.006968532 sec.
11643 2025.03.20 17:12:15.064423 [ 194 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1712 rows, containing 19 columns (19 merged, 0 gathered) in 0.015467172 sec., 110686.03879235325 rows/sec., 198.34 MiB/sec.
11644 2025.03.20 17:12:15.066134 [ 187 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
11645 2025.03.20 17:12:15.066629 [ 187 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11646 2025.03.20 17:12:15.066728 [ 187 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
11647 2025.03.20 17:12:15.066907 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.46 MiB.
11648 2025.03.20 17:12:16.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 252.83 MiB, peak 266.28 MiB, free memory in arenas 0.00 B, will set to 256.77 MiB (RSS), difference: 3.94 MiB
11649 2025.03.20 17:12:17.492232 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1594
11650 2025.03.20 17:12:17.495930 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11651 2025.03.20 17:12:17.495979 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11652 2025.03.20 17:12:17.497439 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
11653 2025.03.20 17:12:17.497750 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11654 2025.03.20 17:12:17.498299 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1594
11655 2025.03.20 17:12:17.755819 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11656 2025.03.20 17:12:17.756135 [ 256 ] {c8336ac2-f04d-417e-8479-6a346359e584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11657 2025.03.20 17:12:17.756256 [ 256 ] {c8336ac2-f04d-417e-8479-6a346359e584} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11658 2025.03.20 17:12:17.757137 [ 256 ] {c8336ac2-f04d-417e-8479-6a346359e584} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11659 2025.03.20 17:12:17.757191 [ 256 ] {c8336ac2-f04d-417e-8479-6a346359e584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11660 2025.03.20 17:12:17.757642 [ 256 ] {c8336ac2-f04d-417e-8479-6a346359e584} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
11661 2025.03.20 17:12:17.757907 [ 256 ] {c8336ac2-f04d-417e-8479-6a346359e584} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11662 2025.03.20 17:12:17.758122 [ 51 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
11663 2025.03.20 17:12:17.758146 [ 256 ] {c8336ac2-f04d-417e-8479-6a346359e584} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002092 sec., 26768.642447418737 rows/sec., 2.06 MiB/sec.
11664 2025.03.20 17:12:17.758201 [ 51 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11665 2025.03.20 17:12:17.758268 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11666 2025.03.20 17:12:17.758300 [ 256 ] {c8336ac2-f04d-417e-8479-6a346359e584} <Debug> TCPHandler: Processed in 0.002671148 sec.
11667 2025.03.20 17:12:17.758621 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full
11668 2025.03.20 17:12:17.758634 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11669 2025.03.20 17:12:17.759232 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11670 2025.03.20 17:12:17.759255 [ 256 ] {1058e02b-2340-4081-b6b8-3e10c4f04b4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11671 2025.03.20 17:12:17.759393 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1404 rows starting from the beginning of the part
11672 2025.03.20 17:12:17.759522 [ 256 ] {1058e02b-2340-4081-b6b8-3e10c4f04b4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11673 2025.03.20 17:12:17.759923 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 112 rows starting from the beginning of the part
11674 2025.03.20 17:12:17.760372 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 80 rows starting from the beginning of the part
11675 2025.03.20 17:12:17.760766 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 110 rows starting from the beginning of the part
11676 2025.03.20 17:12:17.761096 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 1347 rows starting from the beginning of the part
11677 2025.03.20 17:12:17.761393 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 56 rows starting from the beginning of the part
11678 2025.03.20 17:12:17.763106 [ 256 ] {1058e02b-2340-4081-b6b8-3e10c4f04b4a} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11679 2025.03.20 17:12:17.763185 [ 256 ] {1058e02b-2340-4081-b6b8-3e10c4f04b4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11680 2025.03.20 17:12:17.764239 [ 256 ] {1058e02b-2340-4081-b6b8-3e10c4f04b4a} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
11681 2025.03.20 17:12:17.764555 [ 256 ] {1058e02b-2340-4081-b6b8-3e10c4f04b4a} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11682 2025.03.20 17:12:17.765046 [ 51 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
11683 2025.03.20 17:12:17.765162 [ 256 ] {1058e02b-2340-4081-b6b8-3e10c4f04b4a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006155 sec., 10398.050365556459 rows/sec., 831.07 KiB/sec.
11684 2025.03.20 17:12:17.765310 [ 51 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11685 2025.03.20 17:12:17.765430 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11686 2025.03.20 17:12:17.765454 [ 187 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3109 rows, containing 5 columns (5 merged, 0 gathered) in 0.007055543 sec., 440646.45343384624 rows/sec., 38.52 MiB/sec.
11687 2025.03.20 17:12:17.765480 [ 256 ] {1058e02b-2340-4081-b6b8-3e10c4f04b4a} <Debug> TCPHandler: Processed in 0.006971183 sec.
11688 2025.03.20 17:12:17.765715 [ 194 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full
11689 2025.03.20 17:12:17.765792 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11690 2025.03.20 17:12:17.765856 [ 190 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
11691 2025.03.20 17:12:17.766144 [ 194 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11692 2025.03.20 17:12:17.766229 [ 256 ] {5642860a-230e-482b-818d-51c34ffd879b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11693 2025.03.20 17:12:17.766249 [ 194 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 631 rows starting from the beginning of the part
11694 2025.03.20 17:12:17.766512 [ 256 ] {5642860a-230e-482b-818d-51c34ffd879b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11695 2025.03.20 17:12:17.766623 [ 194 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 95 rows starting from the beginning of the part
11696 2025.03.20 17:12:17.766776 [ 190 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_116_23} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11697 2025.03.20 17:12:17.767019 [ 194 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 76 rows starting from the beginning of the part
11698 2025.03.20 17:12:17.767215 [ 190 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_116_23} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
11699 2025.03.20 17:12:17.767409 [ 194 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 91 rows starting from the beginning of the part
11700 2025.03.20 17:12:17.767515 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
11701 2025.03.20 17:12:17.767879 [ 194 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 582 rows starting from the beginning of the part
11702 2025.03.20 17:12:17.768282 [ 194 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 64 rows starting from the beginning of the part
11703 2025.03.20 17:12:17.769995 [ 256 ] {5642860a-230e-482b-818d-51c34ffd879b} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11704 2025.03.20 17:12:17.770069 [ 256 ] {5642860a-230e-482b-818d-51c34ffd879b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11705 2025.03.20 17:12:17.771010 [ 256 ] {5642860a-230e-482b-818d-51c34ffd879b} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
11706 2025.03.20 17:12:17.771453 [ 190 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1539 rows, containing 5 columns (5 merged, 0 gathered) in 0.005917592 sec., 260072.00226037888 rows/sec., 20.72 MiB/sec.
11707 2025.03.20 17:12:17.771561 [ 256 ] {5642860a-230e-482b-818d-51c34ffd879b} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11708 2025.03.20 17:12:17.771688 [ 190 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
11709 2025.03.20 17:12:17.771935 [ 51 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Selected 5 parts from all_1_111_22 to all_115_115_0
11710 2025.03.20 17:12:17.772073 [ 51 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11711 2025.03.20 17:12:17.772106 [ 256 ] {5642860a-230e-482b-818d-51c34ffd879b} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.005977 sec., 11042.32892755563 rows/sec., 789.16 KiB/sec.
11712 2025.03.20 17:12:17.772193 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11713 2025.03.20 17:12:17.772394 [ 256 ] {5642860a-230e-482b-818d-51c34ffd879b} <Debug> TCPHandler: Processed in 0.00668976 sec.
11714 2025.03.20 17:12:17.772728 [ 190 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_116_23} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11715 2025.03.20 17:12:17.772731 [ 200 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_115_23} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_111_22 to all_115_115_0 into Compact with storage Full
11716 2025.03.20 17:12:17.772843 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11717 2025.03.20 17:12:17.772928 [ 190 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_116_23} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
11718 2025.03.20 17:12:17.773174 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
11719 2025.03.20 17:12:17.773241 [ 200 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_115_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11720 2025.03.20 17:12:17.773281 [ 256 ] {0e5b002a-7d1f-4729-940f-72fa8c2da1eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11721 2025.03.20 17:12:17.773310 [ 200 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_111_22, total 29628 rows starting from the beginning of the part
11722 2025.03.20 17:12:17.773378 [ 256 ] {0e5b002a-7d1f-4729-940f-72fa8c2da1eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11723 2025.03.20 17:12:17.773589 [ 200 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 162 rows starting from the beginning of the part
11724 2025.03.20 17:12:17.774031 [ 200 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 160 rows starting from the beginning of the part
11725 2025.03.20 17:12:17.774388 [ 200 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 160 rows starting from the beginning of the part
11726 2025.03.20 17:12:17.774753 [ 200 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 983 rows starting from the beginning of the part
11727 2025.03.20 17:12:17.775930 [ 256 ] {0e5b002a-7d1f-4729-940f-72fa8c2da1eb} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11728 2025.03.20 17:12:17.776013 [ 256 ] {0e5b002a-7d1f-4729-940f-72fa8c2da1eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11729 2025.03.20 17:12:17.776475 [ 256 ] {0e5b002a-7d1f-4729-940f-72fa8c2da1eb} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
11730 2025.03.20 17:12:17.776794 [ 256 ] {0e5b002a-7d1f-4729-940f-72fa8c2da1eb} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11731 2025.03.20 17:12:17.777026 [ 51 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
11732 2025.03.20 17:12:17.777176 [ 51 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11733 2025.03.20 17:12:17.777303 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11734 2025.03.20 17:12:17.777321 [ 256 ] {0e5b002a-7d1f-4729-940f-72fa8c2da1eb} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.004131 sec., 6293.875574921326 rows/sec., 431.43 KiB/sec.
11735 2025.03.20 17:12:17.777707 [ 256 ] {0e5b002a-7d1f-4729-940f-72fa8c2da1eb} <Debug> TCPHandler: Processed in 0.004954622 sec.
11736 2025.03.20 17:12:17.777986 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full
11737 2025.03.20 17:12:17.778272 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11738 2025.03.20 17:12:17.778352 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 5574 rows starting from the beginning of the part
11739 2025.03.20 17:12:17.778573 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 60 rows starting from the beginning of the part
11740 2025.03.20 17:12:17.778715 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 60 rows starting from the beginning of the part
11741 2025.03.20 17:12:17.778905 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 60 rows starting from the beginning of the part
11742 2025.03.20 17:12:17.779007 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 34 rows starting from the beginning of the part
11743 2025.03.20 17:12:17.779186 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 26 rows starting from the beginning of the part
11744 2025.03.20 17:12:17.782327 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5814 rows, containing 4 columns (4 merged, 0 gathered) in 0.004787239 sec., 1214478.7423397913 rows/sec., 81.81 MiB/sec.
11745 2025.03.20 17:12:17.782774 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
11746 2025.03.20 17:12:17.783193 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_116_23} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11747 2025.03.20 17:12:17.783336 [ 188 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_116_23} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
11748 2025.03.20 17:12:17.783445 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB.
11749 2025.03.20 17:12:17.784628 [ 201 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_115_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31093 rows, containing 5 columns (5 merged, 0 gathered) in 0.012169216 sec., 2555053.6698502186 rows/sec., 175.08 MiB/sec.
11750 2025.03.20 17:12:17.785204 [ 202 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_115_23} <Trace> MergedBlockOutputStream: filled checksums all_1_115_23 (state Temporary)
11751 2025.03.20 17:12:17.785531 [ 202 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_merge_all_1_115_23 to all_1_115_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11752 2025.03.20 17:12:17.785618 [ 202 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Merged 5 parts: [all_1_111_22, all_115_115_0] -> all_1_115_23
11753 2025.03.20 17:12:17.785708 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB.
11754 2025.03.20 17:12:19.828245 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30683
11755 2025.03.20 17:12:19.828988 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11756 2025.03.20 17:12:19.829044 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11757 2025.03.20 17:12:19.829629 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
11758 2025.03.20 17:12:19.829892 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11759 2025.03.20 17:12:19.830142 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30683
11760 2025.03.20 17:12:21.986985 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505
11761 2025.03.20 17:12:22.005871 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11762 2025.03.20 17:12:22.005922 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11763 2025.03.20 17:12:22.012980 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
11764 2025.03.20 17:12:22.013783 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11765 2025.03.20 17:12:22.017016 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505
11766 2025.03.20 17:12:22.761798 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11767 2025.03.20 17:12:22.761995 [ 256 ] {a1e9a512-b64a-44f2-a1ce-4e67e096b823} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11768 2025.03.20 17:12:22.762075 [ 256 ] {a1e9a512-b64a-44f2-a1ce-4e67e096b823} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11769 2025.03.20 17:12:22.762957 [ 256 ] {a1e9a512-b64a-44f2-a1ce-4e67e096b823} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11770 2025.03.20 17:12:22.763020 [ 256 ] {a1e9a512-b64a-44f2-a1ce-4e67e096b823} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11771 2025.03.20 17:12:22.763576 [ 256 ] {a1e9a512-b64a-44f2-a1ce-4e67e096b823} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
11772 2025.03.20 17:12:22.763946 [ 256 ] {a1e9a512-b64a-44f2-a1ce-4e67e096b823} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11773 2025.03.20 17:12:22.764288 [ 256 ] {a1e9a512-b64a-44f2-a1ce-4e67e096b823} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002339 sec., 47028.6447199658 rows/sec., 3.95 MiB/sec.
11774 2025.03.20 17:12:22.764435 [ 256 ] {a1e9a512-b64a-44f2-a1ce-4e67e096b823} <Debug> TCPHandler: Processed in 0.002780259 sec.
11775 2025.03.20 17:12:22.764702 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11776 2025.03.20 17:12:22.765034 [ 256 ] {c5ce61b9-f886-4d82-80f2-02c25b859340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11777 2025.03.20 17:12:22.765130 [ 256 ] {c5ce61b9-f886-4d82-80f2-02c25b859340} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11778 2025.03.20 17:12:22.765933 [ 256 ] {c5ce61b9-f886-4d82-80f2-02c25b859340} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11779 2025.03.20 17:12:22.765984 [ 256 ] {c5ce61b9-f886-4d82-80f2-02c25b859340} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11780 2025.03.20 17:12:22.766461 [ 256 ] {c5ce61b9-f886-4d82-80f2-02c25b859340} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11781 2025.03.20 17:12:22.766739 [ 256 ] {c5ce61b9-f886-4d82-80f2-02c25b859340} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11782 2025.03.20 17:12:22.767007 [ 256 ] {c5ce61b9-f886-4d82-80f2-02c25b859340} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.002087 sec., 12937.230474365118 rows/sec., 972.82 KiB/sec.
11783 2025.03.20 17:12:22.767122 [ 256 ] {c5ce61b9-f886-4d82-80f2-02c25b859340} <Debug> TCPHandler: Processed in 0.002554067 sec.
11784 2025.03.20 17:12:22.767440 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11785 2025.03.20 17:12:22.767594 [ 256 ] {26a73d32-67a0-4520-891c-df51d1094edb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11786 2025.03.20 17:12:22.767652 [ 256 ] {26a73d32-67a0-4520-891c-df51d1094edb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11787 2025.03.20 17:12:22.768269 [ 256 ] {26a73d32-67a0-4520-891c-df51d1094edb} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11788 2025.03.20 17:12:22.768311 [ 256 ] {26a73d32-67a0-4520-891c-df51d1094edb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11789 2025.03.20 17:12:22.768707 [ 256 ] {26a73d32-67a0-4520-891c-df51d1094edb} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
11790 2025.03.20 17:12:22.769000 [ 256 ] {26a73d32-67a0-4520-891c-df51d1094edb} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11791 2025.03.20 17:12:22.769228 [ 256 ] {26a73d32-67a0-4520-891c-df51d1094edb} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001673 sec., 54393.30543933054 rows/sec., 4.25 MiB/sec.
11792 2025.03.20 17:12:22.769339 [ 256 ] {26a73d32-67a0-4520-891c-df51d1094edb} <Debug> TCPHandler: Processed in 0.001990701 sec.
11793 2025.03.20 17:12:22.769462 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11794 2025.03.20 17:12:22.769572 [ 256 ] {6648e0d5-3f66-46f8-89e2-4a4475611297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11795 2025.03.20 17:12:22.769628 [ 256 ] {6648e0d5-3f66-46f8-89e2-4a4475611297} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11796 2025.03.20 17:12:22.770172 [ 256 ] {6648e0d5-3f66-46f8-89e2-4a4475611297} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11797 2025.03.20 17:12:22.770213 [ 256 ] {6648e0d5-3f66-46f8-89e2-4a4475611297} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11798 2025.03.20 17:12:22.770613 [ 256 ] {6648e0d5-3f66-46f8-89e2-4a4475611297} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
11799 2025.03.20 17:12:22.770857 [ 256 ] {6648e0d5-3f66-46f8-89e2-4a4475611297} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11800 2025.03.20 17:12:22.771080 [ 256 ] {6648e0d5-3f66-46f8-89e2-4a4475611297} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001533 sec., 104370.51532941943 rows/sec., 7.27 MiB/sec.
11801 2025.03.20 17:12:22.771139 [ 256 ] {6648e0d5-3f66-46f8-89e2-4a4475611297} <Debug> TCPHandler: Processed in 0.001729018 sec.
11802 2025.03.20 17:12:22.771265 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11803 2025.03.20 17:12:22.771374 [ 256 ] {9307b046-37fd-4889-8ed9-d1dcf7a6d929} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11804 2025.03.20 17:12:22.771441 [ 256 ] {9307b046-37fd-4889-8ed9-d1dcf7a6d929} <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
11805 2025.03.20 17:12:22.772590 [ 256 ] {9307b046-37fd-4889-8ed9-d1dcf7a6d929} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11806 2025.03.20 17:12:22.772630 [ 256 ] {9307b046-37fd-4889-8ed9-d1dcf7a6d929} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11807 2025.03.20 17:12:22.773295 [ 256 ] {9307b046-37fd-4889-8ed9-d1dcf7a6d929} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11808 2025.03.20 17:12:22.773564 [ 256 ] {9307b046-37fd-4889-8ed9-d1dcf7a6d929} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11809 2025.03.20 17:12:22.773823 [ 256 ] {9307b046-37fd-4889-8ed9-d1dcf7a6d929} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002472 sec., 10922.330097087379 rows/sec., 19.57 MiB/sec.
11810 2025.03.20 17:12:22.773940 [ 256 ] {9307b046-37fd-4889-8ed9-d1dcf7a6d929} <Debug> TCPHandler: Processed in 0.002726618 sec.
11811 2025.03.20 17:12:22.774071 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11812 2025.03.20 17:12:22.774177 [ 256 ] {1350bf67-ce19-4385-88e1-c2bf66cabded} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11813 2025.03.20 17:12:22.774225 [ 256 ] {1350bf67-ce19-4385-88e1-c2bf66cabded} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11814 2025.03.20 17:12:22.774671 [ 256 ] {1350bf67-ce19-4385-88e1-c2bf66cabded} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11815 2025.03.20 17:12:22.774709 [ 256 ] {1350bf67-ce19-4385-88e1-c2bf66cabded} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11816 2025.03.20 17:12:22.775107 [ 256 ] {1350bf67-ce19-4385-88e1-c2bf66cabded} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
11817 2025.03.20 17:12:22.775352 [ 256 ] {1350bf67-ce19-4385-88e1-c2bf66cabded} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11818 2025.03.20 17:12:22.775566 [ 256 ] {1350bf67-ce19-4385-88e1-c2bf66cabded} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00141 sec., 42553.1914893617 rows/sec., 2.87 MiB/sec.
11819 2025.03.20 17:12:22.775615 [ 256 ] {1350bf67-ce19-4385-88e1-c2bf66cabded} <Debug> TCPHandler: Processed in 0.001595656 sec.
11820 2025.03.20 17:12:26.104642 [ 45 ] {} <Debug> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
11821 2025.03.20 17:12:26.104718 [ 45 ] {} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11822 2025.03.20 17:12:26.104741 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11823 2025.03.20 17:12:26.104935 [ 198 ] {fd481411-b68c-44af-8dc7-12d8536bb892::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
11824 2025.03.20 17:12:26.105140 [ 198 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11825 2025.03.20 17:12:26.105191 [ 198 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 253 rows starting from the beginning of the part
11826 2025.03.20 17:12:26.105284 [ 198 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 252 rows starting from the beginning of the part
11827 2025.03.20 17:12:26.105555 [ 198 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 252 rows starting from the beginning of the part
11828 2025.03.20 17:12:26.105724 [ 198 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 252 rows starting from the beginning of the part
11829 2025.03.20 17:12:26.105889 [ 198 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 252 rows starting from the beginning of the part
11830 2025.03.20 17:12:26.107050 [ 202 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1261 rows, containing 5 columns (5 merged, 0 gathered) in 0.002235103 sec., 564179.8163216639 rows/sec., 41.17 MiB/sec.
11831 2025.03.20 17:12:26.107256 [ 201 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
11832 2025.03.20 17:12:26.107615 [ 201 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_17_4} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11833 2025.03.20 17:12:26.107715 [ 201 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_17_4} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
11834 2025.03.20 17:12:26.107829 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB.
11835 2025.03.20 17:12:27.130886 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache
11836 2025.03.20 17:12:27.130938 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache
11837 2025.03.20 17:12:27.330377 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31171
11838 2025.03.20 17:12:27.331032 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11839 2025.03.20 17:12:27.331077 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11840 2025.03.20 17:12:27.331589 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
11841 2025.03.20 17:12:27.331835 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11842 2025.03.20 17:12:27.332070 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171
11843 2025.03.20 17:12:27.498692 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1614
11844 2025.03.20 17:12:27.502013 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11845 2025.03.20 17:12:27.502065 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11846 2025.03.20 17:12:27.503492 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
11847 2025.03.20 17:12:27.503796 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11848 2025.03.20 17:12:27.504111 [ 41 ] {} <Debug> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
11849 2025.03.20 17:12:27.504314 [ 41 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11850 2025.03.20 17:12:27.504430 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11851 2025.03.20 17:12:27.504858 [ 202 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::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
11852 2025.03.20 17:12:27.505359 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1614
11853 2025.03.20 17:12:27.505893 [ 202 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11854 2025.03.20 17:12:27.506033 [ 202 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1462 rows starting from the beginning of the part
11855 2025.03.20 17:12:27.506492 [ 202 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 42 rows starting from the beginning of the part
11856 2025.03.20 17:12:27.506900 [ 202 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 20 rows starting from the beginning of the part
11857 2025.03.20 17:12:27.507519 [ 202 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 26 rows starting from the beginning of the part
11858 2025.03.20 17:12:27.508058 [ 202 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 44 rows starting from the beginning of the part
11859 2025.03.20 17:12:27.508628 [ 202 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 20 rows starting from the beginning of the part
11860 2025.03.20 17:12:27.516977 [ 189 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1614 rows, containing 72 columns (72 merged, 0 gathered) in 0.012377849 sec., 130394.22277650988 rows/sec., 99.85 MiB/sec.
11861 2025.03.20 17:12:27.519188 [ 195 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
11862 2025.03.20 17:12:27.520107 [ 195 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_51_10} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11863 2025.03.20 17:12:27.520225 [ 195 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_51_10} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
11864 2025.03.20 17:12:27.520564 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB.
11865 2025.03.20 17:12:27.747100 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
11866 2025.03.20 17:12:27.747165 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
11867 2025.03.20 17:12:27.755373 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
11868 2025.03.20 17:12:27.761797 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11869 2025.03.20 17:12:27.761988 [ 256 ] {9e422fa3-afd5-4fe5-af4b-f71955ad2e19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11870 2025.03.20 17:12:27.762065 [ 256 ] {9e422fa3-afd5-4fe5-af4b-f71955ad2e19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11871 2025.03.20 17:12:27.762944 [ 256 ] {9e422fa3-afd5-4fe5-af4b-f71955ad2e19} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11872 2025.03.20 17:12:27.762990 [ 256 ] {9e422fa3-afd5-4fe5-af4b-f71955ad2e19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11873 2025.03.20 17:12:27.763452 [ 256 ] {9e422fa3-afd5-4fe5-af4b-f71955ad2e19} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
11874 2025.03.20 17:12:27.763728 [ 256 ] {9e422fa3-afd5-4fe5-af4b-f71955ad2e19} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11875 2025.03.20 17:12:27.763977 [ 256 ] {9e422fa3-afd5-4fe5-af4b-f71955ad2e19} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.002044 sec., 39138.94324853229 rows/sec., 3.24 MiB/sec.
11876 2025.03.20 17:12:27.764012 [ 225 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
11877 2025.03.20 17:12:27.764056 [ 225 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
11878 2025.03.20 17:12:27.764062 [ 256 ] {9e422fa3-afd5-4fe5-af4b-f71955ad2e19} <Debug> TCPHandler: Processed in 0.002406725 sec.
11879 2025.03.20 17:12:27.764214 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11880 2025.03.20 17:12:27.764354 [ 256 ] {1439e616-3d7e-49e5-b1d0-ee67a00e2bf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11881 2025.03.20 17:12:27.764420 [ 256 ] {1439e616-3d7e-49e5-b1d0-ee67a00e2bf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11882 2025.03.20 17:12:27.765245 [ 256 ] {1439e616-3d7e-49e5-b1d0-ee67a00e2bf1} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11883 2025.03.20 17:12:27.765287 [ 256 ] {1439e616-3d7e-49e5-b1d0-ee67a00e2bf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11884 2025.03.20 17:12:27.765758 [ 256 ] {1439e616-3d7e-49e5-b1d0-ee67a00e2bf1} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11885 2025.03.20 17:12:27.766059 [ 256 ] {1439e616-3d7e-49e5-b1d0-ee67a00e2bf1} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11886 2025.03.20 17:12:27.766279 [ 256 ] {1439e616-3d7e-49e5-b1d0-ee67a00e2bf1} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001961 sec., 6119.326874043855 rows/sec., 460.14 KiB/sec.
11887 2025.03.20 17:12:27.766367 [ 256 ] {1439e616-3d7e-49e5-b1d0-ee67a00e2bf1} <Debug> TCPHandler: Processed in 0.002217143 sec.
11888 2025.03.20 17:12:27.766506 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11889 2025.03.20 17:12:27.766635 [ 256 ] {17ae6e3c-e049-40c7-85c1-ef5de061a507} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11890 2025.03.20 17:12:27.766696 [ 256 ] {17ae6e3c-e049-40c7-85c1-ef5de061a507} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11891 2025.03.20 17:12:27.766745 [ 225 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
11892 2025.03.20 17:12:27.767609 [ 256 ] {17ae6e3c-e049-40c7-85c1-ef5de061a507} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11893 2025.03.20 17:12:27.767648 [ 256 ] {17ae6e3c-e049-40c7-85c1-ef5de061a507} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11894 2025.03.20 17:12:27.768019 [ 256 ] {17ae6e3c-e049-40c7-85c1-ef5de061a507} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
11895 2025.03.20 17:12:27.768286 [ 256 ] {17ae6e3c-e049-40c7-85c1-ef5de061a507} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11896 2025.03.20 17:12:27.768475 [ 256 ] {17ae6e3c-e049-40c7-85c1-ef5de061a507} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001869 sec., 40663.45639379347 rows/sec., 3.17 MiB/sec.
11897 2025.03.20 17:12:27.768527 [ 256 ] {17ae6e3c-e049-40c7-85c1-ef5de061a507} <Debug> TCPHandler: Processed in 0.002082532 sec.
11898 2025.03.20 17:12:27.768652 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11899 2025.03.20 17:12:27.768761 [ 256 ] {f844570d-5b4c-4f4c-a184-21e5f0272bc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11900 2025.03.20 17:12:27.768812 [ 256 ] {f844570d-5b4c-4f4c-a184-21e5f0272bc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11901 2025.03.20 17:12:27.769376 [ 256 ] {f844570d-5b4c-4f4c-a184-21e5f0272bc6} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11902 2025.03.20 17:12:27.769411 [ 256 ] {f844570d-5b4c-4f4c-a184-21e5f0272bc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11903 2025.03.20 17:12:27.769799 [ 256 ] {f844570d-5b4c-4f4c-a184-21e5f0272bc6} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
11904 2025.03.20 17:12:27.770061 [ 256 ] {f844570d-5b4c-4f4c-a184-21e5f0272bc6} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11905 2025.03.20 17:12:27.770249 [ 256 ] {f844570d-5b4c-4f4c-a184-21e5f0272bc6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001514 sec., 105680.31704095112 rows/sec., 7.36 MiB/sec.
11906 2025.03.20 17:12:27.770297 [ 256 ] {f844570d-5b4c-4f4c-a184-21e5f0272bc6} <Debug> TCPHandler: Processed in 0.001703918 sec.
11907 2025.03.20 17:12:27.770410 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11908 2025.03.20 17:12:27.770512 [ 256 ] {2003d93c-7c4a-415c-ab60-78f6a5130005} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11909 2025.03.20 17:12:27.770574 [ 256 ] {2003d93c-7c4a-415c-ab60-78f6a5130005} <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
11910 2025.03.20 17:12:27.771724 [ 256 ] {2003d93c-7c4a-415c-ab60-78f6a5130005} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11911 2025.03.20 17:12:27.771762 [ 256 ] {2003d93c-7c4a-415c-ab60-78f6a5130005} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11912 2025.03.20 17:12:27.772437 [ 256 ] {2003d93c-7c4a-415c-ab60-78f6a5130005} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11913 2025.03.20 17:12:27.772749 [ 256 ] {2003d93c-7c4a-415c-ab60-78f6a5130005} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11914 2025.03.20 17:12:27.772988 [ 256 ] {2003d93c-7c4a-415c-ab60-78f6a5130005} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.00247 sec., 4858.299595141701 rows/sec., 8.71 MiB/sec.
11915 2025.03.20 17:12:27.773161 [ 256 ] {2003d93c-7c4a-415c-ab60-78f6a5130005} <Debug> TCPHandler: Processed in 0.002781829 sec.
11916 2025.03.20 17:12:27.773482 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11917 2025.03.20 17:12:27.773652 [ 256 ] {b0b76cc8-ccbc-463e-8e76-bc94cc284c8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11918 2025.03.20 17:12:27.773704 [ 256 ] {b0b76cc8-ccbc-463e-8e76-bc94cc284c8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11919 2025.03.20 17:12:27.774183 [ 256 ] {b0b76cc8-ccbc-463e-8e76-bc94cc284c8f} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11920 2025.03.20 17:12:27.774222 [ 256 ] {b0b76cc8-ccbc-463e-8e76-bc94cc284c8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11921 2025.03.20 17:12:27.774604 [ 256 ] {b0b76cc8-ccbc-463e-8e76-bc94cc284c8f} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
11922 2025.03.20 17:12:27.774863 [ 256 ] {b0b76cc8-ccbc-463e-8e76-bc94cc284c8f} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11923 2025.03.20 17:12:27.775060 [ 256 ] {b0b76cc8-ccbc-463e-8e76-bc94cc284c8f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001437 sec., 41753.65344467641 rows/sec., 2.81 MiB/sec.
11924 2025.03.20 17:12:27.775111 [ 256 ] {b0b76cc8-ccbc-463e-8e76-bc94cc284c8f} <Debug> TCPHandler: Processed in 0.001726838 sec.
11925 2025.03.20 17:12:28.022284 [ 218 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
11926 2025.03.20 17:12:28.022343 [ 218 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
11927 2025.03.20 17:12:28.024465 [ 218 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
11928 2025.03.20 17:12:28.889826 [ 223 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
11929 2025.03.20 17:12:28.889878 [ 223 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
11930 2025.03.20 17:12:28.892057 [ 223 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
11931 2025.03.20 17:12:29.517202 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513
11932 2025.03.20 17:12:29.538302 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11933 2025.03.20 17:12:29.538368 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11934 2025.03.20 17:12:29.545769 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
11935 2025.03.20 17:12:29.546628 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11936 2025.03.20 17:12:29.551165 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513
11937 2025.03.20 17:12:32.762347 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11938 2025.03.20 17:12:32.762548 [ 256 ] {ddb137b7-97cc-42d2-ac0f-298c1505f762} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11939 2025.03.20 17:12:32.762631 [ 256 ] {ddb137b7-97cc-42d2-ac0f-298c1505f762} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11940 2025.03.20 17:12:32.763444 [ 256 ] {ddb137b7-97cc-42d2-ac0f-298c1505f762} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11941 2025.03.20 17:12:32.763496 [ 256 ] {ddb137b7-97cc-42d2-ac0f-298c1505f762} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11942 2025.03.20 17:12:32.763953 [ 256 ] {ddb137b7-97cc-42d2-ac0f-298c1505f762} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
11943 2025.03.20 17:12:32.764211 [ 256 ] {ddb137b7-97cc-42d2-ac0f-298c1505f762} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11944 2025.03.20 17:12:32.764454 [ 256 ] {ddb137b7-97cc-42d2-ac0f-298c1505f762} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.001961 sec., 56093.82967873534 rows/sec., 4.71 MiB/sec.
11945 2025.03.20 17:12:32.764523 [ 256 ] {ddb137b7-97cc-42d2-ac0f-298c1505f762} <Debug> TCPHandler: Processed in 0.002315284 sec.
11946 2025.03.20 17:12:32.764651 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11947 2025.03.20 17:12:32.764766 [ 256 ] {dad2eaf8-5355-47e8-8825-db8ad3dd103c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11948 2025.03.20 17:12:32.764816 [ 256 ] {dad2eaf8-5355-47e8-8825-db8ad3dd103c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11949 2025.03.20 17:12:32.765357 [ 256 ] {dad2eaf8-5355-47e8-8825-db8ad3dd103c} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11950 2025.03.20 17:12:32.765400 [ 256 ] {dad2eaf8-5355-47e8-8825-db8ad3dd103c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11951 2025.03.20 17:12:32.765757 [ 256 ] {dad2eaf8-5355-47e8-8825-db8ad3dd103c} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11952 2025.03.20 17:12:32.766001 [ 256 ] {dad2eaf8-5355-47e8-8825-db8ad3dd103c} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11953 2025.03.20 17:12:32.766221 [ 256 ] {dad2eaf8-5355-47e8-8825-db8ad3dd103c} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001483 sec., 18206.33850303439 rows/sec., 1.34 MiB/sec.
11954 2025.03.20 17:12:32.766275 [ 256 ] {dad2eaf8-5355-47e8-8825-db8ad3dd103c} <Debug> TCPHandler: Processed in 0.001679867 sec.
11955 2025.03.20 17:12:32.766395 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11956 2025.03.20 17:12:32.766502 [ 256 ] {8949c8c3-a7cb-423f-90b1-5d3fe486bd38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11957 2025.03.20 17:12:32.766549 [ 256 ] {8949c8c3-a7cb-423f-90b1-5d3fe486bd38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11958 2025.03.20 17:12:32.767095 [ 256 ] {8949c8c3-a7cb-423f-90b1-5d3fe486bd38} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11959 2025.03.20 17:12:32.767135 [ 256 ] {8949c8c3-a7cb-423f-90b1-5d3fe486bd38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11960 2025.03.20 17:12:32.767496 [ 256 ] {8949c8c3-a7cb-423f-90b1-5d3fe486bd38} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
11961 2025.03.20 17:12:32.767751 [ 256 ] {8949c8c3-a7cb-423f-90b1-5d3fe486bd38} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11962 2025.03.20 17:12:32.767975 [ 256 ] {8949c8c3-a7cb-423f-90b1-5d3fe486bd38} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.00149 sec., 61073.82550335571 rows/sec., 4.77 MiB/sec.
11963 2025.03.20 17:12:32.768033 [ 256 ] {8949c8c3-a7cb-423f-90b1-5d3fe486bd38} <Debug> TCPHandler: Processed in 0.001689728 sec.
11964 2025.03.20 17:12:32.768210 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11965 2025.03.20 17:12:32.768487 [ 256 ] {fbe42c3f-d008-4d7c-9ed7-c4b7d0701508} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11966 2025.03.20 17:12:32.768640 [ 256 ] {fbe42c3f-d008-4d7c-9ed7-c4b7d0701508} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11967 2025.03.20 17:12:32.769395 [ 256 ] {fbe42c3f-d008-4d7c-9ed7-c4b7d0701508} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11968 2025.03.20 17:12:32.769435 [ 256 ] {fbe42c3f-d008-4d7c-9ed7-c4b7d0701508} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11969 2025.03.20 17:12:32.769834 [ 256 ] {fbe42c3f-d008-4d7c-9ed7-c4b7d0701508} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
11970 2025.03.20 17:12:32.770078 [ 256 ] {fbe42c3f-d008-4d7c-9ed7-c4b7d0701508} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11971 2025.03.20 17:12:32.770321 [ 256 ] {fbe42c3f-d008-4d7c-9ed7-c4b7d0701508} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001915 sec., 83550.9138381201 rows/sec., 5.82 MiB/sec.
11972 2025.03.20 17:12:32.770381 [ 256 ] {fbe42c3f-d008-4d7c-9ed7-c4b7d0701508} <Debug> TCPHandler: Processed in 0.002247753 sec.
11973 2025.03.20 17:12:32.770516 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11974 2025.03.20 17:12:32.770797 [ 256 ] {9b98d312-3386-4bc2-8f26-2eb2989263e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11975 2025.03.20 17:12:32.771072 [ 256 ] {9b98d312-3386-4bc2-8f26-2eb2989263e0} <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
11976 2025.03.20 17:12:32.772571 [ 256 ] {9b98d312-3386-4bc2-8f26-2eb2989263e0} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11977 2025.03.20 17:12:32.772611 [ 256 ] {9b98d312-3386-4bc2-8f26-2eb2989263e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11978 2025.03.20 17:12:32.773256 [ 256 ] {9b98d312-3386-4bc2-8f26-2eb2989263e0} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11979 2025.03.20 17:12:32.773519 [ 256 ] {9b98d312-3386-4bc2-8f26-2eb2989263e0} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11980 2025.03.20 17:12:32.773752 [ 256 ] {9b98d312-3386-4bc2-8f26-2eb2989263e0} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.003065 sec., 8809.135399673736 rows/sec., 15.79 MiB/sec.
11981 2025.03.20 17:12:32.773843 [ 256 ] {9b98d312-3386-4bc2-8f26-2eb2989263e0} <Debug> TCPHandler: Processed in 0.003377485 sec.
11982 2025.03.20 17:12:32.773955 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11983 2025.03.20 17:12:32.774058 [ 256 ] {843b13db-3dcb-4128-a67e-19c8607fdd3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11984 2025.03.20 17:12:32.774103 [ 256 ] {843b13db-3dcb-4128-a67e-19c8607fdd3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11985 2025.03.20 17:12:32.774533 [ 256 ] {843b13db-3dcb-4128-a67e-19c8607fdd3c} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11986 2025.03.20 17:12:32.774571 [ 256 ] {843b13db-3dcb-4128-a67e-19c8607fdd3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11987 2025.03.20 17:12:32.774920 [ 256 ] {843b13db-3dcb-4128-a67e-19c8607fdd3c} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
11988 2025.03.20 17:12:32.775171 [ 256 ] {843b13db-3dcb-4128-a67e-19c8607fdd3c} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11989 2025.03.20 17:12:32.775398 [ 256 ] {843b13db-3dcb-4128-a67e-19c8607fdd3c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00136 sec., 44117.647058823524 rows/sec., 2.97 MiB/sec.
11990 2025.03.20 17:12:32.775457 [ 256 ] {843b13db-3dcb-4128-a67e-19c8607fdd3c} <Debug> TCPHandler: Processed in 0.001543596 sec.
11991 2025.03.20 17:12:34.832303 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31598
11992 2025.03.20 17:12:34.832914 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11993 2025.03.20 17:12:34.832953 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
11994 2025.03.20 17:12:34.833451 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
11995 2025.03.20 17:12:34.833702 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11996 2025.03.20 17:12:34.833937 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31598
11997 2025.03.20 17:12:37.051349 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520
11998 2025.03.20 17:12:37.073617 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11999 2025.03.20 17:12:37.073676 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
12000 2025.03.20 17:12:37.081103 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
12001 2025.03.20 17:12:37.081897 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12002 2025.03.20 17:12:37.084753 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520
12003 2025.03.20 17:12:37.505702 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1638
12004 2025.03.20 17:12:37.508730 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12005 2025.03.20 17:12:37.508790 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
12006 2025.03.20 17:12:37.510265 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
12007 2025.03.20 17:12:37.510575 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12008 2025.03.20 17:12:37.511153 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1638
12009 2025.03.20 17:12:37.761724 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12010 2025.03.20 17:12:37.762032 [ 256 ] {7a9c60f4-3c53-4991-be23-a2c7ec5b456b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12011 2025.03.20 17:12:37.762153 [ 256 ] {7a9c60f4-3c53-4991-be23-a2c7ec5b456b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12012 2025.03.20 17:12:37.762999 [ 256 ] {7a9c60f4-3c53-4991-be23-a2c7ec5b456b} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12013 2025.03.20 17:12:37.763047 [ 256 ] {7a9c60f4-3c53-4991-be23-a2c7ec5b456b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
12014 2025.03.20 17:12:37.763500 [ 256 ] {7a9c60f4-3c53-4991-be23-a2c7ec5b456b} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
12015 2025.03.20 17:12:37.763765 [ 256 ] {7a9c60f4-3c53-4991-be23-a2c7ec5b456b} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12016 2025.03.20 17:12:37.764018 [ 256 ] {7a9c60f4-3c53-4991-be23-a2c7ec5b456b} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.002075 sec., 38554.21686746988 rows/sec., 3.19 MiB/sec.
12017 2025.03.20 17:12:37.764087 [ 256 ] {7a9c60f4-3c53-4991-be23-a2c7ec5b456b} <Debug> TCPHandler: Processed in 0.002553246 sec.
12018 2025.03.20 17:12:37.764232 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12019 2025.03.20 17:12:37.764377 [ 256 ] {2e1f872f-829f-404c-868a-68c361900abf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12020 2025.03.20 17:12:37.764435 [ 256 ] {2e1f872f-829f-404c-868a-68c361900abf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12021 2025.03.20 17:12:37.765094 [ 256 ] {2e1f872f-829f-404c-868a-68c361900abf} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12022 2025.03.20 17:12:37.765143 [ 256 ] {2e1f872f-829f-404c-868a-68c361900abf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
12023 2025.03.20 17:12:37.765521 [ 256 ] {2e1f872f-829f-404c-868a-68c361900abf} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
12024 2025.03.20 17:12:37.765769 [ 256 ] {2e1f872f-829f-404c-868a-68c361900abf} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12025 2025.03.20 17:12:37.765947 [ 31 ] {} <Debug> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
12026 2025.03.20 17:12:37.766015 [ 256 ] {2e1f872f-829f-404c-868a-68c361900abf} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001669 sec., 7189.934092270822 rows/sec., 540.65 KiB/sec.
12027 2025.03.20 17:12:37.766038 [ 31 ] {} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12028 2025.03.20 17:12:37.766108 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
12029 2025.03.20 17:12:37.766146 [ 256 ] {2e1f872f-829f-404c-868a-68c361900abf} <Debug> TCPHandler: Processed in 0.001975121 sec.
12030 2025.03.20 17:12:37.766295 [ 189 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::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
12031 2025.03.20 17:12:37.766303 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12032 2025.03.20 17:12:37.766459 [ 189 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12033 2025.03.20 17:12:37.766463 [ 256 ] {c27fe656-045b-479e-917f-871fb540a194} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12034 2025.03.20 17:12:37.766502 [ 189 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 69 rows starting from the beginning of the part
12035 2025.03.20 17:12:37.766527 [ 256 ] {c27fe656-045b-479e-917f-871fb540a194} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12036 2025.03.20 17:12:37.766718 [ 189 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 38 rows starting from the beginning of the part
12037 2025.03.20 17:12:37.766902 [ 189 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 27 rows starting from the beginning of the part
12038 2025.03.20 17:12:37.767484 [ 189 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 12 rows starting from the beginning of the part
12039 2025.03.20 17:12:37.767800 [ 189 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 27 rows starting from the beginning of the part
12040 2025.03.20 17:12:37.768027 [ 189 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 12 rows starting from the beginning of the part
12041 2025.03.20 17:12:37.768818 [ 256 ] {c27fe656-045b-479e-917f-871fb540a194} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12042 2025.03.20 17:12:37.768868 [ 256 ] {c27fe656-045b-479e-917f-871fb540a194} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12043 2025.03.20 17:12:37.769463 [ 256 ] {c27fe656-045b-479e-917f-871fb540a194} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
12044 2025.03.20 17:12:37.769604 [ 195 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.003386575 sec., 54627.46284963421 rows/sec., 4.20 MiB/sec.
12045 2025.03.20 17:12:37.769857 [ 186 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
12046 2025.03.20 17:12:37.769874 [ 256 ] {c27fe656-045b-479e-917f-871fb540a194} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12047 2025.03.20 17:12:37.770355 [ 256 ] {c27fe656-045b-479e-917f-871fb540a194} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.003928 sec., 19348.26883910387 rows/sec., 1.51 MiB/sec.
12048 2025.03.20 17:12:37.770485 [ 256 ] {c27fe656-045b-479e-917f-871fb540a194} <Debug> TCPHandler: Processed in 0.004238434 sec.
12049 2025.03.20 17:12:37.770587 [ 186 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_96_19} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12050 2025.03.20 17:12:37.770657 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12051 2025.03.20 17:12:37.770723 [ 186 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_96_19} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
12052 2025.03.20 17:12:37.770845 [ 256 ] {e9d3baa5-4a94-4381-bddf-97b3d94148df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12053 2025.03.20 17:12:37.770889 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
12054 2025.03.20 17:12:37.770951 [ 256 ] {e9d3baa5-4a94-4381-bddf-97b3d94148df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12055 2025.03.20 17:12:37.771503 [ 256 ] {e9d3baa5-4a94-4381-bddf-97b3d94148df} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12056 2025.03.20 17:12:37.771542 [ 256 ] {e9d3baa5-4a94-4381-bddf-97b3d94148df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
12057 2025.03.20 17:12:37.771928 [ 256 ] {e9d3baa5-4a94-4381-bddf-97b3d94148df} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
12058 2025.03.20 17:12:37.772167 [ 256 ] {e9d3baa5-4a94-4381-bddf-97b3d94148df} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12059 2025.03.20 17:12:37.772328 [ 31 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Selected 6 parts from all_1_115_23 to all_120_120_0
12060 2025.03.20 17:12:37.772376 [ 31 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12061 2025.03.20 17:12:37.772400 [ 256 ] {e9d3baa5-4a94-4381-bddf-97b3d94148df} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001619 sec., 98826.43607164916 rows/sec., 6.88 MiB/sec.
12062 2025.03.20 17:12:37.772417 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB.
12063 2025.03.20 17:12:37.772553 [ 256 ] {e9d3baa5-4a94-4381-bddf-97b3d94148df} <Debug> TCPHandler: Processed in 0.001956381 sec.
12064 2025.03.20 17:12:37.772595 [ 189 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_120_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_115_23 to all_120_120_0 into Compact with storage Full
12065 2025.03.20 17:12:37.772683 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12066 2025.03.20 17:12:37.772720 [ 189 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_120_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12067 2025.03.20 17:12:37.772751 [ 189 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_120_24} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_115_23, total 31093 rows starting from the beginning of the part
12068 2025.03.20 17:12:37.772829 [ 256 ] {998b23ca-bcce-49ad-8555-861cf3bf164c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12069 2025.03.20 17:12:37.772898 [ 189 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_120_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 66 rows starting from the beginning of the part
12070 2025.03.20 17:12:37.773045 [ 256 ] {998b23ca-bcce-49ad-8555-861cf3bf164c} <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
12071 2025.03.20 17:12:37.773105 [ 189 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_120_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 160 rows starting from the beginning of the part
12072 2025.03.20 17:12:37.773349 [ 189 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_120_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 160 rows starting from the beginning of the part
12073 2025.03.20 17:12:37.773580 [ 189 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_120_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 160 rows starting from the beginning of the part
12074 2025.03.20 17:12:37.773826 [ 189 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_120_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 160 rows starting from the beginning of the part
12075 2025.03.20 17:12:37.775812 [ 256 ] {998b23ca-bcce-49ad-8555-861cf3bf164c} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12076 2025.03.20 17:12:37.775862 [ 256 ] {998b23ca-bcce-49ad-8555-861cf3bf164c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12077 2025.03.20 17:12:37.776815 [ 256 ] {998b23ca-bcce-49ad-8555-861cf3bf164c} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
12078 2025.03.20 17:12:37.777134 [ 256 ] {998b23ca-bcce-49ad-8555-861cf3bf164c} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12079 2025.03.20 17:12:37.777418 [ 256 ] {998b23ca-bcce-49ad-8555-861cf3bf164c} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.00464 sec., 2586.206896551724 rows/sec., 4.63 MiB/sec.
12080 2025.03.20 17:12:37.777515 [ 256 ] {998b23ca-bcce-49ad-8555-861cf3bf164c} <Debug> TCPHandler: Processed in 0.004888011 sec.
12081 2025.03.20 17:12:37.777630 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12082 2025.03.20 17:12:37.777756 [ 256 ] {5a07373c-eeab-457a-8675-669c52b24fc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12083 2025.03.20 17:12:37.777805 [ 256 ] {5a07373c-eeab-457a-8675-669c52b24fc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12084 2025.03.20 17:12:37.778281 [ 256 ] {5a07373c-eeab-457a-8675-669c52b24fc9} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12085 2025.03.20 17:12:37.778324 [ 256 ] {5a07373c-eeab-457a-8675-669c52b24fc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12086 2025.03.20 17:12:37.778752 [ 256 ] {5a07373c-eeab-457a-8675-669c52b24fc9} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
12087 2025.03.20 17:12:37.779039 [ 256 ] {5a07373c-eeab-457a-8675-669c52b24fc9} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12088 2025.03.20 17:12:37.779295 [ 256 ] {5a07373c-eeab-457a-8675-669c52b24fc9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001565 sec., 38338.65814696486 rows/sec., 2.58 MiB/sec.
12089 2025.03.20 17:12:37.779344 [ 256 ] {5a07373c-eeab-457a-8675-669c52b24fc9} <Debug> TCPHandler: Processed in 0.001765049 sec.
12090 2025.03.20 17:12:37.780872 [ 192 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_120_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31799 rows, containing 5 columns (5 merged, 0 gathered) in 0.008329638 sec., 3817572.8645110386 rows/sec., 261.68 MiB/sec.
12091 2025.03.20 17:12:37.781534 [ 187 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_120_24} <Trace> MergedBlockOutputStream: filled checksums all_1_120_24 (state Temporary)
12092 2025.03.20 17:12:37.781961 [ 187 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_120_24} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_merge_all_1_120_24 to all_1_120_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12093 2025.03.20 17:12:37.782074 [ 187 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_120_24} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Merged 6 parts: [all_1_115_23, all_120_120_0] -> all_1_120_24
12094 2025.03.20 17:12:37.782191 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
12095 2025.03.20 17:12:42.130984 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache
12096 2025.03.20 17:12:42.131076 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache
12097 2025.03.20 17:12:42.334414 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32086
12098 2025.03.20 17:12:42.335279 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12099 2025.03.20 17:12:42.335325 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12100 2025.03.20 17:12:42.335856 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
12101 2025.03.20 17:12:42.336111 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12102 2025.03.20 17:12:42.336398 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086
12103 2025.03.20 17:12:42.336434 [ 220 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
12104 2025.03.20 17:12:42.336474 [ 220 ] {} <Debug> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
12105 2025.03.20 17:12:42.338365 [ 220 ] {} <Debug> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
12106 2025.03.20 17:12:42.761459 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12107 2025.03.20 17:12:42.761774 [ 256 ] {ec2f7458-0cc7-44cf-9c09-87ecb651d35d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12108 2025.03.20 17:12:42.761893 [ 256 ] {ec2f7458-0cc7-44cf-9c09-87ecb651d35d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12109 2025.03.20 17:12:42.762935 [ 256 ] {ec2f7458-0cc7-44cf-9c09-87ecb651d35d} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12110 2025.03.20 17:12:42.762990 [ 256 ] {ec2f7458-0cc7-44cf-9c09-87ecb651d35d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12111 2025.03.20 17:12:42.763436 [ 256 ] {ec2f7458-0cc7-44cf-9c09-87ecb651d35d} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
12112 2025.03.20 17:12:42.763698 [ 256 ] {ec2f7458-0cc7-44cf-9c09-87ecb651d35d} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12113 2025.03.20 17:12:42.763922 [ 47 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
12114 2025.03.20 17:12:42.763956 [ 256 ] {ec2f7458-0cc7-44cf-9c09-87ecb651d35d} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002271 sec., 48436.811977102596 rows/sec., 4.07 MiB/sec.
12115 2025.03.20 17:12:42.764009 [ 47 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12116 2025.03.20 17:12:42.764095 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12117 2025.03.20 17:12:42.764102 [ 256 ] {ec2f7458-0cc7-44cf-9c09-87ecb651d35d} <Debug> TCPHandler: Processed in 0.00284387 sec.
12118 2025.03.20 17:12:42.764355 [ 195 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full
12119 2025.03.20 17:12:42.764368 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12120 2025.03.20 17:12:42.764608 [ 256 ] {dd1ba540-a97f-474d-af5f-359b719f88a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12121 2025.03.20 17:12:42.764640 [ 195 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12122 2025.03.20 17:12:42.764699 [ 256 ] {dd1ba540-a97f-474d-af5f-359b719f88a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12123 2025.03.20 17:12:42.764721 [ 195 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1404 rows starting from the beginning of the part
12124 2025.03.20 17:12:42.765117 [ 195 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 110 rows starting from the beginning of the part
12125 2025.03.20 17:12:42.765482 [ 195 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 80 rows starting from the beginning of the part
12126 2025.03.20 17:12:42.765847 [ 195 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 110 rows starting from the beginning of the part
12127 2025.03.20 17:12:42.766216 [ 195 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 80 rows starting from the beginning of the part
12128 2025.03.20 17:12:42.766567 [ 195 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 110 rows starting from the beginning of the part
12129 2025.03.20 17:12:42.767538 [ 256 ] {dd1ba540-a97f-474d-af5f-359b719f88a2} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12130 2025.03.20 17:12:42.767609 [ 256 ] {dd1ba540-a97f-474d-af5f-359b719f88a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12131 2025.03.20 17:12:42.768555 [ 256 ] {dd1ba540-a97f-474d-af5f-359b719f88a2} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
12132 2025.03.20 17:12:42.769076 [ 256 ] {dd1ba540-a97f-474d-af5f-359b719f88a2} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12133 2025.03.20 17:12:42.769442 [ 256 ] {dd1ba540-a97f-474d-af5f-359b719f88a2} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.004899 sec., 5511.328842620944 rows/sec., 414.43 KiB/sec.
12134 2025.03.20 17:12:42.769766 [ 256 ] {dd1ba540-a97f-474d-af5f-359b719f88a2} <Debug> TCPHandler: Processed in 0.005481127 sec.
12135 2025.03.20 17:12:42.770217 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12136 2025.03.20 17:12:42.770449 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1894 rows, containing 5 columns (5 merged, 0 gathered) in 0.006227295 sec., 304144.897583943 rows/sec., 26.65 MiB/sec.
12137 2025.03.20 17:12:42.770643 [ 256 ] {4aaf898d-9a2e-454f-8801-cfcc9fb06054} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12138 2025.03.20 17:12:42.770891 [ 256 ] {4aaf898d-9a2e-454f-8801-cfcc9fb06054} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12139 2025.03.20 17:12:42.770916 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
12140 2025.03.20 17:12:42.771723 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_121_24} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12141 2025.03.20 17:12:42.771890 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_121_24} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
12142 2025.03.20 17:12:42.772100 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
12143 2025.03.20 17:12:42.772290 [ 256 ] {4aaf898d-9a2e-454f-8801-cfcc9fb06054} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12144 2025.03.20 17:12:42.772335 [ 256 ] {4aaf898d-9a2e-454f-8801-cfcc9fb06054} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12145 2025.03.20 17:12:42.772706 [ 256 ] {4aaf898d-9a2e-454f-8801-cfcc9fb06054} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
12146 2025.03.20 17:12:42.772959 [ 256 ] {4aaf898d-9a2e-454f-8801-cfcc9fb06054} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12147 2025.03.20 17:12:42.773137 [ 47 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
12148 2025.03.20 17:12:42.773189 [ 47 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12149 2025.03.20 17:12:42.773210 [ 256 ] {4aaf898d-9a2e-454f-8801-cfcc9fb06054} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.002718 sec., 33480.500367917586 rows/sec., 2.61 MiB/sec.
12150 2025.03.20 17:12:42.773223 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12151 2025.03.20 17:12:42.773387 [ 256 ] {4aaf898d-9a2e-454f-8801-cfcc9fb06054} <Debug> TCPHandler: Processed in 0.003314584 sec.
12152 2025.03.20 17:12:42.773487 [ 199 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full
12153 2025.03.20 17:12:42.773562 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12154 2025.03.20 17:12:42.773665 [ 199 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12155 2025.03.20 17:12:42.773753 [ 199 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 631 rows starting from the beginning of the part
12156 2025.03.20 17:12:42.773762 [ 256 ] {2326059c-26ee-42c7-97c7-63737667652d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12157 2025.03.20 17:12:42.773928 [ 256 ] {2326059c-26ee-42c7-97c7-63737667652d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12158 2025.03.20 17:12:42.774134 [ 199 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 91 rows starting from the beginning of the part
12159 2025.03.20 17:12:42.774514 [ 199 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 76 rows starting from the beginning of the part
12160 2025.03.20 17:12:42.774933 [ 199 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 91 rows starting from the beginning of the part
12161 2025.03.20 17:12:42.775294 [ 199 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 76 rows starting from the beginning of the part
12162 2025.03.20 17:12:42.775512 [ 199 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 91 rows starting from the beginning of the part
12163 2025.03.20 17:12:42.776513 [ 256 ] {2326059c-26ee-42c7-97c7-63737667652d} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12164 2025.03.20 17:12:42.776591 [ 256 ] {2326059c-26ee-42c7-97c7-63737667652d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12165 2025.03.20 17:12:42.777694 [ 256 ] {2326059c-26ee-42c7-97c7-63737667652d} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
12166 2025.03.20 17:12:42.778166 [ 256 ] {2326059c-26ee-42c7-97c7-63737667652d} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12167 2025.03.20 17:12:42.778644 [ 200 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1056 rows, containing 5 columns (5 merged, 0 gathered) in 0.005286635 sec., 199748.98966923196 rows/sec., 16.04 MiB/sec.
12168 2025.03.20 17:12:42.778732 [ 256 ] {2326059c-26ee-42c7-97c7-63737667652d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005033 sec., 31790.184780449035 rows/sec., 2.21 MiB/sec.
12169 2025.03.20 17:12:42.778839 [ 256 ] {2326059c-26ee-42c7-97c7-63737667652d} <Debug> TCPHandler: Processed in 0.005327105 sec.
12170 2025.03.20 17:12:42.779019 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12171 2025.03.20 17:12:42.779058 [ 200 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
12172 2025.03.20 17:12:42.779265 [ 256 ] {d04a9858-b7f4-42a2-95e1-3ed5b2bf7bb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12173 2025.03.20 17:12:42.779380 [ 256 ] {d04a9858-b7f4-42a2-95e1-3ed5b2bf7bb4} <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
12174 2025.03.20 17:12:42.779836 [ 200 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_121_24} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12175 2025.03.20 17:12:42.780178 [ 200 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_121_24} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
12176 2025.03.20 17:12:42.780398 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB.
12177 2025.03.20 17:12:42.781319 [ 256 ] {d04a9858-b7f4-42a2-95e1-3ed5b2bf7bb4} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12178 2025.03.20 17:12:42.781364 [ 256 ] {d04a9858-b7f4-42a2-95e1-3ed5b2bf7bb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12179 2025.03.20 17:12:42.782028 [ 256 ] {d04a9858-b7f4-42a2-95e1-3ed5b2bf7bb4} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
12180 2025.03.20 17:12:42.782291 [ 256 ] {d04a9858-b7f4-42a2-95e1-3ed5b2bf7bb4} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12181 2025.03.20 17:12:42.782489 [ 47 ] {} <Debug> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
12182 2025.03.20 17:12:42.782548 [ 47 ] {} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12183 2025.03.20 17:12:42.782587 [ 256 ] {d04a9858-b7f4-42a2-95e1-3ed5b2bf7bb4} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.003416 sec., 7903.981264637002 rows/sec., 14.16 MiB/sec.
12184 2025.03.20 17:12:42.782595 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12185 2025.03.20 17:12:42.783314 [ 192 ] {6749d887-00ac-4b26-87ae-2852b00353b1::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
12186 2025.03.20 17:12:42.783340 [ 256 ] {d04a9858-b7f4-42a2-95e1-3ed5b2bf7bb4} <Debug> TCPHandler: Processed in 0.004377385 sec.
12187 2025.03.20 17:12:42.783872 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12188 2025.03.20 17:12:42.784283 [ 256 ] {0fd1f5d2-baaf-4194-b1ed-15e5f67f004c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12189 2025.03.20 17:12:42.784494 [ 256 ] {0fd1f5d2-baaf-4194-b1ed-15e5f67f004c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12190 2025.03.20 17:12:42.785254 [ 192 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12191 2025.03.20 17:12:42.785559 [ 192 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1712 rows starting from the beginning of the part
12192 2025.03.20 17:12:42.786188 [ 192 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 27 rows starting from the beginning of the part
12193 2025.03.20 17:12:42.786911 [ 192 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 12 rows starting from the beginning of the part
12194 2025.03.20 17:12:42.787100 [ 256 ] {0fd1f5d2-baaf-4194-b1ed-15e5f67f004c} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12195 2025.03.20 17:12:42.787390 [ 256 ] {0fd1f5d2-baaf-4194-b1ed-15e5f67f004c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12196 2025.03.20 17:12:42.787464 [ 192 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 27 rows starting from the beginning of the part
12197 2025.03.20 17:12:42.788076 [ 192 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 12 rows starting from the beginning of the part
12198 2025.03.20 17:12:42.788803 [ 192 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 27 rows starting from the beginning of the part
12199 2025.03.20 17:12:42.789122 [ 256 ] {0fd1f5d2-baaf-4194-b1ed-15e5f67f004c} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
12200 2025.03.20 17:12:42.790050 [ 256 ] {0fd1f5d2-baaf-4194-b1ed-15e5f67f004c} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12201 2025.03.20 17:12:42.790422 [ 47 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
12202 2025.03.20 17:12:42.790539 [ 47 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12203 2025.03.20 17:12:42.790624 [ 256 ] {0fd1f5d2-baaf-4194-b1ed-15e5f67f004c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00648 sec., 9259.25925925926 rows/sec., 638.99 KiB/sec.
12204 2025.03.20 17:12:42.790646 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12205 2025.03.20 17:12:42.791002 [ 256 ] {0fd1f5d2-baaf-4194-b1ed-15e5f67f004c} <Debug> TCPHandler: Processed in 0.007277905 sec.
12206 2025.03.20 17:12:42.791256 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full
12207 2025.03.20 17:12:42.791594 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12208 2025.03.20 17:12:42.791654 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 5814 rows starting from the beginning of the part
12209 2025.03.20 17:12:42.791865 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 60 rows starting from the beginning of the part
12210 2025.03.20 17:12:42.792018 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 60 rows starting from the beginning of the part
12211 2025.03.20 17:12:42.792237 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 60 rows starting from the beginning of the part
12212 2025.03.20 17:12:42.792400 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 60 rows starting from the beginning of the part
12213 2025.03.20 17:12:42.792570 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 60 rows starting from the beginning of the part
12214 2025.03.20 17:12:42.796364 [ 190 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6114 rows, containing 4 columns (4 merged, 0 gathered) in 0.005530167 sec., 1105572.399531515 rows/sec., 74.48 MiB/sec.
12215 2025.03.20 17:12:42.796858 [ 190 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
12216 2025.03.20 17:12:42.797199 [ 190 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_121_24} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12217 2025.03.20 17:12:42.797388 [ 190 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_121_24} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
12218 2025.03.20 17:12:42.797492 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB.
12219 2025.03.20 17:12:42.801575 [ 197 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1817 rows, containing 19 columns (19 merged, 0 gathered) in 0.018802436 sec., 96636.41455819874 rows/sec., 173.17 MiB/sec.
12220 2025.03.20 17:12:42.803553 [ 197 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
12221 2025.03.20 17:12:42.803981 [ 197 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12222 2025.03.20 17:12:42.804064 [ 197 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
12223 2025.03.20 17:12:42.804224 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.25 MiB.
12224 2025.03.20 17:12:43.000236 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 258.54 MiB, peak 275.73 MiB, free memory in arenas 0.00 B, will set to 260.30 MiB (RSS), difference: 1.76 MiB
12225 2025.03.20 17:12:43.126670 [ 224 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
12226 2025.03.20 17:12:43.126760 [ 224 ] {} <Debug> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
12227 2025.03.20 17:12:43.128890 [ 224 ] {} <Debug> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
12228 2025.03.20 17:12:44.584956 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528
12229 2025.03.20 17:12:44.606436 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12230 2025.03.20 17:12:44.606501 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12231 2025.03.20 17:12:44.613583 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
12232 2025.03.20 17:12:44.614348 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12233 2025.03.20 17:12:44.617641 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528
12234 2025.03.20 17:12:45.023641 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12235 2025.03.20 17:12:45.023855 [ 256 ] {6d28deef-a4cf-4387-84b3-7da2581a28cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12236 2025.03.20 17:12:45.023938 [ 256 ] {6d28deef-a4cf-4387-84b3-7da2581a28cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12237 2025.03.20 17:12:45.024777 [ 256 ] {6d28deef-a4cf-4387-84b3-7da2581a28cc} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12238 2025.03.20 17:12:45.024822 [ 256 ] {6d28deef-a4cf-4387-84b3-7da2581a28cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12239 2025.03.20 17:12:45.025274 [ 256 ] {6d28deef-a4cf-4387-84b3-7da2581a28cc} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
12240 2025.03.20 17:12:45.025554 [ 256 ] {6d28deef-a4cf-4387-84b3-7da2581a28cc} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12241 2025.03.20 17:12:45.025694 [ 65 ] {} <Debug> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
12242 2025.03.20 17:12:45.025739 [ 65 ] {} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12243 2025.03.20 17:12:45.025759 [ 256 ] {6d28deef-a4cf-4387-84b3-7da2581a28cc} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001964 sec., 12219.959266802443 rows/sec., 1.01 MiB/sec.
12244 2025.03.20 17:12:45.025763 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12245 2025.03.20 17:12:45.025943 [ 256 ] {6d28deef-a4cf-4387-84b3-7da2581a28cc} <Debug> TCPHandler: Processed in 0.002441805 sec.
12246 2025.03.20 17:12:45.026112 [ 190 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::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
12247 2025.03.20 17:12:45.026337 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12248 2025.03.20 17:12:45.026402 [ 190 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12249 2025.03.20 17:12:45.026476 [ 190 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 24 rows starting from the beginning of the part
12250 2025.03.20 17:12:45.026554 [ 256 ] {3e976d6b-bf2f-4b9d-a89a-45b56261ce98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12251 2025.03.20 17:12:45.026666 [ 190 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part
12252 2025.03.20 17:12:45.026719 [ 256 ] {3e976d6b-bf2f-4b9d-a89a-45b56261ce98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12253 2025.03.20 17:12:45.027018 [ 190 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part
12254 2025.03.20 17:12:45.027371 [ 190 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part
12255 2025.03.20 17:12:45.027694 [ 190 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part
12256 2025.03.20 17:12:45.030123 [ 201 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.004250325 sec., 28233.135113197226 rows/sec., 2.45 MiB/sec.
12257 2025.03.20 17:12:45.030246 [ 256 ] {3e976d6b-bf2f-4b9d-a89a-45b56261ce98} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12258 2025.03.20 17:12:45.030282 [ 201 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
12259 2025.03.20 17:12:45.030287 [ 256 ] {3e976d6b-bf2f-4b9d-a89a-45b56261ce98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12260 2025.03.20 17:12:45.030626 [ 201 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_17_4} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12261 2025.03.20 17:12:45.030719 [ 201 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_17_4} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
12262 2025.03.20 17:12:45.030810 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
12263 2025.03.20 17:12:45.030829 [ 256 ] {3e976d6b-bf2f-4b9d-a89a-45b56261ce98} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
12264 2025.03.20 17:12:45.031069 [ 256 ] {3e976d6b-bf2f-4b9d-a89a-45b56261ce98} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12265 2025.03.20 17:12:45.031242 [ 256 ] {3e976d6b-bf2f-4b9d-a89a-45b56261ce98} <Debug> executeQuery: Read 1340 rows, 114.80 KiB in 0.00481 sec., 278586.2785862786 rows/sec., 23.31 MiB/sec.
12266 2025.03.20 17:12:45.031297 [ 256 ] {3e976d6b-bf2f-4b9d-a89a-45b56261ce98} <Debug> TCPHandler: Processed in 0.005154704 sec.
12267 2025.03.20 17:12:45.031411 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12268 2025.03.20 17:12:45.031581 [ 256 ] {1711f3d8-391a-493f-abba-b02ce5deec24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12269 2025.03.20 17:12:45.031626 [ 256 ] {1711f3d8-391a-493f-abba-b02ce5deec24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12270 2025.03.20 17:12:45.032166 [ 256 ] {1711f3d8-391a-493f-abba-b02ce5deec24} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12271 2025.03.20 17:12:45.032205 [ 256 ] {1711f3d8-391a-493f-abba-b02ce5deec24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12272 2025.03.20 17:12:45.032567 [ 256 ] {1711f3d8-391a-493f-abba-b02ce5deec24} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12273 2025.03.20 17:12:45.032805 [ 256 ] {1711f3d8-391a-493f-abba-b02ce5deec24} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12274 2025.03.20 17:12:45.032987 [ 256 ] {1711f3d8-391a-493f-abba-b02ce5deec24} <Debug> executeQuery: Read 24 rows, 1.86 KiB in 0.00143 sec., 16783.216783216783 rows/sec., 1.27 MiB/sec.
12275 2025.03.20 17:12:45.033039 [ 256 ] {1711f3d8-391a-493f-abba-b02ce5deec24} <Debug> TCPHandler: Processed in 0.001616807 sec.
12276 2025.03.20 17:12:45.033144 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12277 2025.03.20 17:12:45.033247 [ 256 ] {0ac9443d-e71f-4c70-9643-7ba729f1711d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12278 2025.03.20 17:12:45.033292 [ 256 ] {0ac9443d-e71f-4c70-9643-7ba729f1711d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12279 2025.03.20 17:12:45.033890 [ 256 ] {0ac9443d-e71f-4c70-9643-7ba729f1711d} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12280 2025.03.20 17:12:45.033929 [ 256 ] {0ac9443d-e71f-4c70-9643-7ba729f1711d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12281 2025.03.20 17:12:45.034290 [ 256 ] {0ac9443d-e71f-4c70-9643-7ba729f1711d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
12282 2025.03.20 17:12:45.034538 [ 256 ] {0ac9443d-e71f-4c70-9643-7ba729f1711d} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12283 2025.03.20 17:12:45.034767 [ 256 ] {0ac9443d-e71f-4c70-9643-7ba729f1711d} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.00154 sec., 163636.36363636365 rows/sec., 11.32 MiB/sec.
12284 2025.03.20 17:12:45.034976 [ 256 ] {0ac9443d-e71f-4c70-9643-7ba729f1711d} <Debug> TCPHandler: Processed in 0.001878469 sec.
12285 2025.03.20 17:12:45.035147 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12286 2025.03.20 17:12:45.035252 [ 256 ] {872becdf-e266-4ce1-ad24-8027237f1fb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12287 2025.03.20 17:12:45.035297 [ 256 ] {872becdf-e266-4ce1-ad24-8027237f1fb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12288 2025.03.20 17:12:45.035857 [ 256 ] {872becdf-e266-4ce1-ad24-8027237f1fb0} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12289 2025.03.20 17:12:45.035895 [ 256 ] {872becdf-e266-4ce1-ad24-8027237f1fb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12290 2025.03.20 17:12:45.036246 [ 256 ] {872becdf-e266-4ce1-ad24-8027237f1fb0} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
12291 2025.03.20 17:12:45.036486 [ 256 ] {872becdf-e266-4ce1-ad24-8027237f1fb0} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12292 2025.03.20 17:12:45.036625 [ 89 ] {} <Debug> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
12293 2025.03.20 17:12:45.036673 [ 89 ] {} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12294 2025.03.20 17:12:45.036678 [ 256 ] {872becdf-e266-4ce1-ad24-8027237f1fb0} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001446 sec., 8298.755186721992 rows/sec., 648.34 KiB/sec.
12295 2025.03.20 17:12:45.036702 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12296 2025.03.20 17:12:45.036759 [ 256 ] {872becdf-e266-4ce1-ad24-8027237f1fb0} <Debug> TCPHandler: Processed in 0.001655128 sec.
12297 2025.03.20 17:12:45.036943 [ 198 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::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
12298 2025.03.20 17:12:45.036982 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12299 2025.03.20 17:12:45.037225 [ 198 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12300 2025.03.20 17:12:45.037232 [ 256 ] {ae65a3f7-71e9-4369-8afe-15218c54a762} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12301 2025.03.20 17:12:45.037296 [ 198 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 12 rows starting from the beginning of the part
12302 2025.03.20 17:12:45.037330 [ 256 ] {ae65a3f7-71e9-4369-8afe-15218c54a762} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12303 2025.03.20 17:12:45.037653 [ 198 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 12 rows starting from the beginning of the part
12304 2025.03.20 17:12:45.037993 [ 198 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 12 rows starting from the beginning of the part
12305 2025.03.20 17:12:45.038390 [ 198 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part
12306 2025.03.20 17:12:45.038704 [ 198 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 12 rows starting from the beginning of the part
12307 2025.03.20 17:12:45.040509 [ 256 ] {ae65a3f7-71e9-4369-8afe-15218c54a762} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12308 2025.03.20 17:12:45.040579 [ 256 ] {ae65a3f7-71e9-4369-8afe-15218c54a762} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12309 2025.03.20 17:12:45.041333 [ 198 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.004539437 sec., 13217.498117057246 rows/sec., 1.06 MiB/sec.
12310 2025.03.20 17:12:45.041549 [ 198 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
12311 2025.03.20 17:12:45.041628 [ 256 ] {ae65a3f7-71e9-4369-8afe-15218c54a762} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
12312 2025.03.20 17:12:45.041980 [ 198 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_17_4} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12313 2025.03.20 17:12:45.042053 [ 256 ] {ae65a3f7-71e9-4369-8afe-15218c54a762} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12314 2025.03.20 17:12:45.042181 [ 198 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_17_4} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
12315 2025.03.20 17:12:45.042410 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
12316 2025.03.20 17:12:45.042478 [ 256 ] {ae65a3f7-71e9-4369-8afe-15218c54a762} <Debug> executeQuery: Read 568 rows, 43.62 KiB in 0.005341 sec., 106347.12600636584 rows/sec., 7.98 MiB/sec.
12317 2025.03.20 17:12:45.042544 [ 256 ] {ae65a3f7-71e9-4369-8afe-15218c54a762} <Debug> TCPHandler: Processed in 0.005634858 sec.
12318 2025.03.20 17:12:45.042666 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12319 2025.03.20 17:12:45.042772 [ 256 ] {47166179-6a7e-42f6-a31c-8cc485af7dfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12320 2025.03.20 17:12:45.042821 [ 256 ] {47166179-6a7e-42f6-a31c-8cc485af7dfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12321 2025.03.20 17:12:45.043524 [ 256 ] {47166179-6a7e-42f6-a31c-8cc485af7dfe} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12322 2025.03.20 17:12:45.043561 [ 256 ] {47166179-6a7e-42f6-a31c-8cc485af7dfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12323 2025.03.20 17:12:45.044003 [ 256 ] {47166179-6a7e-42f6-a31c-8cc485af7dfe} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
12324 2025.03.20 17:12:45.044243 [ 256 ] {47166179-6a7e-42f6-a31c-8cc485af7dfe} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12325 2025.03.20 17:12:45.044433 [ 256 ] {47166179-6a7e-42f6-a31c-8cc485af7dfe} <Debug> executeQuery: Read 976 rows, 67.51 KiB in 0.001683 sec., 579916.8152109329 rows/sec., 39.18 MiB/sec.
12326 2025.03.20 17:12:45.044494 [ 256 ] {47166179-6a7e-42f6-a31c-8cc485af7dfe} <Debug> TCPHandler: Processed in 0.001875439 sec.
12327 2025.03.20 17:12:45.044627 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12328 2025.03.20 17:12:45.044919 [ 256 ] {79c1ed7d-0cce-4f59-bf17-5b7249e50b36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12329 2025.03.20 17:12:45.045181 [ 256 ] {79c1ed7d-0cce-4f59-bf17-5b7249e50b36} <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
12330 2025.03.20 17:12:45.046859 [ 256 ] {79c1ed7d-0cce-4f59-bf17-5b7249e50b36} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12331 2025.03.20 17:12:45.046898 [ 256 ] {79c1ed7d-0cce-4f59-bf17-5b7249e50b36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12332 2025.03.20 17:12:45.047535 [ 256 ] {79c1ed7d-0cce-4f59-bf17-5b7249e50b36} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
12333 2025.03.20 17:12:45.047788 [ 256 ] {79c1ed7d-0cce-4f59-bf17-5b7249e50b36} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12334 2025.03.20 17:12:45.048013 [ 256 ] {79c1ed7d-0cce-4f59-bf17-5b7249e50b36} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.003209 sec., 3739.48270489249 rows/sec., 6.70 MiB/sec.
12335 2025.03.20 17:12:45.048149 [ 256 ] {79c1ed7d-0cce-4f59-bf17-5b7249e50b36} <Debug> TCPHandler: Processed in 0.003584528 sec.
12336 2025.03.20 17:12:45.048463 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12337 2025.03.20 17:12:45.048629 [ 256 ] {bc53ae31-3530-4b4f-b646-ed649139baf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12338 2025.03.20 17:12:45.048677 [ 256 ] {bc53ae31-3530-4b4f-b646-ed649139baf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12339 2025.03.20 17:12:45.049164 [ 256 ] {bc53ae31-3530-4b4f-b646-ed649139baf8} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12340 2025.03.20 17:12:45.049203 [ 256 ] {bc53ae31-3530-4b4f-b646-ed649139baf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12341 2025.03.20 17:12:45.049565 [ 256 ] {bc53ae31-3530-4b4f-b646-ed649139baf8} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
12342 2025.03.20 17:12:45.049810 [ 256 ] {bc53ae31-3530-4b4f-b646-ed649139baf8} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12343 2025.03.20 17:12:45.049981 [ 256 ] {bc53ae31-3530-4b4f-b646-ed649139baf8} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.001376 sec., 24709.302325581393 rows/sec., 1.67 MiB/sec.
12344 2025.03.20 17:12:45.050028 [ 256 ] {bc53ae31-3530-4b4f-b646-ed649139baf8} <Debug> TCPHandler: Processed in 0.001658687 sec.
12345 2025.03.20 17:12:47.124534 [ 220 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
12346 2025.03.20 17:12:47.124634 [ 220 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
12347 2025.03.20 17:12:47.126753 [ 220 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
12348 2025.03.20 17:12:47.142723 [ 220 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
12349 2025.03.20 17:12:47.142778 [ 220 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
12350 2025.03.20 17:12:47.144857 [ 220 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
12351 2025.03.20 17:12:47.511468 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1680
12352 2025.03.20 17:12:47.514789 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12353 2025.03.20 17:12:47.514850 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12354 2025.03.20 17:12:47.516359 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
12355 2025.03.20 17:12:47.516680 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12356 2025.03.20 17:12:47.518175 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1680
12357 2025.03.20 17:12:47.755893 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12358 2025.03.20 17:12:47.756111 [ 256 ] {1eea5813-53a5-432d-befa-e3bc91db987b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12359 2025.03.20 17:12:47.756194 [ 256 ] {1eea5813-53a5-432d-befa-e3bc91db987b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12360 2025.03.20 17:12:47.757023 [ 256 ] {1eea5813-53a5-432d-befa-e3bc91db987b} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12361 2025.03.20 17:12:47.757075 [ 256 ] {1eea5813-53a5-432d-befa-e3bc91db987b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12362 2025.03.20 17:12:47.757519 [ 256 ] {1eea5813-53a5-432d-befa-e3bc91db987b} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
12363 2025.03.20 17:12:47.757783 [ 256 ] {1eea5813-53a5-432d-befa-e3bc91db987b} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12364 2025.03.20 17:12:47.758030 [ 256 ] {1eea5813-53a5-432d-befa-e3bc91db987b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001971 sec., 28411.97361745307 rows/sec., 2.18 MiB/sec.
12365 2025.03.20 17:12:47.758131 [ 256 ] {1eea5813-53a5-432d-befa-e3bc91db987b} <Debug> TCPHandler: Processed in 0.002380114 sec.
12366 2025.03.20 17:12:47.758166 [ 224 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
12367 2025.03.20 17:12:47.758251 [ 224 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
12368 2025.03.20 17:12:47.758280 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12369 2025.03.20 17:12:47.758477 [ 256 ] {4816ec8d-8bdb-440f-af4d-89c6f2255232} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12370 2025.03.20 17:12:47.758587 [ 256 ] {4816ec8d-8bdb-440f-af4d-89c6f2255232} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12371 2025.03.20 17:12:47.759753 [ 256 ] {4816ec8d-8bdb-440f-af4d-89c6f2255232} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12372 2025.03.20 17:12:47.759850 [ 256 ] {4816ec8d-8bdb-440f-af4d-89c6f2255232} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12373 2025.03.20 17:12:47.760572 [ 256 ] {4816ec8d-8bdb-440f-af4d-89c6f2255232} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
12374 2025.03.20 17:12:47.760832 [ 256 ] {4816ec8d-8bdb-440f-af4d-89c6f2255232} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12375 2025.03.20 17:12:47.761110 [ 256 ] {4816ec8d-8bdb-440f-af4d-89c6f2255232} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002683 sec., 23853.894893775625 rows/sec., 1.86 MiB/sec.
12376 2025.03.20 17:12:47.761240 [ 256 ] {4816ec8d-8bdb-440f-af4d-89c6f2255232} <Debug> TCPHandler: Processed in 0.003018501 sec.
12377 2025.03.20 17:12:47.761439 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12378 2025.03.20 17:12:47.761570 [ 256 ] {8cdfe48e-6071-4732-b8f8-6582df103e59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12379 2025.03.20 17:12:47.761648 [ 256 ] {8cdfe48e-6071-4732-b8f8-6582df103e59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12380 2025.03.20 17:12:47.762606 [ 224 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
12381 2025.03.20 17:12:47.762997 [ 256 ] {8cdfe48e-6071-4732-b8f8-6582df103e59} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12382 2025.03.20 17:12:47.763070 [ 256 ] {8cdfe48e-6071-4732-b8f8-6582df103e59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12383 2025.03.20 17:12:47.764100 [ 256 ] {8cdfe48e-6071-4732-b8f8-6582df103e59} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
12384 2025.03.20 17:12:47.764345 [ 256 ] {8cdfe48e-6071-4732-b8f8-6582df103e59} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12385 2025.03.20 17:12:47.764568 [ 256 ] {8cdfe48e-6071-4732-b8f8-6582df103e59} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.003043 sec., 21689.12257640486 rows/sec., 1.51 MiB/sec.
12386 2025.03.20 17:12:47.764632 [ 256 ] {8cdfe48e-6071-4732-b8f8-6582df103e59} <Debug> TCPHandler: Processed in 0.003269004 sec.
12387 2025.03.20 17:12:47.764631 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
12388 2025.03.20 17:12:47.764676 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
12389 2025.03.20 17:12:47.764759 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12390 2025.03.20 17:12:47.764872 [ 256 ] {363bc9e8-71bf-4686-ada4-d27635ae57ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12391 2025.03.20 17:12:47.764920 [ 256 ] {363bc9e8-71bf-4686-ada4-d27635ae57ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12392 2025.03.20 17:12:47.765459 [ 256 ] {363bc9e8-71bf-4686-ada4-d27635ae57ca} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12393 2025.03.20 17:12:47.765504 [ 256 ] {363bc9e8-71bf-4686-ada4-d27635ae57ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12394 2025.03.20 17:12:47.765982 [ 256 ] {363bc9e8-71bf-4686-ada4-d27635ae57ca} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
12395 2025.03.20 17:12:47.766266 [ 256 ] {363bc9e8-71bf-4686-ada4-d27635ae57ca} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12396 2025.03.20 17:12:47.766562 [ 256 ] {363bc9e8-71bf-4686-ada4-d27635ae57ca} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001706 sec., 15240.328253223915 rows/sec., 1.02 MiB/sec.
12397 2025.03.20 17:12:47.766614 [ 256 ] {363bc9e8-71bf-4686-ada4-d27635ae57ca} <Debug> TCPHandler: Processed in 0.0019103 sec.
12398 2025.03.20 17:12:47.767170 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
12399 2025.03.20 17:12:49.836660 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32513
12400 2025.03.20 17:12:49.837682 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12401 2025.03.20 17:12:49.837734 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12402 2025.03.20 17:12:49.838266 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
12403 2025.03.20 17:12:49.838519 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12404 2025.03.20 17:12:49.838779 [ 155 ] {} <Debug> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
12405 2025.03.20 17:12:49.838800 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32513
12406 2025.03.20 17:12:49.838907 [ 155 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12407 2025.03.20 17:12:49.838956 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12408 2025.03.20 17:12:49.839120 [ 190 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::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
12409 2025.03.20 17:12:49.839281 [ 190 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12410 2025.03.20 17:12:49.839325 [ 190 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 30256 rows starting from the beginning of the part
12411 2025.03.20 17:12:49.839402 [ 190 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 427 rows starting from the beginning of the part
12412 2025.03.20 17:12:49.839508 [ 190 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 488 rows starting from the beginning of the part
12413 2025.03.20 17:12:49.839797 [ 190 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 427 rows starting from the beginning of the part
12414 2025.03.20 17:12:49.839939 [ 190 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 488 rows starting from the beginning of the part
12415 2025.03.20 17:12:49.840138 [ 190 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 427 rows starting from the beginning of the part
12416 2025.03.20 17:12:49.843129 [ 202 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32513 rows, containing 4 columns (4 merged, 0 gathered) in 0.004075472 sec., 7977726.260909165 rows/sec., 114.12 MiB/sec.
12417 2025.03.20 17:12:49.843401 [ 202 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
12418 2025.03.20 17:12:49.843687 [ 202 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_71_14} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12419 2025.03.20 17:12:49.843785 [ 202 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_71_14} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
12420 2025.03.20 17:12:49.843875 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.99 MiB.
12421 2025.03.20 17:12:52.117838 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 535
12422 2025.03.20 17:12:52.139940 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12423 2025.03.20 17:12:52.139990 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12424 2025.03.20 17:12:52.147297 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
12425 2025.03.20 17:12:52.148092 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12426 2025.03.20 17:12:52.148405 [ 135 ] {} <Debug> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
12427 2025.03.20 17:12:52.148466 [ 135 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12428 2025.03.20 17:12:52.148511 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12429 2025.03.20 17:12:52.148947 [ 186 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
12430 2025.03.20 17:12:52.163532 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 535
12431 2025.03.20 17:12:52.165462 [ 186 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12432 2025.03.20 17:12:52.167190 [ 186 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 498 rows starting from the beginning of the part
12433 2025.03.20 17:12:52.173179 [ 186 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 7 rows starting from the beginning of the part
12434 2025.03.20 17:12:52.179246 [ 186 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 8 rows starting from the beginning of the part
12435 2025.03.20 17:12:52.187006 [ 186 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 7 rows starting from the beginning of the part
12436 2025.03.20 17:12:52.193230 [ 186 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 8 rows starting from the beginning of the part
12437 2025.03.20 17:12:52.199441 [ 186 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 7 rows starting from the beginning of the part
12438 2025.03.20 17:12:52.261586 [ 187 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.112934099 sec., 4737.276028562463 rows/sec., 24.50 MiB/sec.
12439 2025.03.20 17:12:52.264985 [ 188 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
12440 2025.03.20 17:12:52.267947 [ 188 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_71_14} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12441 2025.03.20 17:12:52.268074 [ 188 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_71_14} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
12442 2025.03.20 17:12:52.270534 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB.
12443 2025.03.20 17:12:52.761650 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12444 2025.03.20 17:12:52.761959 [ 256 ] {6c55ec92-ad7b-4ef2-bb74-0c923c453bbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12445 2025.03.20 17:12:52.762077 [ 256 ] {6c55ec92-ad7b-4ef2-bb74-0c923c453bbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12446 2025.03.20 17:12:52.763137 [ 256 ] {6c55ec92-ad7b-4ef2-bb74-0c923c453bbd} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12447 2025.03.20 17:12:52.763191 [ 256 ] {6c55ec92-ad7b-4ef2-bb74-0c923c453bbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12448 2025.03.20 17:12:52.763650 [ 256 ] {6c55ec92-ad7b-4ef2-bb74-0c923c453bbd} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
12449 2025.03.20 17:12:52.763931 [ 256 ] {6c55ec92-ad7b-4ef2-bb74-0c923c453bbd} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12450 2025.03.20 17:12:52.764191 [ 256 ] {6c55ec92-ad7b-4ef2-bb74-0c923c453bbd} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002318 sec., 47454.702329594475 rows/sec., 3.99 MiB/sec.
12451 2025.03.20 17:12:52.764259 [ 256 ] {6c55ec92-ad7b-4ef2-bb74-0c923c453bbd} <Debug> TCPHandler: Processed in 0.002800239 sec.
12452 2025.03.20 17:12:52.764372 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12453 2025.03.20 17:12:52.764482 [ 256 ] {81d954d2-fac4-490c-a816-257f4fa184ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12454 2025.03.20 17:12:52.764531 [ 256 ] {81d954d2-fac4-490c-a816-257f4fa184ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12455 2025.03.20 17:12:52.765074 [ 256 ] {81d954d2-fac4-490c-a816-257f4fa184ad} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12456 2025.03.20 17:12:52.765140 [ 256 ] {81d954d2-fac4-490c-a816-257f4fa184ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12457 2025.03.20 17:12:52.765508 [ 256 ] {81d954d2-fac4-490c-a816-257f4fa184ad} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
12458 2025.03.20 17:12:52.765759 [ 256 ] {81d954d2-fac4-490c-a816-257f4fa184ad} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12459 2025.03.20 17:12:52.765989 [ 256 ] {81d954d2-fac4-490c-a816-257f4fa184ad} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001535 sec., 17589.57654723127 rows/sec., 1.29 MiB/sec.
12460 2025.03.20 17:12:52.766044 [ 256 ] {81d954d2-fac4-490c-a816-257f4fa184ad} <Debug> TCPHandler: Processed in 0.001723148 sec.
12461 2025.03.20 17:12:52.766148 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12462 2025.03.20 17:12:52.766253 [ 256 ] {9399447c-1b77-4c8a-9654-483817fa9d28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12463 2025.03.20 17:12:52.766298 [ 256 ] {9399447c-1b77-4c8a-9654-483817fa9d28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12464 2025.03.20 17:12:52.766884 [ 256 ] {9399447c-1b77-4c8a-9654-483817fa9d28} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12465 2025.03.20 17:12:52.766924 [ 256 ] {9399447c-1b77-4c8a-9654-483817fa9d28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12466 2025.03.20 17:12:52.767295 [ 256 ] {9399447c-1b77-4c8a-9654-483817fa9d28} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
12467 2025.03.20 17:12:52.767537 [ 256 ] {9399447c-1b77-4c8a-9654-483817fa9d28} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12468 2025.03.20 17:12:52.767755 [ 256 ] {9399447c-1b77-4c8a-9654-483817fa9d28} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001526 sec., 59633.02752293578 rows/sec., 4.66 MiB/sec.
12469 2025.03.20 17:12:52.767809 [ 256 ] {9399447c-1b77-4c8a-9654-483817fa9d28} <Debug> TCPHandler: Processed in 0.001709897 sec.
12470 2025.03.20 17:12:52.767942 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12471 2025.03.20 17:12:52.768080 [ 256 ] {6b0f888f-5768-4b92-8835-9e66aae729d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12472 2025.03.20 17:12:52.768139 [ 256 ] {6b0f888f-5768-4b92-8835-9e66aae729d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12473 2025.03.20 17:12:52.768753 [ 256 ] {6b0f888f-5768-4b92-8835-9e66aae729d4} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12474 2025.03.20 17:12:52.768793 [ 256 ] {6b0f888f-5768-4b92-8835-9e66aae729d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12475 2025.03.20 17:12:52.769196 [ 256 ] {6b0f888f-5768-4b92-8835-9e66aae729d4} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
12476 2025.03.20 17:12:52.769445 [ 256 ] {6b0f888f-5768-4b92-8835-9e66aae729d4} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12477 2025.03.20 17:12:52.769676 [ 256 ] {6b0f888f-5768-4b92-8835-9e66aae729d4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001628 sec., 98280.09828009827 rows/sec., 6.85 MiB/sec.
12478 2025.03.20 17:12:52.769729 [ 256 ] {6b0f888f-5768-4b92-8835-9e66aae729d4} <Debug> TCPHandler: Processed in 0.0018515 sec.
12479 2025.03.20 17:12:52.769835 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12480 2025.03.20 17:12:52.769939 [ 256 ] {c78c6de3-9344-41c8-b847-05506fb83941} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12481 2025.03.20 17:12:52.770003 [ 256 ] {c78c6de3-9344-41c8-b847-05506fb83941} <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
12482 2025.03.20 17:12:52.771117 [ 256 ] {c78c6de3-9344-41c8-b847-05506fb83941} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12483 2025.03.20 17:12:52.771156 [ 256 ] {c78c6de3-9344-41c8-b847-05506fb83941} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12484 2025.03.20 17:12:52.771819 [ 256 ] {c78c6de3-9344-41c8-b847-05506fb83941} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12485 2025.03.20 17:12:52.772081 [ 256 ] {c78c6de3-9344-41c8-b847-05506fb83941} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12486 2025.03.20 17:12:52.772345 [ 256 ] {c78c6de3-9344-41c8-b847-05506fb83941} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002427 sec., 11124.845488257108 rows/sec., 19.94 MiB/sec.
12487 2025.03.20 17:12:52.772524 [ 256 ] {c78c6de3-9344-41c8-b847-05506fb83941} <Debug> TCPHandler: Processed in 0.002737839 sec.
12488 2025.03.20 17:12:52.772734 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12489 2025.03.20 17:12:52.772848 [ 256 ] {aedda284-ece7-42b7-89df-6d299d7fbaf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12490 2025.03.20 17:12:52.772896 [ 256 ] {aedda284-ece7-42b7-89df-6d299d7fbaf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12491 2025.03.20 17:12:52.773327 [ 256 ] {aedda284-ece7-42b7-89df-6d299d7fbaf7} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12492 2025.03.20 17:12:52.773364 [ 256 ] {aedda284-ece7-42b7-89df-6d299d7fbaf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12493 2025.03.20 17:12:52.773727 [ 256 ] {aedda284-ece7-42b7-89df-6d299d7fbaf7} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
12494 2025.03.20 17:12:52.773974 [ 256 ] {aedda284-ece7-42b7-89df-6d299d7fbaf7} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12495 2025.03.20 17:12:52.774221 [ 256 ] {aedda284-ece7-42b7-89df-6d299d7fbaf7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001391 sec., 43134.43565780014 rows/sec., 2.91 MiB/sec.
12496 2025.03.20 17:12:52.774318 [ 256 ] {aedda284-ece7-42b7-89df-6d299d7fbaf7} <Debug> TCPHandler: Processed in 0.001646817 sec.
12497 2025.03.20 17:12:53.000234 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 261.78 MiB, peak 278.78 MiB, free memory in arenas 0.00 B, will set to 260.35 MiB (RSS), difference: -1.43 MiB
12498 2025.03.20 17:12:57.131347 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache
12499 2025.03.20 17:12:57.131444 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache
12500 2025.03.20 17:12:57.281255 [ 219 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
12501 2025.03.20 17:12:57.281340 [ 219 ] {} <Debug> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
12502 2025.03.20 17:12:57.283624 [ 219 ] {} <Debug> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
12503 2025.03.20 17:12:57.339115 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33001
12504 2025.03.20 17:12:57.340057 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12505 2025.03.20 17:12:57.340103 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12506 2025.03.20 17:12:57.340643 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
12507 2025.03.20 17:12:57.340909 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12508 2025.03.20 17:12:57.341175 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001
12509 2025.03.20 17:12:57.518616 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1700
12510 2025.03.20 17:12:57.521763 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12511 2025.03.20 17:12:57.521819 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12512 2025.03.20 17:12:57.523346 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
12513 2025.03.20 17:12:57.523654 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12514 2025.03.20 17:12:57.524277 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1700
12515 2025.03.20 17:12:57.761417 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12516 2025.03.20 17:12:57.761636 [ 256 ] {ab383ee8-4e2f-4469-ac62-254ca67ea358} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12517 2025.03.20 17:12:57.761718 [ 256 ] {ab383ee8-4e2f-4469-ac62-254ca67ea358} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12518 2025.03.20 17:12:57.762694 [ 256 ] {ab383ee8-4e2f-4469-ac62-254ca67ea358} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12519 2025.03.20 17:12:57.762745 [ 256 ] {ab383ee8-4e2f-4469-ac62-254ca67ea358} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12520 2025.03.20 17:12:57.763210 [ 256 ] {ab383ee8-4e2f-4469-ac62-254ca67ea358} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
12521 2025.03.20 17:12:57.763484 [ 256 ] {ab383ee8-4e2f-4469-ac62-254ca67ea358} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12522 2025.03.20 17:12:57.763703 [ 256 ] {ab383ee8-4e2f-4469-ac62-254ca67ea358} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.002128 sec., 37593.984962406015 rows/sec., 3.11 MiB/sec.
12523 2025.03.20 17:12:57.763775 [ 256 ] {ab383ee8-4e2f-4469-ac62-254ca67ea358} <Debug> TCPHandler: Processed in 0.002498847 sec.
12524 2025.03.20 17:12:57.763908 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12525 2025.03.20 17:12:57.764025 [ 256 ] {0ec06a80-1149-43f0-9589-791516e57e75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12526 2025.03.20 17:12:57.764076 [ 256 ] {0ec06a80-1149-43f0-9589-791516e57e75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12527 2025.03.20 17:12:57.764629 [ 256 ] {0ec06a80-1149-43f0-9589-791516e57e75} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12528 2025.03.20 17:12:57.764667 [ 256 ] {0ec06a80-1149-43f0-9589-791516e57e75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12529 2025.03.20 17:12:57.765034 [ 256 ] {0ec06a80-1149-43f0-9589-791516e57e75} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
12530 2025.03.20 17:12:57.765291 [ 256 ] {0ec06a80-1149-43f0-9589-791516e57e75} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12531 2025.03.20 17:12:57.765468 [ 256 ] {0ec06a80-1149-43f0-9589-791516e57e75} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001473 sec., 8146.63951120163 rows/sec., 612.59 KiB/sec.
12532 2025.03.20 17:12:57.765522 [ 256 ] {0ec06a80-1149-43f0-9589-791516e57e75} <Debug> TCPHandler: Processed in 0.001668268 sec.
12533 2025.03.20 17:12:57.765631 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12534 2025.03.20 17:12:57.765735 [ 256 ] {b254fde2-8aa8-4588-bfb2-17b0f4dbb870} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12535 2025.03.20 17:12:57.765781 [ 256 ] {b254fde2-8aa8-4588-bfb2-17b0f4dbb870} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12536 2025.03.20 17:12:57.766337 [ 256 ] {b254fde2-8aa8-4588-bfb2-17b0f4dbb870} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12537 2025.03.20 17:12:57.766375 [ 256 ] {b254fde2-8aa8-4588-bfb2-17b0f4dbb870} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12538 2025.03.20 17:12:57.766743 [ 256 ] {b254fde2-8aa8-4588-bfb2-17b0f4dbb870} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
12539 2025.03.20 17:12:57.766996 [ 256 ] {b254fde2-8aa8-4588-bfb2-17b0f4dbb870} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12540 2025.03.20 17:12:57.767175 [ 256 ] {b254fde2-8aa8-4588-bfb2-17b0f4dbb870} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001464 sec., 51912.56830601093 rows/sec., 4.05 MiB/sec.
12541 2025.03.20 17:12:57.767247 [ 256 ] {b254fde2-8aa8-4588-bfb2-17b0f4dbb870} <Debug> TCPHandler: Processed in 0.001667108 sec.
12542 2025.03.20 17:12:57.767382 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12543 2025.03.20 17:12:57.767549 [ 256 ] {04921950-497f-49a2-a0dc-e567fd7faa7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12544 2025.03.20 17:12:57.767612 [ 256 ] {04921950-497f-49a2-a0dc-e567fd7faa7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12545 2025.03.20 17:12:57.768143 [ 256 ] {04921950-497f-49a2-a0dc-e567fd7faa7d} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12546 2025.03.20 17:12:57.768181 [ 256 ] {04921950-497f-49a2-a0dc-e567fd7faa7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12547 2025.03.20 17:12:57.768581 [ 256 ] {04921950-497f-49a2-a0dc-e567fd7faa7d} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
12548 2025.03.20 17:12:57.768839 [ 256 ] {04921950-497f-49a2-a0dc-e567fd7faa7d} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12549 2025.03.20 17:12:57.768980 [ 149 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Selected 6 parts from all_1_120_24 to all_125_125_0
12550 2025.03.20 17:12:57.769026 [ 256 ] {04921950-497f-49a2-a0dc-e567fd7faa7d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001524 sec., 104986.87664041996 rows/sec., 7.31 MiB/sec.
12551 2025.03.20 17:12:57.769036 [ 149 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12552 2025.03.20 17:12:57.769079 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12553 2025.03.20 17:12:57.769098 [ 256 ] {04921950-497f-49a2-a0dc-e567fd7faa7d} <Debug> TCPHandler: Processed in 0.001783438 sec.
12554 2025.03.20 17:12:57.769223 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_125_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_120_24 to all_125_125_0 into Compact with storage Full
12555 2025.03.20 17:12:57.769231 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12556 2025.03.20 17:12:57.769387 [ 256 ] {e4a9c472-66a1-4ad6-85d1-1eba03fb4d68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12557 2025.03.20 17:12:57.769395 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_125_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12558 2025.03.20 17:12:57.769452 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_125_25} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_120_24, total 31799 rows starting from the beginning of the part
12559 2025.03.20 17:12:57.769478 [ 256 ] {e4a9c472-66a1-4ad6-85d1-1eba03fb4d68} <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
12560 2025.03.20 17:12:57.769760 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_125_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 160 rows starting from the beginning of the part
12561 2025.03.20 17:12:57.770176 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_125_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 976 rows starting from the beginning of the part
12562 2025.03.20 17:12:57.770484 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_125_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 66 rows starting from the beginning of the part
12563 2025.03.20 17:12:57.770769 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_125_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 160 rows starting from the beginning of the part
12564 2025.03.20 17:12:57.771205 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_125_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 160 rows starting from the beginning of the part
12565 2025.03.20 17:12:57.773148 [ 256 ] {e4a9c472-66a1-4ad6-85d1-1eba03fb4d68} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12566 2025.03.20 17:12:57.773189 [ 256 ] {e4a9c472-66a1-4ad6-85d1-1eba03fb4d68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12567 2025.03.20 17:12:57.774169 [ 256 ] {e4a9c472-66a1-4ad6-85d1-1eba03fb4d68} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
12568 2025.03.20 17:12:57.774475 [ 256 ] {e4a9c472-66a1-4ad6-85d1-1eba03fb4d68} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12569 2025.03.20 17:12:57.774755 [ 256 ] {e4a9c472-66a1-4ad6-85d1-1eba03fb4d68} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.005405 sec., 2220.1665124884366 rows/sec., 3.98 MiB/sec.
12570 2025.03.20 17:12:57.774851 [ 256 ] {e4a9c472-66a1-4ad6-85d1-1eba03fb4d68} <Debug> TCPHandler: Processed in 0.005676129 sec.
12571 2025.03.20 17:12:57.774989 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12572 2025.03.20 17:12:57.775097 [ 256 ] {8b097f3f-aed5-40a3-8b01-b6e368cf9a4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12573 2025.03.20 17:12:57.775150 [ 256 ] {8b097f3f-aed5-40a3-8b01-b6e368cf9a4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12574 2025.03.20 17:12:57.775696 [ 256 ] {8b097f3f-aed5-40a3-8b01-b6e368cf9a4b} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12575 2025.03.20 17:12:57.775742 [ 256 ] {8b097f3f-aed5-40a3-8b01-b6e368cf9a4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12576 2025.03.20 17:12:57.776155 [ 256 ] {8b097f3f-aed5-40a3-8b01-b6e368cf9a4b} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
12577 2025.03.20 17:12:57.776525 [ 256 ] {8b097f3f-aed5-40a3-8b01-b6e368cf9a4b} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12578 2025.03.20 17:12:57.776817 [ 256 ] {8b097f3f-aed5-40a3-8b01-b6e368cf9a4b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001739 sec., 34502.587694077054 rows/sec., 2.33 MiB/sec.
12579 2025.03.20 17:12:57.776887 [ 256 ] {8b097f3f-aed5-40a3-8b01-b6e368cf9a4b} <Debug> TCPHandler: Processed in 0.001959531 sec.
12580 2025.03.20 17:12:57.779210 [ 200 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_125_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33321 rows, containing 5 columns (5 merged, 0 gathered) in 0.010053475 sec., 3314376.3723488646 rows/sec., 227.16 MiB/sec.
12581 2025.03.20 17:12:57.779536 [ 195 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_125_25} <Trace> MergedBlockOutputStream: filled checksums all_1_125_25 (state Temporary)
12582 2025.03.20 17:12:57.779909 [ 195 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_125_25} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_merge_all_1_125_25 to all_1_125_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12583 2025.03.20 17:12:57.780011 [ 195 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_125_25} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Merged 6 parts: [all_1_120_24, all_125_125_0] -> all_1_125_25
12584 2025.03.20 17:12:57.780131 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB.
12585 2025.03.20 17:12:59.663746 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 543
12586 2025.03.20 17:12:59.687579 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12587 2025.03.20 17:12:59.687648 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12588 2025.03.20 17:12:59.695181 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
12589 2025.03.20 17:12:59.696003 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12590 2025.03.20 17:12:59.700561 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543
12591 2025.03.20 17:13:02.762629 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12592 2025.03.20 17:13:02.762831 [ 256 ] {e890cb7e-df13-48ed-8af2-a6201f5831a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
12593 2025.03.20 17:13:02.762909 [ 256 ] {e890cb7e-df13-48ed-8af2-a6201f5831a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12594 2025.03.20 17:13:02.763681 [ 256 ] {e890cb7e-df13-48ed-8af2-a6201f5831a5} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12595 2025.03.20 17:13:02.763741 [ 256 ] {e890cb7e-df13-48ed-8af2-a6201f5831a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12596 2025.03.20 17:13:02.764192 [ 256 ] {e890cb7e-df13-48ed-8af2-a6201f5831a5} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
12597 2025.03.20 17:13:02.764462 [ 256 ] {e890cb7e-df13-48ed-8af2-a6201f5831a5} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12598 2025.03.20 17:13:02.764738 [ 256 ] {e890cb7e-df13-48ed-8af2-a6201f5831a5} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001953 sec., 2048.1310803891447 rows/sec., 167.01 KiB/sec.
12599 2025.03.20 17:13:02.764899 [ 256 ] {e890cb7e-df13-48ed-8af2-a6201f5831a5} <Debug> TCPHandler: Processed in 0.002403075 sec.
12600 2025.03.20 17:13:02.765082 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12601 2025.03.20 17:13:02.765193 [ 256 ] {fc3b6b21-0ef9-4ce3-9b2a-d6b1f7a60dc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12602 2025.03.20 17:13:02.765246 [ 256 ] {fc3b6b21-0ef9-4ce3-9b2a-d6b1f7a60dc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12603 2025.03.20 17:13:02.765855 [ 256 ] {fc3b6b21-0ef9-4ce3-9b2a-d6b1f7a60dc6} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12604 2025.03.20 17:13:02.765899 [ 256 ] {fc3b6b21-0ef9-4ce3-9b2a-d6b1f7a60dc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12605 2025.03.20 17:13:02.766285 [ 256 ] {fc3b6b21-0ef9-4ce3-9b2a-d6b1f7a60dc6} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
12606 2025.03.20 17:13:02.766560 [ 256 ] {fc3b6b21-0ef9-4ce3-9b2a-d6b1f7a60dc6} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12607 2025.03.20 17:13:02.766754 [ 143 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
12608 2025.03.20 17:13:02.766798 [ 256 ] {fc3b6b21-0ef9-4ce3-9b2a-d6b1f7a60dc6} <Debug> executeQuery: Read 112 rows, 9.61 KiB in 0.001629 sec., 68753.83670963782 rows/sec., 5.76 MiB/sec.
12609 2025.03.20 17:13:02.766836 [ 143 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12610 2025.03.20 17:13:02.766905 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12611 2025.03.20 17:13:02.766923 [ 256 ] {fc3b6b21-0ef9-4ce3-9b2a-d6b1f7a60dc6} <Debug> TCPHandler: Processed in 0.001891389 sec.
12612 2025.03.20 17:13:02.767356 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full
12613 2025.03.20 17:13:02.767324 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12614 2025.03.20 17:13:02.767962 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12615 2025.03.20 17:13:02.768101 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1404 rows starting from the beginning of the part
12616 2025.03.20 17:13:02.768549 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 1340 rows starting from the beginning of the part
12617 2025.03.20 17:13:02.769125 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 56 rows starting from the beginning of the part
12618 2025.03.20 17:13:02.769666 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 110 rows starting from the beginning of the part
12619 2025.03.20 17:13:02.770283 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 80 rows starting from the beginning of the part
12620 2025.03.20 17:13:02.770823 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 112 rows starting from the beginning of the part
12621 2025.03.20 17:13:02.771670 [ 256 ] {3a2a4457-e1d0-45a8-99b3-6df212bff771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12622 2025.03.20 17:13:02.771782 [ 256 ] {3a2a4457-e1d0-45a8-99b3-6df212bff771} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12623 2025.03.20 17:13:02.773670 [ 256 ] {3a2a4457-e1d0-45a8-99b3-6df212bff771} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12624 2025.03.20 17:13:02.773744 [ 256 ] {3a2a4457-e1d0-45a8-99b3-6df212bff771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12625 2025.03.20 17:13:02.774379 [ 256 ] {3a2a4457-e1d0-45a8-99b3-6df212bff771} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
12626 2025.03.20 17:13:02.774821 [ 256 ] {3a2a4457-e1d0-45a8-99b3-6df212bff771} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12627 2025.03.20 17:13:02.775206 [ 143 ] {} <Debug> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
12628 2025.03.20 17:13:02.775223 [ 195 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3102 rows, containing 5 columns (5 merged, 0 gathered) in 0.008204036 sec., 378106.58071222506 rows/sec., 33.07 MiB/sec.
12629 2025.03.20 17:13:02.775296 [ 143 ] {} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12630 2025.03.20 17:13:02.775353 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12631 2025.03.20 17:13:02.775431 [ 256 ] {3a2a4457-e1d0-45a8-99b3-6df212bff771} <Debug> executeQuery: Read 31 rows, 2.31 KiB in 0.003856 sec., 8039.419087136929 rows/sec., 598.95 KiB/sec.
12632 2025.03.20 17:13:02.775710 [ 195 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
12633 2025.03.20 17:13:02.775845 [ 191 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::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
12634 2025.03.20 17:13:02.775946 [ 256 ] {3a2a4457-e1d0-45a8-99b3-6df212bff771} <Debug> TCPHandler: Processed in 0.008799321 sec.
12635 2025.03.20 17:13:02.776540 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12636 2025.03.20 17:13:02.776650 [ 191 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12637 2025.03.20 17:13:02.776895 [ 191 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 69 rows starting from the beginning of the part
12638 2025.03.20 17:13:02.777560 [ 191 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 27 rows starting from the beginning of the part
12639 2025.03.20 17:13:02.777091 [ 256 ] {21a825f4-9176-4c47-8f90-92536b34784e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12640 2025.03.20 17:13:02.777995 [ 195 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_126_25} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12641 2025.03.20 17:13:02.778068 [ 256 ] {21a825f4-9176-4c47-8f90-92536b34784e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12642 2025.03.20 17:13:02.778227 [ 191 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 24 rows starting from the beginning of the part
12643 2025.03.20 17:13:02.778532 [ 195 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_126_25} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
12644 2025.03.20 17:13:02.778842 [ 191 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 27 rows starting from the beginning of the part
12645 2025.03.20 17:13:02.778976 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
12646 2025.03.20 17:13:02.779364 [ 191 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 12 rows starting from the beginning of the part
12647 2025.03.20 17:13:02.779737 [ 191 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 31 rows starting from the beginning of the part
12648 2025.03.20 17:13:02.781387 [ 256 ] {21a825f4-9176-4c47-8f90-92536b34784e} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12649 2025.03.20 17:13:02.781472 [ 256 ] {21a825f4-9176-4c47-8f90-92536b34784e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12650 2025.03.20 17:13:02.782584 [ 256 ] {21a825f4-9176-4c47-8f90-92536b34784e} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
12651 2025.03.20 17:13:02.782737 [ 199 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 190 rows, containing 5 columns (5 merged, 0 gathered) in 0.007306046 sec., 26005.858709348395 rows/sec., 2.01 MiB/sec.
12652 2025.03.20 17:13:02.782925 [ 201 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
12653 2025.03.20 17:13:02.782994 [ 256 ] {21a825f4-9176-4c47-8f90-92536b34784e} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12654 2025.03.20 17:13:02.783216 [ 143 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
12655 2025.03.20 17:13:02.783320 [ 143 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12656 2025.03.20 17:13:02.783329 [ 256 ] {21a825f4-9176-4c47-8f90-92536b34784e} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.006499 sec., 14617.633482074167 rows/sec., 1.14 MiB/sec.
12657 2025.03.20 17:13:02.783367 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12658 2025.03.20 17:13:02.783618 [ 201 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_101_20} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12659 2025.03.20 17:13:02.783664 [ 256 ] {21a825f4-9176-4c47-8f90-92536b34784e} <Debug> TCPHandler: Processed in 0.007296446 sec.
12660 2025.03.20 17:13:02.783876 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full
12661 2025.03.20 17:13:02.783927 [ 201 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_101_20} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
12662 2025.03.20 17:13:02.783964 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12663 2025.03.20 17:13:02.784174 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
12664 2025.03.20 17:13:02.784290 [ 256 ] {afd3d87a-073b-4e7a-a932-2ebb01db3475} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12665 2025.03.20 17:13:02.784351 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12666 2025.03.20 17:13:02.784383 [ 256 ] {afd3d87a-073b-4e7a-a932-2ebb01db3475} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12667 2025.03.20 17:13:02.784428 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 631 rows starting from the beginning of the part
12668 2025.03.20 17:13:02.784785 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 568 rows starting from the beginning of the part
12669 2025.03.20 17:13:02.785175 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 64 rows starting from the beginning of the part
12670 2025.03.20 17:13:02.785512 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 91 rows starting from the beginning of the part
12671 2025.03.20 17:13:02.785860 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 76 rows starting from the beginning of the part
12672 2025.03.20 17:13:02.786146 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 95 rows starting from the beginning of the part
12673 2025.03.20 17:13:02.787067 [ 256 ] {afd3d87a-073b-4e7a-a932-2ebb01db3475} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12674 2025.03.20 17:13:02.787130 [ 256 ] {afd3d87a-073b-4e7a-a932-2ebb01db3475} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12675 2025.03.20 17:13:02.788298 [ 256 ] {afd3d87a-073b-4e7a-a932-2ebb01db3475} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
12676 2025.03.20 17:13:02.788761 [ 256 ] {afd3d87a-073b-4e7a-a932-2ebb01db3475} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12677 2025.03.20 17:13:02.789223 [ 256 ] {afd3d87a-073b-4e7a-a932-2ebb01db3475} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.005014 sec., 32309.533306741123 rows/sec., 2.25 MiB/sec.
12678 2025.03.20 17:13:02.789518 [ 256 ] {afd3d87a-073b-4e7a-a932-2ebb01db3475} <Debug> TCPHandler: Processed in 0.005627808 sec.
12679 2025.03.20 17:13:02.789541 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1525 rows, containing 5 columns (5 merged, 0 gathered) in 0.006020023 sec., 253321.29129739205 rows/sec., 20.17 MiB/sec.
12680 2025.03.20 17:13:02.789688 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12681 2025.03.20 17:13:02.789760 [ 198 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
12682 2025.03.20 17:13:02.789898 [ 256 ] {16ab8a74-2dbd-4055-8249-128ec7b13cde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12683 2025.03.20 17:13:02.790037 [ 256 ] {16ab8a74-2dbd-4055-8249-128ec7b13cde} <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
12684 2025.03.20 17:13:02.790404 [ 199 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_126_25} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12685 2025.03.20 17:13:02.790692 [ 199 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_126_25} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
12686 2025.03.20 17:13:02.790943 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB.
12687 2025.03.20 17:13:02.791825 [ 256 ] {16ab8a74-2dbd-4055-8249-128ec7b13cde} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12688 2025.03.20 17:13:02.791870 [ 256 ] {16ab8a74-2dbd-4055-8249-128ec7b13cde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12689 2025.03.20 17:13:02.792554 [ 256 ] {16ab8a74-2dbd-4055-8249-128ec7b13cde} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
12690 2025.03.20 17:13:02.792826 [ 256 ] {16ab8a74-2dbd-4055-8249-128ec7b13cde} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12691 2025.03.20 17:13:02.793067 [ 256 ] {16ab8a74-2dbd-4055-8249-128ec7b13cde} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.003264 sec., 8272.058823529413 rows/sec., 14.82 MiB/sec.
12692 2025.03.20 17:13:02.793166 [ 256 ] {16ab8a74-2dbd-4055-8249-128ec7b13cde} <Debug> TCPHandler: Processed in 0.003556157 sec.
12693 2025.03.20 17:13:02.793279 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12694 2025.03.20 17:13:02.793382 [ 256 ] {80dd14c2-d141-4409-ab82-3e056e58c71f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12695 2025.03.20 17:13:02.793429 [ 256 ] {80dd14c2-d141-4409-ab82-3e056e58c71f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12696 2025.03.20 17:13:02.793910 [ 256 ] {80dd14c2-d141-4409-ab82-3e056e58c71f} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12697 2025.03.20 17:13:02.793958 [ 256 ] {80dd14c2-d141-4409-ab82-3e056e58c71f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12698 2025.03.20 17:13:02.794344 [ 256 ] {80dd14c2-d141-4409-ab82-3e056e58c71f} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
12699 2025.03.20 17:13:02.794583 [ 256 ] {80dd14c2-d141-4409-ab82-3e056e58c71f} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12700 2025.03.20 17:13:02.794756 [ 143 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
12701 2025.03.20 17:13:02.794799 [ 143 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12702 2025.03.20 17:13:02.794822 [ 256 ] {80dd14c2-d141-4409-ab82-3e056e58c71f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001457 sec., 41180.507892930684 rows/sec., 2.78 MiB/sec.
12703 2025.03.20 17:13:02.794834 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12704 2025.03.20 17:13:02.794969 [ 256 ] {80dd14c2-d141-4409-ab82-3e056e58c71f} <Debug> TCPHandler: Processed in 0.001739538 sec.
12705 2025.03.20 17:13:02.795037 [ 201 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full
12706 2025.03.20 17:13:02.795144 [ 201 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12707 2025.03.20 17:13:02.795173 [ 201 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 6114 rows starting from the beginning of the part
12708 2025.03.20 17:13:02.795238 [ 201 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 34 rows starting from the beginning of the part
12709 2025.03.20 17:13:02.795365 [ 201 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 26 rows starting from the beginning of the part
12710 2025.03.20 17:13:02.795528 [ 201 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 60 rows starting from the beginning of the part
12711 2025.03.20 17:13:02.795616 [ 201 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 60 rows starting from the beginning of the part
12712 2025.03.20 17:13:02.795810 [ 201 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 60 rows starting from the beginning of the part
12713 2025.03.20 17:13:02.797753 [ 202 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6354 rows, containing 4 columns (4 merged, 0 gathered) in 0.002782629 sec., 2283452.087935546 rows/sec., 153.83 MiB/sec.
12714 2025.03.20 17:13:02.798187 [ 202 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
12715 2025.03.20 17:13:02.798488 [ 202 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_126_25} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12716 2025.03.20 17:13:02.798577 [ 202 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_126_25} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
12717 2025.03.20 17:13:02.798672 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB.
12718 2025.03.20 17:13:04.841430 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33428
12719 2025.03.20 17:13:04.842092 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12720 2025.03.20 17:13:04.842141 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12721 2025.03.20 17:13:04.842660 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
12722 2025.03.20 17:13:04.842922 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12723 2025.03.20 17:13:04.843150 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33428
12724 2025.03.20 17:13:07.200755 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 551
12725 2025.03.20 17:13:07.223209 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12726 2025.03.20 17:13:07.223267 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12727 2025.03.20 17:13:07.230600 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
12728 2025.03.20 17:13:07.231404 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12729 2025.03.20 17:13:07.234747 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 551
12730 2025.03.20 17:13:07.524595 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1726
12731 2025.03.20 17:13:07.527871 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12732 2025.03.20 17:13:07.527931 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12733 2025.03.20 17:13:07.529508 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
12734 2025.03.20 17:13:07.529829 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12735 2025.03.20 17:13:07.530999 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1726
12736 2025.03.20 17:13:07.762023 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12737 2025.03.20 17:13:07.762225 [ 256 ] {b4737d8f-14d3-4bda-8c6b-5eca024f2b4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12738 2025.03.20 17:13:07.762303 [ 256 ] {b4737d8f-14d3-4bda-8c6b-5eca024f2b4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12739 2025.03.20 17:13:07.763112 [ 256 ] {b4737d8f-14d3-4bda-8c6b-5eca024f2b4e} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12740 2025.03.20 17:13:07.763167 [ 256 ] {b4737d8f-14d3-4bda-8c6b-5eca024f2b4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12741 2025.03.20 17:13:07.763621 [ 256 ] {b4737d8f-14d3-4bda-8c6b-5eca024f2b4e} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
12742 2025.03.20 17:13:07.763888 [ 256 ] {b4737d8f-14d3-4bda-8c6b-5eca024f2b4e} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12743 2025.03.20 17:13:07.764130 [ 256 ] {b4737d8f-14d3-4bda-8c6b-5eca024f2b4e} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.00196 sec., 40816.32653061225 rows/sec., 3.37 MiB/sec.
12744 2025.03.20 17:13:07.764202 [ 256 ] {b4737d8f-14d3-4bda-8c6b-5eca024f2b4e} <Debug> TCPHandler: Processed in 0.002318024 sec.
12745 2025.03.20 17:13:07.764318 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12746 2025.03.20 17:13:07.764429 [ 256 ] {1ec920f2-b66d-411a-97c0-85d5ff60f4a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12747 2025.03.20 17:13:07.764480 [ 256 ] {1ec920f2-b66d-411a-97c0-85d5ff60f4a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12748 2025.03.20 17:13:07.765023 [ 256 ] {1ec920f2-b66d-411a-97c0-85d5ff60f4a1} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12749 2025.03.20 17:13:07.765066 [ 256 ] {1ec920f2-b66d-411a-97c0-85d5ff60f4a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12750 2025.03.20 17:13:07.765425 [ 256 ] {1ec920f2-b66d-411a-97c0-85d5ff60f4a1} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
12751 2025.03.20 17:13:07.765664 [ 256 ] {1ec920f2-b66d-411a-97c0-85d5ff60f4a1} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12752 2025.03.20 17:13:07.765905 [ 256 ] {1ec920f2-b66d-411a-97c0-85d5ff60f4a1} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001502 sec., 7989.347536617843 rows/sec., 600.76 KiB/sec.
12753 2025.03.20 17:13:07.765917 [ 218 ] {} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
12754 2025.03.20 17:13:07.765996 [ 218 ] {} <Debug> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
12755 2025.03.20 17:13:07.766003 [ 256 ] {1ec920f2-b66d-411a-97c0-85d5ff60f4a1} <Debug> TCPHandler: Processed in 0.001733558 sec.
12756 2025.03.20 17:13:07.766177 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12757 2025.03.20 17:13:07.766295 [ 256 ] {9d6bc0f6-99da-468d-aeef-5223e70c8e86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12758 2025.03.20 17:13:07.766363 [ 256 ] {9d6bc0f6-99da-468d-aeef-5223e70c8e86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12759 2025.03.20 17:13:07.767651 [ 256 ] {9d6bc0f6-99da-468d-aeef-5223e70c8e86} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12760 2025.03.20 17:13:07.767718 [ 256 ] {9d6bc0f6-99da-468d-aeef-5223e70c8e86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12761 2025.03.20 17:13:07.768493 [ 256 ] {9d6bc0f6-99da-468d-aeef-5223e70c8e86} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
12762 2025.03.20 17:13:07.768936 [ 256 ] {9d6bc0f6-99da-468d-aeef-5223e70c8e86} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12763 2025.03.20 17:13:07.769428 [ 256 ] {9d6bc0f6-99da-468d-aeef-5223e70c8e86} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.003161 sec., 24043.024359379942 rows/sec., 1.88 MiB/sec.
12764 2025.03.20 17:13:07.769486 [ 256 ] {9d6bc0f6-99da-468d-aeef-5223e70c8e86} <Debug> TCPHandler: Processed in 0.003381455 sec.
12765 2025.03.20 17:13:07.769646 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12766 2025.03.20 17:13:07.769748 [ 218 ] {} <Debug> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
12767 2025.03.20 17:13:07.769852 [ 256 ] {74cc546a-f5db-420f-bfe3-23b5369ef4bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12768 2025.03.20 17:13:07.770016 [ 256 ] {74cc546a-f5db-420f-bfe3-23b5369ef4bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12769 2025.03.20 17:13:07.771497 [ 256 ] {74cc546a-f5db-420f-bfe3-23b5369ef4bb} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12770 2025.03.20 17:13:07.771538 [ 256 ] {74cc546a-f5db-420f-bfe3-23b5369ef4bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12771 2025.03.20 17:13:07.771933 [ 256 ] {74cc546a-f5db-420f-bfe3-23b5369ef4bb} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
12772 2025.03.20 17:13:07.772187 [ 256 ] {74cc546a-f5db-420f-bfe3-23b5369ef4bb} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12773 2025.03.20 17:13:07.772405 [ 256 ] {74cc546a-f5db-420f-bfe3-23b5369ef4bb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00263 sec., 60836.501901140684 rows/sec., 4.24 MiB/sec.
12774 2025.03.20 17:13:07.772459 [ 256 ] {74cc546a-f5db-420f-bfe3-23b5369ef4bb} <Debug> TCPHandler: Processed in 0.00288552 sec.
12775 2025.03.20 17:13:07.772568 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12776 2025.03.20 17:13:07.772670 [ 256 ] {a03f3448-f03b-4e6b-af89-652fd15c6693} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12777 2025.03.20 17:13:07.772736 [ 256 ] {a03f3448-f03b-4e6b-af89-652fd15c6693} <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
12778 2025.03.20 17:13:07.773826 [ 256 ] {a03f3448-f03b-4e6b-af89-652fd15c6693} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12779 2025.03.20 17:13:07.773866 [ 256 ] {a03f3448-f03b-4e6b-af89-652fd15c6693} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12780 2025.03.20 17:13:07.774504 [ 256 ] {a03f3448-f03b-4e6b-af89-652fd15c6693} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
12781 2025.03.20 17:13:07.774766 [ 256 ] {a03f3448-f03b-4e6b-af89-652fd15c6693} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12782 2025.03.20 17:13:07.774952 [ 138 ] {} <Debug> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
12783 2025.03.20 17:13:07.775015 [ 138 ] {} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12784 2025.03.20 17:13:07.775055 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12785 2025.03.20 17:13:07.775055 [ 256 ] {a03f3448-f03b-4e6b-af89-652fd15c6693} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002402 sec., 4995.836802664447 rows/sec., 8.95 MiB/sec.
12786 2025.03.20 17:13:07.775381 [ 190 ] {6749d887-00ac-4b26-87ae-2852b00353b1::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
12787 2025.03.20 17:13:07.775418 [ 256 ] {a03f3448-f03b-4e6b-af89-652fd15c6693} <Debug> TCPHandler: Processed in 0.002924071 sec.
12788 2025.03.20 17:13:07.775651 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12789 2025.03.20 17:13:07.775959 [ 256 ] {4a876a9d-5d2c-451c-bc77-49f2323911d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12790 2025.03.20 17:13:07.776058 [ 190 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12791 2025.03.20 17:13:07.776068 [ 256 ] {4a876a9d-5d2c-451c-bc77-49f2323911d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12792 2025.03.20 17:13:07.776299 [ 190 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1817 rows starting from the beginning of the part
12793 2025.03.20 17:13:07.777181 [ 190 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 12 rows starting from the beginning of the part
12794 2025.03.20 17:13:07.777880 [ 190 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 27 rows starting from the beginning of the part
12795 2025.03.20 17:13:07.778487 [ 256 ] {4a876a9d-5d2c-451c-bc77-49f2323911d8} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12796 2025.03.20 17:13:07.778558 [ 190 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 12 rows starting from the beginning of the part
12797 2025.03.20 17:13:07.778583 [ 256 ] {4a876a9d-5d2c-451c-bc77-49f2323911d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB.
12798 2025.03.20 17:13:07.779176 [ 190 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 27 rows starting from the beginning of the part
12799 2025.03.20 17:13:07.779918 [ 190 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 12 rows starting from the beginning of the part
12800 2025.03.20 17:13:07.780117 [ 256 ] {4a876a9d-5d2c-451c-bc77-49f2323911d8} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
12801 2025.03.20 17:13:07.780954 [ 256 ] {4a876a9d-5d2c-451c-bc77-49f2323911d8} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12802 2025.03.20 17:13:07.781383 [ 256 ] {4a876a9d-5d2c-451c-bc77-49f2323911d8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005503 sec., 10903.143739778303 rows/sec., 752.43 KiB/sec.
12803 2025.03.20 17:13:07.781503 [ 256 ] {4a876a9d-5d2c-451c-bc77-49f2323911d8} <Debug> TCPHandler: Processed in 0.005874941 sec.
12804 2025.03.20 17:13:07.790533 [ 202 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1907 rows, containing 19 columns (19 merged, 0 gathered) in 0.01537365 sec., 124043.41194186156 rows/sec., 222.28 MiB/sec.
12805 2025.03.20 17:13:07.792298 [ 189 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
12806 2025.03.20 17:13:07.792727 [ 189 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12807 2025.03.20 17:13:07.792808 [ 189 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
12808 2025.03.20 17:13:07.792958 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.31 MiB.
12809 2025.03.20 17:13:08.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 261.41 MiB, peak 278.78 MiB, free memory in arenas 0.00 B, will set to 264.34 MiB (RSS), difference: 2.93 MiB
12810 2025.03.20 17:13:12.131506 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache
12811 2025.03.20 17:13:12.131624 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache
12812 2025.03.20 17:13:12.178027 [ 218 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
12813 2025.03.20 17:13:12.178114 [ 218 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
12814 2025.03.20 17:13:12.180324 [ 218 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
12815 2025.03.20 17:13:12.343407 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33916
12816 2025.03.20 17:13:12.344568 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12817 2025.03.20 17:13:12.344662 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
12818 2025.03.20 17:13:12.345256 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
12819 2025.03.20 17:13:12.345530 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12820 2025.03.20 17:13:12.345719 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916
12821 2025.03.20 17:13:12.762750 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12822 2025.03.20 17:13:12.763072 [ 256 ] {7115ecdc-f1c6-4824-a0ab-1a183e8c07df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12823 2025.03.20 17:13:12.763194 [ 256 ] {7115ecdc-f1c6-4824-a0ab-1a183e8c07df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12824 2025.03.20 17:13:12.764194 [ 256 ] {7115ecdc-f1c6-4824-a0ab-1a183e8c07df} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12825 2025.03.20 17:13:12.764251 [ 256 ] {7115ecdc-f1c6-4824-a0ab-1a183e8c07df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
12826 2025.03.20 17:13:12.764720 [ 256 ] {7115ecdc-f1c6-4824-a0ab-1a183e8c07df} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
12827 2025.03.20 17:13:12.764993 [ 256 ] {7115ecdc-f1c6-4824-a0ab-1a183e8c07df} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12828 2025.03.20 17:13:12.765269 [ 256 ] {7115ecdc-f1c6-4824-a0ab-1a183e8c07df} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002278 sec., 48287.971905179984 rows/sec., 4.06 MiB/sec.
12829 2025.03.20 17:13:12.765375 [ 256 ] {7115ecdc-f1c6-4824-a0ab-1a183e8c07df} <Debug> TCPHandler: Processed in 0.002824879 sec.
12830 2025.03.20 17:13:12.765394 [ 220 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
12831 2025.03.20 17:13:12.765483 [ 220 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
12832 2025.03.20 17:13:12.765524 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12833 2025.03.20 17:13:12.765763 [ 256 ] {2b3f420f-4cfd-47d9-bcb2-dfdb6a25dfc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12834 2025.03.20 17:13:12.765828 [ 256 ] {2b3f420f-4cfd-47d9-bcb2-dfdb6a25dfc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12835 2025.03.20 17:13:12.766785 [ 256 ] {2b3f420f-4cfd-47d9-bcb2-dfdb6a25dfc9} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12836 2025.03.20 17:13:12.766852 [ 256 ] {2b3f420f-4cfd-47d9-bcb2-dfdb6a25dfc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
12837 2025.03.20 17:13:12.767537 [ 256 ] {2b3f420f-4cfd-47d9-bcb2-dfdb6a25dfc9} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
12838 2025.03.20 17:13:12.767959 [ 256 ] {2b3f420f-4cfd-47d9-bcb2-dfdb6a25dfc9} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12839 2025.03.20 17:13:12.768486 [ 256 ] {2b3f420f-4cfd-47d9-bcb2-dfdb6a25dfc9} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.002828 sec., 9547.383309759549 rows/sec., 717.92 KiB/sec.
12840 2025.03.20 17:13:12.768550 [ 256 ] {2b3f420f-4cfd-47d9-bcb2-dfdb6a25dfc9} <Debug> TCPHandler: Processed in 0.003105813 sec.
12841 2025.03.20 17:13:12.768896 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12842 2025.03.20 17:13:12.769361 [ 256 ] {9517be0e-14f7-4010-ab56-b56224f37523} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12843 2025.03.20 17:13:12.769520 [ 256 ] {9517be0e-14f7-4010-ab56-b56224f37523} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12844 2025.03.20 17:13:12.770065 [ 220 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
12845 2025.03.20 17:13:12.771880 [ 256 ] {9517be0e-14f7-4010-ab56-b56224f37523} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12846 2025.03.20 17:13:12.771926 [ 256 ] {9517be0e-14f7-4010-ab56-b56224f37523} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
12847 2025.03.20 17:13:12.772295 [ 256 ] {9517be0e-14f7-4010-ab56-b56224f37523} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
12848 2025.03.20 17:13:12.772544 [ 256 ] {9517be0e-14f7-4010-ab56-b56224f37523} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12849 2025.03.20 17:13:12.772750 [ 256 ] {9517be0e-14f7-4010-ab56-b56224f37523} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.003606 sec., 25235.718247365505 rows/sec., 1.97 MiB/sec.
12850 2025.03.20 17:13:12.772804 [ 256 ] {9517be0e-14f7-4010-ab56-b56224f37523} <Debug> TCPHandler: Processed in 0.004042962 sec.
12851 2025.03.20 17:13:12.772909 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12852 2025.03.20 17:13:12.773016 [ 256 ] {6cb858ae-57c7-48e0-9cc0-f41985881afb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12853 2025.03.20 17:13:12.773066 [ 256 ] {6cb858ae-57c7-48e0-9cc0-f41985881afb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12854 2025.03.20 17:13:12.773594 [ 256 ] {6cb858ae-57c7-48e0-9cc0-f41985881afb} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12855 2025.03.20 17:13:12.773634 [ 256 ] {6cb858ae-57c7-48e0-9cc0-f41985881afb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
12856 2025.03.20 17:13:12.774029 [ 256 ] {6cb858ae-57c7-48e0-9cc0-f41985881afb} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
12857 2025.03.20 17:13:12.774281 [ 256 ] {6cb858ae-57c7-48e0-9cc0-f41985881afb} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12858 2025.03.20 17:13:12.774488 [ 256 ] {6cb858ae-57c7-48e0-9cc0-f41985881afb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001499 sec., 106737.82521681121 rows/sec., 7.43 MiB/sec.
12859 2025.03.20 17:13:12.774539 [ 256 ] {6cb858ae-57c7-48e0-9cc0-f41985881afb} <Debug> TCPHandler: Processed in 0.001680068 sec.
12860 2025.03.20 17:13:12.774646 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12861 2025.03.20 17:13:12.774748 [ 256 ] {2165a9ca-2fe5-4dde-a4c8-d4b36a7a57d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12862 2025.03.20 17:13:12.774814 [ 256 ] {2165a9ca-2fe5-4dde-a4c8-d4b36a7a57d4} <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
12863 2025.03.20 17:13:12.775962 [ 256 ] {2165a9ca-2fe5-4dde-a4c8-d4b36a7a57d4} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12864 2025.03.20 17:13:12.776003 [ 256 ] {2165a9ca-2fe5-4dde-a4c8-d4b36a7a57d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
12865 2025.03.20 17:13:12.776683 [ 256 ] {2165a9ca-2fe5-4dde-a4c8-d4b36a7a57d4} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
12866 2025.03.20 17:13:12.776951 [ 256 ] {2165a9ca-2fe5-4dde-a4c8-d4b36a7a57d4} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12867 2025.03.20 17:13:12.777195 [ 256 ] {2165a9ca-2fe5-4dde-a4c8-d4b36a7a57d4} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002469 sec., 10935.601458080195 rows/sec., 19.60 MiB/sec.
12868 2025.03.20 17:13:12.777287 [ 256 ] {2165a9ca-2fe5-4dde-a4c8-d4b36a7a57d4} <Debug> TCPHandler: Processed in 0.002690688 sec.
12869 2025.03.20 17:13:12.777435 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12870 2025.03.20 17:13:12.777569 [ 256 ] {f2239d2b-418a-4dbd-ac3d-b999c3f8a4e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12871 2025.03.20 17:13:12.777624 [ 256 ] {f2239d2b-418a-4dbd-ac3d-b999c3f8a4e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12872 2025.03.20 17:13:12.778171 [ 256 ] {f2239d2b-418a-4dbd-ac3d-b999c3f8a4e1} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12873 2025.03.20 17:13:12.778217 [ 256 ] {f2239d2b-418a-4dbd-ac3d-b999c3f8a4e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
12874 2025.03.20 17:13:12.778628 [ 256 ] {f2239d2b-418a-4dbd-ac3d-b999c3f8a4e1} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
12875 2025.03.20 17:13:12.778874 [ 256 ] {f2239d2b-418a-4dbd-ac3d-b999c3f8a4e1} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12876 2025.03.20 17:13:12.779104 [ 256 ] {f2239d2b-418a-4dbd-ac3d-b999c3f8a4e1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001559 sec., 38486.20910840282 rows/sec., 2.59 MiB/sec.
12877 2025.03.20 17:13:12.779143 [ 224 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
12878 2025.03.20 17:13:12.779180 [ 256 ] {f2239d2b-418a-4dbd-ac3d-b999c3f8a4e1} <Debug> TCPHandler: Processed in 0.001802008 sec.
12879 2025.03.20 17:13:12.779208 [ 224 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
12880 2025.03.20 17:13:12.781252 [ 224 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
12881 2025.03.20 17:13:13.108627 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
12882 2025.03.20 17:13:13.108678 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
12883 2025.03.20 17:13:13.110733 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
12884 2025.03.20 17:13:13.565312 [ 225 ] {} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
12885 2025.03.20 17:13:13.565365 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
12886 2025.03.20 17:13:13.567445 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
12887 2025.03.20 17:13:14.734947 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 558
12888 2025.03.20 17:13:14.758447 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12889 2025.03.20 17:13:14.758504 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
12890 2025.03.20 17:13:14.766012 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
12891 2025.03.20 17:13:14.766829 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12892 2025.03.20 17:13:14.769928 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558
12893 2025.03.20 17:13:15.027098 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12894 2025.03.20 17:13:15.027299 [ 256 ] {b5604d5f-d696-4962-a883-c7a5ccc3cf25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12895 2025.03.20 17:13:15.027374 [ 256 ] {b5604d5f-d696-4962-a883-c7a5ccc3cf25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12896 2025.03.20 17:13:15.028204 [ 256 ] {b5604d5f-d696-4962-a883-c7a5ccc3cf25} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12897 2025.03.20 17:13:15.028253 [ 256 ] {b5604d5f-d696-4962-a883-c7a5ccc3cf25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
12898 2025.03.20 17:13:15.028726 [ 256 ] {b5604d5f-d696-4962-a883-c7a5ccc3cf25} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
12899 2025.03.20 17:13:15.029006 [ 256 ] {b5604d5f-d696-4962-a883-c7a5ccc3cf25} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12900 2025.03.20 17:13:15.029260 [ 256 ] {b5604d5f-d696-4962-a883-c7a5ccc3cf25} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002018 sec., 11892.963330029734 rows/sec., 1010.44 KiB/sec.
12901 2025.03.20 17:13:15.029494 [ 256 ] {b5604d5f-d696-4962-a883-c7a5ccc3cf25} <Debug> TCPHandler: Processed in 0.002530356 sec.
12902 2025.03.20 17:13:15.029640 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12903 2025.03.20 17:13:15.029753 [ 256 ] {3226b750-eca5-479a-bfb7-f2d5d2f3e1db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
12904 2025.03.20 17:13:15.029805 [ 256 ] {3226b750-eca5-479a-bfb7-f2d5d2f3e1db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12905 2025.03.20 17:13:15.030385 [ 256 ] {3226b750-eca5-479a-bfb7-f2d5d2f3e1db} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12906 2025.03.20 17:13:15.030426 [ 256 ] {3226b750-eca5-479a-bfb7-f2d5d2f3e1db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
12907 2025.03.20 17:13:15.030798 [ 256 ] {3226b750-eca5-479a-bfb7-f2d5d2f3e1db} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
12908 2025.03.20 17:13:15.031046 [ 256 ] {3226b750-eca5-479a-bfb7-f2d5d2f3e1db} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12909 2025.03.20 17:13:15.031276 [ 256 ] {3226b750-eca5-479a-bfb7-f2d5d2f3e1db} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001548 sec., 9043.927648578812 rows/sec., 737.47 KiB/sec.
12910 2025.03.20 17:13:15.031482 [ 256 ] {3226b750-eca5-479a-bfb7-f2d5d2f3e1db} <Debug> TCPHandler: Processed in 0.00189341 sec.
12911 2025.03.20 17:13:15.031627 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12912 2025.03.20 17:13:15.031734 [ 256 ] {603d9cf1-75f1-45cb-aab4-fc5fc45fee35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12913 2025.03.20 17:13:15.031780 [ 256 ] {603d9cf1-75f1-45cb-aab4-fc5fc45fee35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12914 2025.03.20 17:13:15.033070 [ 256 ] {603d9cf1-75f1-45cb-aab4-fc5fc45fee35} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12915 2025.03.20 17:13:15.033109 [ 256 ] {603d9cf1-75f1-45cb-aab4-fc5fc45fee35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
12916 2025.03.20 17:13:15.033561 [ 256 ] {603d9cf1-75f1-45cb-aab4-fc5fc45fee35} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
12917 2025.03.20 17:13:15.033803 [ 256 ] {603d9cf1-75f1-45cb-aab4-fc5fc45fee35} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12918 2025.03.20 17:13:15.033986 [ 256 ] {603d9cf1-75f1-45cb-aab4-fc5fc45fee35} <Debug> executeQuery: Read 1347 rows, 115.31 KiB in 0.002276 sec., 591827.7680140598 rows/sec., 49.48 MiB/sec.
12919 2025.03.20 17:13:15.034045 [ 256 ] {603d9cf1-75f1-45cb-aab4-fc5fc45fee35} <Debug> TCPHandler: Processed in 0.002468716 sec.
12920 2025.03.20 17:13:15.034164 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12921 2025.03.20 17:13:15.034272 [ 256 ] {a354a4e0-aba1-418e-8c49-0c916492d20d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12922 2025.03.20 17:13:15.034320 [ 256 ] {a354a4e0-aba1-418e-8c49-0c916492d20d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12923 2025.03.20 17:13:15.034873 [ 256 ] {a354a4e0-aba1-418e-8c49-0c916492d20d} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12924 2025.03.20 17:13:15.034911 [ 256 ] {a354a4e0-aba1-418e-8c49-0c916492d20d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
12925 2025.03.20 17:13:15.035270 [ 256 ] {a354a4e0-aba1-418e-8c49-0c916492d20d} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
12926 2025.03.20 17:13:15.035508 [ 256 ] {a354a4e0-aba1-418e-8c49-0c916492d20d} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12927 2025.03.20 17:13:15.035680 [ 256 ] {a354a4e0-aba1-418e-8c49-0c916492d20d} <Debug> executeQuery: Read 38 rows, 2.84 KiB in 0.00143 sec., 26573.426573426572 rows/sec., 1.94 MiB/sec.
12928 2025.03.20 17:13:15.035730 [ 256 ] {a354a4e0-aba1-418e-8c49-0c916492d20d} <Debug> TCPHandler: Processed in 0.001616168 sec.
12929 2025.03.20 17:13:15.035831 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12930 2025.03.20 17:13:15.035932 [ 256 ] {6a9c0477-766d-4aba-8bc9-aadc6fb3b980} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12931 2025.03.20 17:13:15.035976 [ 256 ] {6a9c0477-766d-4aba-8bc9-aadc6fb3b980} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12932 2025.03.20 17:13:15.036588 [ 256 ] {6a9c0477-766d-4aba-8bc9-aadc6fb3b980} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12933 2025.03.20 17:13:15.036625 [ 256 ] {6a9c0477-766d-4aba-8bc9-aadc6fb3b980} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
12934 2025.03.20 17:13:15.036985 [ 256 ] {6a9c0477-766d-4aba-8bc9-aadc6fb3b980} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
12935 2025.03.20 17:13:15.037208 [ 256 ] {6a9c0477-766d-4aba-8bc9-aadc6fb3b980} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12936 2025.03.20 17:13:15.037411 [ 256 ] {6a9c0477-766d-4aba-8bc9-aadc6fb3b980} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001525 sec., 165245.90163934426 rows/sec., 11.43 MiB/sec.
12937 2025.03.20 17:13:15.037600 [ 256 ] {6a9c0477-766d-4aba-8bc9-aadc6fb3b980} <Debug> TCPHandler: Processed in 0.001852459 sec.
12938 2025.03.20 17:13:15.037729 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12939 2025.03.20 17:13:15.037825 [ 256 ] {6a9adea9-a5d1-4cdc-8225-5d7c94de8642} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12940 2025.03.20 17:13:15.037866 [ 256 ] {6a9adea9-a5d1-4cdc-8225-5d7c94de8642} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12941 2025.03.20 17:13:15.038461 [ 256 ] {6a9adea9-a5d1-4cdc-8225-5d7c94de8642} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12942 2025.03.20 17:13:15.038499 [ 256 ] {6a9adea9-a5d1-4cdc-8225-5d7c94de8642} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
12943 2025.03.20 17:13:15.038843 [ 256 ] {6a9adea9-a5d1-4cdc-8225-5d7c94de8642} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
12944 2025.03.20 17:13:15.039078 [ 256 ] {6a9adea9-a5d1-4cdc-8225-5d7c94de8642} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12945 2025.03.20 17:13:15.039311 [ 256 ] {6a9adea9-a5d1-4cdc-8225-5d7c94de8642} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001438 sec., 8344.923504867871 rows/sec., 651.95 KiB/sec.
12946 2025.03.20 17:13:15.039506 [ 256 ] {6a9adea9-a5d1-4cdc-8225-5d7c94de8642} <Debug> TCPHandler: Processed in 0.001775199 sec.
12947 2025.03.20 17:13:15.039655 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12948 2025.03.20 17:13:15.039760 [ 256 ] {af3ec4ae-8348-4f23-ba02-881662a776d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12949 2025.03.20 17:13:15.039804 [ 256 ] {af3ec4ae-8348-4f23-ba02-881662a776d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12950 2025.03.20 17:13:15.040575 [ 256 ] {af3ec4ae-8348-4f23-ba02-881662a776d8} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12951 2025.03.20 17:13:15.040613 [ 256 ] {af3ec4ae-8348-4f23-ba02-881662a776d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
12952 2025.03.20 17:13:15.040989 [ 256 ] {af3ec4ae-8348-4f23-ba02-881662a776d8} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
12953 2025.03.20 17:13:15.041226 [ 256 ] {af3ec4ae-8348-4f23-ba02-881662a776d8} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12954 2025.03.20 17:13:15.041397 [ 256 ] {af3ec4ae-8348-4f23-ba02-881662a776d8} <Debug> executeQuery: Read 582 rows, 44.76 KiB in 0.00166 sec., 350602.4096385542 rows/sec., 26.33 MiB/sec.
12955 2025.03.20 17:13:15.041447 [ 256 ] {af3ec4ae-8348-4f23-ba02-881662a776d8} <Debug> TCPHandler: Processed in 0.001840629 sec.
12956 2025.03.20 17:13:15.041549 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12957 2025.03.20 17:13:15.041649 [ 256 ] {6df84f0a-50a8-49e2-ade2-007f71244925} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12958 2025.03.20 17:13:15.041698 [ 256 ] {6df84f0a-50a8-49e2-ade2-007f71244925} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12959 2025.03.20 17:13:15.042449 [ 256 ] {6df84f0a-50a8-49e2-ade2-007f71244925} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12960 2025.03.20 17:13:15.042486 [ 256 ] {6df84f0a-50a8-49e2-ade2-007f71244925} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
12961 2025.03.20 17:13:15.042928 [ 256 ] {6df84f0a-50a8-49e2-ade2-007f71244925} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
12962 2025.03.20 17:13:15.043171 [ 256 ] {6df84f0a-50a8-49e2-ade2-007f71244925} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12963 2025.03.20 17:13:15.043383 [ 256 ] {6df84f0a-50a8-49e2-ade2-007f71244925} <Debug> executeQuery: Read 983 rows, 68.01 KiB in 0.001755 sec., 560113.9601139601 rows/sec., 37.84 MiB/sec.
12964 2025.03.20 17:13:15.043435 [ 256 ] {6df84f0a-50a8-49e2-ade2-007f71244925} <Debug> TCPHandler: Processed in 0.00193459 sec.
12965 2025.03.20 17:13:15.043547 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12966 2025.03.20 17:13:15.043652 [ 256 ] {b7dc6a2c-a26a-4b35-bbdc-06cf5f9f7a18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12967 2025.03.20 17:13:15.043719 [ 256 ] {b7dc6a2c-a26a-4b35-bbdc-06cf5f9f7a18} <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
12968 2025.03.20 17:13:15.044844 [ 256 ] {b7dc6a2c-a26a-4b35-bbdc-06cf5f9f7a18} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12969 2025.03.20 17:13:15.044884 [ 256 ] {b7dc6a2c-a26a-4b35-bbdc-06cf5f9f7a18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
12970 2025.03.20 17:13:15.045518 [ 256 ] {b7dc6a2c-a26a-4b35-bbdc-06cf5f9f7a18} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
12971 2025.03.20 17:13:15.045772 [ 256 ] {b7dc6a2c-a26a-4b35-bbdc-06cf5f9f7a18} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12972 2025.03.20 17:13:15.046031 [ 256 ] {b7dc6a2c-a26a-4b35-bbdc-06cf5f9f7a18} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.0024 sec., 5000 rows/sec., 8.96 MiB/sec.
12973 2025.03.20 17:13:15.046178 [ 256 ] {b7dc6a2c-a26a-4b35-bbdc-06cf5f9f7a18} <Debug> TCPHandler: Processed in 0.002679668 sec.
12974 2025.03.20 17:13:15.046490 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12975 2025.03.20 17:13:15.046666 [ 256 ] {31e25dcc-a39e-40cf-a473-ba252726e002} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12976 2025.03.20 17:13:15.046713 [ 256 ] {31e25dcc-a39e-40cf-a473-ba252726e002} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12977 2025.03.20 17:13:15.047161 [ 256 ] {31e25dcc-a39e-40cf-a473-ba252726e002} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12978 2025.03.20 17:13:15.047198 [ 256 ] {31e25dcc-a39e-40cf-a473-ba252726e002} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
12979 2025.03.20 17:13:15.047555 [ 256 ] {31e25dcc-a39e-40cf-a473-ba252726e002} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
12980 2025.03.20 17:13:15.047787 [ 256 ] {31e25dcc-a39e-40cf-a473-ba252726e002} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12981 2025.03.20 17:13:15.047991 [ 256 ] {31e25dcc-a39e-40cf-a473-ba252726e002} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.001356 sec., 25073.746312684365 rows/sec., 1.70 MiB/sec.
12982 2025.03.20 17:13:15.048040 [ 256 ] {31e25dcc-a39e-40cf-a473-ba252726e002} <Debug> TCPHandler: Processed in 0.001650227 sec.
12983 2025.03.20 17:13:17.531334 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1770
12984 2025.03.20 17:13:17.534697 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12985 2025.03.20 17:13:17.534747 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
12986 2025.03.20 17:13:17.536248 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
12987 2025.03.20 17:13:17.536559 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12988 2025.03.20 17:13:17.536790 [ 124 ] {} <Debug> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
12989 2025.03.20 17:13:17.536914 [ 124 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12990 2025.03.20 17:13:17.536980 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
12991 2025.03.20 17:13:17.537446 [ 187 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::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
12992 2025.03.20 17:13:17.537925 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1770
12993 2025.03.20 17:13:17.538482 [ 187 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12994 2025.03.20 17:13:17.538691 [ 187 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1614 rows starting from the beginning of the part
12995 2025.03.20 17:13:17.539437 [ 187 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 24 rows starting from the beginning of the part
12996 2025.03.20 17:13:17.540178 [ 187 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 42 rows starting from the beginning of the part
12997 2025.03.20 17:13:17.540830 [ 187 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 20 rows starting from the beginning of the part
12998 2025.03.20 17:13:17.541488 [ 187 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 26 rows starting from the beginning of the part
12999 2025.03.20 17:13:17.542113 [ 187 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 44 rows starting from the beginning of the part
13000 2025.03.20 17:13:17.551357 [ 188 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1770 rows, containing 72 columns (72 merged, 0 gathered) in 0.014203558 sec., 124616.66295163508 rows/sec., 94.79 MiB/sec.
13001 2025.03.20 17:13:17.553356 [ 188 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
13002 2025.03.20 17:13:17.554264 [ 188 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_56_11} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13003 2025.03.20 17:13:17.554365 [ 188 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_56_11} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
13004 2025.03.20 17:13:17.554774 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB.
13005 2025.03.20 17:13:17.756809 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13006 2025.03.20 17:13:17.757027 [ 256 ] {ebc6e3a9-4d3d-42bd-80a6-92737489d51c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13007 2025.03.20 17:13:17.757113 [ 256 ] {ebc6e3a9-4d3d-42bd-80a6-92737489d51c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13008 2025.03.20 17:13:17.757995 [ 256 ] {ebc6e3a9-4d3d-42bd-80a6-92737489d51c} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13009 2025.03.20 17:13:17.758046 [ 256 ] {ebc6e3a9-4d3d-42bd-80a6-92737489d51c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13010 2025.03.20 17:13:17.758493 [ 256 ] {ebc6e3a9-4d3d-42bd-80a6-92737489d51c} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
13011 2025.03.20 17:13:17.758770 [ 256 ] {ebc6e3a9-4d3d-42bd-80a6-92737489d51c} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13012 2025.03.20 17:13:17.759027 [ 256 ] {ebc6e3a9-4d3d-42bd-80a6-92737489d51c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002058 sec., 27210.884353741498 rows/sec., 2.09 MiB/sec.
13013 2025.03.20 17:13:17.759100 [ 256 ] {ebc6e3a9-4d3d-42bd-80a6-92737489d51c} <Debug> TCPHandler: Processed in 0.002438045 sec.
13014 2025.03.20 17:13:17.759219 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13015 2025.03.20 17:13:17.759386 [ 256 ] {4a0553cb-19ac-4fad-bb49-89a7faf85b33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13016 2025.03.20 17:13:17.759462 [ 256 ] {4a0553cb-19ac-4fad-bb49-89a7faf85b33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13017 2025.03.20 17:13:17.760163 [ 256 ] {4a0553cb-19ac-4fad-bb49-89a7faf85b33} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13018 2025.03.20 17:13:17.760205 [ 256 ] {4a0553cb-19ac-4fad-bb49-89a7faf85b33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13019 2025.03.20 17:13:17.760576 [ 256 ] {4a0553cb-19ac-4fad-bb49-89a7faf85b33} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
13020 2025.03.20 17:13:17.760828 [ 256 ] {4a0553cb-19ac-4fad-bb49-89a7faf85b33} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13021 2025.03.20 17:13:17.761077 [ 256 ] {4a0553cb-19ac-4fad-bb49-89a7faf85b33} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001742 sec., 36739.38002296211 rows/sec., 2.87 MiB/sec.
13022 2025.03.20 17:13:17.761133 [ 256 ] {4a0553cb-19ac-4fad-bb49-89a7faf85b33} <Debug> TCPHandler: Processed in 0.00196624 sec.
13023 2025.03.20 17:13:17.761251 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13024 2025.03.20 17:13:17.761359 [ 256 ] {3ea5816c-6ec5-4e95-8532-a08782483778} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13025 2025.03.20 17:13:17.761410 [ 256 ] {3ea5816c-6ec5-4e95-8532-a08782483778} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13026 2025.03.20 17:13:17.761911 [ 256 ] {3ea5816c-6ec5-4e95-8532-a08782483778} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13027 2025.03.20 17:13:17.761951 [ 256 ] {3ea5816c-6ec5-4e95-8532-a08782483778} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13028 2025.03.20 17:13:17.762334 [ 256 ] {3ea5816c-6ec5-4e95-8532-a08782483778} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
13029 2025.03.20 17:13:17.762573 [ 256 ] {3ea5816c-6ec5-4e95-8532-a08782483778} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13030 2025.03.20 17:13:17.762765 [ 124 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Selected 5 parts from all_1_125_25 to all_129_129_0
13031 2025.03.20 17:13:17.762821 [ 256 ] {3ea5816c-6ec5-4e95-8532-a08782483778} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.001485 sec., 44444.444444444445 rows/sec., 3.10 MiB/sec.
13032 2025.03.20 17:13:17.762901 [ 124 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13033 2025.03.20 17:13:17.762931 [ 256 ] {3ea5816c-6ec5-4e95-8532-a08782483778} <Debug> TCPHandler: Processed in 0.001731258 sec.
13034 2025.03.20 17:13:17.762970 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13035 2025.03.20 17:13:17.763122 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13036 2025.03.20 17:13:17.763200 [ 186 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_129_26} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_125_25 to all_129_129_0 into Compact with storage Full
13037 2025.03.20 17:13:17.763302 [ 256 ] {72412b86-78a4-4598-86ab-2d5b2ad645f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13038 2025.03.20 17:13:17.763420 [ 256 ] {72412b86-78a4-4598-86ab-2d5b2ad645f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13039 2025.03.20 17:13:17.763570 [ 186 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_129_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13040 2025.03.20 17:13:17.763677 [ 186 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_125_25, total 33321 rows starting from the beginning of the part
13041 2025.03.20 17:13:17.764088 [ 186 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 162 rows starting from the beginning of the part
13042 2025.03.20 17:13:17.764441 [ 186 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 160 rows starting from the beginning of the part
13043 2025.03.20 17:13:17.764771 [ 186 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 160 rows starting from the beginning of the part
13044 2025.03.20 17:13:17.765128 [ 186 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 983 rows starting from the beginning of the part
13045 2025.03.20 17:13:17.765853 [ 256 ] {72412b86-78a4-4598-86ab-2d5b2ad645f8} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13046 2025.03.20 17:13:17.765912 [ 256 ] {72412b86-78a4-4598-86ab-2d5b2ad645f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13047 2025.03.20 17:13:17.766699 [ 256 ] {72412b86-78a4-4598-86ab-2d5b2ad645f8} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
13048 2025.03.20 17:13:17.767017 [ 256 ] {72412b86-78a4-4598-86ab-2d5b2ad645f8} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13049 2025.03.20 17:13:17.767272 [ 256 ] {72412b86-78a4-4598-86ab-2d5b2ad645f8} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.004036 sec., 6442.021803766105 rows/sec., 441.58 KiB/sec.
13050 2025.03.20 17:13:17.767416 [ 256 ] {72412b86-78a4-4598-86ab-2d5b2ad645f8} <Debug> TCPHandler: Processed in 0.004377106 sec.
13051 2025.03.20 17:13:17.773320 [ 188 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_129_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34786 rows, containing 5 columns (5 merged, 0 gathered) in 0.010215206 sec., 3405315.565833915 rows/sec., 233.35 MiB/sec.
13052 2025.03.20 17:13:17.773594 [ 202 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_129_26} <Trace> MergedBlockOutputStream: filled checksums all_1_129_26 (state Temporary)
13053 2025.03.20 17:13:17.773901 [ 202 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_129_26} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_merge_all_1_129_26 to all_1_129_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13054 2025.03.20 17:13:17.773987 [ 202 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_129_26} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Merged 5 parts: [all_1_125_25, all_129_129_0] -> all_1_129_26
13055 2025.03.20 17:13:17.774080 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB.
13056 2025.03.20 17:13:19.741533 [ 225 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13057 2025.03.20 17:13:19.741608 [ 225 ] {} <Debug> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13058 2025.03.20 17:13:19.743605 [ 225 ] {} <Debug> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13059 2025.03.20 17:13:19.845963 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34343
13060 2025.03.20 17:13:19.846617 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13061 2025.03.20 17:13:19.846665 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13062 2025.03.20 17:13:19.847202 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
13063 2025.03.20 17:13:19.847468 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13064 2025.03.20 17:13:19.847745 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34343
13065 2025.03.20 17:13:21.788103 [ 224 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13066 2025.03.20 17:13:21.788167 [ 224 ] {} <Debug> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13067 2025.03.20 17:13:21.790117 [ 224 ] {} <Debug> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13068 2025.03.20 17:13:22.000245 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 260.34 MiB, peak 278.78 MiB, free memory in arenas 0.00 B, will set to 264.34 MiB (RSS), difference: 4.00 MiB
13069 2025.03.20 17:13:22.270130 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566
13070 2025.03.20 17:13:22.292251 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13071 2025.03.20 17:13:22.292302 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13072 2025.03.20 17:13:22.299854 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
13073 2025.03.20 17:13:22.300620 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13074 2025.03.20 17:13:22.303513 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566
13075 2025.03.20 17:13:22.763201 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13076 2025.03.20 17:13:22.763516 [ 256 ] {a0ae2d8f-27fc-4841-83eb-0f744d01d4ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13077 2025.03.20 17:13:22.763636 [ 256 ] {a0ae2d8f-27fc-4841-83eb-0f744d01d4ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13078 2025.03.20 17:13:22.764618 [ 256 ] {a0ae2d8f-27fc-4841-83eb-0f744d01d4ae} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13079 2025.03.20 17:13:22.764670 [ 256 ] {a0ae2d8f-27fc-4841-83eb-0f744d01d4ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13080 2025.03.20 17:13:22.765128 [ 256 ] {a0ae2d8f-27fc-4841-83eb-0f744d01d4ae} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
13081 2025.03.20 17:13:22.765390 [ 256 ] {a0ae2d8f-27fc-4841-83eb-0f744d01d4ae} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13082 2025.03.20 17:13:22.765627 [ 120 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0
13083 2025.03.20 17:13:22.765651 [ 256 ] {a0ae2d8f-27fc-4841-83eb-0f744d01d4ae} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002212 sec., 49728.75226039783 rows/sec., 4.18 MiB/sec.
13084 2025.03.20 17:13:22.765744 [ 120 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13085 2025.03.20 17:13:22.765842 [ 256 ] {a0ae2d8f-27fc-4841-83eb-0f744d01d4ae} <Debug> TCPHandler: Processed in 0.002829169 sec.
13086 2025.03.20 17:13:22.765847 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13087 2025.03.20 17:13:22.766102 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13088 2025.03.20 17:13:22.766133 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full
13089 2025.03.20 17:13:22.766384 [ 256 ] {b0f5c8b9-e294-4374-bf12-28d7d6f8a54f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13090 2025.03.20 17:13:22.766602 [ 256 ] {b0f5c8b9-e294-4374-bf12-28d7d6f8a54f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13091 2025.03.20 17:13:22.766656 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13092 2025.03.20 17:13:22.766810 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1404 rows starting from the beginning of the part
13093 2025.03.20 17:13:22.767273 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 80 rows starting from the beginning of the part
13094 2025.03.20 17:13:22.767791 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 110 rows starting from the beginning of the part
13095 2025.03.20 17:13:22.768175 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 1347 rows starting from the beginning of the part
13096 2025.03.20 17:13:22.768516 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 56 rows starting from the beginning of the part
13097 2025.03.20 17:13:22.768857 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 110 rows starting from the beginning of the part
13098 2025.03.20 17:13:22.771822 [ 256 ] {b0f5c8b9-e294-4374-bf12-28d7d6f8a54f} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13099 2025.03.20 17:13:22.771928 [ 256 ] {b0f5c8b9-e294-4374-bf12-28d7d6f8a54f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13100 2025.03.20 17:13:22.772778 [ 256 ] {b0f5c8b9-e294-4374-bf12-28d7d6f8a54f} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
13101 2025.03.20 17:13:22.773069 [ 256 ] {b0f5c8b9-e294-4374-bf12-28d7d6f8a54f} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13102 2025.03.20 17:13:22.773482 [ 256 ] {b0f5c8b9-e294-4374-bf12-28d7d6f8a54f} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.007216 sec., 3741.6851441241683 rows/sec., 281.36 KiB/sec.
13103 2025.03.20 17:13:22.773762 [ 256 ] {b0f5c8b9-e294-4374-bf12-28d7d6f8a54f} <Debug> TCPHandler: Processed in 0.007770391 sec.
13104 2025.03.20 17:13:22.773844 [ 188 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3107 rows, containing 5 columns (5 merged, 0 gathered) in 0.007849332 sec., 395829.8617003332 rows/sec., 34.61 MiB/sec.
13105 2025.03.20 17:13:22.773921 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13106 2025.03.20 17:13:22.774055 [ 256 ] {6df80284-00bb-48a5-bc35-e237fdc41f48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13107 2025.03.20 17:13:22.774107 [ 256 ] {6df80284-00bb-48a5-bc35-e237fdc41f48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13108 2025.03.20 17:13:22.774390 [ 188 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary)
13109 2025.03.20 17:13:22.775267 [ 188 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_131_26} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13110 2025.03.20 17:13:22.775458 [ 256 ] {6df80284-00bb-48a5-bc35-e237fdc41f48} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13111 2025.03.20 17:13:22.775476 [ 188 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_131_26} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26
13112 2025.03.20 17:13:22.775517 [ 256 ] {6df80284-00bb-48a5-bc35-e237fdc41f48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13113 2025.03.20 17:13:22.775666 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
13114 2025.03.20 17:13:22.776016 [ 256 ] {6df80284-00bb-48a5-bc35-e237fdc41f48} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
13115 2025.03.20 17:13:22.776277 [ 256 ] {6df80284-00bb-48a5-bc35-e237fdc41f48} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13116 2025.03.20 17:13:22.776423 [ 97 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0
13117 2025.03.20 17:13:22.776468 [ 256 ] {6df80284-00bb-48a5-bc35-e237fdc41f48} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.002442 sec., 37264.53726453726 rows/sec., 2.91 MiB/sec.
13118 2025.03.20 17:13:22.776474 [ 97 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13119 2025.03.20 17:13:22.776519 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13120 2025.03.20 17:13:22.776545 [ 256 ] {6df80284-00bb-48a5-bc35-e237fdc41f48} <Debug> TCPHandler: Processed in 0.002685168 sec.
13121 2025.03.20 17:13:22.776739 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full
13122 2025.03.20 17:13:22.776761 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13123 2025.03.20 17:13:22.777002 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13124 2025.03.20 17:13:22.777012 [ 256 ] {a10402b6-f6ce-4755-89c6-3fd1acb7abfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13125 2025.03.20 17:13:22.777062 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 631 rows starting from the beginning of the part
13126 2025.03.20 17:13:22.777135 [ 256 ] {a10402b6-f6ce-4755-89c6-3fd1acb7abfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13127 2025.03.20 17:13:22.777339 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 76 rows starting from the beginning of the part
13128 2025.03.20 17:13:22.777730 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 91 rows starting from the beginning of the part
13129 2025.03.20 17:13:22.778129 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 582 rows starting from the beginning of the part
13130 2025.03.20 17:13:22.778499 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 64 rows starting from the beginning of the part
13131 2025.03.20 17:13:22.778793 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 91 rows starting from the beginning of the part
13132 2025.03.20 17:13:22.779846 [ 256 ] {a10402b6-f6ce-4755-89c6-3fd1acb7abfa} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13133 2025.03.20 17:13:22.779922 [ 256 ] {a10402b6-f6ce-4755-89c6-3fd1acb7abfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13134 2025.03.20 17:13:22.781074 [ 256 ] {a10402b6-f6ce-4755-89c6-3fd1acb7abfa} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
13135 2025.03.20 17:13:22.781491 [ 256 ] {a10402b6-f6ce-4755-89c6-3fd1acb7abfa} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13136 2025.03.20 17:13:22.782030 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1535 rows, containing 5 columns (5 merged, 0 gathered) in 0.005401936 sec., 284157.3835750738 rows/sec., 22.63 MiB/sec.
13137 2025.03.20 17:13:22.782049 [ 256 ] {a10402b6-f6ce-4755-89c6-3fd1acb7abfa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005121 sec., 31243.897676235112 rows/sec., 2.18 MiB/sec.
13138 2025.03.20 17:13:22.782174 [ 256 ] {a10402b6-f6ce-4755-89c6-3fd1acb7abfa} <Debug> TCPHandler: Processed in 0.005484877 sec.
13139 2025.03.20 17:13:22.782272 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary)
13140 2025.03.20 17:13:22.782336 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13141 2025.03.20 17:13:22.782533 [ 256 ] {b1048b28-7598-480b-b243-5cbe2d77a91b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13142 2025.03.20 17:13:22.782684 [ 256 ] {b1048b28-7598-480b-b243-5cbe2d77a91b} <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
13143 2025.03.20 17:13:22.782812 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_131_26} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13144 2025.03.20 17:13:22.783114 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_131_26} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26
13145 2025.03.20 17:13:22.783303 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
13146 2025.03.20 17:13:22.784301 [ 256 ] {b1048b28-7598-480b-b243-5cbe2d77a91b} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13147 2025.03.20 17:13:22.784345 [ 256 ] {b1048b28-7598-480b-b243-5cbe2d77a91b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13148 2025.03.20 17:13:22.785016 [ 256 ] {b1048b28-7598-480b-b243-5cbe2d77a91b} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
13149 2025.03.20 17:13:22.785277 [ 256 ] {b1048b28-7598-480b-b243-5cbe2d77a91b} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13150 2025.03.20 17:13:22.785473 [ 256 ] {b1048b28-7598-480b-b243-5cbe2d77a91b} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.003 sec., 9000 rows/sec., 16.13 MiB/sec.
13151 2025.03.20 17:13:22.785563 [ 256 ] {b1048b28-7598-480b-b243-5cbe2d77a91b} <Debug> TCPHandler: Processed in 0.003300354 sec.
13152 2025.03.20 17:13:22.785706 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13153 2025.03.20 17:13:22.785837 [ 256 ] {65f1d77e-4e42-4558-8370-410e17aedb9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13154 2025.03.20 17:13:22.785885 [ 256 ] {65f1d77e-4e42-4558-8370-410e17aedb9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13155 2025.03.20 17:13:22.786320 [ 256 ] {65f1d77e-4e42-4558-8370-410e17aedb9a} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13156 2025.03.20 17:13:22.786357 [ 256 ] {65f1d77e-4e42-4558-8370-410e17aedb9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13157 2025.03.20 17:13:22.786732 [ 256 ] {65f1d77e-4e42-4558-8370-410e17aedb9a} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
13158 2025.03.20 17:13:22.786971 [ 256 ] {65f1d77e-4e42-4558-8370-410e17aedb9a} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13159 2025.03.20 17:13:22.787128 [ 97 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0
13160 2025.03.20 17:13:22.787153 [ 256 ] {65f1d77e-4e42-4558-8370-410e17aedb9a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001344 sec., 44642.857142857145 rows/sec., 3.01 MiB/sec.
13161 2025.03.20 17:13:22.787177 [ 97 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13162 2025.03.20 17:13:22.787221 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13163 2025.03.20 17:13:22.787228 [ 256 ] {65f1d77e-4e42-4558-8370-410e17aedb9a} <Debug> TCPHandler: Processed in 0.001586577 sec.
13164 2025.03.20 17:13:22.787411 [ 200 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full
13165 2025.03.20 17:13:22.787546 [ 200 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13166 2025.03.20 17:13:22.787578 [ 200 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 6354 rows starting from the beginning of the part
13167 2025.03.20 17:13:22.787691 [ 200 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 60 rows starting from the beginning of the part
13168 2025.03.20 17:13:22.787910 [ 200 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 60 rows starting from the beginning of the part
13169 2025.03.20 17:13:22.788089 [ 200 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 34 rows starting from the beginning of the part
13170 2025.03.20 17:13:22.788246 [ 200 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 26 rows starting from the beginning of the part
13171 2025.03.20 17:13:22.788415 [ 200 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 60 rows starting from the beginning of the part
13172 2025.03.20 17:13:22.790546 [ 191 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6594 rows, containing 4 columns (4 merged, 0 gathered) in 0.003222673 sec., 2046127.546915247 rows/sec., 137.84 MiB/sec.
13173 2025.03.20 17:13:22.791061 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary)
13174 2025.03.20 17:13:22.791450 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_131_26} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13175 2025.03.20 17:13:22.791558 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_131_26} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26
13176 2025.03.20 17:13:22.791674 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB.
13177 2025.03.20 17:13:23.000235 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.40 MiB, peak 278.78 MiB, free memory in arenas 0.00 B, will set to 264.34 MiB (RSS), difference: -1.06 MiB
13178 2025.03.20 17:13:25.085911 [ 222 ] {} <Trace> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
13179 2025.03.20 17:13:25.085999 [ 222 ] {} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
13180 2025.03.20 17:13:25.087993 [ 222 ] {} <Debug> oximeter.timeseries_schema (90e49d8d-5b3c-42ea-a1f1-6c946b50a728): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
13181 2025.03.20 17:13:26.074423 [ 118 ] {} <Debug> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0
13182 2025.03.20 17:13:26.074517 [ 118 ] {} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13183 2025.03.20 17:13:26.074551 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13184 2025.03.20 17:13:26.074866 [ 201 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::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
13185 2025.03.20 17:13:26.075200 [ 201 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13186 2025.03.20 17:13:26.075283 [ 201 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 18 rows starting from the beginning of the part
13187 2025.03.20 17:13:26.075413 [ 201 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::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
13188 2025.03.20 17:13:26.075521 [ 201 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part
13189 2025.03.20 17:13:26.075863 [ 201 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 4 rows starting from the beginning of the part
13190 2025.03.20 17:13:26.076117 [ 201 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part
13191 2025.03.20 17:13:26.077341 [ 199 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002676448 sec., 20175.994452348783 rows/sec., 1.68 MiB/sec.
13192 2025.03.20 17:13:26.077536 [ 199 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary)
13193 2025.03.20 17:13:26.077921 [ 199 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_18_4} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13194 2025.03.20 17:13:26.078018 [ 199 ] {1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1::all_1_18_4} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4
13195 2025.03.20 17:13:26.078123 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
13196 2025.03.20 17:13:27.131679 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache
13197 2025.03.20 17:13:27.131731 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache
13198 2025.03.20 17:13:27.347982 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34831
13199 2025.03.20 17:13:27.348646 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13200 2025.03.20 17:13:27.348693 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13201 2025.03.20 17:13:27.349234 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
13202 2025.03.20 17:13:27.349503 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13203 2025.03.20 17:13:27.349672 [ 116 ] {} <Debug> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
13204 2025.03.20 17:13:27.349714 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831
13205 2025.03.20 17:13:27.349725 [ 116 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13206 2025.03.20 17:13:27.349752 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13207 2025.03.20 17:13:27.349940 [ 191 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::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
13208 2025.03.20 17:13:27.350326 [ 191 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13209 2025.03.20 17:13:27.350445 [ 191 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32513 rows starting from the beginning of the part
13210 2025.03.20 17:13:27.350594 [ 191 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 488 rows starting from the beginning of the part
13211 2025.03.20 17:13:27.350688 [ 191 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 427 rows starting from the beginning of the part
13212 2025.03.20 17:13:27.350891 [ 191 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 488 rows starting from the beginning of the part
13213 2025.03.20 17:13:27.351048 [ 191 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 427 rows starting from the beginning of the part
13214 2025.03.20 17:13:27.351269 [ 191 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 488 rows starting from the beginning of the part
13215 2025.03.20 17:13:27.354418 [ 198 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.004586068 sec., 7594959.342076917 rows/sec., 108.65 MiB/sec.
13216 2025.03.20 17:13:27.354685 [ 195 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
13217 2025.03.20 17:13:27.355011 [ 195 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_76_15} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13218 2025.03.20 17:13:27.355102 [ 195 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_76_15} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
13219 2025.03.20 17:13:27.355202 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB.
13220 2025.03.20 17:13:27.538330 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1790
13221 2025.03.20 17:13:27.541236 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13222 2025.03.20 17:13:27.541295 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13223 2025.03.20 17:13:27.542771 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
13224 2025.03.20 17:13:27.543084 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13225 2025.03.20 17:13:27.543680 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1790
13226 2025.03.20 17:13:27.762451 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13227 2025.03.20 17:13:27.762770 [ 256 ] {6768ef05-c95a-4a9c-983a-844e0b3de996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13228 2025.03.20 17:13:27.762891 [ 256 ] {6768ef05-c95a-4a9c-983a-844e0b3de996} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13229 2025.03.20 17:13:27.763781 [ 256 ] {6768ef05-c95a-4a9c-983a-844e0b3de996} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13230 2025.03.20 17:13:27.763836 [ 256 ] {6768ef05-c95a-4a9c-983a-844e0b3de996} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13231 2025.03.20 17:13:27.764303 [ 256 ] {6768ef05-c95a-4a9c-983a-844e0b3de996} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
13232 2025.03.20 17:13:27.764566 [ 256 ] {6768ef05-c95a-4a9c-983a-844e0b3de996} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13233 2025.03.20 17:13:27.764818 [ 256 ] {6768ef05-c95a-4a9c-983a-844e0b3de996} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.002137 sec., 37435.657463734206 rows/sec., 3.09 MiB/sec.
13234 2025.03.20 17:13:27.764894 [ 256 ] {6768ef05-c95a-4a9c-983a-844e0b3de996} <Debug> TCPHandler: Processed in 0.002645878 sec.
13235 2025.03.20 17:13:27.765028 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13236 2025.03.20 17:13:27.765156 [ 256 ] {c8b02b4a-7f56-4633-a53c-cc1860edec40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13237 2025.03.20 17:13:27.765207 [ 256 ] {c8b02b4a-7f56-4633-a53c-cc1860edec40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13238 2025.03.20 17:13:27.765781 [ 256 ] {c8b02b4a-7f56-4633-a53c-cc1860edec40} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13239 2025.03.20 17:13:27.765823 [ 256 ] {c8b02b4a-7f56-4633-a53c-cc1860edec40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13240 2025.03.20 17:13:27.766207 [ 256 ] {c8b02b4a-7f56-4633-a53c-cc1860edec40} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
13241 2025.03.20 17:13:27.766467 [ 256 ] {c8b02b4a-7f56-4633-a53c-cc1860edec40} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13242 2025.03.20 17:13:27.766662 [ 116 ] {} <Debug> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
13243 2025.03.20 17:13:27.766712 [ 256 ] {c8b02b4a-7f56-4633-a53c-cc1860edec40} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001581 sec., 7590.132827324478 rows/sec., 570.74 KiB/sec.
13244 2025.03.20 17:13:27.766754 [ 116 ] {} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13245 2025.03.20 17:13:27.766828 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13246 2025.03.20 17:13:27.766836 [ 256 ] {c8b02b4a-7f56-4633-a53c-cc1860edec40} <Debug> TCPHandler: Processed in 0.001864699 sec.
13247 2025.03.20 17:13:27.767060 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13248 2025.03.20 17:13:27.767061 [ 192 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::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
13249 2025.03.20 17:13:27.767231 [ 256 ] {8166d537-ae67-4a64-b024-cbc0da57f10b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13250 2025.03.20 17:13:27.767334 [ 256 ] {8166d537-ae67-4a64-b024-cbc0da57f10b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13251 2025.03.20 17:13:27.767355 [ 192 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13252 2025.03.20 17:13:27.767468 [ 192 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 69 rows starting from the beginning of the part
13253 2025.03.20 17:13:27.767831 [ 192 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 12 rows starting from the beginning of the part
13254 2025.03.20 17:13:27.768239 [ 192 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 27 rows starting from the beginning of the part
13255 2025.03.20 17:13:27.768665 [ 192 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 38 rows starting from the beginning of the part
13256 2025.03.20 17:13:27.769037 [ 192 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 27 rows starting from the beginning of the part
13257 2025.03.20 17:13:27.769362 [ 192 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 12 rows starting from the beginning of the part
13258 2025.03.20 17:13:27.770252 [ 256 ] {8166d537-ae67-4a64-b024-cbc0da57f10b} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13259 2025.03.20 17:13:27.770337 [ 256 ] {8166d537-ae67-4a64-b024-cbc0da57f10b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13260 2025.03.20 17:13:27.771332 [ 256 ] {8166d537-ae67-4a64-b024-cbc0da57f10b} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
13261 2025.03.20 17:13:27.771934 [ 256 ] {8166d537-ae67-4a64-b024-cbc0da57f10b} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13262 2025.03.20 17:13:27.772274 [ 196 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.005328866 sec., 34716.57947488265 rows/sec., 2.67 MiB/sec.
13263 2025.03.20 17:13:27.772378 [ 256 ] {8166d537-ae67-4a64-b024-cbc0da57f10b} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.005189 sec., 14646.367315475043 rows/sec., 1.14 MiB/sec.
13264 2025.03.20 17:13:27.772471 [ 256 ] {8166d537-ae67-4a64-b024-cbc0da57f10b} <Debug> TCPHandler: Processed in 0.005496107 sec.
13265 2025.03.20 17:13:27.772523 [ 196 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
13266 2025.03.20 17:13:27.772628 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13267 2025.03.20 17:13:27.772783 [ 256 ] {f64671c8-a697-4ecf-b33c-9b1808b3d6e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13268 2025.03.20 17:13:27.772884 [ 256 ] {f64671c8-a697-4ecf-b33c-9b1808b3d6e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13269 2025.03.20 17:13:27.773117 [ 196 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_106_21} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13270 2025.03.20 17:13:27.773385 [ 196 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_106_21} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
13271 2025.03.20 17:13:27.773553 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
13272 2025.03.20 17:13:27.773870 [ 256 ] {f64671c8-a697-4ecf-b33c-9b1808b3d6e7} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13273 2025.03.20 17:13:27.773915 [ 256 ] {f64671c8-a697-4ecf-b33c-9b1808b3d6e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13274 2025.03.20 17:13:27.774313 [ 256 ] {f64671c8-a697-4ecf-b33c-9b1808b3d6e7} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
13275 2025.03.20 17:13:27.774555 [ 256 ] {f64671c8-a697-4ecf-b33c-9b1808b3d6e7} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13276 2025.03.20 17:13:27.774784 [ 256 ] {f64671c8-a697-4ecf-b33c-9b1808b3d6e7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002049 sec., 78086.87164470473 rows/sec., 5.44 MiB/sec.
13277 2025.03.20 17:13:27.774841 [ 256 ] {f64671c8-a697-4ecf-b33c-9b1808b3d6e7} <Debug> TCPHandler: Processed in 0.002277104 sec.
13278 2025.03.20 17:13:27.774955 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13279 2025.03.20 17:13:27.775116 [ 256 ] {a95bd03b-9515-4315-bacf-e6f87e92c76f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13280 2025.03.20 17:13:27.775255 [ 256 ] {a95bd03b-9515-4315-bacf-e6f87e92c76f} <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
13281 2025.03.20 17:13:27.776510 [ 256 ] {a95bd03b-9515-4315-bacf-e6f87e92c76f} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13282 2025.03.20 17:13:27.776548 [ 256 ] {a95bd03b-9515-4315-bacf-e6f87e92c76f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13283 2025.03.20 17:13:27.777175 [ 256 ] {a95bd03b-9515-4315-bacf-e6f87e92c76f} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
13284 2025.03.20 17:13:27.777449 [ 256 ] {a95bd03b-9515-4315-bacf-e6f87e92c76f} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13285 2025.03.20 17:13:27.777687 [ 256 ] {a95bd03b-9515-4315-bacf-e6f87e92c76f} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002617 sec., 4585.403133358808 rows/sec., 8.22 MiB/sec.
13286 2025.03.20 17:13:27.777778 [ 256 ] {a95bd03b-9515-4315-bacf-e6f87e92c76f} <Debug> TCPHandler: Processed in 0.0028768 sec.
13287 2025.03.20 17:13:27.777913 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13288 2025.03.20 17:13:27.778018 [ 256 ] {d2a6c189-0ee5-4dd9-b096-de184ed9a19a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13289 2025.03.20 17:13:27.778065 [ 256 ] {d2a6c189-0ee5-4dd9-b096-de184ed9a19a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13290 2025.03.20 17:13:27.778500 [ 256 ] {d2a6c189-0ee5-4dd9-b096-de184ed9a19a} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13291 2025.03.20 17:13:27.778539 [ 256 ] {d2a6c189-0ee5-4dd9-b096-de184ed9a19a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13292 2025.03.20 17:13:27.778898 [ 256 ] {d2a6c189-0ee5-4dd9-b096-de184ed9a19a} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
13293 2025.03.20 17:13:27.779138 [ 256 ] {d2a6c189-0ee5-4dd9-b096-de184ed9a19a} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13294 2025.03.20 17:13:27.779345 [ 256 ] {d2a6c189-0ee5-4dd9-b096-de184ed9a19a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001348 sec., 44510.38575667656 rows/sec., 3.00 MiB/sec.
13295 2025.03.20 17:13:27.779394 [ 256 ] {d2a6c189-0ee5-4dd9-b096-de184ed9a19a} <Debug> TCPHandler: Processed in 0.001531556 sec.
13296 2025.03.20 17:13:29.803696 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573
13297 2025.03.20 17:13:29.826454 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13298 2025.03.20 17:13:29.826516 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13299 2025.03.20 17:13:29.834182 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
13300 2025.03.20 17:13:29.835000 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13301 2025.03.20 17:13:29.835420 [ 114 ] {} <Debug> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
13302 2025.03.20 17:13:29.835555 [ 114 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13303 2025.03.20 17:13:29.835637 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13304 2025.03.20 17:13:29.836159 [ 198 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
13305 2025.03.20 17:13:29.855067 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573
13306 2025.03.20 17:13:29.856596 [ 198 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13307 2025.03.20 17:13:29.858401 [ 198 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 535 rows starting from the beginning of the part
13308 2025.03.20 17:13:29.865026 [ 198 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 8 rows starting from the beginning of the part
13309 2025.03.20 17:13:29.871853 [ 198 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 8 rows starting from the beginning of the part
13310 2025.03.20 17:13:29.877721 [ 198 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 7 rows starting from the beginning of the part
13311 2025.03.20 17:13:29.883908 [ 198 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 8 rows starting from the beginning of the part
13312 2025.03.20 17:13:29.889671 [ 198 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 7 rows starting from the beginning of the part
13313 2025.03.20 17:13:29.955009 [ 190 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.119225475 sec., 4806.0198543977285 rows/sec., 24.85 MiB/sec.
13314 2025.03.20 17:13:29.958564 [ 189 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
13315 2025.03.20 17:13:29.961594 [ 189 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_76_15} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13316 2025.03.20 17:13:29.961731 [ 189 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_76_15} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
13317 2025.03.20 17:13:29.964306 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB.
13318 2025.03.20 17:13:30.000200 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.41 MiB, peak 282.84 MiB, free memory in arenas 0.00 B, will set to 264.34 MiB (RSS), difference: -1.07 MiB
13319 2025.03.20 17:13:32.148960 [ 224 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
13320 2025.03.20 17:13:32.149019 [ 224 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
13321 2025.03.20 17:13:32.151570 [ 224 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
13322 2025.03.20 17:13:32.501285 [ 224 ] {} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13323 2025.03.20 17:13:32.501343 [ 224 ] {} <Debug> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13324 2025.03.20 17:13:32.503487 [ 224 ] {} <Debug> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13325 2025.03.20 17:13:32.631653 [ 222 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
13326 2025.03.20 17:13:32.631704 [ 222 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
13327 2025.03.20 17:13:32.633722 [ 222 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
13328 2025.03.20 17:13:32.762532 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13329 2025.03.20 17:13:32.762732 [ 256 ] {3e57b728-640e-47d3-a20c-9797f551f8d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13330 2025.03.20 17:13:32.762812 [ 256 ] {3e57b728-640e-47d3-a20c-9797f551f8d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13331 2025.03.20 17:13:32.763674 [ 256 ] {3e57b728-640e-47d3-a20c-9797f551f8d3} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13332 2025.03.20 17:13:32.763729 [ 256 ] {3e57b728-640e-47d3-a20c-9797f551f8d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13333 2025.03.20 17:13:32.764192 [ 256 ] {3e57b728-640e-47d3-a20c-9797f551f8d3} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
13334 2025.03.20 17:13:32.764470 [ 256 ] {3e57b728-640e-47d3-a20c-9797f551f8d3} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13335 2025.03.20 17:13:32.764725 [ 256 ] {3e57b728-640e-47d3-a20c-9797f551f8d3} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002046 sec., 53763.44086021505 rows/sec., 4.52 MiB/sec.
13336 2025.03.20 17:13:32.764793 [ 256 ] {3e57b728-640e-47d3-a20c-9797f551f8d3} <Debug> TCPHandler: Processed in 0.002398065 sec.
13337 2025.03.20 17:13:32.764923 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13338 2025.03.20 17:13:32.765038 [ 256 ] {d6bc81f6-63a2-4acb-b690-b27194f86a2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13339 2025.03.20 17:13:32.765089 [ 256 ] {d6bc81f6-63a2-4acb-b690-b27194f86a2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13340 2025.03.20 17:13:32.765643 [ 256 ] {d6bc81f6-63a2-4acb-b690-b27194f86a2d} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13341 2025.03.20 17:13:32.765685 [ 256 ] {d6bc81f6-63a2-4acb-b690-b27194f86a2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13342 2025.03.20 17:13:32.766054 [ 256 ] {d6bc81f6-63a2-4acb-b690-b27194f86a2d} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
13343 2025.03.20 17:13:32.766311 [ 256 ] {d6bc81f6-63a2-4acb-b690-b27194f86a2d} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13344 2025.03.20 17:13:32.766522 [ 256 ] {d6bc81f6-63a2-4acb-b690-b27194f86a2d} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.00151 sec., 17880.794701986753 rows/sec., 1.31 MiB/sec.
13345 2025.03.20 17:13:32.766576 [ 256 ] {d6bc81f6-63a2-4acb-b690-b27194f86a2d} <Debug> TCPHandler: Processed in 0.001708017 sec.
13346 2025.03.20 17:13:32.766685 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13347 2025.03.20 17:13:32.766789 [ 256 ] {29aa0351-ef2b-466b-b584-d86ec1dae0b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13348 2025.03.20 17:13:32.766839 [ 256 ] {29aa0351-ef2b-466b-b584-d86ec1dae0b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13349 2025.03.20 17:13:32.767392 [ 256 ] {29aa0351-ef2b-466b-b584-d86ec1dae0b4} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13350 2025.03.20 17:13:32.767430 [ 256 ] {29aa0351-ef2b-466b-b584-d86ec1dae0b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13351 2025.03.20 17:13:32.767809 [ 256 ] {29aa0351-ef2b-466b-b584-d86ec1dae0b4} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
13352 2025.03.20 17:13:32.768059 [ 256 ] {29aa0351-ef2b-466b-b584-d86ec1dae0b4} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13353 2025.03.20 17:13:32.768265 [ 256 ] {29aa0351-ef2b-466b-b584-d86ec1dae0b4} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001499 sec., 60707.13809206138 rows/sec., 4.74 MiB/sec.
13354 2025.03.20 17:13:32.768319 [ 256 ] {29aa0351-ef2b-466b-b584-d86ec1dae0b4} <Debug> TCPHandler: Processed in 0.001686218 sec.
13355 2025.03.20 17:13:32.768444 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13356 2025.03.20 17:13:32.768561 [ 256 ] {96964d2c-0594-405f-a9a8-801e7d8308c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13357 2025.03.20 17:13:32.768611 [ 256 ] {96964d2c-0594-405f-a9a8-801e7d8308c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13358 2025.03.20 17:13:32.769144 [ 256 ] {96964d2c-0594-405f-a9a8-801e7d8308c2} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13359 2025.03.20 17:13:32.769183 [ 256 ] {96964d2c-0594-405f-a9a8-801e7d8308c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13360 2025.03.20 17:13:32.769584 [ 256 ] {96964d2c-0594-405f-a9a8-801e7d8308c2} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
13361 2025.03.20 17:13:32.769830 [ 256 ] {96964d2c-0594-405f-a9a8-801e7d8308c2} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13362 2025.03.20 17:13:32.770044 [ 256 ] {96964d2c-0594-405f-a9a8-801e7d8308c2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001507 sec., 106171.20106171201 rows/sec., 7.39 MiB/sec.
13363 2025.03.20 17:13:32.770096 [ 256 ] {96964d2c-0594-405f-a9a8-801e7d8308c2} <Debug> TCPHandler: Processed in 0.001706928 sec.
13364 2025.03.20 17:13:32.770203 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13365 2025.03.20 17:13:32.770306 [ 256 ] {51792ffd-9afb-40ab-aa5e-897600c410a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13366 2025.03.20 17:13:32.770372 [ 256 ] {51792ffd-9afb-40ab-aa5e-897600c410a0} <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
13367 2025.03.20 17:13:32.771530 [ 256 ] {51792ffd-9afb-40ab-aa5e-897600c410a0} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13368 2025.03.20 17:13:32.771571 [ 256 ] {51792ffd-9afb-40ab-aa5e-897600c410a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13369 2025.03.20 17:13:32.772227 [ 256 ] {51792ffd-9afb-40ab-aa5e-897600c410a0} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
13370 2025.03.20 17:13:32.772501 [ 256 ] {51792ffd-9afb-40ab-aa5e-897600c410a0} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13371 2025.03.20 17:13:32.772702 [ 110 ] {} <Debug> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
13372 2025.03.20 17:13:32.772782 [ 110 ] {} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13373 2025.03.20 17:13:32.772782 [ 256 ] {51792ffd-9afb-40ab-aa5e-897600c410a0} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002489 sec., 10847.730012053034 rows/sec., 19.44 MiB/sec.
13374 2025.03.20 17:13:32.772823 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13375 2025.03.20 17:13:32.773201 [ 186 ] {6749d887-00ac-4b26-87ae-2852b00353b1::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
13376 2025.03.20 17:13:32.773213 [ 256 ] {51792ffd-9afb-40ab-aa5e-897600c410a0} <Debug> TCPHandler: Processed in 0.003057022 sec.
13377 2025.03.20 17:13:32.773477 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13378 2025.03.20 17:13:32.773739 [ 256 ] {4700a341-2045-464d-b9d0-f9cabb2ad94b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13379 2025.03.20 17:13:32.773870 [ 256 ] {4700a341-2045-464d-b9d0-f9cabb2ad94b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13380 2025.03.20 17:13:32.773896 [ 186 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13381 2025.03.20 17:13:32.774157 [ 186 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1907 rows starting from the beginning of the part
13382 2025.03.20 17:13:32.775015 [ 186 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 27 rows starting from the beginning of the part
13383 2025.03.20 17:13:32.775888 [ 186 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 12 rows starting from the beginning of the part
13384 2025.03.20 17:13:32.775955 [ 256 ] {4700a341-2045-464d-b9d0-f9cabb2ad94b} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13385 2025.03.20 17:13:32.776037 [ 256 ] {4700a341-2045-464d-b9d0-f9cabb2ad94b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13386 2025.03.20 17:13:32.776573 [ 186 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 27 rows starting from the beginning of the part
13387 2025.03.20 17:13:32.777253 [ 186 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 12 rows starting from the beginning of the part
13388 2025.03.20 17:13:32.777599 [ 256 ] {4700a341-2045-464d-b9d0-f9cabb2ad94b} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
13389 2025.03.20 17:13:32.777872 [ 186 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 27 rows starting from the beginning of the part
13390 2025.03.20 17:13:32.778536 [ 256 ] {4700a341-2045-464d-b9d0-f9cabb2ad94b} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13391 2025.03.20 17:13:32.779159 [ 256 ] {4700a341-2045-464d-b9d0-f9cabb2ad94b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005504 sec., 10901.162790697674 rows/sec., 752.29 KiB/sec.
13392 2025.03.20 17:13:32.779265 [ 256 ] {4700a341-2045-464d-b9d0-f9cabb2ad94b} <Debug> TCPHandler: Processed in 0.005878722 sec.
13393 2025.03.20 17:13:32.785735 [ 190 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2012 rows, containing 19 columns (19 merged, 0 gathered) in 0.012774953 sec., 157495.6870682812 rows/sec., 282.23 MiB/sec.
13394 2025.03.20 17:13:32.787234 [ 190 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
13395 2025.03.20 17:13:32.787634 [ 190 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13396 2025.03.20 17:13:32.787720 [ 190 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
13397 2025.03.20 17:13:32.787842 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.51 MiB.
13398 2025.03.20 17:13:33.586483 [ 219 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
13399 2025.03.20 17:13:33.586541 [ 219 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
13400 2025.03.20 17:13:33.588634 [ 219 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
13401 2025.03.20 17:13:33.625238 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
13402 2025.03.20 17:13:33.625292 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
13403 2025.03.20 17:13:33.627299 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
13404 2025.03.20 17:13:34.849953 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35258
13405 2025.03.20 17:13:34.850606 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13406 2025.03.20 17:13:34.850658 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13407 2025.03.20 17:13:34.851190 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
13408 2025.03.20 17:13:34.851452 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13409 2025.03.20 17:13:34.851744 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35258
13410 2025.03.20 17:13:37.355278 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 581
13411 2025.03.20 17:13:37.378283 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13412 2025.03.20 17:13:37.378334 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13413 2025.03.20 17:13:37.385891 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
13414 2025.03.20 17:13:37.386712 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13415 2025.03.20 17:13:37.389529 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 581
13416 2025.03.20 17:13:37.456484 [ 221 ] {} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13417 2025.03.20 17:13:37.456547 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13418 2025.03.20 17:13:37.458460 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13419 2025.03.20 17:13:37.543994 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1814
13420 2025.03.20 17:13:37.547245 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13421 2025.03.20 17:13:37.547293 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13422 2025.03.20 17:13:37.549012 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
13423 2025.03.20 17:13:37.549344 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13424 2025.03.20 17:13:37.549932 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1814
13425 2025.03.20 17:13:37.762225 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13426 2025.03.20 17:13:37.762437 [ 256 ] {7c601b19-dc27-45c1-9bac-8b7d5382c812} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13427 2025.03.20 17:13:37.762514 [ 256 ] {7c601b19-dc27-45c1-9bac-8b7d5382c812} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13428 2025.03.20 17:13:37.763326 [ 256 ] {7c601b19-dc27-45c1-9bac-8b7d5382c812} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13429 2025.03.20 17:13:37.763378 [ 256 ] {7c601b19-dc27-45c1-9bac-8b7d5382c812} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13430 2025.03.20 17:13:37.763833 [ 256 ] {7c601b19-dc27-45c1-9bac-8b7d5382c812} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
13431 2025.03.20 17:13:37.764094 [ 256 ] {7c601b19-dc27-45c1-9bac-8b7d5382c812} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13432 2025.03.20 17:13:37.764328 [ 256 ] {7c601b19-dc27-45c1-9bac-8b7d5382c812} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.001946 sec., 41109.96916752312 rows/sec., 3.40 MiB/sec.
13433 2025.03.20 17:13:37.764398 [ 256 ] {7c601b19-dc27-45c1-9bac-8b7d5382c812} <Debug> TCPHandler: Processed in 0.002323114 sec.
13434 2025.03.20 17:13:37.764528 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13435 2025.03.20 17:13:37.764644 [ 256 ] {75c04035-e786-4801-b355-7e71823d46d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13436 2025.03.20 17:13:37.764693 [ 256 ] {75c04035-e786-4801-b355-7e71823d46d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13437 2025.03.20 17:13:37.765225 [ 256 ] {75c04035-e786-4801-b355-7e71823d46d6} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13438 2025.03.20 17:13:37.765267 [ 256 ] {75c04035-e786-4801-b355-7e71823d46d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13439 2025.03.20 17:13:37.765635 [ 256 ] {75c04035-e786-4801-b355-7e71823d46d6} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
13440 2025.03.20 17:13:37.765888 [ 256 ] {75c04035-e786-4801-b355-7e71823d46d6} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13441 2025.03.20 17:13:37.766106 [ 256 ] {75c04035-e786-4801-b355-7e71823d46d6} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001489 sec., 8059.100067159166 rows/sec., 606.01 KiB/sec.
13442 2025.03.20 17:13:37.766158 [ 256 ] {75c04035-e786-4801-b355-7e71823d46d6} <Debug> TCPHandler: Processed in 0.001685357 sec.
13443 2025.03.20 17:13:37.766263 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13444 2025.03.20 17:13:37.766369 [ 256 ] {6b6e2f3a-aba0-431e-8394-79e26b99d42c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13445 2025.03.20 17:13:37.766415 [ 256 ] {6b6e2f3a-aba0-431e-8394-79e26b99d42c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13446 2025.03.20 17:13:37.766948 [ 256 ] {6b6e2f3a-aba0-431e-8394-79e26b99d42c} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13447 2025.03.20 17:13:37.766988 [ 256 ] {6b6e2f3a-aba0-431e-8394-79e26b99d42c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13448 2025.03.20 17:13:37.767356 [ 256 ] {6b6e2f3a-aba0-431e-8394-79e26b99d42c} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
13449 2025.03.20 17:13:37.767598 [ 256 ] {6b6e2f3a-aba0-431e-8394-79e26b99d42c} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13450 2025.03.20 17:13:37.767806 [ 256 ] {6b6e2f3a-aba0-431e-8394-79e26b99d42c} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.00146 sec., 52054.79452054795 rows/sec., 4.06 MiB/sec.
13451 2025.03.20 17:13:37.767858 [ 256 ] {6b6e2f3a-aba0-431e-8394-79e26b99d42c} <Debug> TCPHandler: Processed in 0.001645957 sec.
13452 2025.03.20 17:13:37.767978 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13453 2025.03.20 17:13:37.768095 [ 256 ] {bbc1c5d6-7c3a-4876-8a0f-f75aa62a7799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13454 2025.03.20 17:13:37.768146 [ 256 ] {bbc1c5d6-7c3a-4876-8a0f-f75aa62a7799} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13455 2025.03.20 17:13:37.768683 [ 256 ] {bbc1c5d6-7c3a-4876-8a0f-f75aa62a7799} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13456 2025.03.20 17:13:37.768723 [ 256 ] {bbc1c5d6-7c3a-4876-8a0f-f75aa62a7799} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13457 2025.03.20 17:13:37.769138 [ 256 ] {bbc1c5d6-7c3a-4876-8a0f-f75aa62a7799} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
13458 2025.03.20 17:13:37.769382 [ 256 ] {bbc1c5d6-7c3a-4876-8a0f-f75aa62a7799} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13459 2025.03.20 17:13:37.769559 [ 106 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Selected 6 parts from all_1_129_26 to all_134_134_0
13460 2025.03.20 17:13:37.769617 [ 256 ] {bbc1c5d6-7c3a-4876-8a0f-f75aa62a7799} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001539 sec., 103963.61273554256 rows/sec., 7.24 MiB/sec.
13461 2025.03.20 17:13:37.769626 [ 106 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13462 2025.03.20 17:13:37.769698 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13463 2025.03.20 17:13:37.769751 [ 256 ] {bbc1c5d6-7c3a-4876-8a0f-f75aa62a7799} <Debug> TCPHandler: Processed in 0.001826659 sec.
13464 2025.03.20 17:13:37.769971 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13465 2025.03.20 17:13:37.769982 [ 188 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_134_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_129_26 to all_134_134_0 into Compact with storage Full
13466 2025.03.20 17:13:37.770148 [ 256 ] {8d008ee5-e405-40ee-a65f-5e3aae96b096} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13467 2025.03.20 17:13:37.770392 [ 256 ] {8d008ee5-e405-40ee-a65f-5e3aae96b096} <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
13468 2025.03.20 17:13:37.770406 [ 188 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_134_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13469 2025.03.20 17:13:37.770553 [ 188 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_134_27} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_129_26, total 34786 rows starting from the beginning of the part
13470 2025.03.20 17:13:37.770912 [ 188 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_134_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 66 rows starting from the beginning of the part
13471 2025.03.20 17:13:37.771325 [ 188 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_134_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 160 rows starting from the beginning of the part
13472 2025.03.20 17:13:37.771727 [ 188 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_134_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 160 rows starting from the beginning of the part
13473 2025.03.20 17:13:37.772035 [ 188 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_134_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 160 rows starting from the beginning of the part
13474 2025.03.20 17:13:37.772403 [ 188 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_134_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 160 rows starting from the beginning of the part
13475 2025.03.20 17:13:37.775029 [ 256 ] {8d008ee5-e405-40ee-a65f-5e3aae96b096} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13476 2025.03.20 17:13:37.775096 [ 256 ] {8d008ee5-e405-40ee-a65f-5e3aae96b096} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13477 2025.03.20 17:13:37.776740 [ 256 ] {8d008ee5-e405-40ee-a65f-5e3aae96b096} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
13478 2025.03.20 17:13:37.777097 [ 256 ] {8d008ee5-e405-40ee-a65f-5e3aae96b096} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13479 2025.03.20 17:13:37.777416 [ 256 ] {8d008ee5-e405-40ee-a65f-5e3aae96b096} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.007326 sec., 1638.001638001638 rows/sec., 2.94 MiB/sec.
13480 2025.03.20 17:13:37.777517 [ 256 ] {8d008ee5-e405-40ee-a65f-5e3aae96b096} <Debug> TCPHandler: Processed in 0.00763081 sec.
13481 2025.03.20 17:13:37.777662 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13482 2025.03.20 17:13:37.777832 [ 256 ] {93dded2f-a96a-49a3-9b81-46806403838b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13483 2025.03.20 17:13:37.777896 [ 256 ] {93dded2f-a96a-49a3-9b81-46806403838b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13484 2025.03.20 17:13:37.778495 [ 256 ] {93dded2f-a96a-49a3-9b81-46806403838b} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13485 2025.03.20 17:13:37.778534 [ 256 ] {93dded2f-a96a-49a3-9b81-46806403838b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13486 2025.03.20 17:13:37.778968 [ 256 ] {93dded2f-a96a-49a3-9b81-46806403838b} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
13487 2025.03.20 17:13:37.779365 [ 256 ] {93dded2f-a96a-49a3-9b81-46806403838b} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13488 2025.03.20 17:13:37.779644 [ 256 ] {93dded2f-a96a-49a3-9b81-46806403838b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001836 sec., 32679.738562091505 rows/sec., 2.20 MiB/sec.
13489 2025.03.20 17:13:37.779770 [ 256 ] {93dded2f-a96a-49a3-9b81-46806403838b} <Debug> TCPHandler: Processed in 0.002162932 sec.
13490 2025.03.20 17:13:37.782688 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_134_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35492 rows, containing 5 columns (5 merged, 0 gathered) in 0.012849004 sec., 2762237.4465756253 rows/sec., 189.34 MiB/sec.
13491 2025.03.20 17:13:37.783025 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_134_27} <Trace> MergedBlockOutputStream: filled checksums all_1_134_27 (state Temporary)
13492 2025.03.20 17:13:37.783322 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_134_27} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_merge_all_1_134_27 to all_1_134_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13493 2025.03.20 17:13:37.783399 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_134_27} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Merged 6 parts: [all_1_129_26, all_134_134_0] -> all_1_134_27
13494 2025.03.20 17:13:37.783492 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB.
13495 2025.03.20 17:13:42.131769 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache
13496 2025.03.20 17:13:42.131845 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache
13497 2025.03.20 17:13:42.351996 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35746
13498 2025.03.20 17:13:42.352729 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13499 2025.03.20 17:13:42.352777 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13500 2025.03.20 17:13:42.353312 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
13501 2025.03.20 17:13:42.353570 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13502 2025.03.20 17:13:42.353804 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746
13503 2025.03.20 17:13:42.763213 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13504 2025.03.20 17:13:42.763436 [ 256 ] {1e75a4e0-6832-4302-bcc2-64be32973e9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13505 2025.03.20 17:13:42.763521 [ 256 ] {1e75a4e0-6832-4302-bcc2-64be32973e9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13506 2025.03.20 17:13:42.764416 [ 256 ] {1e75a4e0-6832-4302-bcc2-64be32973e9c} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13507 2025.03.20 17:13:42.764466 [ 256 ] {1e75a4e0-6832-4302-bcc2-64be32973e9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13508 2025.03.20 17:13:42.764938 [ 256 ] {1e75a4e0-6832-4302-bcc2-64be32973e9c} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
13509 2025.03.20 17:13:42.765202 [ 256 ] {1e75a4e0-6832-4302-bcc2-64be32973e9c} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13510 2025.03.20 17:13:42.765419 [ 256 ] {1e75a4e0-6832-4302-bcc2-64be32973e9c} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002045 sec., 53789.731051344745 rows/sec., 4.52 MiB/sec.
13511 2025.03.20 17:13:42.765504 [ 256 ] {1e75a4e0-6832-4302-bcc2-64be32973e9c} <Debug> TCPHandler: Processed in 0.002437015 sec.
13512 2025.03.20 17:13:42.765649 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13513 2025.03.20 17:13:42.765815 [ 256 ] {589e4985-0723-4ee8-b048-6a24b4d15368} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13514 2025.03.20 17:13:42.765868 [ 256 ] {589e4985-0723-4ee8-b048-6a24b4d15368} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13515 2025.03.20 17:13:42.766410 [ 256 ] {589e4985-0723-4ee8-b048-6a24b4d15368} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13516 2025.03.20 17:13:42.766449 [ 256 ] {589e4985-0723-4ee8-b048-6a24b4d15368} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13517 2025.03.20 17:13:42.766806 [ 256 ] {589e4985-0723-4ee8-b048-6a24b4d15368} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
13518 2025.03.20 17:13:42.767045 [ 256 ] {589e4985-0723-4ee8-b048-6a24b4d15368} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13519 2025.03.20 17:13:42.767220 [ 256 ] {589e4985-0723-4ee8-b048-6a24b4d15368} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.00145 sec., 18620.689655172417 rows/sec., 1.37 MiB/sec.
13520 2025.03.20 17:13:42.767272 [ 256 ] {589e4985-0723-4ee8-b048-6a24b4d15368} <Debug> TCPHandler: Processed in 0.001691948 sec.
13521 2025.03.20 17:13:42.767376 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13522 2025.03.20 17:13:42.767479 [ 256 ] {e35c1cc4-22cf-4f7a-98e3-38b0a3445981} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13523 2025.03.20 17:13:42.767528 [ 256 ] {e35c1cc4-22cf-4f7a-98e3-38b0a3445981} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13524 2025.03.20 17:13:42.768066 [ 256 ] {e35c1cc4-22cf-4f7a-98e3-38b0a3445981} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13525 2025.03.20 17:13:42.768103 [ 256 ] {e35c1cc4-22cf-4f7a-98e3-38b0a3445981} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13526 2025.03.20 17:13:42.768453 [ 256 ] {e35c1cc4-22cf-4f7a-98e3-38b0a3445981} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
13527 2025.03.20 17:13:42.768693 [ 256 ] {e35c1cc4-22cf-4f7a-98e3-38b0a3445981} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13528 2025.03.20 17:13:42.768891 [ 256 ] {e35c1cc4-22cf-4f7a-98e3-38b0a3445981} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001427 sec., 63770.14716187806 rows/sec., 4.98 MiB/sec.
13529 2025.03.20 17:13:42.768946 [ 256 ] {e35c1cc4-22cf-4f7a-98e3-38b0a3445981} <Debug> TCPHandler: Processed in 0.001620808 sec.
13530 2025.03.20 17:13:42.769082 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13531 2025.03.20 17:13:42.769402 [ 256 ] {4c0efe16-fad8-40aa-9270-a8408a7c2a91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13532 2025.03.20 17:13:42.769564 [ 256 ] {4c0efe16-fad8-40aa-9270-a8408a7c2a91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13533 2025.03.20 17:13:42.770704 [ 256 ] {4c0efe16-fad8-40aa-9270-a8408a7c2a91} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13534 2025.03.20 17:13:42.770742 [ 256 ] {4c0efe16-fad8-40aa-9270-a8408a7c2a91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13535 2025.03.20 17:13:42.771141 [ 256 ] {4c0efe16-fad8-40aa-9270-a8408a7c2a91} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
13536 2025.03.20 17:13:42.771378 [ 256 ] {4c0efe16-fad8-40aa-9270-a8408a7c2a91} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13537 2025.03.20 17:13:42.771552 [ 256 ] {4c0efe16-fad8-40aa-9270-a8408a7c2a91} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002287 sec., 69960.64713598602 rows/sec., 4.87 MiB/sec.
13538 2025.03.20 17:13:42.771603 [ 256 ] {4c0efe16-fad8-40aa-9270-a8408a7c2a91} <Debug> TCPHandler: Processed in 0.002573577 sec.
13539 2025.03.20 17:13:42.771708 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13540 2025.03.20 17:13:42.771810 [ 256 ] {033e429f-2c99-4b01-b33b-dae1164a23c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13541 2025.03.20 17:13:42.771873 [ 256 ] {033e429f-2c99-4b01-b33b-dae1164a23c4} <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
13542 2025.03.20 17:13:42.772997 [ 256 ] {033e429f-2c99-4b01-b33b-dae1164a23c4} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13543 2025.03.20 17:13:42.773035 [ 256 ] {033e429f-2c99-4b01-b33b-dae1164a23c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13544 2025.03.20 17:13:42.773682 [ 256 ] {033e429f-2c99-4b01-b33b-dae1164a23c4} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
13545 2025.03.20 17:13:42.773944 [ 256 ] {033e429f-2c99-4b01-b33b-dae1164a23c4} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13546 2025.03.20 17:13:42.774189 [ 256 ] {033e429f-2c99-4b01-b33b-dae1164a23c4} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002399 sec., 11254.689453939141 rows/sec., 20.17 MiB/sec.
13547 2025.03.20 17:13:42.774285 [ 256 ] {033e429f-2c99-4b01-b33b-dae1164a23c4} <Debug> TCPHandler: Processed in 0.002626227 sec.
13548 2025.03.20 17:13:42.774423 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13549 2025.03.20 17:13:42.774528 [ 256 ] {85e8aff8-3e19-4f86-928d-69597d555ec2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13550 2025.03.20 17:13:42.774572 [ 256 ] {85e8aff8-3e19-4f86-928d-69597d555ec2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13551 2025.03.20 17:13:42.774984 [ 256 ] {85e8aff8-3e19-4f86-928d-69597d555ec2} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13552 2025.03.20 17:13:42.775021 [ 256 ] {85e8aff8-3e19-4f86-928d-69597d555ec2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB.
13553 2025.03.20 17:13:42.775355 [ 256 ] {85e8aff8-3e19-4f86-928d-69597d555ec2} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
13554 2025.03.20 17:13:42.775658 [ 256 ] {85e8aff8-3e19-4f86-928d-69597d555ec2} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13555 2025.03.20 17:13:42.775872 [ 256 ] {85e8aff8-3e19-4f86-928d-69597d555ec2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001363 sec., 44020.542920029344 rows/sec., 2.97 MiB/sec.
13556 2025.03.20 17:13:42.775920 [ 256 ] {85e8aff8-3e19-4f86-928d-69597d555ec2} <Debug> TCPHandler: Processed in 0.001547306 sec.
13557 2025.03.20 17:13:44.889725 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 588
13558 2025.03.20 17:13:44.913929 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13559 2025.03.20 17:13:44.913989 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13560 2025.03.20 17:13:44.921646 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
13561 2025.03.20 17:13:44.922488 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13562 2025.03.20 17:13:44.925658 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588
13563 2025.03.20 17:13:45.025939 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13564 2025.03.20 17:13:45.026163 [ 256 ] {f160126c-99ce-47cd-84aa-e9e25dc127e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13565 2025.03.20 17:13:45.026244 [ 256 ] {f160126c-99ce-47cd-84aa-e9e25dc127e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13566 2025.03.20 17:13:45.027114 [ 256 ] {f160126c-99ce-47cd-84aa-e9e25dc127e6} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13567 2025.03.20 17:13:45.027168 [ 256 ] {f160126c-99ce-47cd-84aa-e9e25dc127e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13568 2025.03.20 17:13:45.027632 [ 256 ] {f160126c-99ce-47cd-84aa-e9e25dc127e6} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
13569 2025.03.20 17:13:45.027898 [ 256 ] {f160126c-99ce-47cd-84aa-e9e25dc127e6} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13570 2025.03.20 17:13:45.028181 [ 256 ] {f160126c-99ce-47cd-84aa-e9e25dc127e6} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002078 sec., 11549.566891241579 rows/sec., 981.26 KiB/sec.
13571 2025.03.20 17:13:45.028377 [ 256 ] {f160126c-99ce-47cd-84aa-e9e25dc127e6} <Debug> TCPHandler: Processed in 0.002584057 sec.
13572 2025.03.20 17:13:45.028551 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13573 2025.03.20 17:13:45.028658 [ 256 ] {a4934804-c873-4ffb-8ad4-5a42ee942c99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13574 2025.03.20 17:13:45.028711 [ 256 ] {a4934804-c873-4ffb-8ad4-5a42ee942c99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13575 2025.03.20 17:13:45.030025 [ 256 ] {a4934804-c873-4ffb-8ad4-5a42ee942c99} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13576 2025.03.20 17:13:45.030066 [ 256 ] {a4934804-c873-4ffb-8ad4-5a42ee942c99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13577 2025.03.20 17:13:45.030523 [ 256 ] {a4934804-c873-4ffb-8ad4-5a42ee942c99} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
13578 2025.03.20 17:13:45.030769 [ 256 ] {a4934804-c873-4ffb-8ad4-5a42ee942c99} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13579 2025.03.20 17:13:45.030971 [ 100 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0
13580 2025.03.20 17:13:45.031007 [ 256 ] {a4934804-c873-4ffb-8ad4-5a42ee942c99} <Debug> executeQuery: Read 1340 rows, 114.80 KiB in 0.002371 sec., 565162.3787431464 rows/sec., 47.28 MiB/sec.
13581 2025.03.20 17:13:45.031056 [ 100 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13582 2025.03.20 17:13:45.031118 [ 256 ] {a4934804-c873-4ffb-8ad4-5a42ee942c99} <Debug> TCPHandler: Processed in 0.002618857 sec.
13583 2025.03.20 17:13:45.031125 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13584 2025.03.20 17:13:45.031332 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13585 2025.03.20 17:13:45.031385 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full
13586 2025.03.20 17:13:45.031631 [ 256 ] {bc7d4bee-0f63-4bd2-9c5e-3f04078d3407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13587 2025.03.20 17:13:45.031830 [ 256 ] {bc7d4bee-0f63-4bd2-9c5e-3f04078d3407} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13588 2025.03.20 17:13:45.031922 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13589 2025.03.20 17:13:45.032077 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1404 rows starting from the beginning of the part
13590 2025.03.20 17:13:45.032539 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 80 rows starting from the beginning of the part
13591 2025.03.20 17:13:45.033096 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 110 rows starting from the beginning of the part
13592 2025.03.20 17:13:45.033623 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 80 rows starting from the beginning of the part
13593 2025.03.20 17:13:45.034206 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 110 rows starting from the beginning of the part
13594 2025.03.20 17:13:45.034803 [ 194 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 1340 rows starting from the beginning of the part
13595 2025.03.20 17:13:45.036604 [ 256 ] {bc7d4bee-0f63-4bd2-9c5e-3f04078d3407} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13596 2025.03.20 17:13:45.036660 [ 256 ] {bc7d4bee-0f63-4bd2-9c5e-3f04078d3407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13597 2025.03.20 17:13:45.037548 [ 256 ] {bc7d4bee-0f63-4bd2-9c5e-3f04078d3407} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
13598 2025.03.20 17:13:45.038011 [ 256 ] {bc7d4bee-0f63-4bd2-9c5e-3f04078d3407} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13599 2025.03.20 17:13:45.038276 [ 256 ] {bc7d4bee-0f63-4bd2-9c5e-3f04078d3407} <Debug> executeQuery: Read 24 rows, 1.86 KiB in 0.006828 sec., 3514.93848857645 rows/sec., 272.89 KiB/sec.
13600 2025.03.20 17:13:45.038363 [ 256 ] {bc7d4bee-0f63-4bd2-9c5e-3f04078d3407} <Debug> TCPHandler: Processed in 0.007134795 sec.
13601 2025.03.20 17:13:45.038502 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13602 2025.03.20 17:13:45.038684 [ 256 ] {090951a2-0bdb-4245-bbbd-37b1f004b6f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13603 2025.03.20 17:13:45.038771 [ 256 ] {090951a2-0bdb-4245-bbbd-37b1f004b6f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13604 2025.03.20 17:13:45.038908 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3124 rows, containing 5 columns (5 merged, 0 gathered) in 0.00764378 sec., 408698.3141848666 rows/sec., 35.78 MiB/sec.
13605 2025.03.20 17:13:45.039239 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary)
13606 2025.03.20 17:13:45.039772 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_136_27} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13607 2025.03.20 17:13:45.039970 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_136_27} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27
13608 2025.03.20 17:13:45.040025 [ 256 ] {090951a2-0bdb-4245-bbbd-37b1f004b6f7} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13609 2025.03.20 17:13:45.040114 [ 256 ] {090951a2-0bdb-4245-bbbd-37b1f004b6f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13610 2025.03.20 17:13:45.040121 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
13611 2025.03.20 17:13:45.040517 [ 256 ] {090951a2-0bdb-4245-bbbd-37b1f004b6f7} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
13612 2025.03.20 17:13:45.040790 [ 256 ] {090951a2-0bdb-4245-bbbd-37b1f004b6f7} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13613 2025.03.20 17:13:45.041068 [ 256 ] {090951a2-0bdb-4245-bbbd-37b1f004b6f7} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.002432 sec., 103618.42105263157 rows/sec., 7.17 MiB/sec.
13614 2025.03.20 17:13:45.041285 [ 256 ] {090951a2-0bdb-4245-bbbd-37b1f004b6f7} <Debug> TCPHandler: Processed in 0.00285308 sec.
13615 2025.03.20 17:13:45.041447 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13616 2025.03.20 17:13:45.041552 [ 256 ] {02fb04a8-9d28-4248-a54c-9829499e0af8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13617 2025.03.20 17:13:45.041598 [ 256 ] {02fb04a8-9d28-4248-a54c-9829499e0af8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13618 2025.03.20 17:13:45.042150 [ 256 ] {02fb04a8-9d28-4248-a54c-9829499e0af8} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13619 2025.03.20 17:13:45.042188 [ 256 ] {02fb04a8-9d28-4248-a54c-9829499e0af8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13620 2025.03.20 17:13:45.042536 [ 256 ] {02fb04a8-9d28-4248-a54c-9829499e0af8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
13621 2025.03.20 17:13:45.042774 [ 256 ] {02fb04a8-9d28-4248-a54c-9829499e0af8} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13622 2025.03.20 17:13:45.042984 [ 256 ] {02fb04a8-9d28-4248-a54c-9829499e0af8} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001455 sec., 8247.422680412372 rows/sec., 644.33 KiB/sec.
13623 2025.03.20 17:13:45.043035 [ 256 ] {02fb04a8-9d28-4248-a54c-9829499e0af8} <Debug> TCPHandler: Processed in 0.001640678 sec.
13624 2025.03.20 17:13:45.043141 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13625 2025.03.20 17:13:45.043243 [ 256 ] {ae686cc5-c3ef-4a45-bb2d-191bf3e30812} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13626 2025.03.20 17:13:45.043286 [ 256 ] {ae686cc5-c3ef-4a45-bb2d-191bf3e30812} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13627 2025.03.20 17:13:45.044062 [ 256 ] {ae686cc5-c3ef-4a45-bb2d-191bf3e30812} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13628 2025.03.20 17:13:45.044101 [ 256 ] {ae686cc5-c3ef-4a45-bb2d-191bf3e30812} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13629 2025.03.20 17:13:45.044482 [ 256 ] {ae686cc5-c3ef-4a45-bb2d-191bf3e30812} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
13630 2025.03.20 17:13:45.044724 [ 256 ] {ae686cc5-c3ef-4a45-bb2d-191bf3e30812} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13631 2025.03.20 17:13:45.044915 [ 100 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0
13632 2025.03.20 17:13:45.044960 [ 256 ] {ae686cc5-c3ef-4a45-bb2d-191bf3e30812} <Debug> executeQuery: Read 568 rows, 43.62 KiB in 0.001731 sec., 328134.0265742346 rows/sec., 24.61 MiB/sec.
13633 2025.03.20 17:13:45.044978 [ 100 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13634 2025.03.20 17:13:45.045048 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13635 2025.03.20 17:13:45.045077 [ 256 ] {ae686cc5-c3ef-4a45-bb2d-191bf3e30812} <Debug> TCPHandler: Processed in 0.001984931 sec.
13636 2025.03.20 17:13:45.045367 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13637 2025.03.20 17:13:45.045392 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full
13638 2025.03.20 17:13:45.045673 [ 256 ] {32969915-090e-4703-bfea-d846bd5d695b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13639 2025.03.20 17:13:45.045877 [ 256 ] {32969915-090e-4703-bfea-d846bd5d695b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13640 2025.03.20 17:13:45.046080 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13641 2025.03.20 17:13:45.046257 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 631 rows starting from the beginning of the part
13642 2025.03.20 17:13:45.046754 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 76 rows starting from the beginning of the part
13643 2025.03.20 17:13:45.047415 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 91 rows starting from the beginning of the part
13644 2025.03.20 17:13:45.047917 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 76 rows starting from the beginning of the part
13645 2025.03.20 17:13:45.048303 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 91 rows starting from the beginning of the part
13646 2025.03.20 17:13:45.048720 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 568 rows starting from the beginning of the part
13647 2025.03.20 17:13:45.050449 [ 256 ] {32969915-090e-4703-bfea-d846bd5d695b} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13648 2025.03.20 17:13:45.050528 [ 256 ] {32969915-090e-4703-bfea-d846bd5d695b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13649 2025.03.20 17:13:45.051517 [ 256 ] {32969915-090e-4703-bfea-d846bd5d695b} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
13650 2025.03.20 17:13:45.051686 [ 199 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1533 rows, containing 5 columns (5 merged, 0 gathered) in 0.006532678 sec., 234666.39561907077 rows/sec., 18.69 MiB/sec.
13651 2025.03.20 17:13:45.051913 [ 256 ] {32969915-090e-4703-bfea-d846bd5d695b} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13652 2025.03.20 17:13:45.051969 [ 199 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary)
13653 2025.03.20 17:13:45.052286 [ 256 ] {32969915-090e-4703-bfea-d846bd5d695b} <Debug> executeQuery: Read 976 rows, 67.51 KiB in 0.006776 sec., 144037.78040141676 rows/sec., 9.73 MiB/sec.
13654 2025.03.20 17:13:45.052411 [ 256 ] {32969915-090e-4703-bfea-d846bd5d695b} <Debug> TCPHandler: Processed in 0.007208785 sec.
13655 2025.03.20 17:13:45.052645 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13656 2025.03.20 17:13:45.052712 [ 199 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_136_27} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13657 2025.03.20 17:13:45.052840 [ 256 ] {6d756ae2-4322-401b-be98-5ee12e101604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13658 2025.03.20 17:13:45.052908 [ 199 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_136_27} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27
13659 2025.03.20 17:13:45.052979 [ 256 ] {6d756ae2-4322-401b-be98-5ee12e101604} <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
13660 2025.03.20 17:13:45.053125 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
13661 2025.03.20 17:13:45.054275 [ 256 ] {6d756ae2-4322-401b-be98-5ee12e101604} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13662 2025.03.20 17:13:45.054319 [ 256 ] {6d756ae2-4322-401b-be98-5ee12e101604} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13663 2025.03.20 17:13:45.054957 [ 256 ] {6d756ae2-4322-401b-be98-5ee12e101604} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
13664 2025.03.20 17:13:45.055213 [ 256 ] {6d756ae2-4322-401b-be98-5ee12e101604} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13665 2025.03.20 17:13:45.055472 [ 256 ] {6d756ae2-4322-401b-be98-5ee12e101604} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002709 sec., 4429.678848283499 rows/sec., 7.94 MiB/sec.
13666 2025.03.20 17:13:45.055567 [ 256 ] {6d756ae2-4322-401b-be98-5ee12e101604} <Debug> TCPHandler: Processed in 0.002981231 sec.
13667 2025.03.20 17:13:45.055713 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13668 2025.03.20 17:13:45.055828 [ 256 ] {245e391b-bea0-4146-a994-f67563879756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13669 2025.03.20 17:13:45.055877 [ 256 ] {245e391b-bea0-4146-a994-f67563879756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13670 2025.03.20 17:13:45.056369 [ 256 ] {245e391b-bea0-4146-a994-f67563879756} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13671 2025.03.20 17:13:45.056409 [ 256 ] {245e391b-bea0-4146-a994-f67563879756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13672 2025.03.20 17:13:45.056795 [ 256 ] {245e391b-bea0-4146-a994-f67563879756} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
13673 2025.03.20 17:13:45.057043 [ 256 ] {245e391b-bea0-4146-a994-f67563879756} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13674 2025.03.20 17:13:45.057216 [ 100 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0
13675 2025.03.20 17:13:45.057273 [ 100 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13676 2025.03.20 17:13:45.057295 [ 256 ] {245e391b-bea0-4146-a994-f67563879756} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.001479 sec., 22988.505747126437 rows/sec., 1.56 MiB/sec.
13677 2025.03.20 17:13:45.057306 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13678 2025.03.20 17:13:45.057461 [ 256 ] {245e391b-bea0-4146-a994-f67563879756} <Debug> TCPHandler: Processed in 0.001796919 sec.
13679 2025.03.20 17:13:45.057658 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full
13680 2025.03.20 17:13:45.058052 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13681 2025.03.20 17:13:45.058146 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 6594 rows starting from the beginning of the part
13682 2025.03.20 17:13:45.058481 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 60 rows starting from the beginning of the part
13683 2025.03.20 17:13:45.058802 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 60 rows starting from the beginning of the part
13684 2025.03.20 17:13:45.059212 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 60 rows starting from the beginning of the part
13685 2025.03.20 17:13:45.059543 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 60 rows starting from the beginning of the part
13686 2025.03.20 17:13:45.059839 [ 199 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 34 rows starting from the beginning of the part
13687 2025.03.20 17:13:45.062010 [ 192 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6868 rows, containing 4 columns (4 merged, 0 gathered) in 0.004550168 sec., 1509394.8179495789 rows/sec., 101.69 MiB/sec.
13688 2025.03.20 17:13:45.062485 [ 191 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary)
13689 2025.03.20 17:13:45.062825 [ 191 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_136_27} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13690 2025.03.20 17:13:45.062913 [ 191 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_136_27} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27
13691 2025.03.20 17:13:45.062998 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB.
13692 2025.03.20 17:13:47.504748 [ 220 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13693 2025.03.20 17:13:47.504849 [ 220 ] {} <Debug> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13694 2025.03.20 17:13:47.507344 [ 220 ] {} <Debug> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13695 2025.03.20 17:13:47.550247 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1856
13696 2025.03.20 17:13:47.553711 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13697 2025.03.20 17:13:47.553763 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13698 2025.03.20 17:13:47.555350 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
13699 2025.03.20 17:13:47.555678 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13700 2025.03.20 17:13:47.556300 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1856
13701 2025.03.20 17:13:47.757858 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13702 2025.03.20 17:13:47.758063 [ 256 ] {f329044b-8d1f-4239-ad7b-dc0f0d4c981f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13703 2025.03.20 17:13:47.758143 [ 256 ] {f329044b-8d1f-4239-ad7b-dc0f0d4c981f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13704 2025.03.20 17:13:47.758972 [ 256 ] {f329044b-8d1f-4239-ad7b-dc0f0d4c981f} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13705 2025.03.20 17:13:47.759029 [ 256 ] {f329044b-8d1f-4239-ad7b-dc0f0d4c981f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13706 2025.03.20 17:13:47.759495 [ 256 ] {f329044b-8d1f-4239-ad7b-dc0f0d4c981f} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
13707 2025.03.20 17:13:47.759772 [ 256 ] {f329044b-8d1f-4239-ad7b-dc0f0d4c981f} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13708 2025.03.20 17:13:47.760006 [ 256 ] {f329044b-8d1f-4239-ad7b-dc0f0d4c981f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002 sec., 28000 rows/sec., 2.15 MiB/sec.
13709 2025.03.20 17:13:47.760080 [ 256 ] {f329044b-8d1f-4239-ad7b-dc0f0d4c981f} <Debug> TCPHandler: Processed in 0.002367745 sec.
13710 2025.03.20 17:13:47.760201 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13711 2025.03.20 17:13:47.760314 [ 256 ] {7ed4fdfb-8db7-4665-873a-20157ae0a093} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13712 2025.03.20 17:13:47.760364 [ 256 ] {7ed4fdfb-8db7-4665-873a-20157ae0a093} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13713 2025.03.20 17:13:47.760952 [ 256 ] {7ed4fdfb-8db7-4665-873a-20157ae0a093} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13714 2025.03.20 17:13:47.760992 [ 256 ] {7ed4fdfb-8db7-4665-873a-20157ae0a093} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13715 2025.03.20 17:13:47.761375 [ 256 ] {7ed4fdfb-8db7-4665-873a-20157ae0a093} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
13716 2025.03.20 17:13:47.761633 [ 256 ] {7ed4fdfb-8db7-4665-873a-20157ae0a093} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13717 2025.03.20 17:13:47.761857 [ 256 ] {7ed4fdfb-8db7-4665-873a-20157ae0a093} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001568 sec., 40816.32653061225 rows/sec., 3.19 MiB/sec.
13718 2025.03.20 17:13:47.761947 [ 256 ] {7ed4fdfb-8db7-4665-873a-20157ae0a093} <Debug> TCPHandler: Processed in 0.001801698 sec.
13719 2025.03.20 17:13:47.762083 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13720 2025.03.20 17:13:47.762370 [ 256 ] {55469f3d-2c45-42c6-a2cd-d1f2abed36f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13721 2025.03.20 17:13:47.762521 [ 256 ] {55469f3d-2c45-42c6-a2cd-d1f2abed36f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13722 2025.03.20 17:13:47.763611 [ 256 ] {55469f3d-2c45-42c6-a2cd-d1f2abed36f5} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13723 2025.03.20 17:13:47.763651 [ 256 ] {55469f3d-2c45-42c6-a2cd-d1f2abed36f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13724 2025.03.20 17:13:47.764042 [ 256 ] {55469f3d-2c45-42c6-a2cd-d1f2abed36f5} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
13725 2025.03.20 17:13:47.764293 [ 256 ] {55469f3d-2c45-42c6-a2cd-d1f2abed36f5} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13726 2025.03.20 17:13:47.764507 [ 256 ] {55469f3d-2c45-42c6-a2cd-d1f2abed36f5} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.002246 sec., 29385.574354407832 rows/sec., 2.05 MiB/sec.
13727 2025.03.20 17:13:47.764564 [ 256 ] {55469f3d-2c45-42c6-a2cd-d1f2abed36f5} <Debug> TCPHandler: Processed in 0.002546437 sec.
13728 2025.03.20 17:13:47.764667 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13729 2025.03.20 17:13:47.764776 [ 256 ] {8e4770bf-c104-473c-a41a-03f0a7ed3c48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13730 2025.03.20 17:13:47.764826 [ 256 ] {8e4770bf-c104-473c-a41a-03f0a7ed3c48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13731 2025.03.20 17:13:47.765247 [ 256 ] {8e4770bf-c104-473c-a41a-03f0a7ed3c48} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13732 2025.03.20 17:13:47.765285 [ 256 ] {8e4770bf-c104-473c-a41a-03f0a7ed3c48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13733 2025.03.20 17:13:47.765662 [ 256 ] {8e4770bf-c104-473c-a41a-03f0a7ed3c48} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
13734 2025.03.20 17:13:47.765913 [ 256 ] {8e4770bf-c104-473c-a41a-03f0a7ed3c48} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13735 2025.03.20 17:13:47.766120 [ 256 ] {8e4770bf-c104-473c-a41a-03f0a7ed3c48} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001368 sec., 19005.847953216373 rows/sec., 1.27 MiB/sec.
13736 2025.03.20 17:13:47.766170 [ 256 ] {8e4770bf-c104-473c-a41a-03f0a7ed3c48} <Debug> TCPHandler: Processed in 0.001552006 sec.
13737 2025.03.20 17:13:49.854059 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36173
13738 2025.03.20 17:13:49.854828 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13739 2025.03.20 17:13:49.854888 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13740 2025.03.20 17:13:49.855427 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
13741 2025.03.20 17:13:49.855711 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13742 2025.03.20 17:13:49.856039 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36173
13743 2025.03.20 17:13:52.398067 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
13744 2025.03.20 17:13:52.398155 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
13745 2025.03.20 17:13:52.400420 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
13746 2025.03.20 17:13:52.425859 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 596
13747 2025.03.20 17:13:52.450317 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13748 2025.03.20 17:13:52.450387 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13749 2025.03.20 17:13:52.458053 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
13750 2025.03.20 17:13:52.458897 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13751 2025.03.20 17:13:52.462178 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 596
13752 2025.03.20 17:13:52.620533 [ 219 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
13753 2025.03.20 17:13:52.620576 [ 219 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
13754 2025.03.20 17:13:52.622535 [ 219 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
13755 2025.03.20 17:13:52.763677 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13756 2025.03.20 17:13:52.763893 [ 256 ] {aab3909c-2dbf-45d6-bc07-6565410695d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13757 2025.03.20 17:13:52.763979 [ 256 ] {aab3909c-2dbf-45d6-bc07-6565410695d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13758 2025.03.20 17:13:52.764823 [ 256 ] {aab3909c-2dbf-45d6-bc07-6565410695d2} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13759 2025.03.20 17:13:52.764871 [ 256 ] {aab3909c-2dbf-45d6-bc07-6565410695d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13760 2025.03.20 17:13:52.765332 [ 256 ] {aab3909c-2dbf-45d6-bc07-6565410695d2} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
13761 2025.03.20 17:13:52.765617 [ 256 ] {aab3909c-2dbf-45d6-bc07-6565410695d2} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13762 2025.03.20 17:13:52.765850 [ 256 ] {aab3909c-2dbf-45d6-bc07-6565410695d2} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002025 sec., 54320.98765432099 rows/sec., 4.57 MiB/sec.
13763 2025.03.20 17:13:52.765957 [ 256 ] {aab3909c-2dbf-45d6-bc07-6565410695d2} <Debug> TCPHandler: Processed in 0.002417635 sec.
13764 2025.03.20 17:13:52.766019 [ 218 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
13765 2025.03.20 17:13:52.766087 [ 218 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
13766 2025.03.20 17:13:52.766146 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13767 2025.03.20 17:13:52.766401 [ 256 ] {7554f96b-17a0-42eb-9ee6-fb90e7189e54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13768 2025.03.20 17:13:52.766453 [ 256 ] {7554f96b-17a0-42eb-9ee6-fb90e7189e54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13769 2025.03.20 17:13:52.767898 [ 256 ] {7554f96b-17a0-42eb-9ee6-fb90e7189e54} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13770 2025.03.20 17:13:52.767942 [ 256 ] {7554f96b-17a0-42eb-9ee6-fb90e7189e54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13771 2025.03.20 17:13:52.768639 [ 256 ] {7554f96b-17a0-42eb-9ee6-fb90e7189e54} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
13772 2025.03.20 17:13:52.769080 [ 256 ] {7554f96b-17a0-42eb-9ee6-fb90e7189e54} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13773 2025.03.20 17:13:52.769320 [ 92 ] {} <Debug> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
13774 2025.03.20 17:13:52.769433 [ 92 ] {} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13775 2025.03.20 17:13:52.769503 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13776 2025.03.20 17:13:52.769584 [ 256 ] {7554f96b-17a0-42eb-9ee6-fb90e7189e54} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.00325 sec., 8307.692307692309 rows/sec., 624.70 KiB/sec.
13777 2025.03.20 17:13:52.770191 [ 256 ] {7554f96b-17a0-42eb-9ee6-fb90e7189e54} <Debug> TCPHandler: Processed in 0.004123952 sec.
13778 2025.03.20 17:13:52.770322 [ 197 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::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
13779 2025.03.20 17:13:52.770807 [ 218 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
13780 2025.03.20 17:13:52.770841 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13781 2025.03.20 17:13:52.771298 [ 197 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13782 2025.03.20 17:13:52.771506 [ 197 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 69 rows starting from the beginning of the part
13783 2025.03.20 17:13:52.771543 [ 256 ] {bf2624e3-e75b-4eaa-9261-2760f10049f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13784 2025.03.20 17:13:52.771779 [ 256 ] {bf2624e3-e75b-4eaa-9261-2760f10049f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13785 2025.03.20 17:13:52.772126 [ 197 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 27 rows starting from the beginning of the part
13786 2025.03.20 17:13:52.773624 [ 197 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 12 rows starting from the beginning of the part
13787 2025.03.20 17:13:52.774231 [ 197 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 27 rows starting from the beginning of the part
13788 2025.03.20 17:13:52.774652 [ 197 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 24 rows starting from the beginning of the part
13789 2025.03.20 17:13:52.775273 [ 197 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 27 rows starting from the beginning of the part
13790 2025.03.20 17:13:52.776412 [ 256 ] {bf2624e3-e75b-4eaa-9261-2760f10049f0} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13791 2025.03.20 17:13:52.776456 [ 256 ] {bf2624e3-e75b-4eaa-9261-2760f10049f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13792 2025.03.20 17:13:52.777053 [ 256 ] {bf2624e3-e75b-4eaa-9261-2760f10049f0} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
13793 2025.03.20 17:13:52.777331 [ 191 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 5 columns (5 merged, 0 gathered) in 0.00767374 sec., 24238.506907974468 rows/sec., 1.87 MiB/sec.
13794 2025.03.20 17:13:52.777451 [ 256 ] {bf2624e3-e75b-4eaa-9261-2760f10049f0} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13795 2025.03.20 17:13:52.777644 [ 191 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
13796 2025.03.20 17:13:52.777834 [ 256 ] {bf2624e3-e75b-4eaa-9261-2760f10049f0} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.006512 sec., 13974.201474201473 rows/sec., 1.09 MiB/sec.
13797 2025.03.20 17:13:52.777942 [ 256 ] {bf2624e3-e75b-4eaa-9261-2760f10049f0} <Debug> TCPHandler: Processed in 0.007297276 sec.
13798 2025.03.20 17:13:52.778105 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13799 2025.03.20 17:13:52.778245 [ 191 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_111_22} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13800 2025.03.20 17:13:52.778275 [ 256 ] {f91f91b1-1fea-435e-bcd1-ebee4d8ddf7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13801 2025.03.20 17:13:52.778392 [ 256 ] {f91f91b1-1fea-435e-bcd1-ebee4d8ddf7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13802 2025.03.20 17:13:52.778462 [ 191 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_111_22} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
13803 2025.03.20 17:13:52.778698 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
13804 2025.03.20 17:13:52.779160 [ 256 ] {f91f91b1-1fea-435e-bcd1-ebee4d8ddf7d} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13805 2025.03.20 17:13:52.779204 [ 256 ] {f91f91b1-1fea-435e-bcd1-ebee4d8ddf7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13806 2025.03.20 17:13:52.779591 [ 256 ] {f91f91b1-1fea-435e-bcd1-ebee4d8ddf7d} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
13807 2025.03.20 17:13:52.779841 [ 256 ] {f91f91b1-1fea-435e-bcd1-ebee4d8ddf7d} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13808 2025.03.20 17:13:52.780067 [ 256 ] {f91f91b1-1fea-435e-bcd1-ebee4d8ddf7d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001843 sec., 86814.97558328812 rows/sec., 6.05 MiB/sec.
13809 2025.03.20 17:13:52.780122 [ 256 ] {f91f91b1-1fea-435e-bcd1-ebee4d8ddf7d} <Debug> TCPHandler: Processed in 0.002079141 sec.
13810 2025.03.20 17:13:52.780227 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13811 2025.03.20 17:13:52.780329 [ 256 ] {44f62271-c66b-4174-b64e-1b4b817fdc2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13812 2025.03.20 17:13:52.780394 [ 256 ] {44f62271-c66b-4174-b64e-1b4b817fdc2e} <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
13813 2025.03.20 17:13:52.781468 [ 256 ] {44f62271-c66b-4174-b64e-1b4b817fdc2e} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13814 2025.03.20 17:13:52.781507 [ 256 ] {44f62271-c66b-4174-b64e-1b4b817fdc2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13815 2025.03.20 17:13:52.782155 [ 256 ] {44f62271-c66b-4174-b64e-1b4b817fdc2e} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
13816 2025.03.20 17:13:52.782419 [ 256 ] {44f62271-c66b-4174-b64e-1b4b817fdc2e} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13817 2025.03.20 17:13:52.782656 [ 256 ] {44f62271-c66b-4174-b64e-1b4b817fdc2e} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002348 sec., 11499.148211243613 rows/sec., 20.61 MiB/sec.
13818 2025.03.20 17:13:52.782748 [ 256 ] {44f62271-c66b-4174-b64e-1b4b817fdc2e} <Debug> TCPHandler: Processed in 0.002568837 sec.
13819 2025.03.20 17:13:52.782860 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13820 2025.03.20 17:13:52.782961 [ 256 ] {30d0b011-d040-48cf-bca6-9da30630381c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13821 2025.03.20 17:13:52.783007 [ 256 ] {30d0b011-d040-48cf-bca6-9da30630381c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13822 2025.03.20 17:13:52.783467 [ 256 ] {30d0b011-d040-48cf-bca6-9da30630381c} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13823 2025.03.20 17:13:52.783505 [ 256 ] {30d0b011-d040-48cf-bca6-9da30630381c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13824 2025.03.20 17:13:52.783868 [ 256 ] {30d0b011-d040-48cf-bca6-9da30630381c} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
13825 2025.03.20 17:13:52.784106 [ 256 ] {30d0b011-d040-48cf-bca6-9da30630381c} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13826 2025.03.20 17:13:52.784354 [ 256 ] {30d0b011-d040-48cf-bca6-9da30630381c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0014 sec., 42857.142857142855 rows/sec., 2.89 MiB/sec.
13827 2025.03.20 17:13:52.784413 [ 256 ] {30d0b011-d040-48cf-bca6-9da30630381c} <Debug> TCPHandler: Processed in 0.001601507 sec.
13828 2025.03.20 17:13:52.784446 [ 223 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
13829 2025.03.20 17:13:52.784494 [ 223 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
13830 2025.03.20 17:13:52.787088 [ 223 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
13831 2025.03.20 17:13:57.131891 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache
13832 2025.03.20 17:13:57.131963 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache
13833 2025.03.20 17:13:57.356322 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36661
13834 2025.03.20 17:13:57.357545 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13835 2025.03.20 17:13:57.357598 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13836 2025.03.20 17:13:57.358112 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
13837 2025.03.20 17:13:57.358354 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13838 2025.03.20 17:13:57.358570 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36661
13839 2025.03.20 17:13:57.358617 [ 221 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
13840 2025.03.20 17:13:57.358669 [ 221 ] {} <Debug> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
13841 2025.03.20 17:13:57.360657 [ 221 ] {} <Debug> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
13842 2025.03.20 17:13:57.450866 [ 221 ] {} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
13843 2025.03.20 17:13:57.450928 [ 221 ] {} <Debug> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
13844 2025.03.20 17:13:57.452861 [ 221 ] {} <Debug> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
13845 2025.03.20 17:13:57.556679 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1876
13846 2025.03.20 17:13:57.559550 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13847 2025.03.20 17:13:57.559597 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13848 2025.03.20 17:13:57.561105 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
13849 2025.03.20 17:13:57.561410 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13850 2025.03.20 17:13:57.561957 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1876
13851 2025.03.20 17:13:57.671317 [ 222 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
13852 2025.03.20 17:13:57.671357 [ 222 ] {} <Debug> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
13853 2025.03.20 17:13:57.673079 [ 222 ] {} <Debug> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
13854 2025.03.20 17:13:57.763084 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13855 2025.03.20 17:13:57.763302 [ 256 ] {f64ae823-bcbb-4bfe-a40e-007466c293ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13856 2025.03.20 17:13:57.763389 [ 256 ] {f64ae823-bcbb-4bfe-a40e-007466c293ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13857 2025.03.20 17:13:57.764275 [ 256 ] {f64ae823-bcbb-4bfe-a40e-007466c293ae} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13858 2025.03.20 17:13:57.764331 [ 256 ] {f64ae823-bcbb-4bfe-a40e-007466c293ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13859 2025.03.20 17:13:57.764795 [ 256 ] {f64ae823-bcbb-4bfe-a40e-007466c293ae} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
13860 2025.03.20 17:13:57.765071 [ 256 ] {f64ae823-bcbb-4bfe-a40e-007466c293ae} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13861 2025.03.20 17:13:57.765327 [ 256 ] {f64ae823-bcbb-4bfe-a40e-007466c293ae} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.002087 sec., 38332.53473885961 rows/sec., 3.17 MiB/sec.
13862 2025.03.20 17:13:57.765400 [ 256 ] {f64ae823-bcbb-4bfe-a40e-007466c293ae} <Debug> TCPHandler: Processed in 0.002467406 sec.
13863 2025.03.20 17:13:57.765530 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13864 2025.03.20 17:13:57.765652 [ 256 ] {3b652a96-2979-4fca-a0b6-395f60f80ceb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13865 2025.03.20 17:13:57.765703 [ 256 ] {3b652a96-2979-4fca-a0b6-395f60f80ceb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13866 2025.03.20 17:13:57.766261 [ 256 ] {3b652a96-2979-4fca-a0b6-395f60f80ceb} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13867 2025.03.20 17:13:57.766306 [ 256 ] {3b652a96-2979-4fca-a0b6-395f60f80ceb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13868 2025.03.20 17:13:57.766675 [ 256 ] {3b652a96-2979-4fca-a0b6-395f60f80ceb} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
13869 2025.03.20 17:13:57.766919 [ 256 ] {3b652a96-2979-4fca-a0b6-395f60f80ceb} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13870 2025.03.20 17:13:57.767130 [ 256 ] {3b652a96-2979-4fca-a0b6-395f60f80ceb} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001506 sec., 7968.127490039841 rows/sec., 599.17 KiB/sec.
13871 2025.03.20 17:13:57.767185 [ 256 ] {3b652a96-2979-4fca-a0b6-395f60f80ceb} <Debug> TCPHandler: Processed in 0.001710918 sec.
13872 2025.03.20 17:13:57.767288 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13873 2025.03.20 17:13:57.767391 [ 256 ] {05f56621-7c1c-427c-a537-6782ad44a757} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13874 2025.03.20 17:13:57.767436 [ 256 ] {05f56621-7c1c-427c-a537-6782ad44a757} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13875 2025.03.20 17:13:57.767966 [ 256 ] {05f56621-7c1c-427c-a537-6782ad44a757} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13876 2025.03.20 17:13:57.768006 [ 256 ] {05f56621-7c1c-427c-a537-6782ad44a757} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13877 2025.03.20 17:13:57.768372 [ 256 ] {05f56621-7c1c-427c-a537-6782ad44a757} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
13878 2025.03.20 17:13:57.768604 [ 256 ] {05f56621-7c1c-427c-a537-6782ad44a757} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13879 2025.03.20 17:13:57.768825 [ 256 ] {05f56621-7c1c-427c-a537-6782ad44a757} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001453 sec., 52305.57467309015 rows/sec., 4.08 MiB/sec.
13880 2025.03.20 17:13:57.768912 [ 256 ] {05f56621-7c1c-427c-a537-6782ad44a757} <Debug> TCPHandler: Processed in 0.001670267 sec.
13881 2025.03.20 17:13:57.769042 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13882 2025.03.20 17:13:57.769326 [ 256 ] {999f36ec-9599-4e67-b7f3-acbb23ecae5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13883 2025.03.20 17:13:57.769483 [ 256 ] {999f36ec-9599-4e67-b7f3-acbb23ecae5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13884 2025.03.20 17:13:57.770288 [ 256 ] {999f36ec-9599-4e67-b7f3-acbb23ecae5b} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13885 2025.03.20 17:13:57.770327 [ 256 ] {999f36ec-9599-4e67-b7f3-acbb23ecae5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13886 2025.03.20 17:13:57.770713 [ 256 ] {999f36ec-9599-4e67-b7f3-acbb23ecae5b} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
13887 2025.03.20 17:13:57.770954 [ 256 ] {999f36ec-9599-4e67-b7f3-acbb23ecae5b} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13888 2025.03.20 17:13:57.771138 [ 87 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Selected 3 parts from all_1_134_27 to all_136_136_0
13889 2025.03.20 17:13:57.771175 [ 256 ] {999f36ec-9599-4e67-b7f3-acbb23ecae5b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001962 sec., 81549.43934760448 rows/sec., 5.68 MiB/sec.
13890 2025.03.20 17:13:57.771225 [ 87 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13891 2025.03.20 17:13:57.771291 [ 256 ] {999f36ec-9599-4e67-b7f3-acbb23ecae5b} <Debug> TCPHandler: Processed in 0.002315744 sec.
13892 2025.03.20 17:13:57.771298 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13893 2025.03.20 17:13:57.771501 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13894 2025.03.20 17:13:57.771513 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_136_28} <Debug> MergeTask::PrepareStage: Merging 3 parts: from all_1_134_27 to all_136_136_0 into Compact with storage Full
13895 2025.03.20 17:13:57.771718 [ 256 ] {223c39a5-b699-4a9b-80e1-2b9feb61d191} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13896 2025.03.20 17:13:57.771741 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_136_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13897 2025.03.20 17:13:57.771867 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_136_28} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_134_27, total 35492 rows starting from the beginning of the part
13898 2025.03.20 17:13:57.772038 [ 256 ] {223c39a5-b699-4a9b-80e1-2b9feb61d191} <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
13899 2025.03.20 17:13:57.772387 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_136_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 160 rows starting from the beginning of the part
13900 2025.03.20 17:13:57.773016 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_136_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 976 rows starting from the beginning of the part
13901 2025.03.20 17:13:57.776865 [ 256 ] {223c39a5-b699-4a9b-80e1-2b9feb61d191} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13902 2025.03.20 17:13:57.776904 [ 256 ] {223c39a5-b699-4a9b-80e1-2b9feb61d191} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13903 2025.03.20 17:13:57.777598 [ 256 ] {223c39a5-b699-4a9b-80e1-2b9feb61d191} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
13904 2025.03.20 17:13:57.777886 [ 256 ] {223c39a5-b699-4a9b-80e1-2b9feb61d191} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13905 2025.03.20 17:13:57.778087 [ 87 ] {} <Debug> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
13906 2025.03.20 17:13:57.778155 [ 87 ] {} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13907 2025.03.20 17:13:57.778192 [ 256 ] {223c39a5-b699-4a9b-80e1-2b9feb61d191} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.006532 sec., 1837.1096142069812 rows/sec., 3.29 MiB/sec.
13908 2025.03.20 17:13:57.778200 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13909 2025.03.20 17:13:57.778660 [ 191 ] {6749d887-00ac-4b26-87ae-2852b00353b1::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
13910 2025.03.20 17:13:57.778706 [ 256 ] {223c39a5-b699-4a9b-80e1-2b9feb61d191} <Debug> TCPHandler: Processed in 0.007296726 sec.
13911 2025.03.20 17:13:57.778943 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13912 2025.03.20 17:13:57.779184 [ 256 ] {904f80b7-ac28-47d2-a5f3-d07306e52e99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13913 2025.03.20 17:13:57.779323 [ 256 ] {904f80b7-ac28-47d2-a5f3-d07306e52e99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13914 2025.03.20 17:13:57.779972 [ 191 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13915 2025.03.20 17:13:57.780310 [ 191 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 2012 rows starting from the beginning of the part
13916 2025.03.20 17:13:57.781223 [ 191 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 12 rows starting from the beginning of the part
13917 2025.03.20 17:13:57.782139 [ 256 ] {904f80b7-ac28-47d2-a5f3-d07306e52e99} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13918 2025.03.20 17:13:57.782244 [ 256 ] {904f80b7-ac28-47d2-a5f3-d07306e52e99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13919 2025.03.20 17:13:57.782334 [ 191 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 27 rows starting from the beginning of the part
13920 2025.03.20 17:13:57.783366 [ 191 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 12 rows starting from the beginning of the part
13921 2025.03.20 17:13:57.783882 [ 256 ] {904f80b7-ac28-47d2-a5f3-d07306e52e99} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
13922 2025.03.20 17:13:57.784572 [ 191 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 27 rows starting from the beginning of the part
13923 2025.03.20 17:13:57.784583 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_136_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36628 rows, containing 5 columns (5 merged, 0 gathered) in 0.013141968 sec., 2787101.5969602116 rows/sec., 190.99 MiB/sec.
13924 2025.03.20 17:13:57.784988 [ 256 ] {904f80b7-ac28-47d2-a5f3-d07306e52e99} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13925 2025.03.20 17:13:57.785208 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_136_28} <Trace> MergedBlockOutputStream: filled checksums all_1_136_28 (state Temporary)
13926 2025.03.20 17:13:57.785780 [ 191 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 12 rows starting from the beginning of the part
13927 2025.03.20 17:13:57.786093 [ 256 ] {904f80b7-ac28-47d2-a5f3-d07306e52e99} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006981 sec., 8594.757198109153 rows/sec., 593.13 KiB/sec.
13928 2025.03.20 17:13:57.786768 [ 256 ] {904f80b7-ac28-47d2-a5f3-d07306e52e99} <Debug> TCPHandler: Processed in 0.007873823 sec.
13929 2025.03.20 17:13:57.787007 [ 189 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_136_28} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_merge_all_1_136_28 to all_1_136_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13930 2025.03.20 17:13:57.787294 [ 189 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_136_28} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Merged 3 parts: [all_1_134_27, all_136_136_0] -> all_1_136_28
13931 2025.03.20 17:13:57.787522 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
13932 2025.03.20 17:13:57.795103 [ 198 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2102 rows, containing 19 columns (19 merged, 0 gathered) in 0.016718405 sec., 125729.69730066955 rows/sec., 225.30 MiB/sec.
13933 2025.03.20 17:13:57.797365 [ 189 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
13934 2025.03.20 17:13:57.797787 [ 189 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_111_22} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13935 2025.03.20 17:13:57.797865 [ 189 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_111_22} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
13936 2025.03.20 17:13:57.798015 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.86 MiB.
13937 2025.03.20 17:13:58.000207 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 261.38 MiB, peak 282.84 MiB, free memory in arenas 0.00 B, will set to 264.90 MiB (RSS), difference: 3.52 MiB
13938 2025.03.20 17:13:58.002565 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00197401 sec.
13939 2025.03.20 17:13:59.962372 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 603
13940 2025.03.20 17:13:59.986880 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13941 2025.03.20 17:13:59.986947 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13942 2025.03.20 17:13:59.994708 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
13943 2025.03.20 17:13:59.995513 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13944 2025.03.20 17:13:59.998632 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 603
13945 2025.03.20 17:14:02.764552 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13946 2025.03.20 17:14:02.764797 [ 256 ] {b0a8e8e4-d0d5-4741-825d-554eab7a468a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
13947 2025.03.20 17:14:02.764896 [ 256 ] {b0a8e8e4-d0d5-4741-825d-554eab7a468a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
13948 2025.03.20 17:14:02.765893 [ 256 ] {b0a8e8e4-d0d5-4741-825d-554eab7a468a} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13949 2025.03.20 17:14:02.765957 [ 256 ] {b0a8e8e4-d0d5-4741-825d-554eab7a468a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13950 2025.03.20 17:14:02.766530 [ 256 ] {b0a8e8e4-d0d5-4741-825d-554eab7a468a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
13951 2025.03.20 17:14:02.766845 [ 256 ] {b0a8e8e4-d0d5-4741-825d-554eab7a468a} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13952 2025.03.20 17:14:02.767156 [ 256 ] {b0a8e8e4-d0d5-4741-825d-554eab7a468a} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002416 sec., 1655.6291390728475 rows/sec., 135.00 KiB/sec.
13953 2025.03.20 17:14:02.767377 [ 256 ] {b0a8e8e4-d0d5-4741-825d-554eab7a468a} <Debug> TCPHandler: Processed in 0.003027912 sec.
13954 2025.03.20 17:14:02.767563 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13955 2025.03.20 17:14:02.767694 [ 256 ] {23098a70-71ec-406d-943a-5cd57a1f09df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13956 2025.03.20 17:14:02.767756 [ 256 ] {23098a70-71ec-406d-943a-5cd57a1f09df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13957 2025.03.20 17:14:02.768577 [ 256 ] {23098a70-71ec-406d-943a-5cd57a1f09df} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13958 2025.03.20 17:14:02.768624 [ 256 ] {23098a70-71ec-406d-943a-5cd57a1f09df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13959 2025.03.20 17:14:02.769110 [ 256 ] {23098a70-71ec-406d-943a-5cd57a1f09df} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary)
13960 2025.03.20 17:14:02.769434 [ 256 ] {23098a70-71ec-406d-943a-5cd57a1f09df} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13961 2025.03.20 17:14:02.769736 [ 256 ] {23098a70-71ec-406d-943a-5cd57a1f09df} <Debug> executeQuery: Read 112 rows, 9.61 KiB in 0.002126 sec., 52681.09125117592 rows/sec., 4.42 MiB/sec.
13962 2025.03.20 17:14:02.770012 [ 256 ] {23098a70-71ec-406d-943a-5cd57a1f09df} <Debug> TCPHandler: Processed in 0.002501395 sec.
13963 2025.03.20 17:14:02.770390 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13964 2025.03.20 17:14:02.770750 [ 256 ] {196f6a86-27ce-4b19-b202-5864dfe6f823} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13965 2025.03.20 17:14:02.770897 [ 256 ] {196f6a86-27ce-4b19-b202-5864dfe6f823} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13966 2025.03.20 17:14:02.773229 [ 256 ] {196f6a86-27ce-4b19-b202-5864dfe6f823} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13967 2025.03.20 17:14:02.773270 [ 256 ] {196f6a86-27ce-4b19-b202-5864dfe6f823} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13968 2025.03.20 17:14:02.773645 [ 256 ] {196f6a86-27ce-4b19-b202-5864dfe6f823} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
13969 2025.03.20 17:14:02.773930 [ 256 ] {196f6a86-27ce-4b19-b202-5864dfe6f823} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13970 2025.03.20 17:14:02.774148 [ 256 ] {196f6a86-27ce-4b19-b202-5864dfe6f823} <Debug> executeQuery: Read 31 rows, 2.31 KiB in 0.003518 sec., 8811.824900511654 rows/sec., 656.50 KiB/sec.
13971 2025.03.20 17:14:02.774202 [ 256 ] {196f6a86-27ce-4b19-b202-5864dfe6f823} <Debug> TCPHandler: Processed in 0.003933712 sec.
13972 2025.03.20 17:14:02.774343 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13973 2025.03.20 17:14:02.774449 [ 256 ] {5bb4c970-8839-4272-b928-a1c7870c914b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13974 2025.03.20 17:14:02.774495 [ 256 ] {5bb4c970-8839-4272-b928-a1c7870c914b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13975 2025.03.20 17:14:02.775083 [ 256 ] {5bb4c970-8839-4272-b928-a1c7870c914b} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13976 2025.03.20 17:14:02.775123 [ 256 ] {5bb4c970-8839-4272-b928-a1c7870c914b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13977 2025.03.20 17:14:02.775528 [ 256 ] {5bb4c970-8839-4272-b928-a1c7870c914b} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary)
13978 2025.03.20 17:14:02.775783 [ 256 ] {5bb4c970-8839-4272-b928-a1c7870c914b} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13979 2025.03.20 17:14:02.776003 [ 256 ] {5bb4c970-8839-4272-b928-a1c7870c914b} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001576 sec., 60279.187817258884 rows/sec., 4.71 MiB/sec.
13980 2025.03.20 17:14:02.776057 [ 256 ] {5bb4c970-8839-4272-b928-a1c7870c914b} <Debug> TCPHandler: Processed in 0.001765329 sec.
13981 2025.03.20 17:14:02.776177 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13982 2025.03.20 17:14:02.776291 [ 256 ] {cf20fcd7-3b1e-4cd2-ad39-ceb719a66779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13983 2025.03.20 17:14:02.776341 [ 256 ] {cf20fcd7-3b1e-4cd2-ad39-ceb719a66779} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13984 2025.03.20 17:14:02.776883 [ 256 ] {cf20fcd7-3b1e-4cd2-ad39-ceb719a66779} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13985 2025.03.20 17:14:02.776925 [ 256 ] {cf20fcd7-3b1e-4cd2-ad39-ceb719a66779} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13986 2025.03.20 17:14:02.777343 [ 256 ] {cf20fcd7-3b1e-4cd2-ad39-ceb719a66779} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary)
13987 2025.03.20 17:14:02.777604 [ 256 ] {cf20fcd7-3b1e-4cd2-ad39-ceb719a66779} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13988 2025.03.20 17:14:02.777867 [ 256 ] {cf20fcd7-3b1e-4cd2-ad39-ceb719a66779} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001592 sec., 101758.79396984924 rows/sec., 7.09 MiB/sec.
13989 2025.03.20 17:14:02.777931 [ 256 ] {cf20fcd7-3b1e-4cd2-ad39-ceb719a66779} <Debug> TCPHandler: Processed in 0.001806938 sec.
13990 2025.03.20 17:14:02.778074 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13991 2025.03.20 17:14:02.778352 [ 256 ] {9edb9fa0-800d-4bff-a367-caa3cb494c53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13992 2025.03.20 17:14:02.778625 [ 256 ] {9edb9fa0-800d-4bff-a367-caa3cb494c53} <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
13993 2025.03.20 17:14:02.780269 [ 256 ] {9edb9fa0-800d-4bff-a367-caa3cb494c53} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13994 2025.03.20 17:14:02.780311 [ 256 ] {9edb9fa0-800d-4bff-a367-caa3cb494c53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
13995 2025.03.20 17:14:02.780977 [ 256 ] {9edb9fa0-800d-4bff-a367-caa3cb494c53} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
13996 2025.03.20 17:14:02.781254 [ 256 ] {9edb9fa0-800d-4bff-a367-caa3cb494c53} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13997 2025.03.20 17:14:02.781484 [ 256 ] {9edb9fa0-800d-4bff-a367-caa3cb494c53} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.003235 sec., 8346.213292117465 rows/sec., 14.96 MiB/sec.
13998 2025.03.20 17:14:02.781632 [ 256 ] {9edb9fa0-800d-4bff-a367-caa3cb494c53} <Debug> TCPHandler: Processed in 0.003602868 sec.
13999 2025.03.20 17:14:02.781949 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14000 2025.03.20 17:14:02.782119 [ 256 ] {627c4f5f-9b87-4224-80ee-d92ad5baa8c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14001 2025.03.20 17:14:02.782170 [ 256 ] {627c4f5f-9b87-4224-80ee-d92ad5baa8c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14002 2025.03.20 17:14:02.782684 [ 256 ] {627c4f5f-9b87-4224-80ee-d92ad5baa8c9} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14003 2025.03.20 17:14:02.782734 [ 256 ] {627c4f5f-9b87-4224-80ee-d92ad5baa8c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
14004 2025.03.20 17:14:02.783258 [ 256 ] {627c4f5f-9b87-4224-80ee-d92ad5baa8c9} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary)
14005 2025.03.20 17:14:02.783629 [ 256 ] {627c4f5f-9b87-4224-80ee-d92ad5baa8c9} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14006 2025.03.20 17:14:02.783920 [ 256 ] {627c4f5f-9b87-4224-80ee-d92ad5baa8c9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001824 sec., 32894.73684210526 rows/sec., 2.22 MiB/sec.
14007 2025.03.20 17:14:02.783978 [ 256 ] {627c4f5f-9b87-4224-80ee-d92ad5baa8c9} <Debug> TCPHandler: Processed in 0.002121512 sec.
14008 2025.03.20 17:14:03.846660 [ 218 ] {} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
14009 2025.03.20 17:14:03.846714 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
14010 2025.03.20 17:14:03.848822 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
14011 2025.03.20 17:14:04.858876 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37088
14012 2025.03.20 17:14:04.859587 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14013 2025.03.20 17:14:04.859635 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
14014 2025.03.20 17:14:04.860166 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
14015 2025.03.20 17:14:04.860418 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14016 2025.03.20 17:14:04.860635 [ 79 ] {} <Debug> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
14017 2025.03.20 17:14:04.860669 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37088
14018 2025.03.20 17:14:04.860724 [ 79 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14019 2025.03.20 17:14:04.860757 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
14020 2025.03.20 17:14:04.860907 [ 187 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::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
14021 2025.03.20 17:14:04.861153 [ 187 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14022 2025.03.20 17:14:04.861205 [ 187 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 34831 rows starting from the beginning of the part
14023 2025.03.20 17:14:04.861294 [ 187 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 427 rows starting from the beginning of the part
14024 2025.03.20 17:14:04.861483 [ 187 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 488 rows starting from the beginning of the part
14025 2025.03.20 17:14:04.861776 [ 187 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 427 rows starting from the beginning of the part
14026 2025.03.20 17:14:04.861960 [ 187 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 488 rows starting from the beginning of the part
14027 2025.03.20 17:14:04.862056 [ 187 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 427 rows starting from the beginning of the part
14028 2025.03.20 17:14:04.865175 [ 198 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37088 rows, containing 4 columns (4 merged, 0 gathered) in 0.004342036 sec., 8541615.03958051 rows/sec., 122.19 MiB/sec.
14029 2025.03.20 17:14:04.865591 [ 198 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
14030 2025.03.20 17:14:04.865929 [ 198 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_81_16} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14031 2025.03.20 17:14:04.866024 [ 198 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_81_16} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
14032 2025.03.20 17:14:04.866145 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB.
14033 2025.03.20 17:14:07.498834 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 611
14034 2025.03.20 17:14:07.522440 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14035 2025.03.20 17:14:07.522506 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
14036 2025.03.20 17:14:07.530112 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
14037 2025.03.20 17:14:07.530976 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14038 2025.03.20 17:14:07.531529 [ 78 ] {} <Debug> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
14039 2025.03.20 17:14:07.531663 [ 78 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14040 2025.03.20 17:14:07.531745 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
14041 2025.03.20 17:14:07.532731 [ 200 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
14042 2025.03.20 17:14:07.547680 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 611
14043 2025.03.20 17:14:07.549451 [ 200 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14044 2025.03.20 17:14:07.550811 [ 200 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 573 rows starting from the beginning of the part
14045 2025.03.20 17:14:07.556987 [ 200 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 8 rows starting from the beginning of the part
14046 2025.03.20 17:14:07.562480 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1902
14047 2025.03.20 17:14:07.568772 [ 200 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 7 rows starting from the beginning of the part
14048 2025.03.20 17:14:07.574976 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14049 2025.03.20 17:14:07.575039 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
14050 2025.03.20 17:14:07.582199 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
14051 2025.03.20 17:14:07.583434 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14052 2025.03.20 17:14:07.583969 [ 78 ] {} <Debug> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
14053 2025.03.20 17:14:07.584102 [ 78 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14054 2025.03.20 17:14:07.584200 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
14055 2025.03.20 17:14:07.584994 [ 198 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::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
14056 2025.03.20 17:14:07.591101 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1902
14057 2025.03.20 17:14:07.592223 [ 198 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14058 2025.03.20 17:14:07.592973 [ 198 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1770 rows starting from the beginning of the part
14059 2025.03.20 17:14:07.597458 [ 198 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 20 rows starting from the beginning of the part
14060 2025.03.20 17:14:07.600349 [ 198 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 24 rows starting from the beginning of the part
14061 2025.03.20 17:14:07.602963 [ 198 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 42 rows starting from the beginning of the part
14062 2025.03.20 17:14:07.603665 [ 200 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 8 rows starting from the beginning of the part
14063 2025.03.20 17:14:07.605395 [ 198 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 20 rows starting from the beginning of the part
14064 2025.03.20 17:14:07.607022 [ 198 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 26 rows starting from the beginning of the part
14065 2025.03.20 17:14:07.629848 [ 200 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 7 rows starting from the beginning of the part
14066 2025.03.20 17:14:07.651441 [ 198 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1902 rows, containing 72 columns (72 merged, 0 gathered) in 0.06707611 sec., 28355.84830426213 rows/sec., 21.46 MiB/sec.
14067 2025.03.20 17:14:07.654932 [ 198 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
14068 2025.03.20 17:14:07.658207 [ 200 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 8 rows starting from the beginning of the part
14069 2025.03.20 17:14:07.658701 [ 198 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_61_12} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14070 2025.03.20 17:14:07.658884 [ 198 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_61_12} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
14071 2025.03.20 17:14:07.659417 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.03 MiB.
14072 2025.03.20 17:14:07.728602 [ 190 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 679 columns (679 merged, 0 gathered) in 0.196616612 sec., 3107.570585134485 rows/sec., 16.07 MiB/sec.
14073 2025.03.20 17:14:07.732198 [ 190 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
14074 2025.03.20 17:14:07.735447 [ 190 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_81_16} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14075 2025.03.20 17:14:07.735560 [ 190 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_81_16} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
14076 2025.03.20 17:14:07.738143 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB.
14077 2025.03.20 17:14:07.762476 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14078 2025.03.20 17:14:07.762780 [ 256 ] {4b07750d-c6b8-4d3e-96ce-c454c5fff153} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14079 2025.03.20 17:14:07.762895 [ 256 ] {4b07750d-c6b8-4d3e-96ce-c454c5fff153} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14080 2025.03.20 17:14:07.764007 [ 256 ] {4b07750d-c6b8-4d3e-96ce-c454c5fff153} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14081 2025.03.20 17:14:07.764056 [ 256 ] {4b07750d-c6b8-4d3e-96ce-c454c5fff153} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
14082 2025.03.20 17:14:07.764504 [ 256 ] {4b07750d-c6b8-4d3e-96ce-c454c5fff153} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary)
14083 2025.03.20 17:14:07.764765 [ 256 ] {4b07750d-c6b8-4d3e-96ce-c454c5fff153} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14084 2025.03.20 17:14:07.764978 [ 78 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0
14085 2025.03.20 17:14:07.765045 [ 256 ] {4b07750d-c6b8-4d3e-96ce-c454c5fff153} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.002344 sec., 34129.6928327645 rows/sec., 2.82 MiB/sec.
14086 2025.03.20 17:14:07.765048 [ 78 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14087 2025.03.20 17:14:07.765134 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
14088 2025.03.20 17:14:07.765190 [ 256 ] {4b07750d-c6b8-4d3e-96ce-c454c5fff153} <Debug> TCPHandler: Processed in 0.002900071 sec.
14089 2025.03.20 17:14:07.765452 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14090 2025.03.20 17:14:07.765456 [ 188 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full
14091 2025.03.20 17:14:07.765657 [ 256 ] {46770762-5182-484d-a0ea-1e067f42fb7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14092 2025.03.20 17:14:07.765773 [ 256 ] {46770762-5182-484d-a0ea-1e067f42fb7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14093 2025.03.20 17:14:07.765783 [ 188 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14094 2025.03.20 17:14:07.765887 [ 188 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1404 rows starting from the beginning of the part
14095 2025.03.20 17:14:07.766187 [ 188 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 56 rows starting from the beginning of the part
14096 2025.03.20 17:14:07.766487 [ 188 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 110 rows starting from the beginning of the part
14097 2025.03.20 17:14:07.766943 [ 188 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 80 rows starting from the beginning of the part
14098 2025.03.20 17:14:07.767389 [ 188 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 112 rows starting from the beginning of the part
14099 2025.03.20 17:14:07.767792 [ 188 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 80 rows starting from the beginning of the part
14100 2025.03.20 17:14:07.768849 [ 256 ] {46770762-5182-484d-a0ea-1e067f42fb7d} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14101 2025.03.20 17:14:07.768923 [ 256 ] {46770762-5182-484d-a0ea-1e067f42fb7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
14102 2025.03.20 17:14:07.769902 [ 256 ] {46770762-5182-484d-a0ea-1e067f42fb7d} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
14103 2025.03.20 17:14:07.770348 [ 256 ] {46770762-5182-484d-a0ea-1e067f42fb7d} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14104 2025.03.20 17:14:07.770773 [ 256 ] {46770762-5182-484d-a0ea-1e067f42fb7d} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.005174 sec., 2319.2887514495555 rows/sec., 174.40 KiB/sec.
14105 2025.03.20 17:14:07.771142 [ 256 ] {46770762-5182-484d-a0ea-1e067f42fb7d} <Debug> TCPHandler: Processed in 0.00576246 sec.
14106 2025.03.20 17:14:07.771478 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14107 2025.03.20 17:14:07.771543 [ 188 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1842 rows, containing 5 columns (5 merged, 0 gathered) in 0.006285216 sec., 293068.68689954333 rows/sec., 25.61 MiB/sec.
14108 2025.03.20 17:14:07.771714 [ 256 ] {3371de2c-c4bf-408f-a135-85242f5a1249} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14109 2025.03.20 17:14:07.771802 [ 256 ] {3371de2c-c4bf-408f-a135-85242f5a1249} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14110 2025.03.20 17:14:07.771888 [ 201 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary)
14111 2025.03.20 17:14:07.772275 [ 201 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_141_28} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14112 2025.03.20 17:14:07.772401 [ 201 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_141_28} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28
14113 2025.03.20 17:14:07.772516 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB.
14114 2025.03.20 17:14:07.772610 [ 256 ] {3371de2c-c4bf-408f-a135-85242f5a1249} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14115 2025.03.20 17:14:07.772647 [ 256 ] {3371de2c-c4bf-408f-a135-85242f5a1249} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
14116 2025.03.20 17:14:07.773008 [ 256 ] {3371de2c-c4bf-408f-a135-85242f5a1249} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary)
14117 2025.03.20 17:14:07.773245 [ 256 ] {3371de2c-c4bf-408f-a135-85242f5a1249} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14118 2025.03.20 17:14:07.773423 [ 76 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0
14119 2025.03.20 17:14:07.773485 [ 256 ] {3371de2c-c4bf-408f-a135-85242f5a1249} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001819 sec., 41781.198460692685 rows/sec., 3.26 MiB/sec.
14120 2025.03.20 17:14:07.773493 [ 76 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14121 2025.03.20 17:14:07.773596 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
14122 2025.03.20 17:14:07.773611 [ 256 ] {3371de2c-c4bf-408f-a135-85242f5a1249} <Debug> TCPHandler: Processed in 0.002230503 sec.
14123 2025.03.20 17:14:07.773863 [ 195 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full
14124 2025.03.20 17:14:07.773875 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14125 2025.03.20 17:14:07.774138 [ 195 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14126 2025.03.20 17:14:07.774147 [ 256 ] {1dad305f-8baa-4e26-bc7f-ade940be4e94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14127 2025.03.20 17:14:07.774198 [ 195 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 631 rows starting from the beginning of the part
14128 2025.03.20 17:14:07.774273 [ 256 ] {1dad305f-8baa-4e26-bc7f-ade940be4e94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14129 2025.03.20 17:14:07.774493 [ 195 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 64 rows starting from the beginning of the part
14130 2025.03.20 17:14:07.774965 [ 195 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 91 rows starting from the beginning of the part
14131 2025.03.20 17:14:07.775382 [ 195 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 76 rows starting from the beginning of the part
14132 2025.03.20 17:14:07.775724 [ 195 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 95 rows starting from the beginning of the part
14133 2025.03.20 17:14:07.776001 [ 195 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 76 rows starting from the beginning of the part
14134 2025.03.20 17:14:07.777030 [ 256 ] {1dad305f-8baa-4e26-bc7f-ade940be4e94} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14135 2025.03.20 17:14:07.777115 [ 256 ] {1dad305f-8baa-4e26-bc7f-ade940be4e94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
14136 2025.03.20 17:14:07.778216 [ 256 ] {1dad305f-8baa-4e26-bc7f-ade940be4e94} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary)
14137 2025.03.20 17:14:07.778675 [ 256 ] {1dad305f-8baa-4e26-bc7f-ade940be4e94} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14138 2025.03.20 17:14:07.779059 [ 76 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Selected 2 parts from all_1_136_28 to all_137_137_0
14139 2025.03.20 17:14:07.779176 [ 76 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14140 2025.03.20 17:14:07.779270 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
14141 2025.03.20 17:14:07.779425 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1033 rows, containing 5 columns (5 merged, 0 gathered) in 0.005688759 sec., 181586.17723127312 rows/sec., 14.57 MiB/sec.
14142 2025.03.20 17:14:07.779444 [ 256 ] {1dad305f-8baa-4e26-bc7f-ade940be4e94} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00536 sec., 29850.746268656716 rows/sec., 2.08 MiB/sec.
14143 2025.03.20 17:14:07.779738 [ 194 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_137_29} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_136_28 to all_137_137_0 into Compact with storage Full
14144 2025.03.20 17:14:07.779859 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary)
14145 2025.03.20 17:14:07.779875 [ 256 ] {1dad305f-8baa-4e26-bc7f-ade940be4e94} <Debug> TCPHandler: Processed in 0.006059474 sec.
14146 2025.03.20 17:14:07.780420 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14147 2025.03.20 17:14:07.780668 [ 194 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_137_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14148 2025.03.20 17:14:07.780889 [ 194 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_137_29} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_136_28, total 36628 rows starting from the beginning of the part
14149 2025.03.20 17:14:07.781051 [ 256 ] {93c984e8-ffbc-4836-b22e-00da521553b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14150 2025.03.20 17:14:07.781288 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_141_28} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14151 2025.03.20 17:14:07.781631 [ 194 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_137_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 66 rows starting from the beginning of the part
14152 2025.03.20 17:14:07.781975 [ 202 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_141_28} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28
14153 2025.03.20 17:14:07.782423 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB.
14154 2025.03.20 17:14:07.782603 [ 256 ] {93c984e8-ffbc-4836-b22e-00da521553b0} <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
14155 2025.03.20 17:14:07.786007 [ 256 ] {93c984e8-ffbc-4836-b22e-00da521553b0} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14156 2025.03.20 17:14:07.786048 [ 256 ] {93c984e8-ffbc-4836-b22e-00da521553b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
14157 2025.03.20 17:14:07.786908 [ 256 ] {93c984e8-ffbc-4836-b22e-00da521553b0} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
14158 2025.03.20 17:14:07.787370 [ 256 ] {93c984e8-ffbc-4836-b22e-00da521553b0} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14159 2025.03.20 17:14:07.787673 [ 256 ] {93c984e8-ffbc-4836-b22e-00da521553b0} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.006876 sec., 1745.2006980802792 rows/sec., 3.13 MiB/sec.
14160 2025.03.20 17:14:07.787902 [ 256 ] {93c984e8-ffbc-4836-b22e-00da521553b0} <Debug> TCPHandler: Processed in 0.0076035 sec.
14161 2025.03.20 17:14:07.788177 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14162 2025.03.20 17:14:07.788349 [ 256 ] {9843ceba-4b96-4ec2-9104-d1cf597df866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14163 2025.03.20 17:14:07.788396 [ 256 ] {9843ceba-4b96-4ec2-9104-d1cf597df866} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14164 2025.03.20 17:14:07.788928 [ 256 ] {9843ceba-4b96-4ec2-9104-d1cf597df866} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14165 2025.03.20 17:14:07.788968 [ 256 ] {9843ceba-4b96-4ec2-9104-d1cf597df866} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
14166 2025.03.20 17:14:07.789570 [ 256 ] {9843ceba-4b96-4ec2-9104-d1cf597df866} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary)
14167 2025.03.20 17:14:07.789925 [ 256 ] {9843ceba-4b96-4ec2-9104-d1cf597df866} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14168 2025.03.20 17:14:07.790110 [ 76 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0
14169 2025.03.20 17:14:07.790179 [ 76 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14170 2025.03.20 17:14:07.790190 [ 256 ] {9843ceba-4b96-4ec2-9104-d1cf597df866} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001873 sec., 32034.169781099838 rows/sec., 2.16 MiB/sec.
14171 2025.03.20 17:14:07.790220 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
14172 2025.03.20 17:14:07.790363 [ 256 ] {9843ceba-4b96-4ec2-9104-d1cf597df866} <Debug> TCPHandler: Processed in 0.002246383 sec.
14173 2025.03.20 17:14:07.790626 [ 192 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full
14174 2025.03.20 17:14:07.790779 [ 192 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14175 2025.03.20 17:14:07.790817 [ 192 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 6868 rows starting from the beginning of the part
14176 2025.03.20 17:14:07.790958 [ 192 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 26 rows starting from the beginning of the part
14177 2025.03.20 17:14:07.791041 [ 192 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 60 rows starting from the beginning of the part
14178 2025.03.20 17:14:07.791385 [ 192 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 60 rows starting from the beginning of the part
14179 2025.03.20 17:14:07.791634 [ 192 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 60 rows starting from the beginning of the part
14180 2025.03.20 17:14:07.791887 [ 192 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 60 rows starting from the beginning of the part
14181 2025.03.20 17:14:07.793938 [ 199 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_137_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36694 rows, containing 5 columns (5 merged, 0 gathered) in 0.014500192 sec., 2530587.1811904283 rows/sec., 173.42 MiB/sec.
14182 2025.03.20 17:14:07.794627 [ 192 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_137_29} <Trace> MergedBlockOutputStream: filled checksums all_1_137_29 (state Temporary)
14183 2025.03.20 17:14:07.794949 [ 192 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_137_29} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_merge_all_1_137_29 to all_1_137_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14184 2025.03.20 17:14:07.795115 [ 192 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_137_29} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Merged 2 parts: [all_1_136_28, all_137_137_0] -> all_1_137_29
14185 2025.03.20 17:14:07.795194 [ 191 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7134 rows, containing 4 columns (4 merged, 0 gathered) in 0.004823181 sec., 1479106.8384122427 rows/sec., 99.64 MiB/sec.
14186 2025.03.20 17:14:07.795250 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB.
14187 2025.03.20 17:14:07.795755 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary)
14188 2025.03.20 17:14:07.796053 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_141_28} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14189 2025.03.20 17:14:07.796129 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_141_28} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28
14190 2025.03.20 17:14:07.796218 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB.
14191 2025.03.20 17:14:08.000200 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.67 MiB, peak 283.49 MiB, free memory in arenas 0.00 B, will set to 264.90 MiB (RSS), difference: -1.77 MiB
14192 2025.03.20 17:14:12.132012 [ 29 ] {} <Debug> DNSResolver: Updating DNS cache
14193 2025.03.20 17:14:12.132089 [ 29 ] {} <Debug> DNSResolver: Updated DNS cache
14194 2025.03.20 17:14:12.360949 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37576
14195 2025.03.20 17:14:12.361933 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14196 2025.03.20 17:14:12.361981 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
14197 2025.03.20 17:14:12.362511 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
14198 2025.03.20 17:14:12.362774 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14199 2025.03.20 17:14:12.363006 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37576
14200 2025.03.20 17:14:12.764137 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14201 2025.03.20 17:14:12.764359 [ 256 ] {5c03b3a9-ea19-492a-8fba-71ab353e82f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14202 2025.03.20 17:14:12.764443 [ 256 ] {5c03b3a9-ea19-492a-8fba-71ab353e82f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14203 2025.03.20 17:14:12.765321 [ 256 ] {5c03b3a9-ea19-492a-8fba-71ab353e82f8} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14204 2025.03.20 17:14:12.765372 [ 256 ] {5c03b3a9-ea19-492a-8fba-71ab353e82f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
14205 2025.03.20 17:14:12.765830 [ 256 ] {5c03b3a9-ea19-492a-8fba-71ab353e82f8} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary)
14206 2025.03.20 17:14:12.766108 [ 256 ] {5c03b3a9-ea19-492a-8fba-71ab353e82f8} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14207 2025.03.20 17:14:12.766325 [ 256 ] {5c03b3a9-ea19-492a-8fba-71ab353e82f8} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002028 sec., 54240.63116370809 rows/sec., 4.56 MiB/sec.
14208 2025.03.20 17:14:12.766421 [ 256 ] {5c03b3a9-ea19-492a-8fba-71ab353e82f8} <Debug> TCPHandler: Processed in 0.002432336 sec.
14209 2025.03.20 17:14:12.766565 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14210 2025.03.20 17:14:12.766851 [ 256 ] {a8d5a6bc-5b73-4d22-9cf2-1c68866dc0bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14211 2025.03.20 17:14:12.766996 [ 256 ] {a8d5a6bc-5b73-4d22-9cf2-1c68866dc0bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14212 2025.03.20 17:14:12.768123 [ 256 ] {a8d5a6bc-5b73-4d22-9cf2-1c68866dc0bf} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14213 2025.03.20 17:14:12.768168 [ 256 ] {a8d5a6bc-5b73-4d22-9cf2-1c68866dc0bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
14214 2025.03.20 17:14:12.768547 [ 256 ] {a8d5a6bc-5b73-4d22-9cf2-1c68866dc0bf} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
14215 2025.03.20 17:14:12.768813 [ 256 ] {a8d5a6bc-5b73-4d22-9cf2-1c68866dc0bf} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14216 2025.03.20 17:14:12.769033 [ 256 ] {a8d5a6bc-5b73-4d22-9cf2-1c68866dc0bf} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.002298 sec., 11749.347258485639 rows/sec., 883.50 KiB/sec.
14217 2025.03.20 17:14:12.769091 [ 256 ] {a8d5a6bc-5b73-4d22-9cf2-1c68866dc0bf} <Debug> TCPHandler: Processed in 0.002583287 sec.
14218 2025.03.20 17:14:12.769202 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14219 2025.03.20 17:14:12.769307 [ 256 ] {02b96368-94a7-4179-ad74-f647df32f1ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14220 2025.03.20 17:14:12.769353 [ 256 ] {02b96368-94a7-4179-ad74-f647df32f1ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14221 2025.03.20 17:14:12.769903 [ 256 ] {02b96368-94a7-4179-ad74-f647df32f1ee} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14222 2025.03.20 17:14:12.769944 [ 256 ] {02b96368-94a7-4179-ad74-f647df32f1ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
14223 2025.03.20 17:14:12.770310 [ 256 ] {02b96368-94a7-4179-ad74-f647df32f1ee} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary)
14224 2025.03.20 17:14:12.770564 [ 256 ] {02b96368-94a7-4179-ad74-f647df32f1ee} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14225 2025.03.20 17:14:12.770771 [ 256 ] {02b96368-94a7-4179-ad74-f647df32f1ee} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001487 sec., 61197.04102219233 rows/sec., 4.78 MiB/sec.
14226 2025.03.20 17:14:12.770824 [ 256 ] {02b96368-94a7-4179-ad74-f647df32f1ee} <Debug> TCPHandler: Processed in 0.001673807 sec.
14227 2025.03.20 17:14:12.770927 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14228 2025.03.20 17:14:12.771029 [ 256 ] {8789f716-06d1-4187-a86f-060e4d723fe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14229 2025.03.20 17:14:12.771079 [ 256 ] {8789f716-06d1-4187-a86f-060e4d723fe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14230 2025.03.20 17:14:12.771596 [ 256 ] {8789f716-06d1-4187-a86f-060e4d723fe0} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14231 2025.03.20 17:14:12.771635 [ 256 ] {8789f716-06d1-4187-a86f-060e4d723fe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
14232 2025.03.20 17:14:12.772032 [ 256 ] {8789f716-06d1-4187-a86f-060e4d723fe0} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary)
14233 2025.03.20 17:14:12.772286 [ 256 ] {8789f716-06d1-4187-a86f-060e4d723fe0} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14234 2025.03.20 17:14:12.772466 [ 8 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Selected 2 parts from all_1_137_29 to all_138_138_0
14235 2025.03.20 17:14:12.772531 [ 256 ] {8789f716-06d1-4187-a86f-060e4d723fe0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001519 sec., 105332.45556287031 rows/sec., 7.34 MiB/sec.
14236 2025.03.20 17:14:12.772545 [ 8 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14237 2025.03.20 17:14:12.772616 [ 8 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.48 GiB.
14238 2025.03.20 17:14:12.772661 [ 256 ] {8789f716-06d1-4187-a86f-060e4d723fe0} <Debug> TCPHandler: Processed in 0.001780599 sec.
14239 2025.03.20 17:14:12.772843 [ 191 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_138_30} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_137_29 to all_138_138_0 into Compact with storage Full
14240 2025.03.20 17:14:12.772851 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14241 2025.03.20 17:14:12.773156 [ 256 ] {e5f01d5f-9664-4a02-8997-1a33a1f8ee6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14242 2025.03.20 17:14:12.773172 [ 191 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_138_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14243 2025.03.20 17:14:12.773270 [ 191 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_138_30} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_137_29, total 36694 rows starting from the beginning of the part
14244 2025.03.20 17:14:12.773348 [ 256 ] {e5f01d5f-9664-4a02-8997-1a33a1f8ee6b} <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
14245 2025.03.20 17:14:12.773637 [ 191 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_138_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 160 rows starting from the beginning of the part
14246 2025.03.20 17:14:12.776868 [ 256 ] {e5f01d5f-9664-4a02-8997-1a33a1f8ee6b} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14247 2025.03.20 17:14:12.776917 [ 256 ] {e5f01d5f-9664-4a02-8997-1a33a1f8ee6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14248 2025.03.20 17:14:12.777859 [ 256 ] {e5f01d5f-9664-4a02-8997-1a33a1f8ee6b} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
14249 2025.03.20 17:14:12.778221 [ 256 ] {e5f01d5f-9664-4a02-8997-1a33a1f8ee6b} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14250 2025.03.20 17:14:12.778495 [ 256 ] {e5f01d5f-9664-4a02-8997-1a33a1f8ee6b} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.005432 sec., 4970.5449189985275 rows/sec., 8.91 MiB/sec.
14251 2025.03.20 17:14:12.778680 [ 256 ] {e5f01d5f-9664-4a02-8997-1a33a1f8ee6b} <Debug> TCPHandler: Processed in 0.005905511 sec.
14252 2025.03.20 17:14:12.778846 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14253 2025.03.20 17:14:12.778964 [ 256 ] {1cbee058-39b4-416f-9736-12d16ac7ae7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14254 2025.03.20 17:14:12.779012 [ 256 ] {1cbee058-39b4-416f-9736-12d16ac7ae7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14255 2025.03.20 17:14:12.779761 [ 256 ] {1cbee058-39b4-416f-9736-12d16ac7ae7f} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14256 2025.03.20 17:14:12.779800 [ 256 ] {1cbee058-39b4-416f-9736-12d16ac7ae7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14257 2025.03.20 17:14:12.780248 [ 256 ] {1cbee058-39b4-416f-9736-12d16ac7ae7f} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary)
14258 2025.03.20 17:14:12.780526 [ 256 ] {1cbee058-39b4-416f-9736-12d16ac7ae7f} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14259 2025.03.20 17:14:12.780982 [ 256 ] {1cbee058-39b4-416f-9736-12d16ac7ae7f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002036 sec., 29469.548133595283 rows/sec., 1.99 MiB/sec.
14260 2025.03.20 17:14:12.781050 [ 256 ] {1cbee058-39b4-416f-9736-12d16ac7ae7f} <Debug> TCPHandler: Processed in 0.002254773 sec.
14261 2025.03.20 17:14:12.782495 [ 192 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_138_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36854 rows, containing 5 columns (5 merged, 0 gathered) in 0.009749022 sec., 3780276.626722147 rows/sec., 259.07 MiB/sec.
14262 2025.03.20 17:14:12.782956 [ 186 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_138_30} <Trace> MergedBlockOutputStream: filled checksums all_1_138_30 (state Temporary)
14263 2025.03.20 17:14:12.783311 [ 186 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_138_30} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_merge_all_1_138_30 to all_1_138_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14264 2025.03.20 17:14:12.783405 [ 186 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_138_30} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Merged 2 parts: [all_1_137_29, all_138_138_0] -> all_1_138_30
14265 2025.03.20 17:14:12.783518 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB.
14266 2025.03.20 17:14:15.027600 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14267 2025.03.20 17:14:15.027806 [ 256 ] {68779faa-83b2-4bcc-a269-d3fc64756bd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
14268 2025.03.20 17:14:15.027886 [ 256 ] {68779faa-83b2-4bcc-a269-d3fc64756bd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
14269 2025.03.20 17:14:15.028692 [ 256 ] {68779faa-83b2-4bcc-a269-d3fc64756bd9} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14270 2025.03.20 17:14:15.028739 [ 256 ] {68779faa-83b2-4bcc-a269-d3fc64756bd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14271 2025.03.20 17:14:15.029225 [ 256 ] {68779faa-83b2-4bcc-a269-d3fc64756bd9} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
14272 2025.03.20 17:14:15.029498 [ 256 ] {68779faa-83b2-4bcc-a269-d3fc64756bd9} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14273 2025.03.20 17:14:15.029742 [ 256 ] {68779faa-83b2-4bcc-a269-d3fc64756bd9} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001985 sec., 12090.68010075567 rows/sec., 1.00 MiB/sec.
14274 2025.03.20 17:14:15.029846 [ 256 ] {68779faa-83b2-4bcc-a269-d3fc64756bd9} <Debug> TCPHandler: Processed in 0.002420315 sec.
14275 2025.03.20 17:14:15.029980 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14276 2025.03.20 17:14:15.030098 [ 256 ] {48dfc560-24fa-45d6-ac16-f206610bd7c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
14277 2025.03.20 17:14:15.030150 [ 256 ] {48dfc560-24fa-45d6-ac16-f206610bd7c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
14278 2025.03.20 17:14:15.030709 [ 256 ] {48dfc560-24fa-45d6-ac16-f206610bd7c9} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14279 2025.03.20 17:14:15.030749 [ 256 ] {48dfc560-24fa-45d6-ac16-f206610bd7c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14280 2025.03.20 17:14:15.031117 [ 256 ] {48dfc560-24fa-45d6-ac16-f206610bd7c9} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
14281 2025.03.20 17:14:15.031376 [ 256 ] {48dfc560-24fa-45d6-ac16-f206610bd7c9} <Trace> oximeter.fields_ipaddr (1d8d8d39-11c0-4fb3-91ae-61e5f2b352d1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14282 2025.03.20 17:14:15.031607 [ 256 ] {48dfc560-24fa-45d6-ac16-f206610bd7c9} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001537 sec., 9108.653220559532 rows/sec., 742.75 KiB/sec.
14283 2025.03.20 17:14:15.031818 [ 256 ] {48dfc560-24fa-45d6-ac16-f206610bd7c9} <Debug> TCPHandler: Processed in 0.001893 sec.
14284 2025.03.20 17:14:15.031981 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14285 2025.03.20 17:14:15.032094 [ 256 ] {4e2497f4-93cf-4924-a6f6-0f39e5c7729a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14286 2025.03.20 17:14:15.032142 [ 256 ] {4e2497f4-93cf-4924-a6f6-0f39e5c7729a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14287 2025.03.20 17:14:15.033400 [ 256 ] {4e2497f4-93cf-4924-a6f6-0f39e5c7729a} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14288 2025.03.20 17:14:15.033440 [ 256 ] {4e2497f4-93cf-4924-a6f6-0f39e5c7729a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14289 2025.03.20 17:14:15.033891 [ 256 ] {4e2497f4-93cf-4924-a6f6-0f39e5c7729a} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary)
14290 2025.03.20 17:14:15.034139 [ 256 ] {4e2497f4-93cf-4924-a6f6-0f39e5c7729a} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14291 2025.03.20 17:14:15.034348 [ 256 ] {4e2497f4-93cf-4924-a6f6-0f39e5c7729a} <Debug> executeQuery: Read 1347 rows, 115.31 KiB in 0.002279 sec., 591048.7055726196 rows/sec., 49.41 MiB/sec.
14292 2025.03.20 17:14:15.034428 [ 256 ] {4e2497f4-93cf-4924-a6f6-0f39e5c7729a} <Debug> TCPHandler: Processed in 0.002499656 sec.
14293 2025.03.20 17:14:15.034480 [ 224 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
14294 2025.03.20 17:14:15.034539 [ 224 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
14295 2025.03.20 17:14:15.034564 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14296 2025.03.20 17:14:15.034782 [ 256 ] {743c699f-e35e-401b-bb51-f39663ed1823} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14297 2025.03.20 17:14:15.034847 [ 256 ] {743c699f-e35e-401b-bb51-f39663ed1823} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14298 2025.03.20 17:14:15.035954 [ 256 ] {743c699f-e35e-401b-bb51-f39663ed1823} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14299 2025.03.20 17:14:15.036022 [ 256 ] {743c699f-e35e-401b-bb51-f39663ed1823} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14300 2025.03.20 17:14:15.036685 [ 256 ] {743c699f-e35e-401b-bb51-f39663ed1823} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
14301 2025.03.20 17:14:15.037115 [ 256 ] {743c699f-e35e-401b-bb51-f39663ed1823} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14302 2025.03.20 17:14:15.037391 [ 39 ] {} <Debug> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
14303 2025.03.20 17:14:15.037527 [ 39 ] {} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14304 2025.03.20 17:14:15.037525 [ 256 ] {743c699f-e35e-401b-bb51-f39663ed1823} <Debug> executeQuery: Read 38 rows, 2.84 KiB in 0.002833 sec., 13413.342746205435 rows/sec., 1002.76 KiB/sec.
14305 2025.03.20 17:14:15.037600 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14306 2025.03.20 17:14:15.037850 [ 256 ] {743c699f-e35e-401b-bb51-f39663ed1823} <Debug> TCPHandler: Processed in 0.003339355 sec.
14307 2025.03.20 17:14:15.038266 [ 187 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full
14308 2025.03.20 17:14:15.038361 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14309 2025.03.20 17:14:15.038868 [ 224 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
14310 2025.03.20 17:14:15.038930 [ 256 ] {821effc5-7791-49ec-be65-f1a4d3e4f80e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14311 2025.03.20 17:14:15.039071 [ 187 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14312 2025.03.20 17:14:15.039247 [ 187 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 69 rows starting from the beginning of the part
14313 2025.03.20 17:14:15.039330 [ 256 ] {821effc5-7791-49ec-be65-f1a4d3e4f80e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14314 2025.03.20 17:14:15.040100 [ 187 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 12 rows starting from the beginning of the part
14315 2025.03.20 17:14:15.040934 [ 187 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 31 rows starting from the beginning of the part
14316 2025.03.20 17:14:15.041781 [ 187 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 12 rows starting from the beginning of the part
14317 2025.03.20 17:14:15.042500 [ 187 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 27 rows starting from the beginning of the part
14318 2025.03.20 17:14:15.043159 [ 187 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 38 rows starting from the beginning of the part
14319 2025.03.20 17:14:15.044458 [ 256 ] {821effc5-7791-49ec-be65-f1a4d3e4f80e} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14320 2025.03.20 17:14:15.044535 [ 256 ] {821effc5-7791-49ec-be65-f1a4d3e4f80e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14321 2025.03.20 17:14:15.045564 [ 256 ] {821effc5-7791-49ec-be65-f1a4d3e4f80e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
14322 2025.03.20 17:14:15.046194 [ 256 ] {821effc5-7791-49ec-be65-f1a4d3e4f80e} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14323 2025.03.20 17:14:15.046275 [ 192 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 189 rows, containing 5 columns (5 merged, 0 gathered) in 0.008416888 sec., 22454.855048564266 rows/sec., 1.73 MiB/sec.
14324 2025.03.20 17:14:15.046578 [ 256 ] {821effc5-7791-49ec-be65-f1a4d3e4f80e} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.007902 sec., 31890.660592255128 rows/sec., 2.21 MiB/sec.
14325 2025.03.20 17:14:15.046713 [ 256 ] {821effc5-7791-49ec-be65-f1a4d3e4f80e} <Debug> TCPHandler: Processed in 0.008510379 sec.
14326 2025.03.20 17:14:15.046774 [ 188 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
14327 2025.03.20 17:14:15.046889 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14328 2025.03.20 17:14:15.047077 [ 256 ] {4fef5d51-799c-4f39-b1a1-3fa31da1cc2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
14329 2025.03.20 17:14:15.047168 [ 256 ] {4fef5d51-799c-4f39-b1a1-3fa31da1cc2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14330 2025.03.20 17:14:15.047375 [ 188 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_116_23} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14331 2025.03.20 17:14:15.047633 [ 188 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_116_23} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
14332 2025.03.20 17:14:15.047840 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
14333 2025.03.20 17:14:15.047895 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 618
14334 2025.03.20 17:14:15.049264 [ 256 ] {4fef5d51-799c-4f39-b1a1-3fa31da1cc2a} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14335 2025.03.20 17:14:15.049365 [ 256 ] {4fef5d51-799c-4f39-b1a1-3fa31da1cc2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14336 2025.03.20 17:14:15.052367 [ 256 ] {4fef5d51-799c-4f39-b1a1-3fa31da1cc2a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
14337 2025.03.20 17:14:15.053246 [ 256 ] {4fef5d51-799c-4f39-b1a1-3fa31da1cc2a} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14338 2025.03.20 17:14:15.054577 [ 256 ] {4fef5d51-799c-4f39-b1a1-3fa31da1cc2a} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.007513 sec., 1597.2314654598697 rows/sec., 124.78 KiB/sec.
14339 2025.03.20 17:14:15.054807 [ 256 ] {4fef5d51-799c-4f39-b1a1-3fa31da1cc2a} <Debug> TCPHandler: Processed in 0.007986264 sec.
14340 2025.03.20 17:14:15.055227 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14341 2025.03.20 17:14:15.055574 [ 256 ] {25011c21-f53f-46fe-8428-80ba7c8f8236} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14342 2025.03.20 17:14:15.055759 [ 256 ] {25011c21-f53f-46fe-8428-80ba7c8f8236} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14343 2025.03.20 17:14:15.062003 [ 256 ] {25011c21-f53f-46fe-8428-80ba7c8f8236} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14344 2025.03.20 17:14:15.062178 [ 256 ] {25011c21-f53f-46fe-8428-80ba7c8f8236} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14345 2025.03.20 17:14:15.063565 [ 256 ] {25011c21-f53f-46fe-8428-80ba7c8f8236} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary)
14346 2025.03.20 17:14:15.064484 [ 256 ] {25011c21-f53f-46fe-8428-80ba7c8f8236} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14347 2025.03.20 17:14:15.065046 [ 218 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
14348 2025.03.20 17:14:15.065133 [ 218 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
14349 2025.03.20 17:14:15.065164 [ 256 ] {25011c21-f53f-46fe-8428-80ba7c8f8236} <Debug> executeQuery: Read 582 rows, 44.76 KiB in 0.009702 sec., 59987.63141620284 rows/sec., 4.51 MiB/sec.
14350 2025.03.20 17:14:15.065466 [ 256 ] {25011c21-f53f-46fe-8428-80ba7c8f8236} <Debug> TCPHandler: Processed in 0.010379848 sec.
14351 2025.03.20 17:14:15.065782 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14352 2025.03.20 17:14:15.066125 [ 256 ] {9481e52b-6caa-49b1-8706-bcba32de07c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14353 2025.03.20 17:14:15.066306 [ 256 ] {9481e52b-6caa-49b1-8706-bcba32de07c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14354 2025.03.20 17:14:15.070619 [ 256 ] {9481e52b-6caa-49b1-8706-bcba32de07c6} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14355 2025.03.20 17:14:15.070737 [ 256 ] {9481e52b-6caa-49b1-8706-bcba32de07c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14356 2025.03.20 17:14:15.071211 [ 218 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
14357 2025.03.20 17:14:15.073521 [ 256 ] {9481e52b-6caa-49b1-8706-bcba32de07c6} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary)
14358 2025.03.20 17:14:15.075037 [ 256 ] {9481e52b-6caa-49b1-8706-bcba32de07c6} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14359 2025.03.20 17:14:15.075325 [ 39 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Selected 6 parts from all_1_138_30 to all_143_143_0
14360 2025.03.20 17:14:15.075446 [ 39 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14361 2025.03.20 17:14:15.075531 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14362 2025.03.20 17:14:15.075812 [ 256 ] {9481e52b-6caa-49b1-8706-bcba32de07c6} <Debug> executeQuery: Read 983 rows, 68.01 KiB in 0.009799 sec., 100316.35881212368 rows/sec., 6.78 MiB/sec.
14363 2025.03.20 17:14:15.075896 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
14364 2025.03.20 17:14:15.076004 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
14365 2025.03.20 17:14:15.076314 [ 256 ] {9481e52b-6caa-49b1-8706-bcba32de07c6} <Debug> TCPHandler: Processed in 0.010616001 sec.
14366 2025.03.20 17:14:15.076805 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14367 2025.03.20 17:14:15.076837 [ 188 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_143_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_138_30 to all_143_143_0 into Compact with storage Full
14368 2025.03.20 17:14:15.077267 [ 256 ] {7a459381-3ee8-45c8-970f-eb0a47d637dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14369 2025.03.20 17:14:15.077536 [ 188 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_143_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14370 2025.03.20 17:14:15.077737 [ 188 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_143_31} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_138_30, total 36854 rows starting from the beginning of the part
14371 2025.03.20 17:14:15.077843 [ 256 ] {7a459381-3ee8-45c8-970f-eb0a47d637dc} <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
14372 2025.03.20 17:14:15.078361 [ 188 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_143_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 160 rows starting from the beginning of the part
14373 2025.03.20 17:14:15.078991 [ 188 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_143_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 162 rows starting from the beginning of the part
14374 2025.03.20 17:14:15.079384 [ 188 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_143_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 160 rows starting from the beginning of the part
14375 2025.03.20 17:14:15.079835 [ 188 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_143_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 160 rows starting from the beginning of the part
14376 2025.03.20 17:14:15.080375 [ 188 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_143_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 983 rows starting from the beginning of the part
14377 2025.03.20 17:14:15.086458 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
14378 2025.03.20 17:14:15.093412 [ 256 ] {7a459381-3ee8-45c8-970f-eb0a47d637dc} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14379 2025.03.20 17:14:15.093575 [ 256 ] {7a459381-3ee8-45c8-970f-eb0a47d637dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14380 2025.03.20 17:14:15.098078 [ 256 ] {7a459381-3ee8-45c8-970f-eb0a47d637dc} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
14381 2025.03.20 17:14:15.099430 [ 256 ] {7a459381-3ee8-45c8-970f-eb0a47d637dc} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14382 2025.03.20 17:14:15.099476 [ 189 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_143_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38479 rows, containing 5 columns (5 merged, 0 gathered) in 0.023787188 sec., 1617635.5103427945 rows/sec., 110.85 MiB/sec.
14383 2025.03.20 17:14:15.100168 [ 189 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_143_31} <Trace> MergedBlockOutputStream: filled checksums all_1_143_31 (state Temporary)
14384 2025.03.20 17:14:15.100496 [ 256 ] {7a459381-3ee8-45c8-970f-eb0a47d637dc} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.023384 sec., 513.1713992473486 rows/sec., 941.65 KiB/sec.
14385 2025.03.20 17:14:15.101421 [ 189 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_143_31} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_merge_all_1_143_31 to all_1_143_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14386 2025.03.20 17:14:15.101623 [ 256 ] {7a459381-3ee8-45c8-970f-eb0a47d637dc} <Debug> TCPHandler: Processed in 0.02495823 sec.
14387 2025.03.20 17:14:15.101801 [ 189 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_143_31} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Merged 6 parts: [all_1_138_30, all_143_143_0] -> all_1_143_31
14388 2025.03.20 17:14:15.102119 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB.
14389 2025.03.20 17:14:15.102144 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14390 2025.03.20 17:14:15.102475 [ 256 ] {040093cc-2a54-4973-9509-7cda8da08670} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14391 2025.03.20 17:14:15.102670 [ 256 ] {040093cc-2a54-4973-9509-7cda8da08670} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14392 2025.03.20 17:14:15.105995 [ 256 ] {040093cc-2a54-4973-9509-7cda8da08670} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14393 2025.03.20 17:14:15.106144 [ 256 ] {040093cc-2a54-4973-9509-7cda8da08670} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14394 2025.03.20 17:14:15.107759 [ 256 ] {040093cc-2a54-4973-9509-7cda8da08670} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary)
14395 2025.03.20 17:14:15.108313 [ 256 ] {040093cc-2a54-4973-9509-7cda8da08670} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14396 2025.03.20 17:14:15.108750 [ 219 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
14397 2025.03.20 17:14:15.108832 [ 219 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
14398 2025.03.20 17:14:15.108998 [ 256 ] {040093cc-2a54-4973-9509-7cda8da08670} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.006604 sec., 5148.39491217444 rows/sec., 357.12 KiB/sec.
14399 2025.03.20 17:14:15.109436 [ 256 ] {040093cc-2a54-4973-9509-7cda8da08670} <Debug> TCPHandler: Processed in 0.007421887 sec.
14400 2025.03.20 17:14:15.112535 [ 219 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
14401 2025.03.20 17:14:15.126383 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14402 2025.03.20 17:14:15.126426 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14403 2025.03.20 17:14:15.134267 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
14404 2025.03.20 17:14:15.135094 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14405 2025.03.20 17:14:15.138503 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 618
14406 2025.03.20 17:14:16.000250 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.20 MiB, peak 283.49 MiB, free memory in arenas 0.00 B, will set to 264.90 MiB (RSS), difference: -1.30 MiB
14407 2025.03.20 17:14:17.591484 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1946
14408 2025.03.20 17:14:17.595043 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14409 2025.03.20 17:14:17.595104 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14410 2025.03.20 17:14:17.596672 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
14411 2025.03.20 17:14:17.596986 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14412 2025.03.20 17:14:17.598485 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1946
14413 2025.03.20 17:14:17.757422 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14414 2025.03.20 17:14:17.757625 [ 256 ] {95664a10-2061-4d1b-bad6-8d106adcfaa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14415 2025.03.20 17:14:17.757701 [ 256 ] {95664a10-2061-4d1b-bad6-8d106adcfaa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14416 2025.03.20 17:14:17.758534 [ 256 ] {95664a10-2061-4d1b-bad6-8d106adcfaa8} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14417 2025.03.20 17:14:17.758579 [ 256 ] {95664a10-2061-4d1b-bad6-8d106adcfaa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14418 2025.03.20 17:14:17.759024 [ 256 ] {95664a10-2061-4d1b-bad6-8d106adcfaa8} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary)
14419 2025.03.20 17:14:17.759315 [ 256 ] {95664a10-2061-4d1b-bad6-8d106adcfaa8} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14420 2025.03.20 17:14:17.759517 [ 256 ] {95664a10-2061-4d1b-bad6-8d106adcfaa8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001953 sec., 28673.835125448026 rows/sec., 2.20 MiB/sec.
14421 2025.03.20 17:14:17.759578 [ 256 ] {95664a10-2061-4d1b-bad6-8d106adcfaa8} <Debug> TCPHandler: Processed in 0.002295204 sec.
14422 2025.03.20 17:14:17.759720 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14423 2025.03.20 17:14:17.759831 [ 256 ] {b103d595-08b6-4288-8b6e-35dc6fa5f966} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14424 2025.03.20 17:14:17.759879 [ 256 ] {b103d595-08b6-4288-8b6e-35dc6fa5f966} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14425 2025.03.20 17:14:17.760424 [ 256 ] {b103d595-08b6-4288-8b6e-35dc6fa5f966} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14426 2025.03.20 17:14:17.760460 [ 256 ] {b103d595-08b6-4288-8b6e-35dc6fa5f966} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14427 2025.03.20 17:14:17.760822 [ 256 ] {b103d595-08b6-4288-8b6e-35dc6fa5f966} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary)
14428 2025.03.20 17:14:17.761075 [ 256 ] {b103d595-08b6-4288-8b6e-35dc6fa5f966} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14429 2025.03.20 17:14:17.761256 [ 256 ] {b103d595-08b6-4288-8b6e-35dc6fa5f966} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001452 sec., 44077.134986225894 rows/sec., 3.44 MiB/sec.
14430 2025.03.20 17:14:17.761308 [ 256 ] {b103d595-08b6-4288-8b6e-35dc6fa5f966} <Debug> TCPHandler: Processed in 0.001640567 sec.
14431 2025.03.20 17:14:17.761429 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14432 2025.03.20 17:14:17.761534 [ 256 ] {4b99bf54-985c-4ef2-b5b0-d5228aa5ed5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14433 2025.03.20 17:14:17.761583 [ 256 ] {4b99bf54-985c-4ef2-b5b0-d5228aa5ed5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14434 2025.03.20 17:14:17.762083 [ 256 ] {4b99bf54-985c-4ef2-b5b0-d5228aa5ed5f} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14435 2025.03.20 17:14:17.762120 [ 256 ] {4b99bf54-985c-4ef2-b5b0-d5228aa5ed5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14436 2025.03.20 17:14:17.762512 [ 256 ] {4b99bf54-985c-4ef2-b5b0-d5228aa5ed5f} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary)
14437 2025.03.20 17:14:17.762764 [ 256 ] {4b99bf54-985c-4ef2-b5b0-d5228aa5ed5f} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14438 2025.03.20 17:14:17.762976 [ 256 ] {4b99bf54-985c-4ef2-b5b0-d5228aa5ed5f} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.001458 sec., 45267.489711934155 rows/sec., 3.16 MiB/sec.
14439 2025.03.20 17:14:17.763038 [ 256 ] {4b99bf54-985c-4ef2-b5b0-d5228aa5ed5f} <Debug> TCPHandler: Processed in 0.001657707 sec.
14440 2025.03.20 17:14:17.763200 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14441 2025.03.20 17:14:17.763478 [ 256 ] {1738e462-f30d-4135-baa7-f0eed8c5d429} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14442 2025.03.20 17:14:17.763619 [ 256 ] {1738e462-f30d-4135-baa7-f0eed8c5d429} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14443 2025.03.20 17:14:17.764376 [ 256 ] {1738e462-f30d-4135-baa7-f0eed8c5d429} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14444 2025.03.20 17:14:17.764414 [ 256 ] {1738e462-f30d-4135-baa7-f0eed8c5d429} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14445 2025.03.20 17:14:17.764771 [ 256 ] {1738e462-f30d-4135-baa7-f0eed8c5d429} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary)
14446 2025.03.20 17:14:17.765016 [ 256 ] {1738e462-f30d-4135-baa7-f0eed8c5d429} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14447 2025.03.20 17:14:17.765218 [ 256 ] {1738e462-f30d-4135-baa7-f0eed8c5d429} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001836 sec., 14161.220043572985 rows/sec., 970.71 KiB/sec.
14448 2025.03.20 17:14:17.765277 [ 256 ] {1738e462-f30d-4135-baa7-f0eed8c5d429} <Debug> TCPHandler: Processed in 0.002142462 sec.
14449 2025.03.20 17:14:19.863252 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38003
14450 2025.03.20 17:14:19.863919 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14451 2025.03.20 17:14:19.863971 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14452 2025.03.20 17:14:19.864513 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
14453 2025.03.20 17:14:19.864774 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14454 2025.03.20 17:14:19.865081 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38003
14455 2025.03.20 17:14:22.638693 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 626
14456 2025.03.20 17:14:22.663040 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14457 2025.03.20 17:14:22.663101 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14458 2025.03.20 17:14:22.670718 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
14459 2025.03.20 17:14:22.671565 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14460 2025.03.20 17:14:22.674757 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 626
14461 2025.03.20 17:14:22.763568 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14462 2025.03.20 17:14:22.763872 [ 256 ] {d484a952-a992-4d86-9ad4-e471faccb810} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14463 2025.03.20 17:14:22.763992 [ 256 ] {d484a952-a992-4d86-9ad4-e471faccb810} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14464 2025.03.20 17:14:22.764957 [ 256 ] {d484a952-a992-4d86-9ad4-e471faccb810} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14465 2025.03.20 17:14:22.765036 [ 256 ] {d484a952-a992-4d86-9ad4-e471faccb810} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14466 2025.03.20 17:14:22.765500 [ 256 ] {d484a952-a992-4d86-9ad4-e471faccb810} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary)
14467 2025.03.20 17:14:22.765767 [ 256 ] {d484a952-a992-4d86-9ad4-e471faccb810} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14468 2025.03.20 17:14:22.766004 [ 256 ] {d484a952-a992-4d86-9ad4-e471faccb810} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002222 sec., 49504.9504950495 rows/sec., 4.16 MiB/sec.
14469 2025.03.20 17:14:22.766081 [ 256 ] {d484a952-a992-4d86-9ad4-e471faccb810} <Debug> TCPHandler: Processed in 0.002708608 sec.
14470 2025.03.20 17:14:22.766216 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14471 2025.03.20 17:14:22.766348 [ 256 ] {25fba4bd-2c8b-4d35-8b80-f6f50dc0126c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14472 2025.03.20 17:14:22.766398 [ 256 ] {25fba4bd-2c8b-4d35-8b80-f6f50dc0126c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14473 2025.03.20 17:14:22.767024 [ 256 ] {25fba4bd-2c8b-4d35-8b80-f6f50dc0126c} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14474 2025.03.20 17:14:22.767063 [ 256 ] {25fba4bd-2c8b-4d35-8b80-f6f50dc0126c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14475 2025.03.20 17:14:22.767438 [ 256 ] {25fba4bd-2c8b-4d35-8b80-f6f50dc0126c} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
14476 2025.03.20 17:14:22.767690 [ 256 ] {25fba4bd-2c8b-4d35-8b80-f6f50dc0126c} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14477 2025.03.20 17:14:22.767883 [ 256 ] {25fba4bd-2c8b-4d35-8b80-f6f50dc0126c} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001573 sec., 17164.65352828989 rows/sec., 1.26 MiB/sec.
14478 2025.03.20 17:14:22.767949 [ 256 ] {25fba4bd-2c8b-4d35-8b80-f6f50dc0126c} <Debug> TCPHandler: Processed in 0.001785939 sec.
14479 2025.03.20 17:14:22.767957 [ 224 ] {} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
14480 2025.03.20 17:14:22.768030 [ 224 ] {} <Debug> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
14481 2025.03.20 17:14:22.768090 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14482 2025.03.20 17:14:22.768281 [ 256 ] {94e59fd5-9646-433b-9b1f-5ca539efb03c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14483 2025.03.20 17:14:22.768331 [ 256 ] {94e59fd5-9646-433b-9b1f-5ca539efb03c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14484 2025.03.20 17:14:22.769647 [ 256 ] {94e59fd5-9646-433b-9b1f-5ca539efb03c} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14485 2025.03.20 17:14:22.769700 [ 256 ] {94e59fd5-9646-433b-9b1f-5ca539efb03c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14486 2025.03.20 17:14:22.770347 [ 256 ] {94e59fd5-9646-433b-9b1f-5ca539efb03c} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary)
14487 2025.03.20 17:14:22.770779 [ 256 ] {94e59fd5-9646-433b-9b1f-5ca539efb03c} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14488 2025.03.20 17:14:22.771172 [ 256 ] {94e59fd5-9646-433b-9b1f-5ca539efb03c} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.002889 sec., 31498.7885081343 rows/sec., 2.46 MiB/sec.
14489 2025.03.20 17:14:22.771382 [ 256 ] {94e59fd5-9646-433b-9b1f-5ca539efb03c} <Debug> TCPHandler: Processed in 0.003348295 sec.
14490 2025.03.20 17:14:22.771754 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14491 2025.03.20 17:14:22.772018 [ 256 ] {9cc0eb72-750a-4ef6-a9a7-1c5d3380f8c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14492 2025.03.20 17:14:22.772192 [ 256 ] {9cc0eb72-750a-4ef6-a9a7-1c5d3380f8c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14493 2025.03.20 17:14:22.772639 [ 224 ] {} <Debug> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
14494 2025.03.20 17:14:22.773915 [ 256 ] {9cc0eb72-750a-4ef6-a9a7-1c5d3380f8c6} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14495 2025.03.20 17:14:22.773956 [ 256 ] {9cc0eb72-750a-4ef6-a9a7-1c5d3380f8c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14496 2025.03.20 17:14:22.774348 [ 256 ] {9cc0eb72-750a-4ef6-a9a7-1c5d3380f8c6} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary)
14497 2025.03.20 17:14:22.774592 [ 256 ] {9cc0eb72-750a-4ef6-a9a7-1c5d3380f8c6} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14498 2025.03.20 17:14:22.774766 [ 256 ] {9cc0eb72-750a-4ef6-a9a7-1c5d3380f8c6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002851 sec., 56120.65941774816 rows/sec., 3.91 MiB/sec.
14499 2025.03.20 17:14:22.774818 [ 256 ] {9cc0eb72-750a-4ef6-a9a7-1c5d3380f8c6} <Debug> TCPHandler: Processed in 0.003160073 sec.
14500 2025.03.20 17:14:22.774923 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14501 2025.03.20 17:14:22.775024 [ 256 ] {69948513-d11f-45d3-b922-e4506b53258c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14502 2025.03.20 17:14:22.775089 [ 256 ] {69948513-d11f-45d3-b922-e4506b53258c} <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
14503 2025.03.20 17:14:22.776288 [ 256 ] {69948513-d11f-45d3-b922-e4506b53258c} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14504 2025.03.20 17:14:22.776325 [ 256 ] {69948513-d11f-45d3-b922-e4506b53258c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14505 2025.03.20 17:14:22.776994 [ 256 ] {69948513-d11f-45d3-b922-e4506b53258c} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
14506 2025.03.20 17:14:22.777267 [ 256 ] {69948513-d11f-45d3-b922-e4506b53258c} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14507 2025.03.20 17:14:22.777415 [ 73 ] {} <Debug> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
14508 2025.03.20 17:14:22.777464 [ 73 ] {} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14509 2025.03.20 17:14:22.777471 [ 256 ] {69948513-d11f-45d3-b922-e4506b53258c} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002466 sec., 10948.905109489051 rows/sec., 19.62 MiB/sec.
14510 2025.03.20 17:14:22.777491 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14511 2025.03.20 17:14:22.777933 [ 256 ] {69948513-d11f-45d3-b922-e4506b53258c} <Debug> TCPHandler: Processed in 0.003047882 sec.
14512 2025.03.20 17:14:22.777995 [ 199 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full
14513 2025.03.20 17:14:22.778456 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14514 2025.03.20 17:14:22.778920 [ 256 ] {9e2b0940-af97-43c5-a15f-83f33d0b4481} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14515 2025.03.20 17:14:22.779158 [ 256 ] {9e2b0940-af97-43c5-a15f-83f33d0b4481} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14516 2025.03.20 17:14:22.780126 [ 199 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14517 2025.03.20 17:14:22.780325 [ 199 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 2102 rows starting from the beginning of the part
14518 2025.03.20 17:14:22.781065 [ 199 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 27 rows starting from the beginning of the part
14519 2025.03.20 17:14:22.781681 [ 256 ] {9e2b0940-af97-43c5-a15f-83f33d0b4481} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14520 2025.03.20 17:14:22.781779 [ 256 ] {9e2b0940-af97-43c5-a15f-83f33d0b4481} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14521 2025.03.20 17:14:22.781832 [ 199 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 12 rows starting from the beginning of the part
14522 2025.03.20 17:14:22.782563 [ 199 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 27 rows starting from the beginning of the part
14523 2025.03.20 17:14:22.783249 [ 199 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 12 rows starting from the beginning of the part
14524 2025.03.20 17:14:22.783315 [ 256 ] {9e2b0940-af97-43c5-a15f-83f33d0b4481} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary)
14525 2025.03.20 17:14:22.783767 [ 199 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 27 rows starting from the beginning of the part
14526 2025.03.20 17:14:22.784128 [ 256 ] {9e2b0940-af97-43c5-a15f-83f33d0b4481} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14527 2025.03.20 17:14:22.784836 [ 256 ] {9e2b0940-af97-43c5-a15f-83f33d0b4481} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006015 sec., 9975.062344139651 rows/sec., 688.38 KiB/sec.
14528 2025.03.20 17:14:22.785042 [ 256 ] {9e2b0940-af97-43c5-a15f-83f33d0b4481} <Debug> TCPHandler: Processed in 0.00675681 sec.
14529 2025.03.20 17:14:22.791449 [ 201 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2207 rows, containing 19 columns (19 merged, 0 gathered) in 0.013823734 sec., 159652.95628518314 rows/sec., 286.09 MiB/sec.
14530 2025.03.20 17:14:22.793752 [ 201 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
14531 2025.03.20 17:14:22.794184 [ 201 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_116_23} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14532 2025.03.20 17:14:22.794263 [ 201 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_116_23} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
14533 2025.03.20 17:14:22.794416 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.37 MiB.
14534 2025.03.20 17:14:23.000292 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.91 MiB, peak 284.23 MiB, free memory in arenas 0.00 B, will set to 264.90 MiB (RSS), difference: -1.01 MiB
14535 2025.03.20 17:14:27.132154 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache
14536 2025.03.20 17:14:27.132257 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache
14537 2025.03.20 17:14:27.365325 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38491
14538 2025.03.20 17:14:27.366062 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14539 2025.03.20 17:14:27.366109 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14540 2025.03.20 17:14:27.366654 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
14541 2025.03.20 17:14:27.366908 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14542 2025.03.20 17:14:27.367100 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38491
14543 2025.03.20 17:14:27.555833 [ 72 ] {} <Debug> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
14544 2025.03.20 17:14:27.555874 [ 72 ] {} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14545 2025.03.20 17:14:27.555895 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14546 2025.03.20 17:14:27.555986 [ 220 ] {} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
14547 2025.03.20 17:14:27.556056 [ 220 ] {} <Debug> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
14548 2025.03.20 17:14:27.556111 [ 195 ] {fd481411-b68c-44af-8dc7-12d8536bb892::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
14549 2025.03.20 17:14:27.556362 [ 195 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14550 2025.03.20 17:14:27.556402 [ 195 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 253 rows starting from the beginning of the part
14551 2025.03.20 17:14:27.556570 [ 195 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 252 rows starting from the beginning of the part
14552 2025.03.20 17:14:27.557099 [ 195 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 252 rows starting from the beginning of the part
14553 2025.03.20 17:14:27.557426 [ 195 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 252 rows starting from the beginning of the part
14554 2025.03.20 17:14:27.557689 [ 195 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 252 rows starting from the beginning of the part
14555 2025.03.20 17:14:27.560105 [ 220 ] {} <Debug> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
14556 2025.03.20 17:14:27.560448 [ 195 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1261 rows, containing 5 columns (5 merged, 0 gathered) in 0.004467426 sec., 282265.4477097102 rows/sec., 20.60 MiB/sec.
14557 2025.03.20 17:14:27.560679 [ 195 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
14558 2025.03.20 17:14:27.560968 [ 195 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_21_5} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14559 2025.03.20 17:14:27.561049 [ 195 ] {fd481411-b68c-44af-8dc7-12d8536bb892::all_1_21_5} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
14560 2025.03.20 17:14:27.561136 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
14561 2025.03.20 17:14:27.598889 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1966
14562 2025.03.20 17:14:27.601824 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14563 2025.03.20 17:14:27.601872 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14564 2025.03.20 17:14:27.603359 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
14565 2025.03.20 17:14:27.603667 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14566 2025.03.20 17:14:27.604997 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1966
14567 2025.03.20 17:14:27.762593 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14568 2025.03.20 17:14:27.762809 [ 256 ] {6996a662-b696-4470-9c64-271983ac27de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14569 2025.03.20 17:14:27.762893 [ 256 ] {6996a662-b696-4470-9c64-271983ac27de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14570 2025.03.20 17:14:27.763745 [ 256 ] {6996a662-b696-4470-9c64-271983ac27de} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14571 2025.03.20 17:14:27.763794 [ 256 ] {6996a662-b696-4470-9c64-271983ac27de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14572 2025.03.20 17:14:27.764237 [ 256 ] {6996a662-b696-4470-9c64-271983ac27de} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary)
14573 2025.03.20 17:14:27.764493 [ 256 ] {6996a662-b696-4470-9c64-271983ac27de} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14574 2025.03.20 17:14:27.764689 [ 70 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0
14575 2025.03.20 17:14:27.764763 [ 70 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14576 2025.03.20 17:14:27.764770 [ 256 ] {6996a662-b696-4470-9c64-271983ac27de} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.002012 sec., 39761.431411530815 rows/sec., 3.29 MiB/sec.
14577 2025.03.20 17:14:27.764792 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14578 2025.03.20 17:14:27.764971 [ 256 ] {6996a662-b696-4470-9c64-271983ac27de} <Debug> TCPHandler: Processed in 0.002510537 sec.
14579 2025.03.20 17:14:27.765095 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full
14580 2025.03.20 17:14:27.765256 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14581 2025.03.20 17:14:27.765476 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14582 2025.03.20 17:14:27.765622 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1404 rows starting from the beginning of the part
14583 2025.03.20 17:14:27.766087 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 110 rows starting from the beginning of the part
14584 2025.03.20 17:14:27.766503 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 1347 rows starting from the beginning of the part
14585 2025.03.20 17:14:27.766217 [ 256 ] {5281c8fa-b8b4-4afe-b2e1-9f1b285df5ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14586 2025.03.20 17:14:27.766979 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 56 rows starting from the beginning of the part
14587 2025.03.20 17:14:27.767113 [ 256 ] {5281c8fa-b8b4-4afe-b2e1-9f1b285df5ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14588 2025.03.20 17:14:27.767511 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 110 rows starting from the beginning of the part
14589 2025.03.20 17:14:27.767924 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 80 rows starting from the beginning of the part
14590 2025.03.20 17:14:27.770062 [ 256 ] {5281c8fa-b8b4-4afe-b2e1-9f1b285df5ef} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14591 2025.03.20 17:14:27.770126 [ 256 ] {5281c8fa-b8b4-4afe-b2e1-9f1b285df5ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
14592 2025.03.20 17:14:27.771044 [ 256 ] {5281c8fa-b8b4-4afe-b2e1-9f1b285df5ef} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
14593 2025.03.20 17:14:27.771336 [ 256 ] {5281c8fa-b8b4-4afe-b2e1-9f1b285df5ef} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14594 2025.03.20 17:14:27.771924 [ 256 ] {5281c8fa-b8b4-4afe-b2e1-9f1b285df5ef} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.006259 sec., 1917.2391755871545 rows/sec., 144.17 KiB/sec.
14595 2025.03.20 17:14:27.771938 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3107 rows, containing 5 columns (5 merged, 0 gathered) in 0.007032684 sec., 441794.3419610493 rows/sec., 38.63 MiB/sec.
14596 2025.03.20 17:14:27.772049 [ 256 ] {5281c8fa-b8b4-4afe-b2e1-9f1b285df5ef} <Debug> TCPHandler: Processed in 0.006901542 sec.
14597 2025.03.20 17:14:27.772202 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14598 2025.03.20 17:14:27.772227 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary)
14599 2025.03.20 17:14:27.772396 [ 256 ] {4d3762e1-3a36-44f7-a858-3f447703e760} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14600 2025.03.20 17:14:27.772503 [ 256 ] {4d3762e1-3a36-44f7-a858-3f447703e760} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14601 2025.03.20 17:14:27.772773 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_146_29} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14602 2025.03.20 17:14:27.773030 [ 202 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_146_29} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29
14603 2025.03.20 17:14:27.773206 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
14604 2025.03.20 17:14:27.773581 [ 256 ] {4d3762e1-3a36-44f7-a858-3f447703e760} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14605 2025.03.20 17:14:27.773625 [ 256 ] {4d3762e1-3a36-44f7-a858-3f447703e760} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14606 2025.03.20 17:14:27.773999 [ 256 ] {4d3762e1-3a36-44f7-a858-3f447703e760} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary)
14607 2025.03.20 17:14:27.774246 [ 256 ] {4d3762e1-3a36-44f7-a858-3f447703e760} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14608 2025.03.20 17:14:27.774415 [ 70 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0
14609 2025.03.20 17:14:27.774483 [ 70 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14610 2025.03.20 17:14:27.774487 [ 256 ] {4d3762e1-3a36-44f7-a858-3f447703e760} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.002134 sec., 35613.87066541705 rows/sec., 2.78 MiB/sec.
14611 2025.03.20 17:14:27.774515 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14612 2025.03.20 17:14:27.774667 [ 256 ] {4d3762e1-3a36-44f7-a858-3f447703e760} <Debug> TCPHandler: Processed in 0.002566967 sec.
14613 2025.03.20 17:14:27.774732 [ 194 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full
14614 2025.03.20 17:14:27.774831 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14615 2025.03.20 17:14:27.774898 [ 194 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14616 2025.03.20 17:14:27.774976 [ 194 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 631 rows starting from the beginning of the part
14617 2025.03.20 17:14:27.775042 [ 256 ] {d612bc0e-a892-4d29-87d7-76090dc60641} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14618 2025.03.20 17:14:27.775133 [ 194 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 91 rows starting from the beginning of the part
14619 2025.03.20 17:14:27.775224 [ 256 ] {d612bc0e-a892-4d29-87d7-76090dc60641} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14620 2025.03.20 17:14:27.775603 [ 194 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 582 rows starting from the beginning of the part
14621 2025.03.20 17:14:27.775995 [ 194 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 64 rows starting from the beginning of the part
14622 2025.03.20 17:14:27.776428 [ 194 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 91 rows starting from the beginning of the part
14623 2025.03.20 17:14:27.776814 [ 194 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 76 rows starting from the beginning of the part
14624 2025.03.20 17:14:27.778373 [ 256 ] {d612bc0e-a892-4d29-87d7-76090dc60641} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14625 2025.03.20 17:14:27.778446 [ 256 ] {d612bc0e-a892-4d29-87d7-76090dc60641} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
14626 2025.03.20 17:14:27.779569 [ 256 ] {d612bc0e-a892-4d29-87d7-76090dc60641} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary)
14627 2025.03.20 17:14:27.780105 [ 256 ] {d612bc0e-a892-4d29-87d7-76090dc60641} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14628 2025.03.20 17:14:27.780111 [ 194 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1535 rows, containing 5 columns (5 merged, 0 gathered) in 0.005464517 sec., 280903.14294932195 rows/sec., 22.38 MiB/sec.
14629 2025.03.20 17:14:27.780382 [ 194 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary)
14630 2025.03.20 17:14:27.780630 [ 256 ] {d612bc0e-a892-4d29-87d7-76090dc60641} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00561 sec., 28520.499108734402 rows/sec., 1.99 MiB/sec.
14631 2025.03.20 17:14:27.780993 [ 256 ] {d612bc0e-a892-4d29-87d7-76090dc60641} <Debug> TCPHandler: Processed in 0.006192015 sec.
14632 2025.03.20 17:14:27.781247 [ 194 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_146_29} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14633 2025.03.20 17:14:27.781572 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14634 2025.03.20 17:14:27.781587 [ 194 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_146_29} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29
14635 2025.03.20 17:14:27.781898 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
14636 2025.03.20 17:14:27.782059 [ 256 ] {68a47bbf-aa31-4ef1-a815-c44ab8a64dc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14637 2025.03.20 17:14:27.782187 [ 256 ] {68a47bbf-aa31-4ef1-a815-c44ab8a64dc3} <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
14638 2025.03.20 17:14:27.783319 [ 256 ] {68a47bbf-aa31-4ef1-a815-c44ab8a64dc3} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14639 2025.03.20 17:14:27.783359 [ 256 ] {68a47bbf-aa31-4ef1-a815-c44ab8a64dc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14640 2025.03.20 17:14:27.784007 [ 256 ] {68a47bbf-aa31-4ef1-a815-c44ab8a64dc3} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
14641 2025.03.20 17:14:27.784268 [ 256 ] {68a47bbf-aa31-4ef1-a815-c44ab8a64dc3} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14642 2025.03.20 17:14:27.784504 [ 256 ] {68a47bbf-aa31-4ef1-a815-c44ab8a64dc3} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.00265 sec., 4528.301886792453 rows/sec., 8.11 MiB/sec.
14643 2025.03.20 17:14:27.784599 [ 256 ] {68a47bbf-aa31-4ef1-a815-c44ab8a64dc3} <Debug> TCPHandler: Processed in 0.003229624 sec.
14644 2025.03.20 17:14:27.784752 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14645 2025.03.20 17:14:27.784889 [ 256 ] {514d86d0-18a2-4da0-a735-5987e5c09105} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14646 2025.03.20 17:14:27.784945 [ 256 ] {514d86d0-18a2-4da0-a735-5987e5c09105} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14647 2025.03.20 17:14:27.785441 [ 256 ] {514d86d0-18a2-4da0-a735-5987e5c09105} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14648 2025.03.20 17:14:27.785481 [ 256 ] {514d86d0-18a2-4da0-a735-5987e5c09105} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14649 2025.03.20 17:14:27.785851 [ 256 ] {514d86d0-18a2-4da0-a735-5987e5c09105} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary)
14650 2025.03.20 17:14:27.786093 [ 256 ] {514d86d0-18a2-4da0-a735-5987e5c09105} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14651 2025.03.20 17:14:27.786262 [ 70 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0
14652 2025.03.20 17:14:27.786332 [ 70 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14653 2025.03.20 17:14:27.786337 [ 256 ] {514d86d0-18a2-4da0-a735-5987e5c09105} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001464 sec., 40983.60655737705 rows/sec., 2.76 MiB/sec.
14654 2025.03.20 17:14:27.786385 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB.
14655 2025.03.20 17:14:27.786457 [ 256 ] {514d86d0-18a2-4da0-a735-5987e5c09105} <Debug> TCPHandler: Processed in 0.001766258 sec.
14656 2025.03.20 17:14:27.786621 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full
14657 2025.03.20 17:14:27.786790 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14658 2025.03.20 17:14:27.786853 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 7134 rows starting from the beginning of the part
14659 2025.03.20 17:14:27.787103 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 60 rows starting from the beginning of the part
14660 2025.03.20 17:14:27.787481 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 34 rows starting from the beginning of the part
14661 2025.03.20 17:14:27.787861 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 26 rows starting from the beginning of the part
14662 2025.03.20 17:14:27.788227 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 60 rows starting from the beginning of the part
14663 2025.03.20 17:14:27.788595 [ 197 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 60 rows starting from the beginning of the part
14664 2025.03.20 17:14:27.790905 [ 194 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7374 rows, containing 4 columns (4 merged, 0 gathered) in 0.004402477 sec., 1674966.1610952197 rows/sec., 112.84 MiB/sec.
14665 2025.03.20 17:14:27.791377 [ 200 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary)
14666 2025.03.20 17:14:27.791732 [ 200 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_146_29} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14667 2025.03.20 17:14:27.791827 [ 200 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_146_29} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29
14668 2025.03.20 17:14:27.791932 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.51 MiB.
14669 2025.03.20 17:14:28.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 261.48 MiB, peak 284.23 MiB, free memory in arenas 0.00 B, will set to 264.90 MiB (RSS), difference: 3.42 MiB
14670 2025.03.20 17:14:28.077835 [ 225 ] {} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
14671 2025.03.20 17:14:28.077878 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
14672 2025.03.20 17:14:28.079732 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
14673 2025.03.20 17:14:30.174956 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 634
14674 2025.03.20 17:14:30.198448 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14675 2025.03.20 17:14:30.198506 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
14676 2025.03.20 17:14:30.206184 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
14677 2025.03.20 17:14:30.207014 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14678 2025.03.20 17:14:30.210020 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 634
14679 2025.03.20 17:14:32.763843 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14680 2025.03.20 17:14:32.764045 [ 256 ] {71867ec1-8c80-4bb8-9ad2-4239854a9774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14681 2025.03.20 17:14:32.764124 [ 256 ] {71867ec1-8c80-4bb8-9ad2-4239854a9774} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14682 2025.03.20 17:14:32.765017 [ 256 ] {71867ec1-8c80-4bb8-9ad2-4239854a9774} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14683 2025.03.20 17:14:32.765074 [ 256 ] {71867ec1-8c80-4bb8-9ad2-4239854a9774} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
14684 2025.03.20 17:14:32.765550 [ 256 ] {71867ec1-8c80-4bb8-9ad2-4239854a9774} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary)
14685 2025.03.20 17:14:32.765810 [ 256 ] {71867ec1-8c80-4bb8-9ad2-4239854a9774} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14686 2025.03.20 17:14:32.766078 [ 256 ] {71867ec1-8c80-4bb8-9ad2-4239854a9774} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002087 sec., 52707.235265931966 rows/sec., 4.43 MiB/sec.
14687 2025.03.20 17:14:32.766189 [ 256 ] {71867ec1-8c80-4bb8-9ad2-4239854a9774} <Debug> TCPHandler: Processed in 0.002482866 sec.
14688 2025.03.20 17:14:32.766341 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14689 2025.03.20 17:14:32.766654 [ 256 ] {69319153-3bb1-46db-897f-3c7d7d88d0a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14690 2025.03.20 17:14:32.766784 [ 256 ] {69319153-3bb1-46db-897f-3c7d7d88d0a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14691 2025.03.20 17:14:32.767536 [ 256 ] {69319153-3bb1-46db-897f-3c7d7d88d0a1} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14692 2025.03.20 17:14:32.767578 [ 256 ] {69319153-3bb1-46db-897f-3c7d7d88d0a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
14693 2025.03.20 17:14:32.767945 [ 256 ] {69319153-3bb1-46db-897f-3c7d7d88d0a1} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
14694 2025.03.20 17:14:32.768199 [ 256 ] {69319153-3bb1-46db-897f-3c7d7d88d0a1} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14695 2025.03.20 17:14:32.768422 [ 256 ] {69319153-3bb1-46db-897f-3c7d7d88d0a1} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.00189 sec., 14285.714285714286 rows/sec., 1.05 MiB/sec.
14696 2025.03.20 17:14:32.768476 [ 256 ] {69319153-3bb1-46db-897f-3c7d7d88d0a1} <Debug> TCPHandler: Processed in 0.002213283 sec.
14697 2025.03.20 17:14:32.768598 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14698 2025.03.20 17:14:32.768706 [ 256 ] {021ac4d1-81d4-4b49-b596-46f8038ac1d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14699 2025.03.20 17:14:32.768754 [ 256 ] {021ac4d1-81d4-4b49-b596-46f8038ac1d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14700 2025.03.20 17:14:32.769313 [ 256 ] {021ac4d1-81d4-4b49-b596-46f8038ac1d1} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14701 2025.03.20 17:14:32.769352 [ 256 ] {021ac4d1-81d4-4b49-b596-46f8038ac1d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
14702 2025.03.20 17:14:32.769718 [ 256 ] {021ac4d1-81d4-4b49-b596-46f8038ac1d1} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary)
14703 2025.03.20 17:14:32.769958 [ 256 ] {021ac4d1-81d4-4b49-b596-46f8038ac1d1} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14704 2025.03.20 17:14:32.770171 [ 256 ] {021ac4d1-81d4-4b49-b596-46f8038ac1d1} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001485 sec., 61279.46127946128 rows/sec., 4.79 MiB/sec.
14705 2025.03.20 17:14:32.770226 [ 256 ] {021ac4d1-81d4-4b49-b596-46f8038ac1d1} <Debug> TCPHandler: Processed in 0.001679248 sec.
14706 2025.03.20 17:14:32.770341 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14707 2025.03.20 17:14:32.770448 [ 256 ] {9184b19c-fdfa-49c5-9727-7cd51aa5e3b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14708 2025.03.20 17:14:32.770500 [ 256 ] {9184b19c-fdfa-49c5-9727-7cd51aa5e3b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14709 2025.03.20 17:14:32.771030 [ 256 ] {9184b19c-fdfa-49c5-9727-7cd51aa5e3b9} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14710 2025.03.20 17:14:32.771070 [ 256 ] {9184b19c-fdfa-49c5-9727-7cd51aa5e3b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
14711 2025.03.20 17:14:32.771459 [ 256 ] {9184b19c-fdfa-49c5-9727-7cd51aa5e3b9} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary)
14712 2025.03.20 17:14:32.771703 [ 256 ] {9184b19c-fdfa-49c5-9727-7cd51aa5e3b9} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14713 2025.03.20 17:14:32.771949 [ 256 ] {9184b19c-fdfa-49c5-9727-7cd51aa5e3b9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001518 sec., 105401.84453227931 rows/sec., 7.34 MiB/sec.
14714 2025.03.20 17:14:32.772054 [ 256 ] {9184b19c-fdfa-49c5-9727-7cd51aa5e3b9} <Debug> TCPHandler: Processed in 0.001764699 sec.
14715 2025.03.20 17:14:32.772224 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14716 2025.03.20 17:14:32.772519 [ 256 ] {b565843a-57d1-43ac-ad10-91550d7b1226} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14717 2025.03.20 17:14:32.772739 [ 256 ] {b565843a-57d1-43ac-ad10-91550d7b1226} <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
14718 2025.03.20 17:14:32.773914 [ 256 ] {b565843a-57d1-43ac-ad10-91550d7b1226} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14719 2025.03.20 17:14:32.773953 [ 256 ] {b565843a-57d1-43ac-ad10-91550d7b1226} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
14720 2025.03.20 17:14:32.774601 [ 256 ] {b565843a-57d1-43ac-ad10-91550d7b1226} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
14721 2025.03.20 17:14:32.774867 [ 256 ] {b565843a-57d1-43ac-ad10-91550d7b1226} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14722 2025.03.20 17:14:32.775140 [ 256 ] {b565843a-57d1-43ac-ad10-91550d7b1226} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002734 sec., 9875.640087783468 rows/sec., 17.70 MiB/sec.
14723 2025.03.20 17:14:32.775279 [ 256 ] {b565843a-57d1-43ac-ad10-91550d7b1226} <Debug> TCPHandler: Processed in 0.003158783 sec.
14724 2025.03.20 17:14:32.775609 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14725 2025.03.20 17:14:32.775782 [ 256 ] {1d8dbf28-f5c4-426f-96ac-07a2d8efcb34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14726 2025.03.20 17:14:32.775832 [ 256 ] {1d8dbf28-f5c4-426f-96ac-07a2d8efcb34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14727 2025.03.20 17:14:32.776288 [ 256 ] {1d8dbf28-f5c4-426f-96ac-07a2d8efcb34} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14728 2025.03.20 17:14:32.776327 [ 256 ] {1d8dbf28-f5c4-426f-96ac-07a2d8efcb34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
14729 2025.03.20 17:14:32.776690 [ 256 ] {1d8dbf28-f5c4-426f-96ac-07a2d8efcb34} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary)
14730 2025.03.20 17:14:32.776927 [ 256 ] {1d8dbf28-f5c4-426f-96ac-07a2d8efcb34} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14731 2025.03.20 17:14:32.777145 [ 256 ] {1d8dbf28-f5c4-426f-96ac-07a2d8efcb34} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001388 sec., 43227.66570605188 rows/sec., 2.91 MiB/sec.
14732 2025.03.20 17:14:32.777195 [ 256 ] {1d8dbf28-f5c4-426f-96ac-07a2d8efcb34} <Debug> TCPHandler: Processed in 0.001691397 sec.
14733 2025.03.20 17:14:34.867361 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38918
14734 2025.03.20 17:14:34.868052 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14735 2025.03.20 17:14:34.868102 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
14736 2025.03.20 17:14:34.868637 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
14737 2025.03.20 17:14:34.868908 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14738 2025.03.20 17:14:34.869129 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38918
14739 2025.03.20 17:14:34.869211 [ 223 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
14740 2025.03.20 17:14:34.869266 [ 223 ] {} <Debug> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
14741 2025.03.20 17:14:34.871408 [ 223 ] {} <Debug> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
14742 2025.03.20 17:14:36.453648 [ 220 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
14743 2025.03.20 17:14:36.453733 [ 220 ] {} <Debug> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
14744 2025.03.20 17:14:36.456113 [ 220 ] {} <Debug> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
14745 2025.03.20 17:14:37.000188 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 260.90 MiB, peak 284.23 MiB, free memory in arenas 0.00 B, will set to 264.90 MiB (RSS), difference: 4.00 MiB
14746 2025.03.20 17:14:37.295888 [ 225 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
14747 2025.03.20 17:14:37.295975 [ 225 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
14748 2025.03.20 17:14:37.298617 [ 225 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
14749 2025.03.20 17:14:37.322507 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
14750 2025.03.20 17:14:37.322591 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
14751 2025.03.20 17:14:37.324911 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
14752 2025.03.20 17:14:37.409593 [ 223 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
14753 2025.03.20 17:14:37.409654 [ 223 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
14754 2025.03.20 17:14:37.411931 [ 223 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
14755 2025.03.20 17:14:37.605300 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1990
14756 2025.03.20 17:14:37.608295 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14757 2025.03.20 17:14:37.608341 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
14758 2025.03.20 17:14:37.609860 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
14759 2025.03.20 17:14:37.610178 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14760 2025.03.20 17:14:37.610502 [ 224 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
14761 2025.03.20 17:14:37.610606 [ 224 ] {} <Debug> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
14762 2025.03.20 17:14:37.611323 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1990
14763 2025.03.20 17:14:37.612997 [ 224 ] {} <Debug> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
14764 2025.03.20 17:14:37.710212 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 641
14765 2025.03.20 17:14:37.734668 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14766 2025.03.20 17:14:37.734748 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
14767 2025.03.20 17:14:37.742629 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
14768 2025.03.20 17:14:37.743442 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14769 2025.03.20 17:14:37.747940 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 641
14770 2025.03.20 17:14:37.763527 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14771 2025.03.20 17:14:37.763743 [ 256 ] {f250a0a8-f3ea-43f5-b0d4-20e59bcd1802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14772 2025.03.20 17:14:37.763817 [ 256 ] {f250a0a8-f3ea-43f5-b0d4-20e59bcd1802} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14773 2025.03.20 17:14:37.764660 [ 256 ] {f250a0a8-f3ea-43f5-b0d4-20e59bcd1802} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14774 2025.03.20 17:14:37.764704 [ 256 ] {f250a0a8-f3ea-43f5-b0d4-20e59bcd1802} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
14775 2025.03.20 17:14:37.765171 [ 256 ] {f250a0a8-f3ea-43f5-b0d4-20e59bcd1802} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary)
14776 2025.03.20 17:14:37.765436 [ 256 ] {f250a0a8-f3ea-43f5-b0d4-20e59bcd1802} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14777 2025.03.20 17:14:37.765667 [ 256 ] {f250a0a8-f3ea-43f5-b0d4-20e59bcd1802} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.001978 sec., 40444.893832153684 rows/sec., 3.34 MiB/sec.
14778 2025.03.20 17:14:37.765754 [ 219 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
14779 2025.03.20 17:14:37.765776 [ 256 ] {f250a0a8-f3ea-43f5-b0d4-20e59bcd1802} <Debug> TCPHandler: Processed in 0.002392045 sec.
14780 2025.03.20 17:14:37.765819 [ 219 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
14781 2025.03.20 17:14:37.766024 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14782 2025.03.20 17:14:37.766214 [ 256 ] {d2fb9366-5dcb-4fc6-9ac0-fbe81f785423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14783 2025.03.20 17:14:37.766282 [ 256 ] {d2fb9366-5dcb-4fc6-9ac0-fbe81f785423} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14784 2025.03.20 17:14:37.767766 [ 256 ] {d2fb9366-5dcb-4fc6-9ac0-fbe81f785423} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14785 2025.03.20 17:14:37.767807 [ 256 ] {d2fb9366-5dcb-4fc6-9ac0-fbe81f785423} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
14786 2025.03.20 17:14:37.768435 [ 256 ] {d2fb9366-5dcb-4fc6-9ac0-fbe81f785423} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
14787 2025.03.20 17:14:37.768840 [ 256 ] {d2fb9366-5dcb-4fc6-9ac0-fbe81f785423} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14788 2025.03.20 17:14:37.769150 [ 256 ] {d2fb9366-5dcb-4fc6-9ac0-fbe81f785423} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.002953 sec., 4063.664070436844 rows/sec., 305.57 KiB/sec.
14789 2025.03.20 17:14:37.769314 [ 256 ] {d2fb9366-5dcb-4fc6-9ac0-fbe81f785423} <Debug> TCPHandler: Processed in 0.003379255 sec.
14790 2025.03.20 17:14:37.769477 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14791 2025.03.20 17:14:37.769637 [ 256 ] {44b4ed35-d737-4d53-bfb3-7375b5292f16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14792 2025.03.20 17:14:37.769732 [ 256 ] {44b4ed35-d737-4d53-bfb3-7375b5292f16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14793 2025.03.20 17:14:37.769809 [ 219 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
14794 2025.03.20 17:14:37.771311 [ 256 ] {44b4ed35-d737-4d53-bfb3-7375b5292f16} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14795 2025.03.20 17:14:37.771353 [ 256 ] {44b4ed35-d737-4d53-bfb3-7375b5292f16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
14796 2025.03.20 17:14:37.771727 [ 256 ] {44b4ed35-d737-4d53-bfb3-7375b5292f16} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary)
14797 2025.03.20 17:14:37.771972 [ 256 ] {44b4ed35-d737-4d53-bfb3-7375b5292f16} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14798 2025.03.20 17:14:37.772146 [ 256 ] {44b4ed35-d737-4d53-bfb3-7375b5292f16} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.002561 sec., 29675.90784849668 rows/sec., 2.32 MiB/sec.
14799 2025.03.20 17:14:37.772201 [ 256 ] {44b4ed35-d737-4d53-bfb3-7375b5292f16} <Debug> TCPHandler: Processed in 0.002775509 sec.
14800 2025.03.20 17:14:37.772319 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14801 2025.03.20 17:14:37.772426 [ 256 ] {885bf17d-bcf5-470c-b299-69ad104d59d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14802 2025.03.20 17:14:37.772476 [ 256 ] {885bf17d-bcf5-470c-b299-69ad104d59d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14803 2025.03.20 17:14:37.772996 [ 256 ] {885bf17d-bcf5-470c-b299-69ad104d59d8} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14804 2025.03.20 17:14:37.773033 [ 256 ] {885bf17d-bcf5-470c-b299-69ad104d59d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
14805 2025.03.20 17:14:37.773413 [ 256 ] {885bf17d-bcf5-470c-b299-69ad104d59d8} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary)
14806 2025.03.20 17:14:37.773657 [ 256 ] {885bf17d-bcf5-470c-b299-69ad104d59d8} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14807 2025.03.20 17:14:37.773795 [ 57 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Selected 2 parts from all_1_143_31 to all_144_144_0
14808 2025.03.20 17:14:37.773839 [ 256 ] {885bf17d-bcf5-470c-b299-69ad104d59d8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001434 sec., 111576.01115760113 rows/sec., 7.77 MiB/sec.
14809 2025.03.20 17:14:37.773843 [ 57 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14810 2025.03.20 17:14:37.773890 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
14811 2025.03.20 17:14:37.773911 [ 256 ] {885bf17d-bcf5-470c-b299-69ad104d59d8} <Debug> TCPHandler: Processed in 0.001643287 sec.
14812 2025.03.20 17:14:37.774022 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_144_32} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_143_31 to all_144_144_0 into Compact with storage Full
14813 2025.03.20 17:14:37.774056 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14814 2025.03.20 17:14:37.774176 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_144_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14815 2025.03.20 17:14:37.774189 [ 256 ] {0a5009f1-973f-4427-8c77-6d299c527b2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14816 2025.03.20 17:14:37.774223 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_144_32} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_143_31, total 38479 rows starting from the beginning of the part
14817 2025.03.20 17:14:37.774278 [ 256 ] {0a5009f1-973f-4427-8c77-6d299c527b2c} <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
14818 2025.03.20 17:14:37.774479 [ 197 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_144_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 66 rows starting from the beginning of the part
14819 2025.03.20 17:14:37.776862 [ 256 ] {0a5009f1-973f-4427-8c77-6d299c527b2c} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14820 2025.03.20 17:14:37.776901 [ 256 ] {0a5009f1-973f-4427-8c77-6d299c527b2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
14821 2025.03.20 17:14:37.777660 [ 256 ] {0a5009f1-973f-4427-8c77-6d299c527b2c} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
14822 2025.03.20 17:14:37.777978 [ 256 ] {0a5009f1-973f-4427-8c77-6d299c527b2c} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14823 2025.03.20 17:14:37.778188 [ 256 ] {0a5009f1-973f-4427-8c77-6d299c527b2c} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.004034 sec., 2974.7149231531976 rows/sec., 5.33 MiB/sec.
14824 2025.03.20 17:14:37.778303 [ 256 ] {0a5009f1-973f-4427-8c77-6d299c527b2c} <Debug> TCPHandler: Processed in 0.004299815 sec.
14825 2025.03.20 17:14:37.778420 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14826 2025.03.20 17:14:37.778535 [ 256 ] {84e84f24-4df8-435f-9f48-6d55d1070ddf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14827 2025.03.20 17:14:37.778584 [ 256 ] {84e84f24-4df8-435f-9f48-6d55d1070ddf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14828 2025.03.20 17:14:37.779027 [ 256 ] {84e84f24-4df8-435f-9f48-6d55d1070ddf} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14829 2025.03.20 17:14:37.779102 [ 256 ] {84e84f24-4df8-435f-9f48-6d55d1070ddf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
14830 2025.03.20 17:14:37.779496 [ 256 ] {84e84f24-4df8-435f-9f48-6d55d1070ddf} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary)
14831 2025.03.20 17:14:37.779743 [ 256 ] {84e84f24-4df8-435f-9f48-6d55d1070ddf} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14832 2025.03.20 17:14:37.779941 [ 256 ] {84e84f24-4df8-435f-9f48-6d55d1070ddf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001433 sec., 41870.2023726448 rows/sec., 2.82 MiB/sec.
14833 2025.03.20 17:14:37.779991 [ 256 ] {84e84f24-4df8-435f-9f48-6d55d1070ddf} <Debug> TCPHandler: Processed in 0.001625197 sec.
14834 2025.03.20 17:14:37.782016 [ 200 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_144_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38545 rows, containing 5 columns (5 merged, 0 gathered) in 0.008044244 sec., 4791624.91838885 rows/sec., 328.36 MiB/sec.
14835 2025.03.20 17:14:37.782793 [ 191 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_144_32} <Trace> MergedBlockOutputStream: filled checksums all_1_144_32 (state Temporary)
14836 2025.03.20 17:14:37.783104 [ 191 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_144_32} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_merge_all_1_144_32 to all_1_144_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14837 2025.03.20 17:14:37.783187 [ 191 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_144_32} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Merged 2 parts: [all_1_143_31, all_144_144_0] -> all_1_144_32
14838 2025.03.20 17:14:37.783280 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
14839 2025.03.20 17:14:38.000187 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 261.88 MiB, peak 284.23 MiB, free memory in arenas 0.00 B, will set to 264.90 MiB (RSS), difference: 3.01 MiB
14840 2025.03.20 17:14:42.132320 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache
14841 2025.03.20 17:14:42.132395 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache
14842 2025.03.20 17:14:42.369383 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39406
14843 2025.03.20 17:14:42.370114 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14844 2025.03.20 17:14:42.370162 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
14845 2025.03.20 17:14:42.370698 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
14846 2025.03.20 17:14:42.370954 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14847 2025.03.20 17:14:42.371180 [ 54 ] {} <Debug> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
14848 2025.03.20 17:14:42.371214 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39406
14849 2025.03.20 17:14:42.371271 [ 54 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14850 2025.03.20 17:14:42.371304 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
14851 2025.03.20 17:14:42.371436 [ 186 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::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
14852 2025.03.20 17:14:42.371586 [ 186 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14853 2025.03.20 17:14:42.371632 [ 186 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 37088 rows starting from the beginning of the part
14854 2025.03.20 17:14:42.371720 [ 186 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 488 rows starting from the beginning of the part
14855 2025.03.20 17:14:42.371981 [ 186 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 427 rows starting from the beginning of the part
14856 2025.03.20 17:14:42.372174 [ 186 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 488 rows starting from the beginning of the part
14857 2025.03.20 17:14:42.372407 [ 186 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 427 rows starting from the beginning of the part
14858 2025.03.20 17:14:42.372780 [ 186 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 488 rows starting from the beginning of the part
14859 2025.03.20 17:14:42.375924 [ 192 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39406 rows, containing 4 columns (4 merged, 0 gathered) in 0.004549977 sec., 8660703.12003775 rows/sec., 123.89 MiB/sec.
14860 2025.03.20 17:14:42.376321 [ 192 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
14861 2025.03.20 17:14:42.376670 [ 192 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_86_17} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14862 2025.03.20 17:14:42.376763 [ 192 ] {55689036-5809-4f82-b2d9-cdcf7b1965b3::all_1_86_17} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
14863 2025.03.20 17:14:42.376880 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.10 MiB.
14864 2025.03.20 17:14:42.764236 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14865 2025.03.20 17:14:42.764459 [ 256 ] {45c3792c-e40f-41c8-a332-3af12aa64416} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14866 2025.03.20 17:14:42.764544 [ 256 ] {45c3792c-e40f-41c8-a332-3af12aa64416} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14867 2025.03.20 17:14:42.765425 [ 256 ] {45c3792c-e40f-41c8-a332-3af12aa64416} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14868 2025.03.20 17:14:42.765482 [ 256 ] {45c3792c-e40f-41c8-a332-3af12aa64416} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
14869 2025.03.20 17:14:42.765936 [ 256 ] {45c3792c-e40f-41c8-a332-3af12aa64416} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary)
14870 2025.03.20 17:14:42.766208 [ 256 ] {45c3792c-e40f-41c8-a332-3af12aa64416} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14871 2025.03.20 17:14:42.766431 [ 256 ] {45c3792c-e40f-41c8-a332-3af12aa64416} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002035 sec., 54054.05405405405 rows/sec., 4.54 MiB/sec.
14872 2025.03.20 17:14:42.766487 [ 256 ] {45c3792c-e40f-41c8-a332-3af12aa64416} <Debug> TCPHandler: Processed in 0.002400205 sec.
14873 2025.03.20 17:14:42.766617 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14874 2025.03.20 17:14:42.766733 [ 256 ] {79e251f6-d0c8-49e3-93c6-697ea6a286ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14875 2025.03.20 17:14:42.766782 [ 256 ] {79e251f6-d0c8-49e3-93c6-697ea6a286ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14876 2025.03.20 17:14:42.767308 [ 256 ] {79e251f6-d0c8-49e3-93c6-697ea6a286ee} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14877 2025.03.20 17:14:42.767347 [ 256 ] {79e251f6-d0c8-49e3-93c6-697ea6a286ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
14878 2025.03.20 17:14:42.767695 [ 256 ] {79e251f6-d0c8-49e3-93c6-697ea6a286ee} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
14879 2025.03.20 17:14:42.767937 [ 256 ] {79e251f6-d0c8-49e3-93c6-697ea6a286ee} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14880 2025.03.20 17:14:42.768113 [ 54 ] {} <Debug> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
14881 2025.03.20 17:14:42.768173 [ 256 ] {79e251f6-d0c8-49e3-93c6-697ea6a286ee} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001468 sec., 18392.370572207084 rows/sec., 1.35 MiB/sec.
14882 2025.03.20 17:14:42.768199 [ 54 ] {} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14883 2025.03.20 17:14:42.768265 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
14884 2025.03.20 17:14:42.768298 [ 256 ] {79e251f6-d0c8-49e3-93c6-697ea6a286ee} <Debug> TCPHandler: Processed in 0.001732759 sec.
14885 2025.03.20 17:14:42.768475 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14886 2025.03.20 17:14:42.768499 [ 188 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full
14887 2025.03.20 17:14:42.768662 [ 256 ] {eab7398f-43ce-4284-a64b-8eda71ec4b78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14888 2025.03.20 17:14:42.768754 [ 256 ] {eab7398f-43ce-4284-a64b-8eda71ec4b78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14889 2025.03.20 17:14:42.768859 [ 188 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14890 2025.03.20 17:14:42.768969 [ 188 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 69 rows starting from the beginning of the part
14891 2025.03.20 17:14:42.769210 [ 188 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 27 rows starting from the beginning of the part
14892 2025.03.20 17:14:42.769659 [ 188 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 12 rows starting from the beginning of the part
14893 2025.03.20 17:14:42.770088 [ 188 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 27 rows starting from the beginning of the part
14894 2025.03.20 17:14:42.770443 [ 188 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 12 rows starting from the beginning of the part
14895 2025.03.20 17:14:42.770799 [ 188 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 27 rows starting from the beginning of the part
14896 2025.03.20 17:14:42.771725 [ 256 ] {eab7398f-43ce-4284-a64b-8eda71ec4b78} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14897 2025.03.20 17:14:42.771789 [ 256 ] {eab7398f-43ce-4284-a64b-8eda71ec4b78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
14898 2025.03.20 17:14:42.772786 [ 256 ] {eab7398f-43ce-4284-a64b-8eda71ec4b78} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary)
14899 2025.03.20 17:14:42.773422 [ 256 ] {eab7398f-43ce-4284-a64b-8eda71ec4b78} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14900 2025.03.20 17:14:42.773514 [ 188 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 5 columns (5 merged, 0 gathered) in 0.005119834 sec., 33985.47687288299 rows/sec., 2.62 MiB/sec.
14901 2025.03.20 17:14:42.773767 [ 188 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
14902 2025.03.20 17:14:42.773819 [ 256 ] {eab7398f-43ce-4284-a64b-8eda71ec4b78} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.005197 sec., 17510.10198191264 rows/sec., 1.37 MiB/sec.
14903 2025.03.20 17:14:42.773920 [ 256 ] {eab7398f-43ce-4284-a64b-8eda71ec4b78} <Debug> TCPHandler: Processed in 0.005518337 sec.
14904 2025.03.20 17:14:42.774084 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14905 2025.03.20 17:14:42.774220 [ 188 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_121_24} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14906 2025.03.20 17:14:42.774255 [ 256 ] {316fac0a-7847-4e52-8609-4f5aa2fa478f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14907 2025.03.20 17:14:42.774368 [ 256 ] {316fac0a-7847-4e52-8609-4f5aa2fa478f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14908 2025.03.20 17:14:42.774405 [ 188 ] {5dbb4959-8374-49ff-b9c0-3e7858ae66ac::all_1_121_24} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
14909 2025.03.20 17:14:42.774593 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
14910 2025.03.20 17:14:42.775098 [ 256 ] {316fac0a-7847-4e52-8609-4f5aa2fa478f} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14911 2025.03.20 17:14:42.775142 [ 256 ] {316fac0a-7847-4e52-8609-4f5aa2fa478f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
14912 2025.03.20 17:14:42.775547 [ 256 ] {316fac0a-7847-4e52-8609-4f5aa2fa478f} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary)
14913 2025.03.20 17:14:42.775789 [ 256 ] {316fac0a-7847-4e52-8609-4f5aa2fa478f} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14914 2025.03.20 17:14:42.775984 [ 54 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Selected 2 parts from all_1_144_32 to all_145_145_0
14915 2025.03.20 17:14:42.776003 [ 256 ] {316fac0a-7847-4e52-8609-4f5aa2fa478f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001796 sec., 89086.85968819598 rows/sec., 6.20 MiB/sec.
14916 2025.03.20 17:14:42.776044 [ 54 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14917 2025.03.20 17:14:42.776122 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
14918 2025.03.20 17:14:42.776132 [ 256 ] {316fac0a-7847-4e52-8609-4f5aa2fa478f} <Debug> TCPHandler: Processed in 0.002115802 sec.
14919 2025.03.20 17:14:42.776492 [ 187 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_145_33} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_144_32 to all_145_145_0 into Compact with storage Full
14920 2025.03.20 17:14:42.776581 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14921 2025.03.20 17:14:42.777529 [ 256 ] {004163f7-98c4-4897-9fa0-ec74aca64e43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14922 2025.03.20 17:14:42.778272 [ 256 ] {004163f7-98c4-4897-9fa0-ec74aca64e43} <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
14923 2025.03.20 17:14:42.779255 [ 187 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_145_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14924 2025.03.20 17:14:42.779400 [ 187 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_145_33} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_144_32, total 38545 rows starting from the beginning of the part
14925 2025.03.20 17:14:42.779789 [ 187 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_145_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 160 rows starting from the beginning of the part
14926 2025.03.20 17:14:42.782328 [ 256 ] {004163f7-98c4-4897-9fa0-ec74aca64e43} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14927 2025.03.20 17:14:42.782410 [ 256 ] {004163f7-98c4-4897-9fa0-ec74aca64e43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
14928 2025.03.20 17:14:42.783376 [ 256 ] {004163f7-98c4-4897-9fa0-ec74aca64e43} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
14929 2025.03.20 17:14:42.783647 [ 256 ] {004163f7-98c4-4897-9fa0-ec74aca64e43} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14930 2025.03.20 17:14:42.784108 [ 256 ] {004163f7-98c4-4897-9fa0-ec74aca64e43} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.006931 sec., 3895.541768864522 rows/sec., 6.98 MiB/sec.
14931 2025.03.20 17:14:42.784215 [ 256 ] {004163f7-98c4-4897-9fa0-ec74aca64e43} <Debug> TCPHandler: Processed in 0.007751361 sec.
14932 2025.03.20 17:14:42.784348 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14933 2025.03.20 17:14:42.784491 [ 256 ] {243ac272-4d93-46f1-bf17-648ac833886b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14934 2025.03.20 17:14:42.784573 [ 256 ] {243ac272-4d93-46f1-bf17-648ac833886b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14935 2025.03.20 17:14:42.785084 [ 256 ] {243ac272-4d93-46f1-bf17-648ac833886b} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14936 2025.03.20 17:14:42.785123 [ 256 ] {243ac272-4d93-46f1-bf17-648ac833886b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
14937 2025.03.20 17:14:42.785743 [ 256 ] {243ac272-4d93-46f1-bf17-648ac833886b} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary)
14938 2025.03.20 17:14:42.786053 [ 256 ] {243ac272-4d93-46f1-bf17-648ac833886b} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14939 2025.03.20 17:14:42.786328 [ 256 ] {243ac272-4d93-46f1-bf17-648ac833886b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001892 sec., 31712.47357293869 rows/sec., 2.14 MiB/sec.
14940 2025.03.20 17:14:42.786381 [ 256 ] {243ac272-4d93-46f1-bf17-648ac833886b} <Debug> TCPHandler: Processed in 0.002084572 sec.
14941 2025.03.20 17:14:42.788244 [ 189 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_145_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38705 rows, containing 5 columns (5 merged, 0 gathered) in 0.012008516 sec., 3223129.3192264554 rows/sec., 220.89 MiB/sec.
14942 2025.03.20 17:14:42.788804 [ 189 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_145_33} <Trace> MergedBlockOutputStream: filled checksums all_1_145_33 (state Temporary)
14943 2025.03.20 17:14:42.789112 [ 189 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_145_33} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_merge_all_1_145_33 to all_1_145_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14944 2025.03.20 17:14:42.789190 [ 189 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_145_33} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Merged 2 parts: [all_1_144_32, all_145_145_0] -> all_1_145_33
14945 2025.03.20 17:14:42.789274 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB.
14946 2025.03.20 17:14:45.026054 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14947 2025.03.20 17:14:45.026262 [ 256 ] {913c968f-2641-4200-9809-c719c88b5f4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
14948 2025.03.20 17:14:45.026335 [ 256 ] {913c968f-2641-4200-9809-c719c88b5f4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
14949 2025.03.20 17:14:45.027102 [ 256 ] {913c968f-2641-4200-9809-c719c88b5f4f} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14950 2025.03.20 17:14:45.027150 [ 256 ] {913c968f-2641-4200-9809-c719c88b5f4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
14951 2025.03.20 17:14:45.027598 [ 256 ] {913c968f-2641-4200-9809-c719c88b5f4f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
14952 2025.03.20 17:14:45.027857 [ 256 ] {913c968f-2641-4200-9809-c719c88b5f4f} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14953 2025.03.20 17:14:45.028062 [ 50 ] {} <Debug> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
14954 2025.03.20 17:14:45.028128 [ 256 ] {913c968f-2641-4200-9809-c719c88b5f4f} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00191 sec., 12565.445026178011 rows/sec., 1.04 MiB/sec.
14955 2025.03.20 17:14:45.028156 [ 50 ] {} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14956 2025.03.20 17:14:45.028229 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
14957 2025.03.20 17:14:45.028254 [ 256 ] {913c968f-2641-4200-9809-c719c88b5f4f} <Debug> TCPHandler: Processed in 0.002330174 sec.
14958 2025.03.20 17:14:45.028413 [ 201 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::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
14959 2025.03.20 17:14:45.028433 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14960 2025.03.20 17:14:45.028547 [ 201 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14961 2025.03.20 17:14:45.028574 [ 256 ] {61d1858b-aaf9-43d0-8767-cd2919c6df69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14962 2025.03.20 17:14:45.028585 [ 201 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 24 rows starting from the beginning of the part
14963 2025.03.20 17:14:45.028629 [ 256 ] {61d1858b-aaf9-43d0-8767-cd2919c6df69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14964 2025.03.20 17:14:45.028720 [ 201 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part
14965 2025.03.20 17:14:45.029156 [ 201 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part
14966 2025.03.20 17:14:45.029475 [ 201 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 24 rows starting from the beginning of the part
14967 2025.03.20 17:14:45.029832 [ 201 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part
14968 2025.03.20 17:14:45.031527 [ 189 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.003179353 sec., 37743.5283216428 rows/sec., 3.28 MiB/sec.
14969 2025.03.20 17:14:45.031759 [ 199 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
14970 2025.03.20 17:14:45.031908 [ 256 ] {61d1858b-aaf9-43d0-8767-cd2919c6df69} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14971 2025.03.20 17:14:45.031956 [ 256 ] {61d1858b-aaf9-43d0-8767-cd2919c6df69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
14972 2025.03.20 17:14:45.032359 [ 198 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_21_5} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14973 2025.03.20 17:14:45.032558 [ 198 ] {feb7d568-64c3-46f1-8d41-3a70fd761192::all_1_21_5} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
14974 2025.03.20 17:14:45.032737 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
14975 2025.03.20 17:14:45.032790 [ 256 ] {61d1858b-aaf9-43d0-8767-cd2919c6df69} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary)
14976 2025.03.20 17:14:45.033057 [ 256 ] {61d1858b-aaf9-43d0-8767-cd2919c6df69} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14977 2025.03.20 17:14:45.033298 [ 256 ] {61d1858b-aaf9-43d0-8767-cd2919c6df69} <Debug> executeQuery: Read 1340 rows, 114.80 KiB in 0.004756 sec., 281749.3692178301 rows/sec., 23.57 MiB/sec.
14978 2025.03.20 17:14:45.033357 [ 256 ] {61d1858b-aaf9-43d0-8767-cd2919c6df69} <Debug> TCPHandler: Processed in 0.004982582 sec.
14979 2025.03.20 17:14:45.033476 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14980 2025.03.20 17:14:45.033585 [ 256 ] {a4ec573d-b962-434e-bde6-ac419362e9fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14981 2025.03.20 17:14:45.033632 [ 256 ] {a4ec573d-b962-434e-bde6-ac419362e9fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14982 2025.03.20 17:14:45.034192 [ 256 ] {a4ec573d-b962-434e-bde6-ac419362e9fa} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14983 2025.03.20 17:14:45.034232 [ 256 ] {a4ec573d-b962-434e-bde6-ac419362e9fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
14984 2025.03.20 17:14:45.034589 [ 256 ] {a4ec573d-b962-434e-bde6-ac419362e9fa} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
14985 2025.03.20 17:14:45.034839 [ 256 ] {a4ec573d-b962-434e-bde6-ac419362e9fa} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14986 2025.03.20 17:14:45.035061 [ 256 ] {a4ec573d-b962-434e-bde6-ac419362e9fa} <Debug> executeQuery: Read 24 rows, 1.86 KiB in 0.001497 sec., 16032.064128256512 rows/sec., 1.22 MiB/sec.
14987 2025.03.20 17:14:45.035116 [ 256 ] {a4ec573d-b962-434e-bde6-ac419362e9fa} <Debug> TCPHandler: Processed in 0.001692828 sec.
14988 2025.03.20 17:14:45.035117 [ 225 ] {} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
14989 2025.03.20 17:14:45.035155 [ 225 ] {} <Debug> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
14990 2025.03.20 17:14:45.035269 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14991 2025.03.20 17:14:45.035408 [ 256 ] {2010985b-dde0-4fa1-bac3-c1b7f277afa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14992 2025.03.20 17:14:45.035472 [ 256 ] {2010985b-dde0-4fa1-bac3-c1b7f277afa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14993 2025.03.20 17:14:45.036347 [ 256 ] {2010985b-dde0-4fa1-bac3-c1b7f277afa4} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14994 2025.03.20 17:14:45.036395 [ 256 ] {2010985b-dde0-4fa1-bac3-c1b7f277afa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
14995 2025.03.20 17:14:45.036856 [ 256 ] {2010985b-dde0-4fa1-bac3-c1b7f277afa4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
14996 2025.03.20 17:14:45.037159 [ 256 ] {2010985b-dde0-4fa1-bac3-c1b7f277afa4} <Trace> oximeter.fields_u32 (fd481411-b68c-44af-8dc7-12d8536bb892): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14997 2025.03.20 17:14:45.037393 [ 256 ] {2010985b-dde0-4fa1-bac3-c1b7f277afa4} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.002015 sec., 125062.0347394541 rows/sec., 8.65 MiB/sec.
14998 2025.03.20 17:14:45.037475 [ 256 ] {2010985b-dde0-4fa1-bac3-c1b7f277afa4} <Debug> TCPHandler: Processed in 0.002279153 sec.
14999 2025.03.20 17:14:45.037536 [ 225 ] {} <Debug> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
15000 2025.03.20 17:14:45.037624 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15001 2025.03.20 17:14:45.037762 [ 256 ] {0c72e321-4bef-49af-b943-e9c758e09908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
15002 2025.03.20 17:14:45.037832 [ 256 ] {0c72e321-4bef-49af-b943-e9c758e09908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
15003 2025.03.20 17:14:45.038561 [ 256 ] {0c72e321-4bef-49af-b943-e9c758e09908} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15004 2025.03.20 17:14:45.038603 [ 256 ] {0c72e321-4bef-49af-b943-e9c758e09908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
15005 2025.03.20 17:14:45.038951 [ 256 ] {0c72e321-4bef-49af-b943-e9c758e09908} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
15006 2025.03.20 17:14:45.039196 [ 256 ] {0c72e321-4bef-49af-b943-e9c758e09908} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15007 2025.03.20 17:14:45.039357 [ 50 ] {} <Debug> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
15008 2025.03.20 17:14:45.039416 [ 50 ] {} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15009 2025.03.20 17:14:45.039446 [ 256 ] {0c72e321-4bef-49af-b943-e9c758e09908} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001712 sec., 7009.345794392523 rows/sec., 547.61 KiB/sec.
15010 2025.03.20 17:14:45.039452 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
15011 2025.03.20 17:14:45.039599 [ 256 ] {0c72e321-4bef-49af-b943-e9c758e09908} <Debug> TCPHandler: Processed in 0.002044291 sec.
15012 2025.03.20 17:14:45.039728 [ 199 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::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
15013 2025.03.20 17:14:45.039786 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15014 2025.03.20 17:14:45.040010 [ 199 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15015 2025.03.20 17:14:45.040020 [ 256 ] {2010731d-1c04-4b26-b7ca-9b7805ac340e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15016 2025.03.20 17:14:45.040079 [ 199 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 12 rows starting from the beginning of the part
15017 2025.03.20 17:14:45.040118 [ 256 ] {2010731d-1c04-4b26-b7ca-9b7805ac340e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15018 2025.03.20 17:14:45.040453 [ 199 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 12 rows starting from the beginning of the part
15019 2025.03.20 17:14:45.040763 [ 199 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 12 rows starting from the beginning of the part
15020 2025.03.20 17:14:45.041109 [ 199 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 12 rows starting from the beginning of the part
15021 2025.03.20 17:14:45.041468 [ 199 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 12 rows starting from the beginning of the part
15022 2025.03.20 17:14:45.043265 [ 256 ] {2010731d-1c04-4b26-b7ca-9b7805ac340e} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15023 2025.03.20 17:14:45.043343 [ 256 ] {2010731d-1c04-4b26-b7ca-9b7805ac340e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
15024 2025.03.20 17:14:45.043937 [ 199 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.004320945 sec., 13885.85135890413 rows/sec., 1.11 MiB/sec.
15025 2025.03.20 17:14:45.044125 [ 199 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
15026 2025.03.20 17:14:45.044360 [ 256 ] {2010731d-1c04-4b26-b7ca-9b7805ac340e} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary)
15027 2025.03.20 17:14:45.044668 [ 199 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_21_5} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15028 2025.03.20 17:14:45.044857 [ 199 ] {bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f::all_1_21_5} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
15029 2025.03.20 17:14:45.044869 [ 256 ] {2010731d-1c04-4b26-b7ca-9b7805ac340e} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15030 2025.03.20 17:14:45.045006 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
15031 2025.03.20 17:14:45.045243 [ 256 ] {2010731d-1c04-4b26-b7ca-9b7805ac340e} <Debug> executeQuery: Read 568 rows, 43.62 KiB in 0.005312 sec., 106927.7108433735 rows/sec., 8.02 MiB/sec.
15032 2025.03.20 17:14:45.045353 [ 256 ] {2010731d-1c04-4b26-b7ca-9b7805ac340e} <Debug> TCPHandler: Processed in 0.005633439 sec.
15033 2025.03.20 17:14:45.045496 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15034 2025.03.20 17:14:45.045786 [ 256 ] {232b9fa7-17ce-41d2-94d1-7036e680bc9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15035 2025.03.20 17:14:45.045939 [ 256 ] {232b9fa7-17ce-41d2-94d1-7036e680bc9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15036 2025.03.20 17:14:45.046949 [ 256 ] {232b9fa7-17ce-41d2-94d1-7036e680bc9a} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15037 2025.03.20 17:14:45.046989 [ 256 ] {232b9fa7-17ce-41d2-94d1-7036e680bc9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
15038 2025.03.20 17:14:45.047435 [ 256 ] {232b9fa7-17ce-41d2-94d1-7036e680bc9a} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary)
15039 2025.03.20 17:14:45.047685 [ 256 ] {232b9fa7-17ce-41d2-94d1-7036e680bc9a} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15040 2025.03.20 17:14:45.047857 [ 50 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Selected 6 parts from all_1_145_33 to all_150_150_0
15041 2025.03.20 17:14:45.047923 [ 256 ] {232b9fa7-17ce-41d2-94d1-7036e680bc9a} <Debug> executeQuery: Read 976 rows, 67.51 KiB in 0.002247 sec., 434356.92033822875 rows/sec., 29.34 MiB/sec.
15042 2025.03.20 17:14:45.047928 [ 50 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15043 2025.03.20 17:14:45.048014 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
15044 2025.03.20 17:14:45.048059 [ 256 ] {232b9fa7-17ce-41d2-94d1-7036e680bc9a} <Debug> TCPHandler: Processed in 0.002630008 sec.
15045 2025.03.20 17:14:45.048198 [ 189 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_150_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_145_33 to all_150_150_0 into Compact with storage Full
15046 2025.03.20 17:14:45.048220 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15047 2025.03.20 17:14:45.048360 [ 189 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_150_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15048 2025.03.20 17:14:45.048361 [ 256 ] {02771162-c88a-4566-acd0-4959320af991} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15049 2025.03.20 17:14:45.048404 [ 189 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_150_34} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_145_33, total 38705 rows starting from the beginning of the part
15050 2025.03.20 17:14:45.048492 [ 256 ] {02771162-c88a-4566-acd0-4959320af991} <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
15051 2025.03.20 17:14:45.048630 [ 189 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_150_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 160 rows starting from the beginning of the part
15052 2025.03.20 17:14:45.049205 [ 189 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_150_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 160 rows starting from the beginning of the part
15053 2025.03.20 17:14:45.049507 [ 189 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_150_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 160 rows starting from the beginning of the part
15054 2025.03.20 17:14:45.049849 [ 189 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_150_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 160 rows starting from the beginning of the part
15055 2025.03.20 17:14:45.050277 [ 189 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_150_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 976 rows starting from the beginning of the part
15056 2025.03.20 17:14:45.052215 [ 256 ] {02771162-c88a-4566-acd0-4959320af991} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15057 2025.03.20 17:14:45.052261 [ 256 ] {02771162-c88a-4566-acd0-4959320af991} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
15058 2025.03.20 17:14:45.053243 [ 256 ] {02771162-c88a-4566-acd0-4959320af991} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
15059 2025.03.20 17:14:45.053520 [ 256 ] {02771162-c88a-4566-acd0-4959320af991} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15060 2025.03.20 17:14:45.053763 [ 50 ] {} <Debug> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
15061 2025.03.20 17:14:45.053818 [ 50 ] {} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15062 2025.03.20 17:14:45.053856 [ 256 ] {02771162-c88a-4566-acd0-4959320af991} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.005531 sec., 2169.589585969987 rows/sec., 3.89 MiB/sec.
15063 2025.03.20 17:14:45.053863 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
15064 2025.03.20 17:14:45.054645 [ 199 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full
15065 2025.03.20 17:14:45.054669 [ 256 ] {02771162-c88a-4566-acd0-4959320af991} <Debug> TCPHandler: Processed in 0.006500418 sec.
15066 2025.03.20 17:14:45.054950 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15067 2025.03.20 17:14:45.055254 [ 256 ] {097064ac-134c-4ad6-81dc-8bd1e097855d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15068 2025.03.20 17:14:45.055410 [ 256 ] {097064ac-134c-4ad6-81dc-8bd1e097855d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15069 2025.03.20 17:14:45.055783 [ 199 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15070 2025.03.20 17:14:45.056197 [ 199 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 2207 rows starting from the beginning of the part
15071 2025.03.20 17:14:45.057273 [ 199 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 12 rows starting from the beginning of the part
15072 2025.03.20 17:14:45.058299 [ 256 ] {097064ac-134c-4ad6-81dc-8bd1e097855d} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15073 2025.03.20 17:14:45.058398 [ 199 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 27 rows starting from the beginning of the part
15074 2025.03.20 17:14:45.058411 [ 256 ] {097064ac-134c-4ad6-81dc-8bd1e097855d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
15075 2025.03.20 17:14:45.059132 [ 199 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 12 rows starting from the beginning of the part
15076 2025.03.20 17:14:45.060139 [ 199 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 27 rows starting from the beginning of the part
15077 2025.03.20 17:14:45.060351 [ 256 ] {097064ac-134c-4ad6-81dc-8bd1e097855d} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary)
15078 2025.03.20 17:14:45.060976 [ 199 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 12 rows starting from the beginning of the part
15079 2025.03.20 17:14:45.061441 [ 256 ] {097064ac-134c-4ad6-81dc-8bd1e097855d} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15080 2025.03.20 17:14:45.061951 [ 202 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_150_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40321 rows, containing 5 columns (5 merged, 0 gathered) in 0.013802365 sec., 2921310.9492467414 rows/sec., 200.19 MiB/sec.
15081 2025.03.20 17:14:45.062496 [ 256 ] {097064ac-134c-4ad6-81dc-8bd1e097855d} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.007303 sec., 4655.620977680405 rows/sec., 322.94 KiB/sec.
15082 2025.03.20 17:14:45.062696 [ 256 ] {097064ac-134c-4ad6-81dc-8bd1e097855d} <Debug> TCPHandler: Processed in 0.007825952 sec.
15083 2025.03.20 17:14:45.062910 [ 195 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_150_34} <Trace> MergedBlockOutputStream: filled checksums all_1_150_34 (state Temporary)
15084 2025.03.20 17:14:45.063325 [ 202 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_150_34} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_merge_all_1_150_34 to all_1_150_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15085 2025.03.20 17:14:45.063514 [ 202 ] {9491680f-0456-456d-800a-d47875b75c20::all_1_150_34} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20) (MergerMutator): Merged 6 parts: [all_1_145_33, all_150_150_0] -> all_1_150_34
15086 2025.03.20 17:14:45.063688 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB.
15087 2025.03.20 17:14:45.071386 [ 191 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2297 rows, containing 19 columns (19 merged, 0 gathered) in 0.017325431 sec., 132579.67435269 rows/sec., 237.58 MiB/sec.
15088 2025.03.20 17:14:45.073705 [ 197 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
15089 2025.03.20 17:14:45.074170 [ 197 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_121_24} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15090 2025.03.20 17:14:45.074253 [ 197 ] {6749d887-00ac-4b26-87ae-2852b00353b1::all_1_121_24} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
15091 2025.03.20 17:14:45.074419 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.42 MiB.
15092 2025.03.20 17:14:45.248151 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 649
15093 2025.03.20 17:14:45.271175 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15094 2025.03.20 17:14:45.271233 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
15095 2025.03.20 17:14:45.278996 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
15096 2025.03.20 17:14:45.279872 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15097 2025.03.20 17:14:45.280327 [ 50 ] {} <Debug> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
15098 2025.03.20 17:14:45.280460 [ 50 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15099 2025.03.20 17:14:45.280549 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
15100 2025.03.20 17:14:45.280997 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::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
15101 2025.03.20 17:14:45.291241 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 649
15102 2025.03.20 17:14:45.292463 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15103 2025.03.20 17:14:45.293438 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 611 rows starting from the beginning of the part
15104 2025.03.20 17:14:45.298658 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 7 rows starting from the beginning of the part
15105 2025.03.20 17:14:45.304186 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 8 rows starting from the beginning of the part
15106 2025.03.20 17:14:45.309882 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 8 rows starting from the beginning of the part
15107 2025.03.20 17:14:45.315807 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 7 rows starting from the beginning of the part
15108 2025.03.20 17:14:45.322820 [ 195 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part
15109 2025.03.20 17:14:45.388368 [ 196 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 649 rows, containing 679 columns (679 merged, 0 gathered) in 0.107656484 sec., 6028.4339213604635 rows/sec., 31.17 MiB/sec.
15110 2025.03.20 17:14:45.391889 [ 196 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
15111 2025.03.20 17:14:45.395056 [ 196 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_86_17} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15112 2025.03.20 17:14:45.395192 [ 196 ] {acfd29e8-b428-4a2f-80ff-d23d92358be2::all_1_86_17} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
15113 2025.03.20 17:14:45.398227 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB.
15114 2025.03.20 17:14:45.998468 [ 220 ] {} <Trace> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15115 2025.03.20 17:14:45.998523 [ 220 ] {} <Debug> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15116 2025.03.20 17:14:46.000083 [ 220 ] {} <Debug> oximeter.fields_i16 (feb7d568-64c3-46f1-8d41-3a70fd761192): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15117 2025.03.20 17:14:46.271683 [ 218 ] {} <Trace> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15118 2025.03.20 17:14:46.271743 [ 218 ] {} <Debug> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15119 2025.03.20 17:14:46.273389 [ 218 ] {} <Debug> oximeter.fields_u8 (bb3d83e9-2aab-4280-ad9d-1e307a1a1e4f): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15120 2025.03.20 17:14:47.611681 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 2032
15121 2025.03.20 17:14:47.615117 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15122 2025.03.20 17:14:47.615175 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
15123 2025.03.20 17:14:47.616735 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
15124 2025.03.20 17:14:47.617051 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15125 2025.03.20 17:14:47.617672 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2032
15126 2025.03.20 17:14:47.758537 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15127 2025.03.20 17:14:47.758760 [ 256 ] {8ebc2fed-7c3e-4b81-bdd4-cf7a018db148} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15128 2025.03.20 17:14:47.758844 [ 256 ] {8ebc2fed-7c3e-4b81-bdd4-cf7a018db148} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15129 2025.03.20 17:14:47.759700 [ 256 ] {8ebc2fed-7c3e-4b81-bdd4-cf7a018db148} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15130 2025.03.20 17:14:47.759822 [ 256 ] {8ebc2fed-7c3e-4b81-bdd4-cf7a018db148} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
15131 2025.03.20 17:14:47.760270 [ 256 ] {8ebc2fed-7c3e-4b81-bdd4-cf7a018db148} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary)
15132 2025.03.20 17:14:47.760530 [ 256 ] {8ebc2fed-7c3e-4b81-bdd4-cf7a018db148} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15133 2025.03.20 17:14:47.760726 [ 46 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0
15134 2025.03.20 17:14:47.760787 [ 46 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15135 2025.03.20 17:14:47.760806 [ 256 ] {8ebc2fed-7c3e-4b81-bdd4-cf7a018db148} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002101 sec., 26653.974297953355 rows/sec., 2.05 MiB/sec.
15136 2025.03.20 17:14:47.760821 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
15137 2025.03.20 17:14:47.760987 [ 256 ] {8ebc2fed-7c3e-4b81-bdd4-cf7a018db148} <Debug> TCPHandler: Processed in 0.002589567 sec.
15138 2025.03.20 17:14:47.761189 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full
15139 2025.03.20 17:14:47.761209 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15140 2025.03.20 17:14:47.761605 [ 256 ] {f89e0f19-1a9d-4198-a387-10a5164ce0c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15141 2025.03.20 17:14:47.761721 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15142 2025.03.20 17:14:47.761730 [ 256 ] {f89e0f19-1a9d-4198-a387-10a5164ce0c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15143 2025.03.20 17:14:47.761863 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1404 rows starting from the beginning of the part
15144 2025.03.20 17:14:47.762291 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 110 rows starting from the beginning of the part
15145 2025.03.20 17:14:47.762708 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 80 rows starting from the beginning of the part
15146 2025.03.20 17:14:47.763124 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 110 rows starting from the beginning of the part
15147 2025.03.20 17:14:47.763446 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 1340 rows starting from the beginning of the part
15148 2025.03.20 17:14:47.763670 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 56 rows starting from the beginning of the part
15149 2025.03.20 17:14:47.764527 [ 256 ] {f89e0f19-1a9d-4198-a387-10a5164ce0c1} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15150 2025.03.20 17:14:47.764591 [ 256 ] {f89e0f19-1a9d-4198-a387-10a5164ce0c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
15151 2025.03.20 17:14:47.765527 [ 256 ] {f89e0f19-1a9d-4198-a387-10a5164ce0c1} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary)
15152 2025.03.20 17:14:47.766088 [ 256 ] {f89e0f19-1a9d-4198-a387-10a5164ce0c1} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15153 2025.03.20 17:14:47.766405 [ 46 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0
15154 2025.03.20 17:14:47.766483 [ 46 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15155 2025.03.20 17:14:47.766538 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
15156 2025.03.20 17:14:47.766588 [ 256 ] {f89e0f19-1a9d-4198-a387-10a5164ce0c1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005061 sec., 12645.722189290653 rows/sec., 1010.72 KiB/sec.
15157 2025.03.20 17:14:47.766865 [ 256 ] {f89e0f19-1a9d-4198-a387-10a5164ce0c1} <Debug> TCPHandler: Processed in 0.00571963 sec.
15158 2025.03.20 17:14:47.766927 [ 190 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full
15159 2025.03.20 17:14:47.767311 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15160 2025.03.20 17:14:47.767444 [ 190 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15161 2025.03.20 17:14:47.767582 [ 190 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 631 rows starting from the beginning of the part
15162 2025.03.20 17:14:47.767692 [ 192 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3100 rows, containing 5 columns (5 merged, 0 gathered) in 0.00669632 sec., 462940.839147472 rows/sec., 40.49 MiB/sec.
15163 2025.03.20 17:14:47.767790 [ 256 ] {6c1b41ad-f9eb-457f-83c4-194c857a0a4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15164 2025.03.20 17:14:47.768014 [ 256 ] {6c1b41ad-f9eb-457f-83c4-194c857a0a4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15165 2025.03.20 17:14:47.768040 [ 190 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 91 rows starting from the beginning of the part
15166 2025.03.20 17:14:47.768256 [ 188 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary)
15167 2025.03.20 17:14:47.768439 [ 190 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 76 rows starting from the beginning of the part
15168 2025.03.20 17:14:47.768842 [ 190 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 91 rows starting from the beginning of the part
15169 2025.03.20 17:14:47.769302 [ 190 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 568 rows starting from the beginning of the part
15170 2025.03.20 17:14:47.769598 [ 188 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_151_30} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15171 2025.03.20 17:14:47.769802 [ 190 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 64 rows starting from the beginning of the part
15172 2025.03.20 17:14:47.770254 [ 188 ] {4d5b2eeb-1584-42b2-89a8-e0f8269c7b20::all_1_151_30} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30
15173 2025.03.20 17:14:47.770644 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
15174 2025.03.20 17:14:47.771862 [ 256 ] {6c1b41ad-f9eb-457f-83c4-194c857a0a4b} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15175 2025.03.20 17:14:47.771939 [ 256 ] {6c1b41ad-f9eb-457f-83c4-194c857a0a4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
15176 2025.03.20 17:14:47.772886 [ 256 ] {6c1b41ad-f9eb-457f-83c4-194c857a0a4b} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary)
15177 2025.03.20 17:14:47.773335 [ 186 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1521 rows, containing 5 columns (5 merged, 0 gathered) in 0.00670348 sec., 226897.07435540942 rows/sec., 18.07 MiB/sec.
15178 2025.03.20 17:14:47.773424 [ 256 ] {6c1b41ad-f9eb-457f-83c4-194c857a0a4b} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15179 2025.03.20 17:14:47.773617 [ 186 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary)
15180 2025.03.20 17:14:47.773831 [ 256 ] {6c1b41ad-f9eb-457f-83c4-194c857a0a4b} <Debug> executeQuery: Read 66 rows, 4.72 KiB in 0.006189 sec., 10664.081434803684 rows/sec., 762.13 KiB/sec.
15181 2025.03.20 17:14:47.773951 [ 256 ] {6c1b41ad-f9eb-457f-83c4-194c857a0a4b} <Debug> TCPHandler: Processed in 0.006817151 sec.
15182 2025.03.20 17:14:47.774134 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15183 2025.03.20 17:14:47.774217 [ 186 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_151_30} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15184 2025.03.20 17:14:47.774349 [ 256 ] {e6707856-adaf-4d03-b9ff-f4dc54978910} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15185 2025.03.20 17:14:47.774388 [ 186 ] {0f31d15d-6aae-40f8-8d80-acf02234a6be::all_1_151_30} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30
15186 2025.03.20 17:14:47.774437 [ 256 ] {e6707856-adaf-4d03-b9ff-f4dc54978910} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15187 2025.03.20 17:14:47.774567 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
15188 2025.03.20 17:14:47.775026 [ 256 ] {e6707856-adaf-4d03-b9ff-f4dc54978910} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15189 2025.03.20 17:14:47.775071 [ 256 ] {e6707856-adaf-4d03-b9ff-f4dc54978910} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
15190 2025.03.20 17:14:47.775432 [ 256 ] {e6707856-adaf-4d03-b9ff-f4dc54978910} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary)
15191 2025.03.20 17:14:47.775670 [ 256 ] {e6707856-adaf-4d03-b9ff-f4dc54978910} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15192 2025.03.20 17:14:47.775847 [ 46 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0
15193 2025.03.20 17:14:47.775898 [ 46 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15194 2025.03.20 17:14:47.775920 [ 256 ] {e6707856-adaf-4d03-b9ff-f4dc54978910} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.001639 sec., 15863.33129957291 rows/sec., 1.06 MiB/sec.
15195 2025.03.20 17:14:47.775934 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
15196 2025.03.20 17:14:47.776077 [ 256 ] {e6707856-adaf-4d03-b9ff-f4dc54978910} <Debug> TCPHandler: Processed in 0.002010011 sec.
15197 2025.03.20 17:14:47.776163 [ 194 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full
15198 2025.03.20 17:14:47.776295 [ 194 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15199 2025.03.20 17:14:47.776330 [ 194 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 7374 rows starting from the beginning of the part
15200 2025.03.20 17:14:47.776455 [ 194 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 60 rows starting from the beginning of the part
15201 2025.03.20 17:14:47.776655 [ 194 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 60 rows starting from the beginning of the part
15202 2025.03.20 17:14:47.776760 [ 194 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 60 rows starting from the beginning of the part
15203 2025.03.20 17:14:47.776947 [ 194 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 34 rows starting from the beginning of the part
15204 2025.03.20 17:14:47.777034 [ 194 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 26 rows starting from the beginning of the part
15205 2025.03.20 17:14:47.778990 [ 186 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7614 rows, containing 4 columns (4 merged, 0 gathered) in 0.002945931 sec., 2584581.9199431348 rows/sec., 174.12 MiB/sec.
15206 2025.03.20 17:14:47.779593 [ 200 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary)
15207 2025.03.20 17:14:47.780026 [ 200 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_151_30} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15208 2025.03.20 17:14:47.780131 [ 200 ] {f3700c03-e647-4234-ae11-2d13fa484692::all_1_151_30} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30
15209 2025.03.20 17:14:47.780221 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB.
15210 2025.03.20 17:14:49.871484 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 39833
15211 2025.03.20 17:14:49.872158 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15212 2025.03.20 17:14:49.872208 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
15213 2025.03.20 17:14:49.872775 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
15214 2025.03.20 17:14:49.873062 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15215 2025.03.20 17:14:49.873330 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39833
15216 2025.03.20 17:14:52.515879 [ 219 ] {} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
15217 2025.03.20 17:14:52.515964 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
15218 2025.03.20 17:14:52.518164 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
15219 2025.03.20 17:14:52.764569 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15220 2025.03.20 17:14:52.764789 [ 256 ] {87075959-8494-4af1-831b-3c3954fab7eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15221 2025.03.20 17:14:52.764874 [ 256 ] {87075959-8494-4af1-831b-3c3954fab7eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15222 2025.03.20 17:14:52.765749 [ 256 ] {87075959-8494-4af1-831b-3c3954fab7eb} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15223 2025.03.20 17:14:52.765804 [ 256 ] {87075959-8494-4af1-831b-3c3954fab7eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
15224 2025.03.20 17:14:52.766261 [ 256 ] {87075959-8494-4af1-831b-3c3954fab7eb} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary)
15225 2025.03.20 17:14:52.766528 [ 256 ] {87075959-8494-4af1-831b-3c3954fab7eb} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15226 2025.03.20 17:14:52.766778 [ 256 ] {87075959-8494-4af1-831b-3c3954fab7eb} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002053 sec., 53580.1266439357 rows/sec., 4.50 MiB/sec.
15227 2025.03.20 17:14:52.766851 [ 256 ] {87075959-8494-4af1-831b-3c3954fab7eb} <Debug> TCPHandler: Processed in 0.002429676 sec.
15228 2025.03.20 17:14:52.766984 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15229 2025.03.20 17:14:52.767101 [ 256 ] {5bbab6ce-1267-4b5f-8bf3-a9c1629fdb58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15230 2025.03.20 17:14:52.767151 [ 256 ] {5bbab6ce-1267-4b5f-8bf3-a9c1629fdb58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15231 2025.03.20 17:14:52.767698 [ 256 ] {5bbab6ce-1267-4b5f-8bf3-a9c1629fdb58} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15232 2025.03.20 17:14:52.767740 [ 256 ] {5bbab6ce-1267-4b5f-8bf3-a9c1629fdb58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
15233 2025.03.20 17:14:52.768104 [ 256 ] {5bbab6ce-1267-4b5f-8bf3-a9c1629fdb58} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
15234 2025.03.20 17:14:52.768359 [ 256 ] {5bbab6ce-1267-4b5f-8bf3-a9c1629fdb58} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15235 2025.03.20 17:14:52.768585 [ 256 ] {5bbab6ce-1267-4b5f-8bf3-a9c1629fdb58} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001513 sec., 17845.340383344348 rows/sec., 1.31 MiB/sec.
15236 2025.03.20 17:14:52.768685 [ 256 ] {5bbab6ce-1267-4b5f-8bf3-a9c1629fdb58} <Debug> TCPHandler: Processed in 0.001754618 sec.
15237 2025.03.20 17:14:52.768842 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15238 2025.03.20 17:14:52.769127 [ 256 ] {b0889af4-aaaa-4ecc-abef-1bd3e2786479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15239 2025.03.20 17:14:52.769247 [ 256 ] {b0889af4-aaaa-4ecc-abef-1bd3e2786479} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15240 2025.03.20 17:14:52.769853 [ 256 ] {b0889af4-aaaa-4ecc-abef-1bd3e2786479} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15241 2025.03.20 17:14:52.769894 [ 256 ] {b0889af4-aaaa-4ecc-abef-1bd3e2786479} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
15242 2025.03.20 17:14:52.770255 [ 256 ] {b0889af4-aaaa-4ecc-abef-1bd3e2786479} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary)
15243 2025.03.20 17:14:52.770493 [ 256 ] {b0889af4-aaaa-4ecc-abef-1bd3e2786479} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15244 2025.03.20 17:14:52.770662 [ 256 ] {b0889af4-aaaa-4ecc-abef-1bd3e2786479} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001647 sec., 55251.97328476017 rows/sec., 4.31 MiB/sec.
15245 2025.03.20 17:14:52.770712 [ 256 ] {b0889af4-aaaa-4ecc-abef-1bd3e2786479} <Debug> TCPHandler: Processed in 0.0019604 sec.
15246 2025.03.20 17:14:52.770827 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15247 2025.03.20 17:14:52.770932 [ 256 ] {79aaf7f2-c839-451c-9226-d09614bf4a9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15248 2025.03.20 17:14:52.770982 [ 256 ] {79aaf7f2-c839-451c-9226-d09614bf4a9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15249 2025.03.20 17:14:52.771484 [ 256 ] {79aaf7f2-c839-451c-9226-d09614bf4a9f} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15250 2025.03.20 17:14:52.771521 [ 256 ] {79aaf7f2-c839-451c-9226-d09614bf4a9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
15251 2025.03.20 17:14:52.771905 [ 256 ] {79aaf7f2-c839-451c-9226-d09614bf4a9f} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary)
15252 2025.03.20 17:14:52.772147 [ 256 ] {79aaf7f2-c839-451c-9226-d09614bf4a9f} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15253 2025.03.20 17:14:52.772324 [ 256 ] {79aaf7f2-c839-451c-9226-d09614bf4a9f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001414 sec., 113154.17256011316 rows/sec., 7.88 MiB/sec.
15254 2025.03.20 17:14:52.772374 [ 256 ] {79aaf7f2-c839-451c-9226-d09614bf4a9f} <Debug> TCPHandler: Processed in 0.001598046 sec.
15255 2025.03.20 17:14:52.772478 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15256 2025.03.20 17:14:52.772580 [ 256 ] {e257bf75-3c7b-4992-807e-28e81c0379fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15257 2025.03.20 17:14:52.772644 [ 256 ] {e257bf75-3c7b-4992-807e-28e81c0379fe} <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
15258 2025.03.20 17:14:52.773733 [ 256 ] {e257bf75-3c7b-4992-807e-28e81c0379fe} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15259 2025.03.20 17:14:52.773771 [ 256 ] {e257bf75-3c7b-4992-807e-28e81c0379fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
15260 2025.03.20 17:14:52.774418 [ 256 ] {e257bf75-3c7b-4992-807e-28e81c0379fe} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
15261 2025.03.20 17:14:52.774684 [ 256 ] {e257bf75-3c7b-4992-807e-28e81c0379fe} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15262 2025.03.20 17:14:52.774884 [ 256 ] {e257bf75-3c7b-4992-807e-28e81c0379fe} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002325 sec., 11612.903225806453 rows/sec., 20.81 MiB/sec.
15263 2025.03.20 17:14:52.774972 [ 256 ] {e257bf75-3c7b-4992-807e-28e81c0379fe} <Debug> TCPHandler: Processed in 0.002543757 sec.
15264 2025.03.20 17:14:52.775108 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15265 2025.03.20 17:14:52.775213 [ 256 ] {730d6f24-3d37-47e1-a3e4-2a4eece0c710} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15266 2025.03.20 17:14:52.775259 [ 256 ] {730d6f24-3d37-47e1-a3e4-2a4eece0c710} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15267 2025.03.20 17:14:52.775680 [ 256 ] {730d6f24-3d37-47e1-a3e4-2a4eece0c710} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15268 2025.03.20 17:14:52.775717 [ 256 ] {730d6f24-3d37-47e1-a3e4-2a4eece0c710} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
15269 2025.03.20 17:14:52.776077 [ 256 ] {730d6f24-3d37-47e1-a3e4-2a4eece0c710} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary)
15270 2025.03.20 17:14:52.776314 [ 256 ] {730d6f24-3d37-47e1-a3e4-2a4eece0c710} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15271 2025.03.20 17:14:52.776503 [ 256 ] {730d6f24-3d37-47e1-a3e4-2a4eece0c710} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001308 sec., 45871.55963302753 rows/sec., 3.09 MiB/sec.
15272 2025.03.20 17:14:52.776560 [ 256 ] {730d6f24-3d37-47e1-a3e4-2a4eece0c710} <Debug> TCPHandler: Processed in 0.001502506 sec.
15273 2025.03.20 17:14:52.791445 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 656
15274 2025.03.20 17:14:52.817140 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15275 2025.03.20 17:14:52.817202 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB.
15276 2025.03.20 17:14:52.824978 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
15277 2025.03.20 17:14:52.825806 [ 243 ] {} <Trace> system.metric_log (acfd29e8-b428-4a2f-80ff-d23d92358be2): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15278 2025.03.20 17:14:52.828980 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 656
15279 2025.03.20 17:14:57.132642 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache
15280 2025.03.20 17:14:57.132713 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache
15281 2025.03.20 17:14:57.373596 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 40321
15282 2025.03.20 17:14:57.374775 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15283 2025.03.20 17:14:57.374835 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.45 GiB.
15284 2025.03.20 17:14:57.375378 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
15285 2025.03.20 17:14:57.375652 [ 244 ] {} <Trace> system.asynchronous_metric_log (55689036-5809-4f82-b2d9-cdcf7b1965b3): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15286 2025.03.20 17:14:57.375913 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40321
15287 2025.03.20 17:14:57.402281 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
15288 2025.03.20 17:14:57.402345 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
15289 2025.03.20 17:14:57.404870 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
15290 2025.03.20 17:14:57.618058 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2052
15291 2025.03.20 17:14:57.620924 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15292 2025.03.20 17:14:57.620974 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.45 GiB.
15293 2025.03.20 17:14:57.622485 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
15294 2025.03.20 17:14:57.622804 [ 242 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15295 2025.03.20 17:14:57.623047 [ 33 ] {} <Debug> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
15296 2025.03.20 17:14:57.623179 [ 33 ] {} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15297 2025.03.20 17:14:57.623254 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.45 GiB.
15298 2025.03.20 17:14:57.623725 [ 191 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::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
15299 2025.03.20 17:14:57.624190 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2052
15300 2025.03.20 17:14:57.624717 [ 191 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15301 2025.03.20 17:14:57.624970 [ 191 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1902 rows starting from the beginning of the part
15302 2025.03.20 17:14:57.625625 [ 191 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 44 rows starting from the beginning of the part
15303 2025.03.20 17:14:57.626333 [ 191 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 20 rows starting from the beginning of the part
15304 2025.03.20 17:14:57.627043 [ 191 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 24 rows starting from the beginning of the part
15305 2025.03.20 17:14:57.627714 [ 191 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 42 rows starting from the beginning of the part
15306 2025.03.20 17:14:57.628503 [ 191 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 20 rows starting from the beginning of the part
15307 2025.03.20 17:14:57.637699 [ 186 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2052 rows, containing 72 columns (72 merged, 0 gathered) in 0.014255149 sec., 143947.98679410506 rows/sec., 108.44 MiB/sec.
15308 2025.03.20 17:14:57.639791 [ 197 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
15309 2025.03.20 17:14:57.640665 [ 197 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_66_13} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15310 2025.03.20 17:14:57.640762 [ 197 ] {a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1::all_1_66_13} <Trace> system.query_log (a06ef3f0-54ac-4a25-8bdd-ce3abc08b1a1) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
15311 2025.03.20 17:14:57.641178 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.57 MiB.
15312 2025.03.20 17:14:57.764133 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15313 2025.03.20 17:14:57.764421 [ 256 ] {5e4b2722-88a7-44c1-8e41-f4d21b61ea0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15314 2025.03.20 17:14:57.764517 [ 256 ] {5e4b2722-88a7-44c1-8e41-f4d21b61ea0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15315 2025.03.20 17:14:57.765255 [ 256 ] {5e4b2722-88a7-44c1-8e41-f4d21b61ea0e} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15316 2025.03.20 17:14:57.765297 [ 256 ] {5e4b2722-88a7-44c1-8e41-f4d21b61ea0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.45 GiB.
15317 2025.03.20 17:14:57.765716 [ 256 ] {5e4b2722-88a7-44c1-8e41-f4d21b61ea0e} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary)
15318 2025.03.20 17:14:57.765974 [ 256 ] {5e4b2722-88a7-44c1-8e41-f4d21b61ea0e} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15319 2025.03.20 17:14:57.766173 [ 256 ] {5e4b2722-88a7-44c1-8e41-f4d21b61ea0e} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.001844 sec., 43383.94793926247 rows/sec., 3.59 MiB/sec.
15320 2025.03.20 17:14:57.766236 [ 256 ] {5e4b2722-88a7-44c1-8e41-f4d21b61ea0e} <Debug> TCPHandler: Processed in 0.002285154 sec.
15321 2025.03.20 17:14:57.766372 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15322 2025.03.20 17:14:57.766485 [ 256 ] {46432079-3a6c-4f1a-a3c7-20e1082ce873} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15323 2025.03.20 17:14:57.766534 [ 256 ] {46432079-3a6c-4f1a-a3c7-20e1082ce873} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15324 2025.03.20 17:14:57.767064 [ 256 ] {46432079-3a6c-4f1a-a3c7-20e1082ce873} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15325 2025.03.20 17:14:57.767102 [ 256 ] {46432079-3a6c-4f1a-a3c7-20e1082ce873} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.45 GiB.
15326 2025.03.20 17:14:57.767468 [ 256 ] {46432079-3a6c-4f1a-a3c7-20e1082ce873} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
15327 2025.03.20 17:14:57.767712 [ 256 ] {46432079-3a6c-4f1a-a3c7-20e1082ce873} <Trace> oximeter.fields_u16 (5dbb4959-8374-49ff-b9c0-3e7858ae66ac): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15328 2025.03.20 17:14:57.767890 [ 256 ] {46432079-3a6c-4f1a-a3c7-20e1082ce873} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001432 sec., 8379.888268156425 rows/sec., 630.13 KiB/sec.
15329 2025.03.20 17:14:57.767941 [ 256 ] {46432079-3a6c-4f1a-a3c7-20e1082ce873} <Debug> TCPHandler: Processed in 0.001626037 sec.
15330 2025.03.20 17:14:57.768045 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15331 2025.03.20 17:14:57.768150 [ 256 ] {b1222d4d-4990-4283-91ef-2ec5d4f5495d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15332 2025.03.20 17:14:57.768195 [ 256 ] {b1222d4d-4990-4283-91ef-2ec5d4f5495d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15333 2025.03.20 17:14:57.768730 [ 256 ] {b1222d4d-4990-4283-91ef-2ec5d4f5495d} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15334 2025.03.20 17:14:57.768768 [ 256 ] {b1222d4d-4990-4283-91ef-2ec5d4f5495d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.45 GiB.
15335 2025.03.20 17:14:57.769139 [ 256 ] {b1222d4d-4990-4283-91ef-2ec5d4f5495d} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary)
15336 2025.03.20 17:14:57.769382 [ 256 ] {b1222d4d-4990-4283-91ef-2ec5d4f5495d} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15337 2025.03.20 17:14:57.769561 [ 256 ] {b1222d4d-4990-4283-91ef-2ec5d4f5495d} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001434 sec., 52998.60529986053 rows/sec., 4.14 MiB/sec.
15338 2025.03.20 17:14:57.769612 [ 256 ] {b1222d4d-4990-4283-91ef-2ec5d4f5495d} <Debug> TCPHandler: Processed in 0.001615997 sec.
15339 2025.03.20 17:14:57.769727 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15340 2025.03.20 17:14:57.769838 [ 256 ] {cbfd606c-13e4-47a0-8c0f-0789fa7f1dcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15341 2025.03.20 17:14:57.769887 [ 256 ] {cbfd606c-13e4-47a0-8c0f-0789fa7f1dcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15342 2025.03.20 17:14:57.770404 [ 256 ] {cbfd606c-13e4-47a0-8c0f-0789fa7f1dcd} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15343 2025.03.20 17:14:57.770442 [ 256 ] {cbfd606c-13e4-47a0-8c0f-0789fa7f1dcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.45 GiB.
15344 2025.03.20 17:14:57.770821 [ 256 ] {cbfd606c-13e4-47a0-8c0f-0789fa7f1dcd} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary)
15345 2025.03.20 17:14:57.771063 [ 256 ] {cbfd606c-13e4-47a0-8c0f-0789fa7f1dcd} <Trace> oximeter.measurements_cumulativeu64 (9491680f-0456-456d-800a-d47875b75c20): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15346 2025.03.20 17:14:57.771235 [ 256 ] {cbfd606c-13e4-47a0-8c0f-0789fa7f1dcd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001425 sec., 112280.70175438595 rows/sec., 7.82 MiB/sec.
15347 2025.03.20 17:14:57.771287 [ 256 ] {cbfd606c-13e4-47a0-8c0f-0789fa7f1dcd} <Debug> TCPHandler: Processed in 0.001609777 sec.
15348 2025.03.20 17:14:57.771390 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15349 2025.03.20 17:14:57.771492 [ 256 ] {b451cae7-3fe4-489e-a02a-db0fe360c8bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15350 2025.03.20 17:14:57.771556 [ 256 ] {b451cae7-3fe4-489e-a02a-db0fe360c8bd} <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
15351 2025.03.20 17:14:57.772623 [ 256 ] {b451cae7-3fe4-489e-a02a-db0fe360c8bd} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15352 2025.03.20 17:14:57.772661 [ 256 ] {b451cae7-3fe4-489e-a02a-db0fe360c8bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.45 GiB.
15353 2025.03.20 17:14:57.773293 [ 256 ] {b451cae7-3fe4-489e-a02a-db0fe360c8bd} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
15354 2025.03.20 17:14:57.773556 [ 256 ] {b451cae7-3fe4-489e-a02a-db0fe360c8bd} <Trace> oximeter.measurements_histogramu64 (6749d887-00ac-4b26-87ae-2852b00353b1): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15355 2025.03.20 17:14:57.773775 [ 256 ] {b451cae7-3fe4-489e-a02a-db0fe360c8bd} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002305 sec., 5206.073752711496 rows/sec., 9.33 MiB/sec.
15356 2025.03.20 17:14:57.773870 [ 256 ] {b451cae7-3fe4-489e-a02a-db0fe360c8bd} <Debug> TCPHandler: Processed in 0.002529656 sec.
15357 2025.03.20 17:14:57.774006 [ 256 ] {} <Trace> TCP-Session: c06a241a-a72e-4daf-9609-594ee98c60c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15358 2025.03.20 17:14:57.774111 [ 256 ] {d96369fa-6c79-495a-a77f-c58d089a8a29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54882) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15359 2025.03.20 17:14:57.774158 [ 256 ] {d96369fa-6c79-495a-a77f-c58d089a8a29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15360 2025.03.20 17:14:57.774601 [ 256 ] {d96369fa-6c79-495a-a77f-c58d089a8a29} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15361 2025.03.20 17:14:57.774638 [ 256 ] {d96369fa-6c79-495a-a77f-c58d089a8a29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.45 GiB.
15362 2025.03.20 17:14:57.775006 [ 256 ] {d96369fa-6c79-495a-a77f-c58d089a8a29} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary)
15363 2025.03.20 17:14:57.775245 [ 256 ] {d96369fa-6c79-495a-a77f-c58d089a8a29} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15364 2025.03.20 17:14:57.775419 [ 256 ] {d96369fa-6c79-495a-a77f-c58d089a8a29} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00133 sec., 45112.781954887214 rows/sec., 3.04 MiB/sec.
15365 2025.03.20 17:14:57.775469 [ 256 ] {d96369fa-6c79-495a-a77f-c58d089a8a29} <Debug> TCPHandler: Processed in 0.001513016 sec.
15366 2025.03.20 17:14:58.516722 [ 218 ] {} <Trace> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
15367 2025.03.20 17:14:58.516782 [ 218 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
15368 2025.03.20 17:14:58.519011 [ 218 ] {} <Debug> oximeter.fields_uuid (0f31d15d-6aae-40f8-8d80-acf02234a6be): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
15369 2025.03.20 17:14:58.625360 [ 218 ] {} <Trace> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
15370 2025.03.20 17:14:58.625418 [ 218 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
15371 2025.03.20 17:14:58.627870 [ 218 ] {} <Debug> oximeter.fields_string (4d5b2eeb-1584-42b2-89a8-e0f8269c7b20): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
15372 2025.03.20 17:14:58.660653 [ 221 ] {} <Trace> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
15373 2025.03.20 17:14:58.660758 [ 221 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
15374 2025.03.20 17:14:58.662766 [ 221 ] {} <Debug> oximeter.measurements_u64 (f3700c03-e647-4234-ae11-2d13fa484692): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]